vlite3 1.4.25 → 1.4.27
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/components/CategoryManager/CategoryManager.vue2.js +3 -2
- package/components/Chart/BarChart.vue.d.ts +1 -1
- package/components/Chart/ChartLegend.vue.d.ts +22 -0
- package/components/Chart/ChartLegend.vue.js +91 -0
- package/components/Chart/ChartLegend.vue2.js +4 -0
- package/components/Chart/GanttChart.vue.d.ts +2 -2
- package/components/Chart/LineChart.vue.d.ts +5 -2
- package/components/Chart/LineChart.vue.js +1 -1
- package/components/Chart/LineChart.vue2.js +40 -39
- package/components/Chart/PieChart.vue.d.ts +11 -4
- package/components/Chart/PieChart.vue.js +118 -114
- package/components/Chart/SegmentBarChart.vue.d.ts +1 -1
- package/components/Chart/TimelineChart.vue.d.ts +2 -2
- package/components/Chart/index.d.ts +2 -1
- package/components/Chart/types.d.ts +25 -0
- package/components/ColorPicker/ColorPicker.vue.d.ts +20 -1
- package/components/ColorPicker/ColorPicker.vue.js +72 -59
- package/components/DateRangePicker.vue.js +5 -239
- package/components/DateRangePicker.vue2.js +239 -2
- package/components/Form/FormField.vue.js +10 -10
- package/components/Heatmap/Heatmap.vue.d.ts +1 -1
- package/components/Screen/ScreenFilter.vue.js +3 -2
- package/components/SidebarMenu/SidebarMenu.vue.d.ts +1 -1
- package/components/Stats/StatItem.vue.d.ts +2 -0
- package/components/Stats/StatItem.vue.js +234 -134
- package/components/Stats/Stats.vue.d.ts +1 -0
- package/components/Stats/Stats.vue.js +45 -41
- package/components/Stats/components/StatTrend.vue.js +35 -32
- package/components/Stats/types.d.ts +32 -2
- package/index.js +138 -136
- package/package.json +2 -2
- package/style.css +1 -1
package/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { default as p } from "vue3-google-signin";
|
|
2
2
|
import { deepMerge as u } from "./utils/object.js";
|
|
3
|
-
import { camelCase as x, capitalize as i, copyToClipboard as n, debounce as c, delay as C, downloadFile as S, flattenArray as T, formatAmPm as g, formatCurrency as h, formatDate as I, formatNumber as b, formatSchedule as P, getDefaultDateRange as v, getNextMonth as y, getNextYear as D, getPrevMonth as E, getPrevYear as F, getToday as A, getTomorrow as B, getUniqueId as R, getUpcoming as k, getYear as N, getYesterday as
|
|
3
|
+
import { camelCase as x, capitalize as i, copyToClipboard as n, debounce as c, delay as C, downloadFile as S, flattenArray as T, formatAmPm as g, formatCurrency as h, formatDate as I, formatNumber as b, formatSchedule as P, getDefaultDateRange as v, getNextMonth as y, getNextYear as D, getPrevMonth as E, getPrevYear as F, getToday as A, getTomorrow as B, getUniqueId as R, getUpcoming as k, getYear as N, getYesterday as L, isAppleDevice as M, isEmpty as O, isPureTimeString as w, isValidTimeRange as _, parseDateTime as G, randomNumber as K, removeExtraProperties as Y, slugify as H, throttle as z, toISO as U, toLocalISO as V, truncate as X } from "./utils/functions.js";
|
|
4
4
|
import { lazySearch as W, resetSearchIndex as j, search as q } from "./utils/search.util.js";
|
|
5
5
|
import { env as J } from "./utils/env.js";
|
|
6
6
|
import { $t as ee, resolveI18nText as oe } from "./utils/i18n.js";
|
|
@@ -20,7 +20,7 @@ import { default as Ee } from "./components/Stats/Stats.vue.js";
|
|
|
20
20
|
import { default as Ae } from "./components/Kanban/Kanban.vue.js";
|
|
21
21
|
import { default as Re } from "./components/Kanban/KanbanBoard.vue.js";
|
|
22
22
|
import { useKanbanBoard as Ne } from "./components/Kanban/useKanbanBoard.js";
|
|
23
|
-
import { default as
|
|
23
|
+
import { default as Me } from "./components/Navbar/Navbar.vue.js";
|
|
24
24
|
import { default as we } from "./components/Navbar/NavbarItem.vue.js";
|
|
25
25
|
import { default as Ge } from "./components/Navbar/NavbarGroup.vue.js";
|
|
26
26
|
import { default as Ye } from "./components/Navbar/NavbarTabs.vue.js";
|
|
@@ -44,7 +44,7 @@ import { default as ho } from "./components/Cart/CartEmptyState.vue.js";
|
|
|
44
44
|
import { useCart as bo } from "./components/Cart/composables/useCart.js";
|
|
45
45
|
import { calculateCartTotals as vo, computeCouponDiscount as yo, computeShipping as Do, computeTax as Eo, sumItemCount as Fo, sumLineTotals as Ao, sumSavings as Bo, useCartCalculation as Ro } from "./components/Cart/composables/useCartCalculation.js";
|
|
46
46
|
import { default as No } from "./components/Dropdown/Dropdown.vue.js";
|
|
47
|
-
import { default as
|
|
47
|
+
import { default as Mo } from "./components/Dropdown/DropdownMenu.vue.js";
|
|
48
48
|
import { default as wo } from "./components/Dropdown/DropdownTrigger.vue.js";
|
|
49
49
|
import { default as Go } from "./components/Dropdown/DropdownItem.vue.js";
|
|
50
50
|
import { useDropdownSelection as Yo } from "./components/Dropdown/composables/useDropdownSelection.js";
|
|
@@ -71,7 +71,7 @@ import { default as Dr } from "./components/Comment/CommentThread.vue.js";
|
|
|
71
71
|
import { default as Fr } from "./components/Comment/CommentEditor.vue.js";
|
|
72
72
|
import { default as Br } from "./components/Accordion/Accordion.vue.js";
|
|
73
73
|
import { default as kr } from "./components/Accordion/AccordionItem.vue.js";
|
|
74
|
-
import { default as
|
|
74
|
+
import { default as Lr } from "./components/Accordion/AccordionTrigger.vue.js";
|
|
75
75
|
import { default as Or } from "./components/Accordion/AccordionContent.vue.js";
|
|
76
76
|
import { default as _r } from "./components/ChoiceBox/ChoiceBox.vue.js";
|
|
77
77
|
import { default as Kr } from "./components/DataTable/DataTable.vue.js";
|
|
@@ -99,7 +99,7 @@ import { default as yt } from "./components/PermissionMatrix/PermissionEditor.vu
|
|
|
99
99
|
import { useAdvancedKeyStroke as Et, useKeyStroke as Ft } from "./composables/useKeyStroke.js";
|
|
100
100
|
import { vScrollReveal as Bt } from "./directives/vScrollReveal.js";
|
|
101
101
|
import { default as kt } from "./components/AvatarUploader/AvatarUploader.vue.js";
|
|
102
|
-
import { default as
|
|
102
|
+
import { default as Lt } from "./components/AvatarGroup/AvatarGroup.vue.js";
|
|
103
103
|
import { configure as Ot, pauseTimers as wt, removeToast as _t, resumeTimers as Gt, showToast as Kt, toast as Yt, useNotifications as Ht } from "./composables/useNotifications.js";
|
|
104
104
|
import { default as Ut } from "./components/Timeline/Timeline.vue.js";
|
|
105
105
|
import { default as Xt } from "./components/Timeline/TimelineItem.vue.js";
|
|
@@ -122,7 +122,7 @@ import { snapshotBones as va } from "./components/Skeleton/extract.js";
|
|
|
122
122
|
import { configureSkeleton as Da, getGlobalConfig as Ea, registerBones as Fa } from "./components/Skeleton/shared.js";
|
|
123
123
|
import { default as Ba } from "./components/Chart/LineChart.vue.js";
|
|
124
124
|
import { default as ka } from "./components/Chart/BarChart.vue.js";
|
|
125
|
-
import { default as
|
|
125
|
+
import { default as La } from "./components/Chart/PieChart.vue.js";
|
|
126
126
|
import { default as Oa } from "./components/Chart/CircleChart.vue.js";
|
|
127
127
|
import { default as _a } from "./components/Chart/GaugeChart.vue.js";
|
|
128
128
|
import { default as Ka } from "./components/Chart/SpeedometerChart.vue.js";
|
|
@@ -131,83 +131,84 @@ import { default as Ua } from "./components/Chart/SegmentBarChart.vue.js";
|
|
|
131
131
|
import { default as Xa } from "./components/Chart/StatCardChart.vue.js";
|
|
132
132
|
import { default as Wa } from "./components/Chart/WaffleChart.vue.js";
|
|
133
133
|
import { default as qa } from "./components/Chart/GanttChart.vue.js";
|
|
134
|
-
import { default as Ja } from "./components/
|
|
135
|
-
import { default as ef } from "./components/
|
|
136
|
-
import { default as rf } from "./components/Rating/
|
|
137
|
-
import {
|
|
138
|
-
import {
|
|
139
|
-
import { default as pf } from "./components/
|
|
140
|
-
import { default as uf } from "./components/
|
|
141
|
-
import {
|
|
142
|
-
import {
|
|
143
|
-
import {
|
|
144
|
-
import {
|
|
145
|
-
import {
|
|
146
|
-
import {
|
|
147
|
-
import {
|
|
148
|
-
import {
|
|
149
|
-
import { default as
|
|
150
|
-
import { default as wf } from "./components/
|
|
151
|
-
import { default as Gf } from "./components/
|
|
152
|
-
import { default as Yf } from "./components/
|
|
134
|
+
import { default as Ja } from "./components/Chart/ChartLegend.vue.js";
|
|
135
|
+
import { default as ef } from "./components/AppShell/AppShell.vue.js";
|
|
136
|
+
import { default as rf } from "./components/Rating/Rating.vue.js";
|
|
137
|
+
import { default as af } from "./components/Rating/ReviewSummary.vue.js";
|
|
138
|
+
import { createAsyncSelect as mf } from "./components/AsyncSelect/createAsyncSelect.js";
|
|
139
|
+
import { default as pf } from "./components/ImageComparison/ImageComparison.vue.js";
|
|
140
|
+
import { default as uf } from "./components/ImageMagnifier.vue.js";
|
|
141
|
+
import { default as xf } from "./components/ThemeProvider/ThemeProvider.vue.js";
|
|
142
|
+
import { buildCardOverrideStyles as cf, buildThemeStyleBlock as Cf, buildThemeVariables as Sf } from "./components/ThemeProvider/themeVars.js";
|
|
143
|
+
import { default as gf } from "./components/SeoProvider/SeoProvider.vue.js";
|
|
144
|
+
import { noopSeoAdapter as If, normalizeSeo as bf, replaceSeoTokens as Pf } from "./components/SeoProvider/normalizeSeo.js";
|
|
145
|
+
import { createDomSeoAdapter as yf } from "./components/SeoProvider/domAdapter.js";
|
|
146
|
+
import { default as Ef } from "./components/ScaleGenerator/ScaleGenerator.vue.js";
|
|
147
|
+
import { THEME_STYLES_KEY as Af, useThemeStyles as Bf } from "./composables/useThemeStyles.js";
|
|
148
|
+
import { SEO_CONTEXT_KEY as kf, useSeo as Nf } from "./composables/useSeo.js";
|
|
149
|
+
import { default as Mf } from "./components/Icon.vue.js";
|
|
150
|
+
import { default as wf } from "./components/Logo.vue.js";
|
|
151
|
+
import { default as Gf } from "./components/Alert.vue.js";
|
|
152
|
+
import { default as Yf } from "./components/Badge.vue.js";
|
|
153
|
+
import { default as zf } from "./components/Input.vue.js";
|
|
153
154
|
/* empty css */
|
|
154
|
-
import { default as
|
|
155
|
-
import { default as
|
|
156
|
-
import { default as
|
|
157
|
-
import { default as
|
|
158
|
-
import { default as
|
|
159
|
-
import { default as
|
|
160
|
-
import { default as
|
|
161
|
-
import { default as
|
|
162
|
-
import { default as
|
|
163
|
-
import { default as
|
|
164
|
-
import { default as
|
|
165
|
-
import { default as
|
|
166
|
-
import { default as
|
|
167
|
-
import { default as
|
|
168
|
-
import { default as
|
|
169
|
-
import { default as
|
|
170
|
-
import { default as
|
|
171
|
-
import { default as
|
|
172
|
-
import { default as
|
|
173
|
-
import { default as
|
|
174
|
-
import { default as
|
|
175
|
-
import { default as
|
|
176
|
-
import { default as
|
|
177
|
-
import { default as
|
|
178
|
-
import { default as
|
|
179
|
-
import { default as
|
|
180
|
-
import { default as
|
|
181
|
-
import { default as
|
|
182
|
-
import { createVLite as
|
|
183
|
-
import { default as
|
|
184
|
-
import { STATUS_MAP as
|
|
185
|
-
import { default as
|
|
186
|
-
import { default as
|
|
187
|
-
import { default as
|
|
188
|
-
import { default as
|
|
189
|
-
import { VLITE_CONFIG_KEY as
|
|
190
|
-
import { getStatusColorClass as
|
|
155
|
+
import { default as Vf } from "./components/Label.vue.js";
|
|
156
|
+
import { default as Qf } from "./components/Modal.vue.js";
|
|
157
|
+
import { default as jf } from "./components/Avatar.vue.js";
|
|
158
|
+
import { default as $f } from "./components/Persona.vue.js";
|
|
159
|
+
import { default as Zf } from "./components/Button.vue.js";
|
|
160
|
+
import { default as om } from "./components/BackButton.vue.js";
|
|
161
|
+
import { default as tm } from "./components/Clipboard.vue.js";
|
|
162
|
+
import { default as fm } from "./components/Slider.vue.js";
|
|
163
|
+
import { default as lm } from "./components/Switch.vue.js";
|
|
164
|
+
import { default as sm } from "./components/Tooltip.vue.js";
|
|
165
|
+
import { default as dm } from "./components/CheckBox.vue.js";
|
|
166
|
+
import { default as im } from "./components/Textarea.vue.js";
|
|
167
|
+
import { default as cm } from "./components/Radio.vue.js";
|
|
168
|
+
import { default as Sm } from "./components/RadioGroup.vue.js";
|
|
169
|
+
import { default as gm } from "./components/FadeOverlay/FadeOverlay.vue.js";
|
|
170
|
+
import { default as Im } from "./components/SidePanel.vue.js";
|
|
171
|
+
import { default as Pm } from "./components/DatePicker.vue.js";
|
|
172
|
+
import { default as ym } from "./components/IconPicker.vue.js";
|
|
173
|
+
import { default as Em } from "./components/ButtonGroup.vue.js";
|
|
174
|
+
import { default as Am } from "./components/NumberInput.vue.js";
|
|
175
|
+
import { default as Rm } from "./components/ThemeToggle.vue.js";
|
|
176
|
+
import { default as Nm } from "./components/GoogleLogin.vue.js";
|
|
177
|
+
import { default as Mm } from "./components/ColorPicker/ColorPicker.vue.js";
|
|
178
|
+
import { default as wm } from "./components/ConfirmationModal.vue.js";
|
|
179
|
+
import { default as Gm } from "./components/ToastNotification.vue.js";
|
|
180
|
+
import { default as Ym } from "./components/CommandPalette/CommandPaletteContent.vue.js";
|
|
181
|
+
import { default as zm } from "./components/NavbarCommandPalette.vue.js";
|
|
182
|
+
import { default as Vm } from "./components/DateRangePicker.vue.js";
|
|
183
|
+
import { createVLite as Qm } from "./core/index.js";
|
|
184
|
+
import { default as jm } from "./components/StatusChip/StatusChip.vue.js";
|
|
185
|
+
import { STATUS_MAP as $m, normalizeStatus as Jm, resolveStatus as Zm } from "./components/StatusChip/status-map.js";
|
|
186
|
+
import { default as ol } from "./components/Price/Price.vue.js";
|
|
187
|
+
import { default as tl } from "./components/DateTime/DateTime.vue.js";
|
|
188
|
+
import { default as fl } from "./components/Clock/Clock.vue.js";
|
|
189
|
+
import { default as ll } from "./components/Chat/ChatInterface.vue.js";
|
|
190
|
+
import { VLITE_CONFIG_KEY as sl, configState as ul, updateConfig as dl, useVLiteConfig as xl } from "./core/config.js";
|
|
191
|
+
import { getStatusColorClass as nl } from "./utils/status.js";
|
|
191
192
|
export {
|
|
192
193
|
ee as $t,
|
|
193
194
|
Br as Accordion,
|
|
194
195
|
Or as AccordionContent,
|
|
195
196
|
kr as AccordionItem,
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
197
|
+
Lr as AccordionTrigger,
|
|
198
|
+
Gf as Alert,
|
|
199
|
+
ef as AppShell,
|
|
199
200
|
Jt as AttachmentsList,
|
|
200
|
-
|
|
201
|
-
|
|
201
|
+
jf as Avatar,
|
|
202
|
+
Lt as AvatarGroup,
|
|
202
203
|
kt as AvatarUploader,
|
|
203
|
-
|
|
204
|
-
|
|
204
|
+
om as BackButton,
|
|
205
|
+
Yf as Badge,
|
|
205
206
|
ka as BarChart,
|
|
206
207
|
fo as Barcode,
|
|
207
208
|
Vo as Breadcrumb,
|
|
208
209
|
Qo as BreadcrumbItem,
|
|
209
|
-
|
|
210
|
-
|
|
210
|
+
Zf as Button,
|
|
211
|
+
Em as ButtonGroup,
|
|
211
212
|
Ca as Calendar,
|
|
212
213
|
Ta as CalendarEventItem,
|
|
213
214
|
so as Carousel,
|
|
@@ -218,35 +219,36 @@ export {
|
|
|
218
219
|
Co as CartSummary,
|
|
219
220
|
pa as CategoryManager,
|
|
220
221
|
ua as CategoryMenu,
|
|
221
|
-
|
|
222
|
-
|
|
222
|
+
Ja as ChartLegend,
|
|
223
|
+
ll as ChatInterface,
|
|
224
|
+
dm as CheckBox,
|
|
223
225
|
se as Chip,
|
|
224
226
|
_r as ChoiceBox,
|
|
225
227
|
Oa as CircleChart,
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
228
|
+
tm as Clipboard,
|
|
229
|
+
fl as Clock,
|
|
230
|
+
Mm as ColorPicker,
|
|
231
|
+
Ym as CommandPaletteContent,
|
|
230
232
|
Fr as CommentEditor,
|
|
231
233
|
vr as CommentItem,
|
|
232
234
|
Dr as CommentThread,
|
|
233
|
-
|
|
235
|
+
wm as ConfirmationModal,
|
|
234
236
|
Se as CustomFields,
|
|
235
237
|
ra as CustomFieldsDisplay,
|
|
236
238
|
nr as DataList,
|
|
237
239
|
Kr as DataTable,
|
|
238
240
|
Hr as DataTableHeader,
|
|
239
241
|
Ur as DataTableRow,
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
242
|
+
Pm as DatePicker,
|
|
243
|
+
Vm as DateRangePicker,
|
|
244
|
+
tl as DateTime,
|
|
243
245
|
No as Dropdown,
|
|
244
246
|
Go as DropdownItem,
|
|
245
|
-
|
|
247
|
+
Mo as DropdownMenu,
|
|
246
248
|
wo as DropdownTrigger,
|
|
247
249
|
br as Empty,
|
|
248
250
|
ft as ExportData,
|
|
249
|
-
|
|
251
|
+
gm as FadeOverlay,
|
|
250
252
|
ot as FilePicker,
|
|
251
253
|
qt as FilePreview,
|
|
252
254
|
jo as FileTree,
|
|
@@ -258,107 +260,107 @@ export {
|
|
|
258
260
|
ge as FormSkeleton,
|
|
259
261
|
qa as GanttChart,
|
|
260
262
|
_a as GaugeChart,
|
|
261
|
-
|
|
263
|
+
Nm as GoogleLogin,
|
|
262
264
|
p as GoogleSignInPlugin,
|
|
263
265
|
$e as Heatmap,
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
266
|
+
Mf as Icon,
|
|
267
|
+
ym as IconPicker,
|
|
268
|
+
pf as ImageComparison,
|
|
269
|
+
uf as ImageMagnifier,
|
|
268
270
|
lt as ImportData,
|
|
269
|
-
|
|
271
|
+
zf as Input,
|
|
270
272
|
aa as Invoice,
|
|
271
273
|
ma as InvoiceTotals,
|
|
272
274
|
Ae as Kanban,
|
|
273
275
|
Re as KanbanBoard,
|
|
274
|
-
|
|
276
|
+
Vf as Label,
|
|
275
277
|
Ba as LineChart,
|
|
276
278
|
Cr as List,
|
|
277
279
|
Tr as ListFieldRow,
|
|
278
|
-
|
|
280
|
+
wf as Logo,
|
|
279
281
|
oo as MASONRY_BREAKPOINTS,
|
|
280
282
|
Ze as Masonry,
|
|
281
|
-
|
|
283
|
+
Qf as Modal,
|
|
282
284
|
st as MultiSelect,
|
|
283
|
-
|
|
284
|
-
|
|
285
|
+
Me as Navbar,
|
|
286
|
+
zm as NavbarCommandPalette,
|
|
285
287
|
Ge as NavbarGroup,
|
|
286
288
|
we as NavbarItem,
|
|
287
289
|
Ye as NavbarTabs,
|
|
288
|
-
|
|
290
|
+
Am as NumberInput,
|
|
289
291
|
pr as OTPInput,
|
|
290
292
|
tt as Pagination,
|
|
291
293
|
yt as PermissionEditor,
|
|
292
294
|
Pt as PermissionMatrix,
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
295
|
+
$f as Persona,
|
|
296
|
+
La as PieChart,
|
|
297
|
+
ol as Price,
|
|
296
298
|
it as PricingPlan,
|
|
297
299
|
ct as PricingPlanItem,
|
|
298
300
|
It as ProgressBar,
|
|
299
301
|
ze as QRCode,
|
|
300
302
|
fr as RICH_TEXT_TOOL_GROUPS,
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
303
|
+
cm as Radio,
|
|
304
|
+
Sm as RadioGroup,
|
|
305
|
+
rf as Rating,
|
|
306
|
+
af as ReviewSummary,
|
|
305
307
|
or as RichTextEditor,
|
|
306
308
|
tr as RichTextReader,
|
|
307
309
|
Xr as SCREEN_CONTEXT_KEY,
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
310
|
+
kf as SEO_CONTEXT_KEY,
|
|
311
|
+
$m as STATUS_MAP,
|
|
312
|
+
Ef as ScaleGenerator,
|
|
311
313
|
Ve as Screen,
|
|
312
314
|
Qe as ScreenFilter,
|
|
313
315
|
je as ScreenQuickFilters,
|
|
314
316
|
Ua as SegmentBarChart,
|
|
315
|
-
|
|
317
|
+
gf as SeoProvider,
|
|
316
318
|
xr as Sheet,
|
|
317
|
-
|
|
319
|
+
Im as SidePanel,
|
|
318
320
|
St as SidebarMenu,
|
|
319
321
|
gt as SidebarMenuItem,
|
|
320
322
|
ha as Skeleton,
|
|
321
|
-
|
|
323
|
+
fm as Slider,
|
|
322
324
|
Ka as SpeedometerChart,
|
|
323
325
|
to as Spinner,
|
|
324
326
|
Wr as Splitter,
|
|
325
327
|
Xa as StatCardChart,
|
|
326
328
|
Ee as Stats,
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
329
|
+
jm as StatusChip,
|
|
330
|
+
lm as Switch,
|
|
331
|
+
Af as THEME_STYLES_KEY,
|
|
330
332
|
ye as Tabes,
|
|
331
333
|
na as TagInput,
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
334
|
+
im as Textarea,
|
|
335
|
+
xf as ThemeProvider,
|
|
336
|
+
Rm as ThemeToggle,
|
|
335
337
|
xa as ThumbnailSelector,
|
|
336
338
|
Ut as Timeline,
|
|
337
339
|
Ha as TimelineChart,
|
|
338
340
|
Wt as TimelineIndicator,
|
|
339
341
|
Xt as TimelineItem,
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
342
|
+
Gm as ToastNotification,
|
|
343
|
+
sm as Tooltip,
|
|
344
|
+
sl as VLITE_CONFIG_KEY,
|
|
343
345
|
Wa as WaffleChart,
|
|
344
346
|
ur as Workbook,
|
|
345
347
|
lo as barcodesConstants,
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
348
|
+
cf as buildCardOverrideStyles,
|
|
349
|
+
Cf as buildThemeStyleBlock,
|
|
350
|
+
Sf as buildThemeVariables,
|
|
349
351
|
vo as calculateCartTotals,
|
|
350
352
|
x as camelCase,
|
|
351
353
|
i as capitalize,
|
|
352
354
|
yo as computeCouponDiscount,
|
|
353
355
|
Do as computeShipping,
|
|
354
356
|
Eo as computeTax,
|
|
355
|
-
|
|
357
|
+
ul as configState,
|
|
356
358
|
Ot as configure,
|
|
357
359
|
Da as configureSkeleton,
|
|
358
360
|
n as copyToClipboard,
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
361
|
+
mf as createAsyncSelect,
|
|
362
|
+
yf as createDomSeoAdapter,
|
|
363
|
+
Qm as createVLite,
|
|
362
364
|
c as debounce,
|
|
363
365
|
u as deepMerge,
|
|
364
366
|
C as delay,
|
|
@@ -379,37 +381,37 @@ export {
|
|
|
379
381
|
hr as getObjectValue,
|
|
380
382
|
E as getPrevMonth,
|
|
381
383
|
F as getPrevYear,
|
|
382
|
-
|
|
384
|
+
nl as getStatusColorClass,
|
|
383
385
|
A as getToday,
|
|
384
386
|
B as getTomorrow,
|
|
385
387
|
R as getUniqueId,
|
|
386
388
|
k as getUpcoming,
|
|
387
389
|
N as getYear,
|
|
388
|
-
|
|
390
|
+
L as getYesterday,
|
|
389
391
|
fe as hexToHSL,
|
|
390
392
|
Jr as initializeTheme,
|
|
391
|
-
|
|
393
|
+
M as isAppleDevice,
|
|
392
394
|
me as isDarkColor,
|
|
393
395
|
O as isEmpty,
|
|
394
396
|
w as isPureTimeString,
|
|
395
397
|
_ as isValidTimeRange,
|
|
396
398
|
W as lazySearch,
|
|
397
399
|
le as mixColorHex,
|
|
398
|
-
|
|
400
|
+
If as noopSeoAdapter,
|
|
399
401
|
ba as normalizeBone,
|
|
400
|
-
|
|
401
|
-
|
|
402
|
+
bf as normalizeSeo,
|
|
403
|
+
Jm as normalizeStatus,
|
|
402
404
|
G as parseDateTime,
|
|
403
405
|
wt as pauseTimers,
|
|
404
406
|
K as randomNumber,
|
|
405
407
|
Fa as registerBones,
|
|
406
408
|
Y as removeExtraProperties,
|
|
407
409
|
_t as removeToast,
|
|
408
|
-
|
|
410
|
+
Pf as replaceSeoTokens,
|
|
409
411
|
j as resetSearchIndex,
|
|
410
412
|
oe as resolveI18nText,
|
|
411
413
|
mr as resolveRichTextTools,
|
|
412
|
-
|
|
414
|
+
Zm as resolveStatus,
|
|
413
415
|
Gt as resumeTimers,
|
|
414
416
|
q as search,
|
|
415
417
|
Kt as showToast,
|
|
@@ -423,7 +425,7 @@ export {
|
|
|
423
425
|
V as toLocalISO,
|
|
424
426
|
Yt as toast,
|
|
425
427
|
X as truncate,
|
|
426
|
-
|
|
428
|
+
dl as updateConfig,
|
|
427
429
|
Et as useAdvancedKeyStroke,
|
|
428
430
|
bo as useCart,
|
|
429
431
|
Ro as useCartCalculation,
|
|
@@ -435,10 +437,10 @@ export {
|
|
|
435
437
|
Ft as useKeyStroke,
|
|
436
438
|
dt as useMultiSelectHydration,
|
|
437
439
|
Ht as useNotifications,
|
|
438
|
-
|
|
440
|
+
Nf as useSeo,
|
|
439
441
|
Zr as useTheme,
|
|
440
|
-
|
|
442
|
+
Bf as useThemeStyles,
|
|
441
443
|
Zo as useTreeSelection,
|
|
442
|
-
|
|
444
|
+
xl as useVLiteConfig,
|
|
443
445
|
Bt as vScrollReveal
|
|
444
446
|
};
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"private": false,
|
|
4
4
|
"description": "A Vue 3 UI component library built with Tailwind CSS.",
|
|
5
5
|
"license": "MIT",
|
|
6
|
-
"version": "1.4.
|
|
6
|
+
"version": "1.4.27",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"main": "index.js",
|
|
9
9
|
"module": "index.js",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"v-datepicker-lite": "^0.1.10",
|
|
51
51
|
"v-event-calendar": "^0.0.10",
|
|
52
52
|
"v-file-preview": "^0.1.3",
|
|
53
|
-
"v-tooltip-lite": "^0.
|
|
53
|
+
"v-tooltip-lite": "^1.0.2",
|
|
54
54
|
"vue-carousel-lite": "^0.2.8",
|
|
55
55
|
"vue-draggable-plus": "^0.5.3",
|
|
56
56
|
"vue3-google-signin": "^2.1.1",
|