vlite3 1.2.4 → 1.2.7

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