vlite3 1.0.10 → 1.1.2
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/README.md +4 -1
- package/components/AttachmentsList/AttachmentsList.vue.d.ts +1 -16
- package/components/AttachmentsList/AttachmentsList.vue.js +191 -167
- package/components/AvatarGroup/AvatarGroup.vue.d.ts +24 -0
- package/components/AvatarGroup/AvatarGroup.vue.js +91 -0
- package/components/AvatarGroup/AvatarGroup.vue2.js +4 -0
- package/components/AvatarGroup/index.d.ts +2 -0
- package/components/AvatarUploader/AvatarUploader.vue.d.ts +1 -1
- package/components/Barcode/Barcode.vue.js +6 -5
- package/components/Button.vue.d.ts +1 -1
- package/components/Calendar/Calendar.vue.d.ts +229 -0
- package/components/Calendar/Calendar.vue.js +7 -0
- package/components/Calendar/Calendar.vue2.js +186 -0
- package/components/Calendar/CalendarEventItem.vue.d.ts +17 -0
- package/components/Calendar/CalendarEventItem.vue.js +111 -0
- package/components/Calendar/CalendarEventItem.vue2.js +4 -0
- package/components/Calendar/index.d.ts +2 -0
- package/components/Carousel/Carousel.vue.d.ts +2 -2
- package/components/CategoryManager/CategoryManager.vue.d.ts +2 -1
- package/components/CategoryManager/CategoryManager.vue.js +322 -0
- package/components/CategoryManager/CategoryManager.vue2.js +4 -0
- package/components/CategoryManager/CategoryNode.vue.js +224 -0
- package/components/CategoryManager/CategoryNode.vue2.js +4 -0
- package/components/CategoryManager/types.d.ts +14 -0
- package/components/Chip/Chip.vue.d.ts +2 -2
- package/components/ColorPicker/ColorIro.vue3.js +2 -2
- package/components/ColorPicker/ColorPicker.vue.js +2 -2
- package/components/CommandPalette/CommandPaletteContent.vue.js +1 -1
- package/components/CommandPalette/CommandPaletteContent.vue2.js +7 -7
- package/components/CommandPalette/{CommandPaletteItem.vue2.js → CommandPaletteItem.vue.js} +1 -1
- package/components/ConfirmationModal.vue.d.ts +2 -2
- package/components/CustomFieldsDisplay/CustomFieldsDisplay.vue.d.ts +48 -0
- package/components/CustomFieldsDisplay/CustomFieldsDisplay.vue.js +97 -0
- package/components/CustomFieldsDisplay/CustomFieldsDisplay.vue2.js +4 -0
- package/components/CustomFieldsDisplay/index.d.ts +2 -0
- package/components/CustomFieldsDisplay/types.d.ts +18 -0
- package/components/DataTable/DataTable.vue.d.ts +3 -3
- package/components/DateTime/DateTime.vue.d.ts +2 -0
- package/components/DateTime/DateTime.vue.js +9 -23
- package/components/Dropdown/Dropdown.vue.d.ts +3 -3
- package/components/Dropdown/DropdownGroupedLayout.vue.d.ts +1 -1
- package/components/Dropdown/DropdownMenu.vue.d.ts +2 -2
- package/components/Dropdown/DropdownTrigger.vue.d.ts +1 -1
- package/components/FilePicker/FilePicker.vue.d.ts +1 -1
- package/components/Form/CustomFields.vue.d.ts +1 -1
- package/components/Form/Form.vue.js +2 -2
- package/components/Form/Form.vue2.js +230 -241
- package/components/Form/FormField.vue.d.ts +1 -1
- package/components/Form/composables/useForm.d.ts +2 -0
- package/components/Form/composables/useForm.js +76 -69
- package/components/Form/utils/form.utils.js +66 -66
- package/components/ImportData/ImportData.vue.js +48 -48
- package/components/ImportData/ImportStep2.vue.js +116 -5
- package/components/ImportData/ImportStep2.vue2.js +2 -105
- package/components/Input.vue.d.ts +3 -3
- package/components/Invoice/Invoice.vue.d.ts +3 -0
- package/components/Invoice/Invoice.vue.js +38 -0
- package/components/Invoice/Invoice.vue2.js +4 -0
- package/components/Invoice/InvoiceVariant1.vue.d.ts +13 -0
- package/components/Invoice/InvoiceVariant1.vue.js +360 -0
- package/components/Invoice/InvoiceVariant1.vue2.js +4 -0
- package/components/Invoice/InvoiceVariant2.vue.d.ts +13 -0
- package/components/Invoice/InvoiceVariant2.vue.js +226 -0
- package/components/Invoice/InvoiceVariant2.vue2.js +4 -0
- package/components/Invoice/InvoiceVariant3.vue.d.ts +13 -0
- package/components/Invoice/InvoiceVariant3.vue.js +292 -0
- package/components/Invoice/InvoiceVariant3.vue2.js +4 -0
- package/components/Invoice/InvoiceVariant4.vue.d.ts +13 -0
- package/components/Invoice/InvoiceVariant4.vue.js +343 -0
- package/components/Invoice/InvoiceVariant4.vue2.js +4 -0
- package/components/Invoice/index.d.ts +2 -0
- package/components/Invoice/types.d.ts +97 -0
- package/components/List/List.vue.d.ts +1 -9
- package/components/List/List.vue.js +166 -165
- package/components/List/ListFieldRow.vue.d.ts +10 -2
- package/components/List/ListFieldRow.vue.js +80 -78
- package/components/List/utils.d.ts +2 -1
- package/components/List/utils.js +8 -39
- package/components/MultiSelect/MultiSelect.vue.d.ts +1 -1
- package/components/Navbar/NavbarItem.vue.d.ts +1 -1
- package/components/Navbar/NavbarTabs.vue.js +2 -2
- package/components/NavbarCommandPalette.vue.js +1 -1
- package/components/NumberInput.vue.d.ts +2 -2
- package/components/NumberInput.vue.js +2 -2
- package/components/NumberInput.vue2.js +38 -38
- package/components/OTPInput/OTPInput.vue.d.ts +1 -1
- package/components/PricingPlan/PricingPlan.vue.d.ts +1 -1
- package/components/Screen/ScreenFilter.vue.js +22 -21
- package/components/Screen/components/ScreenQuickFilters.vue.js +6 -5
- package/components/SidebarMenu/SidebarMenu.vue.d.ts +1 -1
- package/components/Stats/Stats.vue.d.ts +1 -1
- package/components/StatusChip/status-map.js +27 -7
- package/components/Tabes/Tabes.vue.d.ts +1 -0
- package/components/Tabes/Tabes.vue.js +2 -2
- package/components/Tabes/Tabes.vue2.js +33 -32
- package/components/ThumbnailSelector/ThumbnailSelector.vue.d.ts +2 -2
- package/components/ThumbnailSelector/ThumbnailSelector.vue.js +2 -2
- package/components/ThumbnailSelector/ThumbnailSelector.vue2.js +141 -115
- package/components/Workbook/Workbook.vue.d.ts +3 -3
- package/core/config.d.ts +76 -0
- package/core/index.js +17 -5
- package/index.d.ts +6 -1
- package/index.js +271 -256
- package/package.json +2 -1
- package/style.css +5 -3
- package/types/config.type.d.ts +6 -0
- package/types/list.type.d.ts +6 -0
- package/utils/configUtils.d.ts +9 -0
- package/utils/configUtils.js +7 -0
- package/utils/index.d.ts +1 -0
- package/utils/status.d.ts +5 -0
- package/utils/status.js +33 -0
- /package/components/ColorPicker/{ColorIro.vue.js → ColorIro.vue2.js} +0 -0
|
@@ -0,0 +1,360 @@
|
|
|
1
|
+
import { defineComponent as _, computed as y, openBlock as t, createElementBlock as o, normalizeStyle as z, createElementVNode as a, normalizeClass as l, createVNode as i, toDisplayString as n, createCommentVNode as c, unref as d, createBlock as D, createTextVNode as m, Fragment as x, renderList as g } from "vue";
|
|
2
|
+
import p from "../Price/Price.vue.js";
|
|
3
|
+
import k from "../DateTime/DateTime.vue.js";
|
|
4
|
+
import N from "../Barcode/Barcode.vue.js";
|
|
5
|
+
import T from "../QRCode/QRCode.vue.js";
|
|
6
|
+
import I from "../Avatar.vue.js";
|
|
7
|
+
import B from "../StatusChip/StatusChip.vue.js";
|
|
8
|
+
const V = { class: "flex items-center justify-between gap-3" }, $ = { class: "shrink-0" }, S = {
|
|
9
|
+
key: 0,
|
|
10
|
+
class: "flex items-center gap-3 border-r-[1.5px] pr-3 border-gray-300"
|
|
11
|
+
}, j = {
|
|
12
|
+
key: 1,
|
|
13
|
+
class: "flex items-center gap-3 border-r-[1.5px] pr-3 border-gray-250"
|
|
14
|
+
}, q = { class: "grid grid-cols-2 gap-8" }, C = { key: 0 }, L = { key: 0 }, E = { key: 1 }, F = { key: 2 }, G = {
|
|
15
|
+
key: 3,
|
|
16
|
+
class: "pt-0.5"
|
|
17
|
+
}, U = { key: 4 }, K = {
|
|
18
|
+
key: 5,
|
|
19
|
+
class: "pt-0.5"
|
|
20
|
+
}, O = { key: 1 }, P = { key: 0 }, Q = { key: 1 }, A = { key: 2 }, H = {
|
|
21
|
+
key: 3,
|
|
22
|
+
class: "pt-0.5"
|
|
23
|
+
}, J = { key: 4 }, M = {
|
|
24
|
+
key: 5,
|
|
25
|
+
class: "pt-0.5"
|
|
26
|
+
}, R = {
|
|
27
|
+
key: 1,
|
|
28
|
+
class: "border-b border-border overflow-x-auto"
|
|
29
|
+
}, W = { class: "invoice-thead" }, X = {
|
|
30
|
+
key: 0,
|
|
31
|
+
scope: "col",
|
|
32
|
+
class: "invoice-th invoice-text-right"
|
|
33
|
+
}, Y = {
|
|
34
|
+
key: 1,
|
|
35
|
+
scope: "col",
|
|
36
|
+
class: "invoice-th invoice-text-right"
|
|
37
|
+
}, Z = { class: "invoice-tbody" }, ee = { class: "invoice-td" }, te = { class: "flex items-start gap-3" }, oe = { class: "min-w-0 flex-1" }, ae = ["title"], se = {
|
|
38
|
+
key: 0,
|
|
39
|
+
class: "text-muted-foreground uppercase tracking-wider font-medium mt-0.5 text-xs"
|
|
40
|
+
}, ce = {
|
|
41
|
+
key: 1,
|
|
42
|
+
class: "text-muted-foreground mt-0.5 whitespace-normal max-w-xs text-xs leading-snug"
|
|
43
|
+
}, ne = { class: "invoice-td invoice-text-right tabular-nums font-medium text-sm" }, le = {
|
|
44
|
+
key: 0,
|
|
45
|
+
class: "invoice-td invoice-text-right tabular-nums text-muted-foreground"
|
|
46
|
+
}, re = { class: "invoice-td invoice-text-right tabular-nums" }, ue = {
|
|
47
|
+
key: 1,
|
|
48
|
+
class: "invoice-td invoice-text-right tabular-nums text-success font-semibold"
|
|
49
|
+
}, ie = {
|
|
50
|
+
key: 0,
|
|
51
|
+
class: "flex flex-col items-end gap-0.5"
|
|
52
|
+
}, de = {
|
|
53
|
+
key: 1,
|
|
54
|
+
class: "text-muted-foreground font-normal"
|
|
55
|
+
}, me = { class: "invoice-td invoice-text-right tabular-nums font-bold text-foreground" }, ve = { key: 0 }, xe = {
|
|
56
|
+
key: 1,
|
|
57
|
+
class: "flex flex-row flex-wrap gap-3 items-center"
|
|
58
|
+
}, pe = {
|
|
59
|
+
key: 0,
|
|
60
|
+
class: "shrink-0 p-1 bg-white border border-border"
|
|
61
|
+
}, fe = {
|
|
62
|
+
key: 1,
|
|
63
|
+
class: "shrink-0 p-1.5 bg-white border border-border"
|
|
64
|
+
}, ye = { class: "w-full lg:w-2/5 min-w-[220px]" }, ze = /* @__PURE__ */ _({
|
|
65
|
+
__name: "InvoiceVariant1",
|
|
66
|
+
props: {
|
|
67
|
+
data: {},
|
|
68
|
+
compact: { type: Boolean, default: !1 },
|
|
69
|
+
displayBarcodeValue: { type: Boolean, default: !1 }
|
|
70
|
+
},
|
|
71
|
+
setup(s) {
|
|
72
|
+
const w = s, e = y(() => w.data), b = y(() => e.value.items.some((v) => !!v.size)), h = y(() => e.value.items.some((v) => v.discount !== void 0));
|
|
73
|
+
return (v, u) => (t(), o("div", {
|
|
74
|
+
class: "v-invoice-v1 bg-background text-foreground border border-border rounded-sm",
|
|
75
|
+
style: z({
|
|
76
|
+
"--text-sm": s.compact ? "12.5px" : "13.5px",
|
|
77
|
+
"--invoice-cell-px": s.compact ? "0.875rem" : "1.25rem",
|
|
78
|
+
"--invoice-cell-py": s.compact ? "0.625rem" : "0.875rem",
|
|
79
|
+
"--invoice-thead-bg": "var(--color-muted)",
|
|
80
|
+
"--invoice-tr-border": "1px solid var(--color-border)",
|
|
81
|
+
"--invoice-tr-hover-bg": "color-mix(in oklab, var(--color-muted) 40%, transparent)"
|
|
82
|
+
})
|
|
83
|
+
}, [
|
|
84
|
+
a("div", {
|
|
85
|
+
class: l(["border-b border-border", s.compact ? "px-5 py-3" : "px-6 pt-5 pb-3.5"])
|
|
86
|
+
}, [
|
|
87
|
+
a("div", V, [
|
|
88
|
+
a("div", $, [
|
|
89
|
+
a("div", {
|
|
90
|
+
class: l(s.compact ? "h-10 w-10" : "h-13 w-13")
|
|
91
|
+
}, [
|
|
92
|
+
i(I, {
|
|
93
|
+
src: e.value.brandLogo,
|
|
94
|
+
alt: e.value.brandName,
|
|
95
|
+
class: "h-full w-auto object-contain",
|
|
96
|
+
rounded: "md"
|
|
97
|
+
}, null, 8, ["src", "alt"])
|
|
98
|
+
], 2)
|
|
99
|
+
]),
|
|
100
|
+
a("div", {
|
|
101
|
+
class: l(["flex-1 min-w-0", s.compact ? "space-y-0.5" : "space-y-1"])
|
|
102
|
+
}, [
|
|
103
|
+
e.value.brandName ? (t(), o("p", {
|
|
104
|
+
key: 0,
|
|
105
|
+
class: l(["font-bold text-foreground leading-tight truncate", s.compact ? "text-base" : "text-lg"])
|
|
106
|
+
}, n(e.value.brandName), 3)) : c("", !0),
|
|
107
|
+
e.value.brandTitle ? (t(), o("p", {
|
|
108
|
+
key: 1,
|
|
109
|
+
class: l(["text-muted-foreground font-medium truncate", s.compact ? "text-xs" : "text-sm"])
|
|
110
|
+
}, n(e.value.brandTitle), 3)) : c("", !0)
|
|
111
|
+
], 2),
|
|
112
|
+
a("div", {
|
|
113
|
+
class: l(["text-right shrink-0", s.compact ? "space-y-2" : "space-y-3"])
|
|
114
|
+
}, [
|
|
115
|
+
a("div", null, [
|
|
116
|
+
a("h1", {
|
|
117
|
+
class: l(["font-black tracking-tight text-foreground uppercase", s.compact ? "text-2xl" : "text-3xl"])
|
|
118
|
+
}, " Invoice ", 2),
|
|
119
|
+
a("p", {
|
|
120
|
+
class: l(["text-muted-foreground font-medium mt-0.5", s.compact ? "text-xs" : "text-sm"])
|
|
121
|
+
}, " #" + n(e.value.invoiceNumber), 3)
|
|
122
|
+
])
|
|
123
|
+
], 2)
|
|
124
|
+
]),
|
|
125
|
+
a("div", {
|
|
126
|
+
class: l(["flex items-center gap-4 text-xs", s.compact ? "mt-2" : "mt-4"])
|
|
127
|
+
}, [
|
|
128
|
+
e.value.issuedDate ? (t(), o("div", S, [
|
|
129
|
+
u[0] || (u[0] = a("span", { class: "text-muted-foreground uppercase tracking-wider font-medium" }, " Issued ", -1)),
|
|
130
|
+
i(d(k), {
|
|
131
|
+
value: e.value.issuedDate,
|
|
132
|
+
type: "date",
|
|
133
|
+
class: "font-semibold text-foreground tabular-nums"
|
|
134
|
+
}, null, 8, ["value"])
|
|
135
|
+
])) : c("", !0),
|
|
136
|
+
e.value.dueDate ? (t(), o("div", j, [
|
|
137
|
+
u[1] || (u[1] = a("span", { class: "text-muted-foreground uppercase tracking-wider font-medium" }, " Due ", -1)),
|
|
138
|
+
i(d(k), {
|
|
139
|
+
value: e.value.dueDate,
|
|
140
|
+
type: "date",
|
|
141
|
+
class: "font-semibold text-foreground tabular-nums"
|
|
142
|
+
}, null, 8, ["value"])
|
|
143
|
+
])) : c("", !0),
|
|
144
|
+
e.value.status ? (t(), D(B, {
|
|
145
|
+
key: 2,
|
|
146
|
+
status: e.value.status,
|
|
147
|
+
"hide-icon": "",
|
|
148
|
+
size: "small"
|
|
149
|
+
}, null, 8, ["status"])) : c("", !0)
|
|
150
|
+
], 2)
|
|
151
|
+
], 2),
|
|
152
|
+
e.value.companyInfo || e.value.customerInfo ? (t(), o("div", {
|
|
153
|
+
key: 0,
|
|
154
|
+
class: l(["border-b border-border", s.compact ? "px-5 py-4" : "px-6 pt-4 pb-5"])
|
|
155
|
+
}, [
|
|
156
|
+
a("div", q, [
|
|
157
|
+
e.value.companyInfo ? (t(), o("div", C, [
|
|
158
|
+
a("p", {
|
|
159
|
+
class: l(["text-muted-foreground uppercase tracking-widest font-semibold mb-2", s.compact ? "text-[9px]" : "text-[10px]"])
|
|
160
|
+
}, " From ", 2),
|
|
161
|
+
e.value.brandName ? (t(), o("p", {
|
|
162
|
+
key: 0,
|
|
163
|
+
class: l(["font-bold text-foreground", s.compact ? "text-sm" : "text-base"])
|
|
164
|
+
}, n(e.value.brandName), 3)) : c("", !0),
|
|
165
|
+
a("div", {
|
|
166
|
+
class: l(["text-muted-foreground leading-snug mt-1", s.compact ? "text-xs space-y-0.5" : "text-sm space-y-0.5"])
|
|
167
|
+
}, [
|
|
168
|
+
e.value.companyInfo.address ? (t(), o("p", L, n(e.value.companyInfo.address), 1)) : c("", !0),
|
|
169
|
+
e.value.companyInfo.city || e.value.companyInfo.state || e.value.companyInfo.zip ? (t(), o("p", E, [
|
|
170
|
+
m(n(e.value.companyInfo.city), 1),
|
|
171
|
+
e.value.companyInfo.city && e.value.companyInfo.state ? (t(), o(x, { key: 0 }, [
|
|
172
|
+
m(", ")
|
|
173
|
+
], 64)) : c("", !0),
|
|
174
|
+
m(n(e.value.companyInfo.state) + " " + n(e.value.companyInfo.zip), 1)
|
|
175
|
+
])) : c("", !0),
|
|
176
|
+
e.value.companyInfo.country ? (t(), o("p", F, n(e.value.companyInfo.country), 1)) : c("", !0),
|
|
177
|
+
e.value.companyInfo.email ? (t(), o("p", G, n(e.value.companyInfo.email), 1)) : c("", !0),
|
|
178
|
+
e.value.companyInfo.phone ? (t(), o("p", U, n(e.value.companyInfo.phone), 1)) : c("", !0),
|
|
179
|
+
e.value.companyInfo.taxId ? (t(), o("p", K, "Tax ID: " + n(e.value.companyInfo.taxId), 1)) : c("", !0)
|
|
180
|
+
], 2)
|
|
181
|
+
])) : c("", !0),
|
|
182
|
+
e.value.customerInfo ? (t(), o("div", O, [
|
|
183
|
+
a("p", {
|
|
184
|
+
class: l(["text-muted-foreground uppercase tracking-widest font-semibold mb-2", s.compact ? "text-[9px]" : "text-[10px]"])
|
|
185
|
+
}, " Billed To ", 2),
|
|
186
|
+
a("p", {
|
|
187
|
+
class: l(["font-bold text-foreground", s.compact ? "text-sm" : "text-base"])
|
|
188
|
+
}, n(e.value.customerInfo.name), 3),
|
|
189
|
+
a("div", {
|
|
190
|
+
class: l(["text-muted-foreground leading-snug mt-1", s.compact ? "text-xs space-y-0.5" : "text-sm space-y-0.5"])
|
|
191
|
+
}, [
|
|
192
|
+
e.value.customerInfo.address ? (t(), o("p", P, n(e.value.customerInfo.address), 1)) : c("", !0),
|
|
193
|
+
e.value.customerInfo.city || e.value.customerInfo.state ? (t(), o("p", Q, [
|
|
194
|
+
m(n(e.value.customerInfo.city), 1),
|
|
195
|
+
e.value.customerInfo.city && e.value.customerInfo.state ? (t(), o(x, { key: 0 }, [
|
|
196
|
+
m(", ")
|
|
197
|
+
], 64)) : c("", !0),
|
|
198
|
+
m(n(e.value.customerInfo.state) + " " + n(e.value.customerInfo.zip), 1)
|
|
199
|
+
])) : c("", !0),
|
|
200
|
+
e.value.customerInfo.country ? (t(), o("p", A, n(e.value.customerInfo.country), 1)) : c("", !0),
|
|
201
|
+
e.value.customerInfo.email ? (t(), o("p", H, n(e.value.customerInfo.email), 1)) : c("", !0),
|
|
202
|
+
e.value.customerInfo.phone ? (t(), o("p", J, n(e.value.customerInfo.phone), 1)) : c("", !0),
|
|
203
|
+
e.value.customerInfo.taxId ? (t(), o("p", M, "Tax ID: " + n(e.value.customerInfo.taxId), 1)) : c("", !0)
|
|
204
|
+
], 2)
|
|
205
|
+
])) : c("", !0)
|
|
206
|
+
])
|
|
207
|
+
], 2)) : c("", !0),
|
|
208
|
+
e.value.items && e.value.items.length ? (t(), o("div", R, [
|
|
209
|
+
a("table", {
|
|
210
|
+
class: l(["invoice-table", s.compact ? "text-xs" : "text-sm"])
|
|
211
|
+
}, [
|
|
212
|
+
a("thead", W, [
|
|
213
|
+
a("tr", null, [
|
|
214
|
+
u[2] || (u[2] = a("th", {
|
|
215
|
+
scope: "col",
|
|
216
|
+
class: "invoice-th"
|
|
217
|
+
}, "Description", -1)),
|
|
218
|
+
u[3] || (u[3] = a("th", {
|
|
219
|
+
scope: "col",
|
|
220
|
+
class: "invoice-th invoice-text-right"
|
|
221
|
+
}, "Qty", -1)),
|
|
222
|
+
b.value ? (t(), o("th", X, "Size")) : c("", !0),
|
|
223
|
+
u[4] || (u[4] = a("th", {
|
|
224
|
+
scope: "col",
|
|
225
|
+
class: "invoice-th invoice-text-right"
|
|
226
|
+
}, "Unit Price", -1)),
|
|
227
|
+
h.value ? (t(), o("th", Y, "Discount")) : c("", !0),
|
|
228
|
+
u[5] || (u[5] = a("th", {
|
|
229
|
+
scope: "col",
|
|
230
|
+
class: "invoice-th invoice-text-right"
|
|
231
|
+
}, "Total", -1))
|
|
232
|
+
])
|
|
233
|
+
]),
|
|
234
|
+
a("tbody", Z, [
|
|
235
|
+
(t(!0), o(x, null, g(e.value.items, (r, f) => (t(), o("tr", {
|
|
236
|
+
key: r.id || f,
|
|
237
|
+
class: "invoice-tr group"
|
|
238
|
+
}, [
|
|
239
|
+
a("td", ee, [
|
|
240
|
+
a("div", te, [
|
|
241
|
+
r.thumbnail ? (t(), o("div", {
|
|
242
|
+
key: 0,
|
|
243
|
+
class: l(["shrink-0 overflow-hidden", s.compact ? "w-9 h-9" : "w-10 h-10"])
|
|
244
|
+
}, [
|
|
245
|
+
i(I, {
|
|
246
|
+
src: r.thumbnail,
|
|
247
|
+
alt: r.name,
|
|
248
|
+
class: "w-full h-full ronded!",
|
|
249
|
+
rounded: "md"
|
|
250
|
+
}, null, 8, ["src", "alt"])
|
|
251
|
+
], 2)) : c("", !0),
|
|
252
|
+
a("div", oe, [
|
|
253
|
+
a("p", {
|
|
254
|
+
class: "font-semibold text-foreground whitespace-normal text-sm",
|
|
255
|
+
title: r.name
|
|
256
|
+
}, n(r.name), 9, ae),
|
|
257
|
+
r.sku ? (t(), o("p", se, " SKU: " + n(r.sku), 1)) : c("", !0),
|
|
258
|
+
r.description && !s.compact ? (t(), o("p", ce, n(r.description), 1)) : c("", !0)
|
|
259
|
+
])
|
|
260
|
+
])
|
|
261
|
+
]),
|
|
262
|
+
a("td", ne, n(r.quantity), 1),
|
|
263
|
+
b.value ? (t(), o("td", le, n(r.size || "—"), 1)) : c("", !0),
|
|
264
|
+
a("td", re, [
|
|
265
|
+
i(d(p), {
|
|
266
|
+
value: r.price,
|
|
267
|
+
class: "text-sm"
|
|
268
|
+
}, null, 8, ["value"])
|
|
269
|
+
]),
|
|
270
|
+
h.value ? (t(), o("td", ue, [
|
|
271
|
+
r.discount !== void 0 ? (t(), o("div", ie, [
|
|
272
|
+
i(d(p), {
|
|
273
|
+
value: -r.discount,
|
|
274
|
+
class: "text-sm"
|
|
275
|
+
}, null, 8, ["value"]),
|
|
276
|
+
r.discountLabel ? (t(), o("span", {
|
|
277
|
+
key: 0,
|
|
278
|
+
class: l(["uppercase tracking-wider font-bold text-muted-foreground", s.compact ? "text-[8px]" : "text-[9px]"])
|
|
279
|
+
}, n(r.discountLabel), 3)) : c("", !0)
|
|
280
|
+
])) : (t(), o("span", de, "—"))
|
|
281
|
+
])) : c("", !0),
|
|
282
|
+
a("td", me, [
|
|
283
|
+
i(d(p), {
|
|
284
|
+
value: r.total,
|
|
285
|
+
class: "text-sm"
|
|
286
|
+
}, null, 8, ["value"])
|
|
287
|
+
])
|
|
288
|
+
]))), 128))
|
|
289
|
+
])
|
|
290
|
+
], 2)
|
|
291
|
+
])) : c("", !0),
|
|
292
|
+
a("div", {
|
|
293
|
+
class: l(s.compact ? "p-6" : "p-8")
|
|
294
|
+
}, [
|
|
295
|
+
a("div", {
|
|
296
|
+
class: l(["flex flex-col-reverse lg:flex-row justify-between", s.compact ? "gap-6" : "gap-8"])
|
|
297
|
+
}, [
|
|
298
|
+
a("div", {
|
|
299
|
+
class: l(["w-full lg:w-1/2 flex flex-col", s.compact ? "gap-4" : "gap-5"])
|
|
300
|
+
}, [
|
|
301
|
+
e.value.notes ? (t(), o("div", ve, [
|
|
302
|
+
a("p", {
|
|
303
|
+
class: l(["text-muted-foreground uppercase tracking-widest font-semibold mb-2", s.compact ? "text-[9px]" : "text-[10px]"])
|
|
304
|
+
}, " Notes ", 2),
|
|
305
|
+
a("p", {
|
|
306
|
+
class: l(["text-muted-foreground whitespace-pre-wrap leading-relaxed", s.compact ? "text-xs" : "text-sm"])
|
|
307
|
+
}, n(e.value.notes), 3)
|
|
308
|
+
])) : c("", !0),
|
|
309
|
+
e.value.qrcode || e.value.barcode ? (t(), o("div", xe, [
|
|
310
|
+
e.value.qrcode ? (t(), o("div", pe, [
|
|
311
|
+
i(d(T), {
|
|
312
|
+
value: e.value.qrcode,
|
|
313
|
+
size: s.compact ? 48 : 56
|
|
314
|
+
}, null, 8, ["value", "size"])
|
|
315
|
+
])) : c("", !0),
|
|
316
|
+
e.value.barcode ? (t(), o("div", fe, [
|
|
317
|
+
i(d(N), {
|
|
318
|
+
value: e.value.barcode,
|
|
319
|
+
format: "CODE128",
|
|
320
|
+
height: s.compact ? 24 : 30,
|
|
321
|
+
width: s.compact ? 1.2 : 1.4,
|
|
322
|
+
"display-value": s.displayBarcodeValue
|
|
323
|
+
}, null, 8, ["value", "height", "width", "display-value"])
|
|
324
|
+
])) : c("", !0)
|
|
325
|
+
])) : c("", !0)
|
|
326
|
+
], 2),
|
|
327
|
+
a("div", ye, [
|
|
328
|
+
a("div", {
|
|
329
|
+
class: l(s.compact ? "space-y-1.5" : "space-y-2")
|
|
330
|
+
}, [
|
|
331
|
+
(t(!0), o(x, null, g(e.value.totals, (r, f) => (t(), o("div", {
|
|
332
|
+
key: f,
|
|
333
|
+
class: l(["flex justify-between items-center", [
|
|
334
|
+
r.isGrandTotal ? [
|
|
335
|
+
"border-t border-border font-black text-foreground",
|
|
336
|
+
s.compact ? "pt-2 mt-1 text-base" : "pt-3 mt-2 text-lg"
|
|
337
|
+
] : ["text-muted-foreground font-medium", s.compact ? "text-xs" : "text-sm"]
|
|
338
|
+
]])
|
|
339
|
+
}, [
|
|
340
|
+
a("span", {
|
|
341
|
+
class: l(r.isGrandTotal ? "uppercase tracking-widest text-xs" : "")
|
|
342
|
+
}, n(r.label), 3),
|
|
343
|
+
i(d(p), {
|
|
344
|
+
value: r.value
|
|
345
|
+
}, null, 8, ["value"])
|
|
346
|
+
], 2))), 128))
|
|
347
|
+
], 2)
|
|
348
|
+
])
|
|
349
|
+
], 2)
|
|
350
|
+
], 2),
|
|
351
|
+
e.value.footerText ? (t(), o("div", {
|
|
352
|
+
key: 2,
|
|
353
|
+
class: l(["border-t border-border text-center text-muted-foreground font-medium uppercase tracking-widest", s.compact ? "px-6 py-3 text-[9px]" : "px-6 py-4 text-[10px]"])
|
|
354
|
+
}, n(e.value.footerText), 3)) : c("", !0)
|
|
355
|
+
], 4));
|
|
356
|
+
}
|
|
357
|
+
});
|
|
358
|
+
export {
|
|
359
|
+
ze as default
|
|
360
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { InvoiceData } from './types';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
data: InvoiceData;
|
|
4
|
+
/** Reduces padding, spacing, and font sizes for print-friendly output */
|
|
5
|
+
compact?: boolean;
|
|
6
|
+
/** Toggles the display of the barcode text value underneath the bars */
|
|
7
|
+
displayBarcodeValue?: boolean;
|
|
8
|
+
};
|
|
9
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
10
|
+
compact: boolean;
|
|
11
|
+
displayBarcodeValue: boolean;
|
|
12
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
13
|
+
export default _default;
|
|
@@ -0,0 +1,226 @@
|
|
|
1
|
+
import { defineComponent as b, computed as g, openBlock as s, createElementBlock as o, normalizeStyle as h, normalizeClass as n, createElementVNode as a, createVNode as u, createCommentVNode as r, toDisplayString as l, unref as m, Fragment as f, renderList as p } from "vue";
|
|
2
|
+
import i from "../Price/Price.vue.js";
|
|
3
|
+
import k from "../DateTime/DateTime.vue.js";
|
|
4
|
+
import w from "../Barcode/Barcode.vue.js";
|
|
5
|
+
import I from "../QRCode/QRCode.vue.js";
|
|
6
|
+
import v from "../Avatar.vue.js";
|
|
7
|
+
import j from "../StatusChip/StatusChip.vue.js";
|
|
8
|
+
const z = {
|
|
9
|
+
key: 0,
|
|
10
|
+
class: "flex justify-center mb-2"
|
|
11
|
+
}, N = { key: 0 }, V = { key: 1 }, B = { key: 2 }, D = { key: 3 }, $ = { class: "flex justify-between items-center" }, C = { class: "font-semibold text-foreground" }, L = {
|
|
12
|
+
key: 0,
|
|
13
|
+
class: "flex justify-between items-center"
|
|
14
|
+
}, T = {
|
|
15
|
+
key: 1,
|
|
16
|
+
class: "flex justify-between items-center"
|
|
17
|
+
}, S = { class: "font-semibold text-foreground" }, q = {
|
|
18
|
+
key: 2,
|
|
19
|
+
class: "flex justify-between items-center"
|
|
20
|
+
}, E = { class: "flex items-start gap-2.5" }, A = { class: "flex-1 min-w-0" }, F = { class: "flex justify-between items-start gap-2" }, G = ["title"], K = {
|
|
21
|
+
key: 0,
|
|
22
|
+
class: "text-muted-foreground"
|
|
23
|
+
}, O = {
|
|
24
|
+
key: 1,
|
|
25
|
+
class: "text-success font-medium flex items-center gap-0.5"
|
|
26
|
+
}, R = { key: 0 }, U = { class: "flex flex-row flex-wrap items-center justify-center gap-3" }, H = {
|
|
27
|
+
key: 0,
|
|
28
|
+
class: "p-1 bg-white border border-border rounded"
|
|
29
|
+
}, J = {
|
|
30
|
+
key: 1,
|
|
31
|
+
class: "bg-white p-1 rounded border border-border overflow-hidden"
|
|
32
|
+
}, ee = /* @__PURE__ */ b({
|
|
33
|
+
__name: "InvoiceVariant2",
|
|
34
|
+
props: {
|
|
35
|
+
data: {},
|
|
36
|
+
compact: { type: Boolean, default: !1 },
|
|
37
|
+
displayBarcodeValue: { type: Boolean, default: !1 }
|
|
38
|
+
},
|
|
39
|
+
setup(t) {
|
|
40
|
+
const y = t, e = g(() => y.data);
|
|
41
|
+
return (M, c) => (s(), o("div", {
|
|
42
|
+
class: n(["v-invoice-v2 bg-background text-foreground border border-border mx-auto print:max-w-[300px] font-sans tracking-tight", t.compact ? "max-w-xs" : "max-w-sm sm:max-w-md"]),
|
|
43
|
+
style: h({
|
|
44
|
+
"--text-sm": t.compact ? "12px" : "13.5px",
|
|
45
|
+
"--text-xs": t.compact ? "9.5px" : "10px"
|
|
46
|
+
})
|
|
47
|
+
}, [
|
|
48
|
+
a("div", {
|
|
49
|
+
class: n(["text-center", t.compact ? "p-4 pb-3" : "p-6 pb-4"])
|
|
50
|
+
}, [
|
|
51
|
+
e.value.brandLogo ? (s(), o("div", z, [
|
|
52
|
+
u(v, {
|
|
53
|
+
src: e.value.brandLogo,
|
|
54
|
+
alt: e.value.brandName,
|
|
55
|
+
class: n(t.compact ? "h-9 w-9" : "h-12 w-12"),
|
|
56
|
+
rounded: "md"
|
|
57
|
+
}, null, 8, ["src", "alt", "class"])
|
|
58
|
+
])) : r("", !0),
|
|
59
|
+
e.value.brandName ? (s(), o("h2", {
|
|
60
|
+
key: 1,
|
|
61
|
+
class: n(["font-bold uppercase tracking-widest text-foreground", t.compact ? "text-base" : "text-xl"])
|
|
62
|
+
}, l(e.value.brandName), 3)) : r("", !0),
|
|
63
|
+
e.value.companyInfo ? (s(), o("div", {
|
|
64
|
+
key: 2,
|
|
65
|
+
class: n(["text-muted-foreground space-y-0.5 mt-1", t.compact ? "text-xs" : "text-sm"])
|
|
66
|
+
}, [
|
|
67
|
+
e.value.companyInfo.address ? (s(), o("p", N, l(e.value.companyInfo.address), 1)) : r("", !0),
|
|
68
|
+
e.value.companyInfo.city || e.value.companyInfo.state ? (s(), o("p", V, l(e.value.companyInfo.city) + " " + l(e.value.companyInfo.state) + " " + l(e.value.companyInfo.zip), 1)) : r("", !0),
|
|
69
|
+
e.value.companyInfo.phone ? (s(), o("p", B, l(e.value.companyInfo.phone), 1)) : r("", !0),
|
|
70
|
+
e.value.companyInfo.taxId ? (s(), o("p", D, "VAT: " + l(e.value.companyInfo.taxId), 1)) : r("", !0)
|
|
71
|
+
], 2)) : r("", !0)
|
|
72
|
+
], 2),
|
|
73
|
+
a("div", {
|
|
74
|
+
class: n(["border-t border-dashed border-border", t.compact ? "mx-3" : "mx-5"])
|
|
75
|
+
}, null, 2),
|
|
76
|
+
a("div", {
|
|
77
|
+
class: n(t.compact ? "px-4 py-2.5 space-y-1 text-xs" : "px-5 py-3.5 space-y-1.5 text-sm")
|
|
78
|
+
}, [
|
|
79
|
+
a("div", $, [
|
|
80
|
+
c[0] || (c[0] = a("span", { class: "text-muted-foreground font-medium" }, "Receipt #", -1)),
|
|
81
|
+
a("span", C, l(e.value.invoiceNumber), 1)
|
|
82
|
+
]),
|
|
83
|
+
e.value.issuedDate ? (s(), o("div", L, [
|
|
84
|
+
c[1] || (c[1] = a("span", { class: "text-muted-foreground font-medium" }, "Date", -1)),
|
|
85
|
+
u(m(k), {
|
|
86
|
+
value: e.value.issuedDate,
|
|
87
|
+
type: "dateTime",
|
|
88
|
+
class: "font-medium text-foreground"
|
|
89
|
+
}, null, 8, ["value"])
|
|
90
|
+
])) : r("", !0),
|
|
91
|
+
e.value.customerInfo?.name ? (s(), o("div", T, [
|
|
92
|
+
c[2] || (c[2] = a("span", { class: "text-muted-foreground font-medium" }, "Customer", -1)),
|
|
93
|
+
a("span", S, l(e.value.customerInfo.name), 1)
|
|
94
|
+
])) : r("", !0),
|
|
95
|
+
e.value.status ? (s(), o("div", q, [
|
|
96
|
+
c[3] || (c[3] = a("span", { class: "text-muted-foreground font-medium" }, "Status", -1)),
|
|
97
|
+
u(j, {
|
|
98
|
+
status: e.value.status,
|
|
99
|
+
"hide-icon": "",
|
|
100
|
+
size: "small"
|
|
101
|
+
}, null, 8, ["status"])
|
|
102
|
+
])) : r("", !0)
|
|
103
|
+
], 2),
|
|
104
|
+
a("div", {
|
|
105
|
+
class: n(["border-t border-dashed border-border", t.compact ? "mx-3" : "mx-5"])
|
|
106
|
+
}, null, 2),
|
|
107
|
+
a("div", {
|
|
108
|
+
class: n(t.compact ? "px-4 py-2.5" : "px-5 py-3.5")
|
|
109
|
+
}, [
|
|
110
|
+
a("div", {
|
|
111
|
+
class: n(["flex justify-between font-semibold text-muted-foreground uppercase tracking-wider mb-2", t.compact ? "text-[10px]" : "text-xs"])
|
|
112
|
+
}, [...c[4] || (c[4] = [
|
|
113
|
+
a("span", null, "Item", -1),
|
|
114
|
+
a("span", null, "Amount", -1)
|
|
115
|
+
])], 2),
|
|
116
|
+
a("div", {
|
|
117
|
+
class: n(t.compact ? "space-y-2.5" : "space-y-3.5")
|
|
118
|
+
}, [
|
|
119
|
+
(s(!0), o(f, null, p(e.value.items, (d, x) => (s(), o("div", {
|
|
120
|
+
key: d.id || x
|
|
121
|
+
}, [
|
|
122
|
+
a("div", E, [
|
|
123
|
+
d.thumbnail ? (s(), o("div", {
|
|
124
|
+
key: 0,
|
|
125
|
+
class: n(["shrink-0 overflow-hidden border border-border mt-0.5", t.compact ? "w-8 h-8 rounded" : "w-9 h-9 rounded-md"])
|
|
126
|
+
}, [
|
|
127
|
+
u(v, {
|
|
128
|
+
src: d.thumbnail,
|
|
129
|
+
alt: d.name,
|
|
130
|
+
class: "w-full h-full",
|
|
131
|
+
rounded: "sm"
|
|
132
|
+
}, null, 8, ["src", "alt"])
|
|
133
|
+
], 2)) : r("", !0),
|
|
134
|
+
a("div", A, [
|
|
135
|
+
a("div", F, [
|
|
136
|
+
a("span", {
|
|
137
|
+
class: n(["font-semibold text-foreground truncate", t.compact ? "text-xs" : "text-sm"]),
|
|
138
|
+
title: d.name
|
|
139
|
+
}, l(d.name), 11, G),
|
|
140
|
+
u(m(i), {
|
|
141
|
+
value: d.total,
|
|
142
|
+
class: n(["shrink-0 font-bold text-foreground", t.compact ? "text-xs" : "text-sm"])
|
|
143
|
+
}, null, 8, ["value", "class"])
|
|
144
|
+
]),
|
|
145
|
+
d.sku ? (s(), o("div", {
|
|
146
|
+
key: 0,
|
|
147
|
+
class: n(["text-muted-foreground uppercase tracking-tight truncate mt-0.5", t.compact ? "text-[9px]" : "text-[10px]"])
|
|
148
|
+
}, " SKU: " + l(d.sku), 3)) : r("", !0),
|
|
149
|
+
a("div", {
|
|
150
|
+
class: n(["text-muted-foreground flex flex-wrap gap-x-1.5 gap-y-0.5 mt-0.5", t.compact ? "text-[10px]" : "text-xs"])
|
|
151
|
+
}, [
|
|
152
|
+
a("span", null, l(d.quantity) + " x", 1),
|
|
153
|
+
u(m(i), {
|
|
154
|
+
value: d.price
|
|
155
|
+
}, null, 8, ["value"]),
|
|
156
|
+
d.size ? (s(), o("span", K, "· " + l(d.size), 1)) : r("", !0),
|
|
157
|
+
d.discount !== void 0 ? (s(), o("div", O, [
|
|
158
|
+
c[5] || (c[5] = a("span", null, "· Disc:", -1)),
|
|
159
|
+
u(m(i), {
|
|
160
|
+
value: -d.discount
|
|
161
|
+
}, null, 8, ["value"]),
|
|
162
|
+
d.discountLabel ? (s(), o("span", R, "(" + l(d.discountLabel) + ")", 1)) : r("", !0)
|
|
163
|
+
])) : r("", !0)
|
|
164
|
+
], 2)
|
|
165
|
+
])
|
|
166
|
+
])
|
|
167
|
+
]))), 128))
|
|
168
|
+
], 2)
|
|
169
|
+
], 2),
|
|
170
|
+
a("div", {
|
|
171
|
+
class: n(["border-t border-dashed border-border", t.compact ? "mx-3" : "mx-5"])
|
|
172
|
+
}, null, 2),
|
|
173
|
+
a("div", {
|
|
174
|
+
class: n(t.compact ? "px-4 py-2.5 space-y-1" : "px-5 py-3 space-y-1.5")
|
|
175
|
+
}, [
|
|
176
|
+
(s(!0), o(f, null, p(e.value.totals, (d, x) => (s(), o("div", {
|
|
177
|
+
key: x,
|
|
178
|
+
class: n([
|
|
179
|
+
"flex justify-between items-center",
|
|
180
|
+
d.isGrandTotal ? t.compact ? "mt-1.5 pt-1.5 border-t border-border font-bold text-foreground text-sm" : "mt-2 pt-2 border-t border-border font-bold text-foreground text-base" : t.compact ? "text-xs font-medium text-muted-foreground" : "text-sm font-medium text-muted-foreground"
|
|
181
|
+
])
|
|
182
|
+
}, [
|
|
183
|
+
a("span", null, l(d.label), 1),
|
|
184
|
+
u(m(i), {
|
|
185
|
+
value: d.value
|
|
186
|
+
}, null, 8, ["value"])
|
|
187
|
+
], 2))), 128))
|
|
188
|
+
], 2),
|
|
189
|
+
a("div", {
|
|
190
|
+
class: n(["border-t border-dashed border-border", t.compact ? "mx-3" : "mx-5"])
|
|
191
|
+
}, null, 2),
|
|
192
|
+
a("div", {
|
|
193
|
+
class: n(t.compact ? "px-4 py-3 text-center space-y-3" : "px-5 py-4 text-center space-y-4")
|
|
194
|
+
}, [
|
|
195
|
+
a("div", U, [
|
|
196
|
+
e.value.qrcode ? (s(), o("div", H, [
|
|
197
|
+
u(m(I), {
|
|
198
|
+
value: e.value.qrcode,
|
|
199
|
+
size: t.compact ? 48 : 64
|
|
200
|
+
}, null, 8, ["value", "size"])
|
|
201
|
+
])) : r("", !0),
|
|
202
|
+
e.value.barcode ? (s(), o("div", J, [
|
|
203
|
+
u(m(w), {
|
|
204
|
+
value: e.value.barcode,
|
|
205
|
+
format: "CODE128",
|
|
206
|
+
height: t.compact ? 24 : 32,
|
|
207
|
+
width: t.compact ? 1 : 1.2,
|
|
208
|
+
"display-value": t.displayBarcodeValue
|
|
209
|
+
}, null, 8, ["value", "height", "width", "display-value"])
|
|
210
|
+
])) : r("", !0)
|
|
211
|
+
]),
|
|
212
|
+
e.value.notes ? (s(), o("div", {
|
|
213
|
+
key: 0,
|
|
214
|
+
class: n(["text-muted-foreground whitespace-pre-wrap", t.compact ? "text-[10px]" : "text-xs"])
|
|
215
|
+
}, l(e.value.notes), 3)) : r("", !0),
|
|
216
|
+
e.value.footerText ? (s(), o("div", {
|
|
217
|
+
key: 1,
|
|
218
|
+
class: n(["text-muted-foreground font-medium uppercase tracking-widest", t.compact ? "text-[9px]" : "text-[10px]"])
|
|
219
|
+
}, l(e.value.footerText), 3)) : r("", !0)
|
|
220
|
+
], 2)
|
|
221
|
+
], 6));
|
|
222
|
+
}
|
|
223
|
+
});
|
|
224
|
+
export {
|
|
225
|
+
ee as default
|
|
226
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { InvoiceData } from './types';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
data: InvoiceData;
|
|
4
|
+
/** Reduces padding, spacing, and font sizes for print-friendly output */
|
|
5
|
+
compact?: boolean;
|
|
6
|
+
/** Toggles the display of the barcode text value underneath the bars */
|
|
7
|
+
displayBarcodeValue?: boolean;
|
|
8
|
+
};
|
|
9
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
10
|
+
compact: boolean;
|
|
11
|
+
displayBarcodeValue: boolean;
|
|
12
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
13
|
+
export default _default;
|