vlite3 1.2.1 → 1.2.4
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 +1 -0
- package/components/AppShell/AppShellLayoutClassic.vue.js +67 -64
- package/components/AppShell/AppShellLayoutDashboard.vue.js +76 -71
- package/components/AppShell/AppShellLayoutDock.vue.js +27 -27
- package/components/AppShell/AppShellLayoutHeaderShell.vue.js +81 -76
- package/components/AppShell/AppShellLayoutSidebarFirst.vue.js +56 -56
- package/components/AsyncSelect/createAsyncSelect.d.ts +88 -0
- package/components/AsyncSelect/createAsyncSelect.js +156 -0
- package/components/AsyncSelect/index.d.ts +1 -0
- package/components/ChoiceBox/ChoiceBox.vue.js +4 -2
- package/components/CommandPalette/CommandPaletteContent.vue2.js +1 -1
- package/components/CommandPalette/{CommandPaletteItem.vue.js → CommandPaletteItem.vue2.js} +1 -1
- package/components/DataTable/DataTable.vue.d.ts +3 -3
- package/components/DataTable/DataTableRow.vue.d.ts +1 -1
- package/components/Form/CustomFields.vue.js +2 -2
- package/components/Form/CustomFields.vue2.js +15 -2
- package/components/Form/Form.vue.js +1 -1
- package/components/Form/Form.vue2.js +1 -1
- package/components/Invoice/InvoiceVariant1.vue.js +225 -176
- package/components/Invoice/InvoiceVariant2.vue.js +174 -125
- package/components/Invoice/InvoiceVariant3.vue.js +186 -157
- package/components/Invoice/InvoiceVariant4.vue.js +200 -156
- package/components/Invoice/types.d.ts +10 -1
- package/components/List/ListFieldRow.vue.js +221 -144
- package/components/List/utils.d.ts +2 -2
- package/components/List/utils.js +6 -9
- package/components/NavbarCommandPalette.vue.js +2 -2
- package/components/Price/Price.vue.d.ts +3 -1
- package/components/Price/Price.vue.js +35 -10
- package/components/Rating/Rating.vue.d.ts +43 -0
- package/components/Rating/Rating.vue.js +7 -0
- package/components/Rating/Rating.vue2.js +92 -0
- package/components/Rating/ReviewSummary.vue.d.ts +5 -0
- package/components/Rating/ReviewSummary.vue.js +67 -0
- package/components/Rating/ReviewSummary.vue2.js +4 -0
- package/components/Rating/index.d.ts +3 -0
- package/components/Rating/types.d.ts +28 -0
- package/components/Screen/Screen.vue.d.ts +38 -12
- package/components/Screen/Screen.vue.js +400 -304
- package/components/Screen/components/ScreenToolbar.vue.d.ts +62 -0
- package/components/Screen/components/ScreenToolbar.vue.js +116 -0
- package/components/Screen/components/ScreenToolbar.vue2.js +4 -0
- package/components/Screen/types.d.ts +9 -0
- package/components/SidebarMenu/SidebarMenu.vue.js +1 -1
- package/components/SidebarMenu/SidebarMenuItem.vue.d.ts +3 -1
- package/components/SidebarMenu/SidebarMenuItem.vue.js +198 -175
- package/components/Stats/StatItem.vue.js +212 -153
- package/components/Stats/Stats.vue.js +20 -20
- package/components/Stats/components/StatIconBox.vue.js +42 -42
- package/components/Stats/components/StatTrend.vue.js +20 -20
- package/components/Stats/types.d.ts +3 -1
- package/components/Timeline/Timeline.vue.js +21 -11
- package/components/Timeline/TimelineItem.vue.js +1 -1
- package/core/config.d.ts +10 -0
- package/core/config.js +11 -9
- package/index.d.ts +2 -0
- package/index.js +220 -214
- package/package.json +2 -1
- package/style.css +23 -17
- package/types/config.type.d.ts +2 -0
- package/types/list.type.d.ts +4 -0
- package/utils/functions.d.ts +9 -10
- package/utils/functions.js +78 -63
- package/utils/status.js +16 -16
package/index.js
CHANGED
|
@@ -1,60 +1,60 @@
|
|
|
1
1
|
import { default as l } from "vue3-google-signin";
|
|
2
2
|
import { deepMerge as s } from "./utils/object.js";
|
|
3
|
-
import { camelCase as u, capitalize as x, copyToClipboard as i, debounce as n, delay as c, downloadFile as g, flattenArray as C, formatAmPm as T, formatCurrency as S, formatDate as h,
|
|
4
|
-
import { lazySearch as
|
|
5
|
-
import { env as
|
|
6
|
-
import { $t as
|
|
7
|
-
import { getComponentConfig as
|
|
8
|
-
import { default as
|
|
9
|
-
import { default as
|
|
10
|
-
import { default as
|
|
11
|
-
import { default as
|
|
12
|
-
import { default as
|
|
13
|
-
import { default as
|
|
14
|
-
import { useForm as
|
|
15
|
-
import { useFileUpload as
|
|
16
|
-
import { default as
|
|
17
|
-
import { default as
|
|
18
|
-
import { default as
|
|
19
|
-
import { default as
|
|
20
|
-
import { useKanbanBoard as
|
|
21
|
-
import { default as
|
|
22
|
-
import { default as
|
|
23
|
-
import { default as
|
|
3
|
+
import { camelCase as u, capitalize as x, copyToClipboard as i, debounce as n, delay as c, downloadFile as g, flattenArray as C, formatAmPm as T, formatCurrency as S, formatDate as h, formatNumber as I, formatSchedule as b, getDefaultDateRange as P, getNextMonth as v, getNextYear as D, getPrevMonth as F, getPrevYear as y, getToday as B, getTomorrow as A, getUniqueId as N, getUpcoming as k, getYear as E, getYesterday as M, isAppleDevice as R, isEmpty as w, isPureTimeString as L, isValidTimeRange as G, parseDateTime as K, randomNumber as O, removeExtraProperties as Y, slugify as _, throttle as z, toISO as U, toLocalISO as V, truncate as H } from "./utils/functions.js";
|
|
4
|
+
import { lazySearch as W, resetSearchIndex as j, search as q } from "./utils/search.util.js";
|
|
5
|
+
import { env as $ } from "./utils/env.js";
|
|
6
|
+
import { $t as Z } from "./utils/i18n.js";
|
|
7
|
+
import { getComponentConfig as oe } from "./utils/configUtils.js";
|
|
8
|
+
import { default as te } from "./components/Chip/Chip.vue.js";
|
|
9
|
+
import { default as fe } from "./components/Form/Form.vue.js";
|
|
10
|
+
import { default as le } from "./components/Form/FormField.vue.js";
|
|
11
|
+
import { default as se } from "./components/Form/FormFields.vue.js";
|
|
12
|
+
import { default as ue } from "./components/Form/CustomFields.vue.js";
|
|
13
|
+
import { default as ie } from "./components/Form/FormSkeleton.vue.js";
|
|
14
|
+
import { useForm as ce } from "./components/Form/composables/useForm.js";
|
|
15
|
+
import { useFileUpload as Ce } from "./components/Form/composables/useFileUpload.js";
|
|
16
|
+
import { default as Se } from "./components/Tabes/Tabes.vue.js";
|
|
17
|
+
import { default as Ie } from "./components/Stats/Stats.vue.js";
|
|
18
|
+
import { default as Pe } from "./components/Kanban/Kanban.vue.js";
|
|
19
|
+
import { default as De } from "./components/Kanban/KanbanBoard.vue.js";
|
|
20
|
+
import { useKanbanBoard as ye } from "./components/Kanban/useKanbanBoard.js";
|
|
21
|
+
import { default as Ae } from "./components/Navbar/Navbar.vue.js";
|
|
22
|
+
import { default as ke } from "./components/Navbar/NavbarItem.vue.js";
|
|
23
|
+
import { default as Me } from "./components/Navbar/NavbarGroup.vue.js";
|
|
24
24
|
import { default as we } from "./components/Navbar/NavbarTabs.vue.js";
|
|
25
25
|
/* empty css */
|
|
26
|
-
import { default as
|
|
27
|
-
import { default as
|
|
28
|
-
import { default as
|
|
29
|
-
import { default as
|
|
30
|
-
import { default as
|
|
31
|
-
import { default as
|
|
32
|
-
import { MASONRY_BREAKPOINTS as
|
|
33
|
-
import { default as
|
|
34
|
-
import { default as
|
|
35
|
-
import { barcodesConstants as
|
|
36
|
-
import { default as
|
|
37
|
-
import { default as
|
|
38
|
-
import { default as
|
|
39
|
-
import { default as
|
|
40
|
-
import { default as
|
|
41
|
-
import { useDropdownSelection as
|
|
42
|
-
import { useDropdownIds as
|
|
43
|
-
import { default as
|
|
44
|
-
import { default as
|
|
45
|
-
import { default as
|
|
46
|
-
import { default as
|
|
47
|
-
import { useTreeSelection as
|
|
26
|
+
import { default as Ge } from "./components/QRCode/QRCode.vue.js";
|
|
27
|
+
import { default as Oe } from "./components/Screen/Screen.vue.js";
|
|
28
|
+
import { default as _e } from "./components/Screen/ScreenFilter.vue.js";
|
|
29
|
+
import { default as Ue } from "./components/Screen/components/ScreenQuickFilters.vue.js";
|
|
30
|
+
import { default as He } from "./components/Heatmap/Heatmap.vue.js";
|
|
31
|
+
import { default as We } from "./components/Masonry/Masonry.vue.js";
|
|
32
|
+
import { MASONRY_BREAKPOINTS as qe } from "./components/Masonry/types.js";
|
|
33
|
+
import { default as $e } from "./components/Spinner/Spinner.vue.js";
|
|
34
|
+
import { default as Ze } from "./components/Barcode/Barcode.vue.js";
|
|
35
|
+
import { barcodesConstants as oo } from "./components/Barcode/types.js";
|
|
36
|
+
import { default as to } from "./components/Carousel/Carousel.vue.js";
|
|
37
|
+
import { default as fo } from "./components/Dropdown/Dropdown.vue.js";
|
|
38
|
+
import { default as lo } from "./components/Dropdown/DropdownMenu.vue.js";
|
|
39
|
+
import { default as so } from "./components/Dropdown/DropdownTrigger.vue.js";
|
|
40
|
+
import { default as xo } from "./components/Dropdown/DropdownItem.vue.js";
|
|
41
|
+
import { useDropdownSelection as no } from "./components/Dropdown/composables/useDropdownSelection.js";
|
|
42
|
+
import { useDropdownIds as go } from "./components/Dropdown/composables/useDropdownIds.js";
|
|
43
|
+
import { default as To } from "./components/Breadcrumb/Breadcrumb.vue.js";
|
|
44
|
+
import { default as ho } from "./components/Breadcrumb/BreadcrumbItem.vue.js";
|
|
45
|
+
import { default as bo } from "./components/FileTree/FileTree.vue.js";
|
|
46
|
+
import { default as vo } from "./components/FileTree/FileTreeNode.vue.js";
|
|
47
|
+
import { useTreeSelection as Fo } from "./components/FileTree/useTreeSelection.js";
|
|
48
48
|
import { default as Bo } from "./components/RichTextEditor/RichTextEditor.vue.js";
|
|
49
49
|
/* empty css */
|
|
50
|
-
import { default as
|
|
51
|
-
import { default as
|
|
52
|
-
import { default as
|
|
53
|
-
import { default as
|
|
54
|
-
import { default as
|
|
55
|
-
import { default as
|
|
56
|
-
import { default as
|
|
57
|
-
import {
|
|
50
|
+
import { default as No } from "./components/RichTextEditor/RichTextReader.vue.js";
|
|
51
|
+
import { default as Eo } from "./components/OTPInput/OTPInput.vue.js";
|
|
52
|
+
import { default as Ro } from "./components/Workbook/Workbook.vue.js";
|
|
53
|
+
import { default as Lo } from "./components/Workbook/Sheet.vue.js";
|
|
54
|
+
import { default as Ko } from "./components/DataList/DataList.vue.js";
|
|
55
|
+
import { default as Yo } from "./components/List/List.vue.js";
|
|
56
|
+
import { default as zo } from "./components/List/ListFieldRow.vue.js";
|
|
57
|
+
import { getObjectValue as Vo } from "./components/List/utils.js";
|
|
58
58
|
import { default as Qo } from "./components/Empty/Empty.vue.js";
|
|
59
59
|
import { default as jo } from "./components/Comment/CommentItem.vue.js";
|
|
60
60
|
import { default as Xo } from "./components/Comment/CommentThread.vue.js";
|
|
@@ -72,11 +72,11 @@ import { default as Tr } from "./components/Splitter/Splitter.vue.js";
|
|
|
72
72
|
import { default as hr } from "./components/Footer/Footer.vue.js";
|
|
73
73
|
import { initializeTheme as br, useTheme as Pr } from "./composables/useTheme.js";
|
|
74
74
|
import { default as Dr } from "./components/FilePicker/FilePicker.vue.js";
|
|
75
|
-
import { default as
|
|
75
|
+
import { default as yr } from "./components/Pagination/Pagination.vue.js";
|
|
76
76
|
import { default as Ar } from "./components/ExportData/ExportData.vue.js";
|
|
77
77
|
import { default as kr } from "./components/ImportData/ImportData.vue.js";
|
|
78
78
|
import { default as Mr } from "./components/MultiSelect/MultiSelect.vue.js";
|
|
79
|
-
import { useMultiSelectHydration as
|
|
79
|
+
import { useMultiSelectHydration as wr } from "./components/MultiSelect/composables/useMultiSelectHydration.js";
|
|
80
80
|
import { default as Gr } from "./components/PricingPlan/PricingPlan.vue.js";
|
|
81
81
|
import { default as Or } from "./components/PricingPlan/PricingPlanItem.vue.js";
|
|
82
82
|
import { default as _r } from "./components/SidebarMenu/SidebarMenu.vue.js";
|
|
@@ -98,10 +98,10 @@ import { default as ht } from "./components/FilePreview/FilePreview.vue.js";
|
|
|
98
98
|
import { default as bt } from "./components/AttachmentsList/AttachmentsList.vue.js";
|
|
99
99
|
import { getFileTypeIcon as vt } from "./components/AttachmentsList/fileTypeIcon.js";
|
|
100
100
|
import { default as Ft } from "./components/CustomFieldsDisplay/CustomFieldsDisplay.vue.js";
|
|
101
|
-
import { default as
|
|
101
|
+
import { default as Bt } from "./components/Invoice/Invoice.vue.js";
|
|
102
102
|
import { default as Nt } from "./components/Invoice/InvoiceTotals.vue.js";
|
|
103
103
|
import { default as Et } from "./components/CategoryManager/CategoryManager.vue.js";
|
|
104
|
-
import { default as
|
|
104
|
+
import { default as Rt } from "./components/ThumbnailSelector/ThumbnailSelector.vue.js";
|
|
105
105
|
import { default as Lt } from "./components/TagInput/TagInput.vue.js";
|
|
106
106
|
import { default as Kt } from "./components/Calendar/Calendar.vue.js";
|
|
107
107
|
import { default as Yt } from "./components/Calendar/CalendarEventItem.vue.js";
|
|
@@ -119,250 +119,256 @@ import { default as da } from "./components/Chart/SegmentBarChart.vue.js";
|
|
|
119
119
|
import { default as xa } from "./components/Chart/StatCardChart.vue.js";
|
|
120
120
|
import { default as na } from "./components/Chart/WaffleChart.vue.js";
|
|
121
121
|
import { default as ga } from "./components/AppShell/AppShell.vue.js";
|
|
122
|
-
import { default as Ta } from "./components/
|
|
123
|
-
import { default as ha } from "./components/
|
|
124
|
-
import {
|
|
125
|
-
import { default as va } from "./components/
|
|
126
|
-
import { default as Fa } from "./components/
|
|
122
|
+
import { default as Ta } from "./components/Rating/Rating.vue.js";
|
|
123
|
+
import { default as ha } from "./components/Rating/ReviewSummary.vue.js";
|
|
124
|
+
import { createAsyncSelect as ba } from "./components/AsyncSelect/createAsyncSelect.js";
|
|
125
|
+
import { default as va } from "./components/Icon.vue.js";
|
|
126
|
+
import { default as Fa } from "./components/Logo.vue.js";
|
|
127
|
+
import { default as Ba } from "./components/Alert.vue.js";
|
|
128
|
+
import { default as Na } from "./components/Badge.vue.js";
|
|
129
|
+
import { default as Ea } from "./components/Input.vue.js";
|
|
127
130
|
/* empty css */
|
|
128
|
-
import { default as
|
|
129
|
-
import { default as
|
|
130
|
-
import { default as
|
|
131
|
-
import { default as
|
|
132
|
-
import { default as
|
|
133
|
-
import { default as
|
|
134
|
-
import { default as
|
|
135
|
-
import { default as
|
|
136
|
-
import { default as
|
|
137
|
-
import { default as
|
|
138
|
-
import { default as
|
|
139
|
-
import { default as
|
|
140
|
-
import { default as
|
|
141
|
-
import { default as
|
|
142
|
-
import { default as
|
|
143
|
-
import { default as
|
|
144
|
-
import { default as
|
|
145
|
-
import { default as
|
|
146
|
-
import { default as
|
|
147
|
-
import { default as
|
|
148
|
-
import { default as
|
|
149
|
-
import { default as
|
|
150
|
-
import { default as
|
|
151
|
-
import { default as
|
|
152
|
-
import { createVLite as
|
|
153
|
-
import { default as
|
|
154
|
-
import { STATUS_MAP as
|
|
155
|
-
import { default as
|
|
156
|
-
import { default as
|
|
157
|
-
import { default as
|
|
158
|
-
import { default as
|
|
159
|
-
import { VLITE_CONFIG_KEY as
|
|
160
|
-
import { getStatusColorClass as
|
|
131
|
+
import { default as Ra } from "./components/Label.vue.js";
|
|
132
|
+
import { default as La } from "./components/Modal.vue.js";
|
|
133
|
+
import { default as Ka } from "./components/Avatar.vue.js";
|
|
134
|
+
import { default as Ya } from "./components/Button.vue.js";
|
|
135
|
+
import { default as za } from "./components/BackButton.vue.js";
|
|
136
|
+
import { default as Va } from "./components/CopyButton.vue.js";
|
|
137
|
+
import { default as Qa } from "./components/Slider.vue.js";
|
|
138
|
+
import { default as ja } from "./components/Switch.vue.js";
|
|
139
|
+
import { default as Xa } from "./components/Tooltip.vue.js";
|
|
140
|
+
import { default as Ja } from "./components/CheckBox.vue.js";
|
|
141
|
+
import { default as ef } from "./components/Textarea.vue.js";
|
|
142
|
+
import { default as rf } from "./components/SidePanel.vue.js";
|
|
143
|
+
import { default as af } from "./components/DatePicker.vue.js";
|
|
144
|
+
import { default as mf } from "./components/IconPicker.vue.js";
|
|
145
|
+
import { default as pf } from "./components/ButtonGroup.vue.js";
|
|
146
|
+
import { default as df } from "./components/NumberInput.vue.js";
|
|
147
|
+
import { default as xf } from "./components/ThemeToggle.vue.js";
|
|
148
|
+
import { default as cf } from "./components/GoogleLogin.vue.js";
|
|
149
|
+
import { default as Cf } from "./components/ColorPicker/ColorPicker.vue.js";
|
|
150
|
+
import { default as Sf } from "./components/ConfirmationModal.vue.js";
|
|
151
|
+
import { default as If } from "./components/ToastNotification.vue.js";
|
|
152
|
+
import { default as Pf } from "./components/CommandPalette/CommandPaletteContent.vue.js";
|
|
153
|
+
import { default as Df } from "./components/NavbarCommandPalette.vue.js";
|
|
154
|
+
import { default as yf } from "./components/DateRangePicker.vue.js";
|
|
155
|
+
import { createVLite as Af } from "./core/index.js";
|
|
156
|
+
import { default as kf } from "./components/StatusChip/StatusChip.vue.js";
|
|
157
|
+
import { STATUS_MAP as Mf, normalizeStatus as Rf, resolveStatus as wf } from "./components/StatusChip/status-map.js";
|
|
158
|
+
import { default as Gf } from "./components/Price/Price.vue.js";
|
|
159
|
+
import { default as Of } from "./components/DateTime/DateTime.vue.js";
|
|
160
|
+
import { default as _f } from "./components/Clock/Clock.vue.js";
|
|
161
|
+
import { default as Uf } from "./components/Chat/ChatInterface.vue.js";
|
|
162
|
+
import { VLITE_CONFIG_KEY as Hf, configState as Qf, updateConfig as Wf, useVLiteConfig as jf } from "./core/config.js";
|
|
163
|
+
import { getStatusColorClass as Xf } from "./utils/status.js";
|
|
161
164
|
export {
|
|
162
|
-
|
|
165
|
+
Z as $t,
|
|
163
166
|
er as Accordion,
|
|
164
167
|
mr as AccordionContent,
|
|
165
168
|
rr as AccordionItem,
|
|
166
169
|
ar as AccordionTrigger,
|
|
167
|
-
|
|
170
|
+
Ba as Alert,
|
|
168
171
|
ga as AppShell,
|
|
169
172
|
bt as AttachmentsList,
|
|
170
|
-
|
|
173
|
+
Ka as Avatar,
|
|
171
174
|
at as AvatarGroup,
|
|
172
175
|
rt as AvatarUploader,
|
|
173
|
-
|
|
174
|
-
|
|
176
|
+
za as BackButton,
|
|
177
|
+
Na as Badge,
|
|
175
178
|
ea as BarChart,
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
179
|
+
Ze as Barcode,
|
|
180
|
+
To as Breadcrumb,
|
|
181
|
+
ho as BreadcrumbItem,
|
|
182
|
+
Ya as Button,
|
|
183
|
+
pf as ButtonGroup,
|
|
181
184
|
Kt as Calendar,
|
|
182
185
|
Yt as CalendarEventItem,
|
|
183
|
-
|
|
186
|
+
to as Carousel,
|
|
184
187
|
Et as CategoryManager,
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
+
Uf as ChatInterface,
|
|
189
|
+
Ja as CheckBox,
|
|
190
|
+
te as Chip,
|
|
188
191
|
pr as ChoiceBox,
|
|
189
192
|
aa as CircleChart,
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
+
_f as Clock,
|
|
194
|
+
Cf as ColorPicker,
|
|
195
|
+
Pf as CommandPaletteContent,
|
|
193
196
|
Jo as CommentEditor,
|
|
194
197
|
jo as CommentItem,
|
|
195
198
|
Xo as CommentThread,
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
+
Sf as ConfirmationModal,
|
|
200
|
+
Va as CopyButton,
|
|
201
|
+
ue as CustomFields,
|
|
199
202
|
Ft as CustomFieldsDisplay,
|
|
200
|
-
|
|
203
|
+
Ko as DataList,
|
|
201
204
|
dr as DataTable,
|
|
202
205
|
xr as DataTableHeader,
|
|
203
206
|
nr as DataTableRow,
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
207
|
+
af as DatePicker,
|
|
208
|
+
yf as DateRangePicker,
|
|
209
|
+
Of as DateTime,
|
|
210
|
+
fo as Dropdown,
|
|
211
|
+
xo as DropdownItem,
|
|
212
|
+
lo as DropdownMenu,
|
|
213
|
+
so as DropdownTrigger,
|
|
211
214
|
Qo as Empty,
|
|
212
215
|
Ar as ExportData,
|
|
213
216
|
Dr as FilePicker,
|
|
214
217
|
ht as FilePreview,
|
|
215
|
-
|
|
216
|
-
|
|
218
|
+
bo as FileTree,
|
|
219
|
+
vo as FileTreeNode,
|
|
217
220
|
hr as Footer,
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
221
|
+
fe as Form,
|
|
222
|
+
le as FormField,
|
|
223
|
+
se as FormFields,
|
|
224
|
+
ie as FormSkeleton,
|
|
222
225
|
ma as GaugeChart,
|
|
223
|
-
|
|
226
|
+
cf as GoogleLogin,
|
|
224
227
|
l as GoogleSignInPlugin,
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
+
He as Heatmap,
|
|
229
|
+
va as Icon,
|
|
230
|
+
mf as IconPicker,
|
|
228
231
|
kr as ImportData,
|
|
229
|
-
|
|
230
|
-
|
|
232
|
+
Ea as Input,
|
|
233
|
+
Bt as Invoice,
|
|
231
234
|
Nt as InvoiceTotals,
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
+
Pe as Kanban,
|
|
236
|
+
De as KanbanBoard,
|
|
237
|
+
Ra as Label,
|
|
235
238
|
Jt as LineChart,
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
239
|
+
Yo as List,
|
|
240
|
+
zo as ListFieldRow,
|
|
241
|
+
Fa as Logo,
|
|
242
|
+
qe as MASONRY_BREAKPOINTS,
|
|
243
|
+
We as Masonry,
|
|
244
|
+
La as Modal,
|
|
242
245
|
Mr as MultiSelect,
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
246
|
+
Ae as Navbar,
|
|
247
|
+
Df as NavbarCommandPalette,
|
|
248
|
+
Me as NavbarGroup,
|
|
249
|
+
ke as NavbarItem,
|
|
247
250
|
we as NavbarTabs,
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
+
df as NumberInput,
|
|
252
|
+
Eo as OTPInput,
|
|
253
|
+
yr as Pagination,
|
|
251
254
|
qr as PermissionEditor,
|
|
252
255
|
Wr as PermissionMatrix,
|
|
253
256
|
ra as PieChart,
|
|
254
|
-
|
|
257
|
+
Gf as Price,
|
|
255
258
|
Gr as PricingPlan,
|
|
256
259
|
Or as PricingPlanItem,
|
|
257
260
|
Hr as ProgressBar,
|
|
258
|
-
|
|
261
|
+
Ge as QRCode,
|
|
262
|
+
Ta as Rating,
|
|
263
|
+
ha as ReviewSummary,
|
|
259
264
|
Bo as RichTextEditor,
|
|
260
|
-
|
|
265
|
+
No as RichTextReader,
|
|
261
266
|
gr as SCREEN_CONTEXT_KEY,
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
267
|
+
Mf as STATUS_MAP,
|
|
268
|
+
Oe as Screen,
|
|
269
|
+
_e as ScreenFilter,
|
|
270
|
+
Ue as ScreenQuickFilters,
|
|
266
271
|
da as SegmentBarChart,
|
|
267
|
-
|
|
268
|
-
|
|
272
|
+
Lo as Sheet,
|
|
273
|
+
rf as SidePanel,
|
|
269
274
|
_r as SidebarMenu,
|
|
270
275
|
Ur as SidebarMenuItem,
|
|
271
276
|
zt as Skeleton,
|
|
272
|
-
|
|
273
|
-
|
|
277
|
+
Qa as Slider,
|
|
278
|
+
$e as Spinner,
|
|
274
279
|
Tr as Splitter,
|
|
275
280
|
xa as StatCardChart,
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
281
|
+
Ie as Stats,
|
|
282
|
+
kf as StatusChip,
|
|
283
|
+
ja as Switch,
|
|
284
|
+
Se as Tabes,
|
|
280
285
|
Lt as TagInput,
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
286
|
+
ef as Textarea,
|
|
287
|
+
xf as ThemeToggle,
|
|
288
|
+
Rt as ThumbnailSelector,
|
|
284
289
|
nt as Timeline,
|
|
285
290
|
pa as TimelineChart,
|
|
286
291
|
Tt as TimelineIndicator,
|
|
287
292
|
gt as TimelineItem,
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
293
|
+
If as ToastNotification,
|
|
294
|
+
Xa as Tooltip,
|
|
295
|
+
Hf as VLITE_CONFIG_KEY,
|
|
291
296
|
na as WaffleChart,
|
|
292
|
-
|
|
293
|
-
|
|
297
|
+
Ro as Workbook,
|
|
298
|
+
oo as barcodesConstants,
|
|
294
299
|
u as camelCase,
|
|
295
300
|
x as capitalize,
|
|
296
|
-
|
|
301
|
+
Qf as configState,
|
|
297
302
|
mt as configure,
|
|
298
303
|
jt as configureSkeleton,
|
|
299
304
|
i as copyToClipboard,
|
|
300
|
-
|
|
305
|
+
ba as createAsyncSelect,
|
|
306
|
+
Af as createVLite,
|
|
301
307
|
n as debounce,
|
|
302
308
|
s as deepMerge,
|
|
303
309
|
c as delay,
|
|
304
310
|
g as downloadFile,
|
|
305
|
-
|
|
311
|
+
$ as env,
|
|
306
312
|
C as flattenArray,
|
|
307
313
|
T as formatAmPm,
|
|
308
314
|
S as formatCurrency,
|
|
309
315
|
h as formatDate,
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
316
|
+
I as formatNumber,
|
|
317
|
+
b as formatSchedule,
|
|
318
|
+
oe as getComponentConfig,
|
|
319
|
+
P as getDefaultDateRange,
|
|
314
320
|
vt as getFileTypeIcon,
|
|
315
321
|
qt as getGlobalConfig,
|
|
316
|
-
|
|
317
|
-
|
|
322
|
+
v as getNextMonth,
|
|
323
|
+
D as getNextYear,
|
|
318
324
|
Vo as getObjectValue,
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
325
|
+
F as getPrevMonth,
|
|
326
|
+
y as getPrevYear,
|
|
327
|
+
Xf as getStatusColorClass,
|
|
322
328
|
B as getToday,
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
329
|
+
A as getTomorrow,
|
|
330
|
+
N as getUniqueId,
|
|
331
|
+
k as getUpcoming,
|
|
332
|
+
E as getYear,
|
|
333
|
+
M as getYesterday,
|
|
328
334
|
br as initializeTheme,
|
|
329
|
-
|
|
335
|
+
R as isAppleDevice,
|
|
330
336
|
w as isEmpty,
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
337
|
+
L as isPureTimeString,
|
|
338
|
+
G as isValidTimeRange,
|
|
339
|
+
W as lazySearch,
|
|
334
340
|
Vt as normalizeBone,
|
|
335
|
-
|
|
336
|
-
|
|
341
|
+
Rf as normalizeStatus,
|
|
342
|
+
K as parseDateTime,
|
|
337
343
|
lt as pauseTimers,
|
|
338
|
-
|
|
344
|
+
O as randomNumber,
|
|
339
345
|
Xt as registerBones,
|
|
340
|
-
|
|
346
|
+
Y as removeExtraProperties,
|
|
341
347
|
pt as removeToast,
|
|
342
|
-
|
|
343
|
-
|
|
348
|
+
j as resetSearchIndex,
|
|
349
|
+
wf as resolveStatus,
|
|
344
350
|
st as resumeTimers,
|
|
345
|
-
|
|
351
|
+
q as search,
|
|
346
352
|
dt as showToast,
|
|
347
|
-
|
|
353
|
+
_ as slugify,
|
|
348
354
|
Qt as snapshotBones,
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
355
|
+
z as throttle,
|
|
356
|
+
U as toISO,
|
|
357
|
+
V as toLocalISO,
|
|
352
358
|
ut as toast,
|
|
353
|
-
|
|
354
|
-
|
|
359
|
+
H as truncate,
|
|
360
|
+
Wf as updateConfig,
|
|
355
361
|
$r as useAdvancedKeyStroke,
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
362
|
+
go as useDropdownIds,
|
|
363
|
+
no as useDropdownSelection,
|
|
364
|
+
Ce as useFileUpload,
|
|
365
|
+
ce as useForm,
|
|
366
|
+
ye as useKanbanBoard,
|
|
361
367
|
Jr as useKeyStroke,
|
|
362
|
-
|
|
368
|
+
wr as useMultiSelectHydration,
|
|
363
369
|
xt as useNotifications,
|
|
364
370
|
Pr as useTheme,
|
|
365
|
-
|
|
366
|
-
|
|
371
|
+
Fo as useTreeSelection,
|
|
372
|
+
jf as useVLiteConfig,
|
|
367
373
|
et as vScrollReveal
|
|
368
374
|
};
|
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.2.
|
|
6
|
+
"version": "1.2.4",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"main": "index.js",
|
|
9
9
|
"module": "index.js",
|
|
@@ -65,6 +65,7 @@
|
|
|
65
65
|
"@types/node": "^25.0.10",
|
|
66
66
|
"@types/qrcode": "^1.5.6",
|
|
67
67
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
68
|
+
"@vitejs/plugin-vue-jsx": "^4.1.1",
|
|
68
69
|
"@vue/tsconfig": "^0.8.1",
|
|
69
70
|
"typescript": "~5.9.3",
|
|
70
71
|
"vite": "^7.2.4",
|