vlite3 1.2.16 → 1.3.1

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 (40) hide show
  1. package/components/Button.vue.d.ts +2 -0
  2. package/components/Button.vue.js +66 -55
  3. package/components/Carousel/Carousel.vue.d.ts +210 -240
  4. package/components/Carousel/Carousel.vue.js +2 -2
  5. package/components/Carousel/Carousel.vue2.js +31 -21
  6. package/components/Carousel/types.d.ts +76 -14
  7. package/components/CategoryManager/CategoryManager.vue.d.ts +9 -1
  8. package/components/CategoryManager/CategoryManager.vue.js +5 -461
  9. package/components/CategoryManager/CategoryManager.vue2.js +515 -2
  10. package/components/CategoryManager/CategoryNode.vue.js +65 -64
  11. package/components/CategoryManager/types.d.ts +16 -0
  12. package/components/ColorPicker/ColorIro.vue3.js +2 -2
  13. package/components/ColorPicker/ColorPicker.vue.js +2 -2
  14. package/components/CommandPalette/CommandPaletteContent.vue2.js +1 -1
  15. package/components/CommandPalette/{CommandPaletteItem.vue.js → CommandPaletteItem.vue2.js} +1 -1
  16. package/components/FadeOverlay/FadeOverlay.vue.d.ts +13 -0
  17. package/components/FadeOverlay/FadeOverlay.vue.js +59 -0
  18. package/components/FadeOverlay/FadeOverlay.vue2.js +4 -0
  19. package/components/FadeOverlay/index.d.ts +2 -0
  20. package/components/FadeOverlay/types.d.ts +72 -0
  21. package/components/FadeOverlay/utils.d.ts +6 -0
  22. package/components/FadeOverlay/utils.js +31 -0
  23. package/components/NavbarCommandPalette.vue.js +1 -1
  24. package/components/NumberInput.vue.d.ts +4 -4
  25. package/components/NumberInput.vue.js +2 -2
  26. package/components/NumberInput.vue2.js +56 -56
  27. package/components/Screen/Screen.vue.js +51 -51
  28. package/components/Screen/ScreenFilter.vue.js +2 -2
  29. package/components/Screen/components/ScreenQuickFilters.vue.js +3 -3
  30. package/components/Switch.vue.js +9 -3
  31. package/components/Tabes/Tabes.vue.d.ts +2 -1
  32. package/components/Tabes/Tabes.vue.js +2 -2
  33. package/components/Tabes/Tabes.vue2.js +200 -78
  34. package/components/Workbook/WorkbookAddButton.vue.js +4 -4
  35. package/components/index.d.ts +1 -0
  36. package/index.d.ts +1 -0
  37. package/index.js +76 -74
  38. package/package.json +2 -2
  39. package/style.css +33 -32
  40. /package/components/ColorPicker/{ColorIro.vue.js → ColorIro.vue2.js} +0 -0
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 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";
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 F, getPrevMonth as D, 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 O, randomNumber as K, 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";
@@ -16,7 +16,7 @@ import { useFileUpload as Ce } from "./components/Form/composables/useFileUpload
16
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
- import { default as De } from "./components/Kanban/KanbanBoard.vue.js";
19
+ import { default as Fe } from "./components/Kanban/KanbanBoard.vue.js";
20
20
  import { useKanbanBoard as ye } from "./components/Kanban/useKanbanBoard.js";
21
21
  import { default as Be } from "./components/Navbar/Navbar.vue.js";
22
22
  import { default as Re } from "./components/Navbar/NavbarItem.vue.js";
@@ -24,7 +24,7 @@ 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";
27
- import { default as Oe } from "./components/Screen/Screen.vue.js";
27
+ import { default as Ke } from "./components/Screen/Screen.vue.js";
28
28
  import { default as _e } from "./components/Screen/ScreenFilter.vue.js";
29
29
  import { default as Ue } from "./components/Screen/components/ScreenQuickFilters.vue.js";
30
30
  import { default as He } from "./components/Heatmap/Heatmap.vue.js";
@@ -44,14 +44,14 @@ 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
- import { useTreeSelection as Fo } from "./components/FileTree/useTreeSelection.js";
47
+ import { useTreeSelection as Do } from "./components/FileTree/useTreeSelection.js";
48
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
51
  import { default as ko } from "./components/OTPInput/OTPInput.vue.js";
52
52
  import { default as Mo } from "./components/Workbook/Workbook.vue.js";
53
53
  import { default as Lo } from "./components/Workbook/Sheet.vue.js";
54
- import { default as Ko } from "./components/DataList/DataList.vue.js";
54
+ import { default as Oo } from "./components/DataList/DataList.vue.js";
55
55
  import { default as Yo } from "./components/List/List.vue.js";
56
56
  import { default as zo } from "./components/List/ListFieldRow.vue.js";
57
57
  import { getObjectValue as Vo } from "./components/List/utils.js";
@@ -71,14 +71,14 @@ import { SCREEN_CONTEXT_KEY as gr } from "./components/DataTable/types.js";
71
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
- import { default as Dr } from "./components/FilePicker/FilePicker.vue.js";
74
+ import { default as Fr } from "./components/FilePicker/FilePicker.vue.js";
75
75
  import { default as yr } from "./components/Pagination/Pagination.vue.js";
76
76
  import { default as Br } from "./components/ExportData/ExportData.vue.js";
77
77
  import { default as Rr } from "./components/ImportData/ImportData.vue.js";
78
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
- import { default as Or } from "./components/PricingPlan/PricingPlanItem.vue.js";
81
+ import { default as Kr } from "./components/PricingPlan/PricingPlanItem.vue.js";
82
82
  import { default as _r } from "./components/SidebarMenu/SidebarMenu.vue.js";
83
83
  /* empty css */
84
84
  import { default as Ur } from "./components/SidebarMenu/SidebarMenuItem.vue.js";
@@ -97,13 +97,13 @@ 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
- import { default as Ft } from "./components/CustomFieldsDisplay/CustomFieldsDisplay.vue.js";
100
+ import { default as Dt } from "./components/CustomFieldsDisplay/CustomFieldsDisplay.vue.js";
101
101
  import { default as At } from "./components/Invoice/Invoice.vue.js";
102
102
  import { default as Nt } from "./components/Invoice/InvoiceTotals.vue.js";
103
103
  import { default as kt } from "./components/CategoryManager/CategoryManager.vue.js";
104
104
  import { default as Mt } from "./components/ThumbnailSelector/ThumbnailSelector.vue.js";
105
105
  import { default as Lt } from "./components/TagInput/TagInput.vue.js";
106
- import { default as Kt } from "./components/Calendar/Calendar.vue.js";
106
+ import { default as Ot } from "./components/Calendar/Calendar.vue.js";
107
107
  import { default as Yt } from "./components/Calendar/CalendarEventItem.vue.js";
108
108
  import { default as zt } from "./components/Skeleton/Skeleton.vue.js";
109
109
  import { normalizeBone as Vt } from "./components/Skeleton/types.js";
@@ -123,13 +123,13 @@ import { default as Sa } from "./components/Chart/GanttChart.vue.js";
123
123
  import { default as ha } from "./components/AppShell/AppShell.vue.js";
124
124
  import { default as ba } from "./components/Rating/Rating.vue.js";
125
125
  import { default as va } from "./components/Rating/ReviewSummary.vue.js";
126
- import { createAsyncSelect as Fa } from "./components/AsyncSelect/createAsyncSelect.js";
126
+ import { createAsyncSelect as Da } from "./components/AsyncSelect/createAsyncSelect.js";
127
127
  import { default as Aa } from "./components/ImageComparison/ImageComparison.vue.js";
128
128
  import { default as Na } from "./components/Icon.vue.js";
129
129
  import { default as ka } from "./components/Logo.vue.js";
130
130
  import { default as Ma } from "./components/Alert.vue.js";
131
131
  import { default as La } from "./components/Badge.vue.js";
132
- import { default as Ka } from "./components/Input.vue.js";
132
+ import { default as Oa } from "./components/Input.vue.js";
133
133
  /* empty css */
134
134
  import { default as Ya } from "./components/Label.vue.js";
135
135
  import { default as za } from "./components/Modal.vue.js";
@@ -144,28 +144,29 @@ import { default as af } from "./components/CheckBox.vue.js";
144
144
  import { default as mf } from "./components/Textarea.vue.js";
145
145
  import { default as pf } from "./components/Radio.vue.js";
146
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";
147
+ import { default as xf } from "./components/FadeOverlay/FadeOverlay.vue.js";
148
+ import { default as cf } from "./components/SidePanel.vue.js";
149
+ import { default as Cf } from "./components/DatePicker.vue.js";
150
+ import { default as Tf } from "./components/IconPicker.vue.js";
151
+ import { default as If } from "./components/ButtonGroup.vue.js";
152
+ import { default as Pf } from "./components/NumberInput.vue.js";
153
+ import { default as Ff } from "./components/ThemeToggle.vue.js";
154
+ import { default as yf } from "./components/GoogleLogin.vue.js";
155
+ import { default as Bf } from "./components/ColorPicker/ColorPicker.vue.js";
156
+ import { default as Rf } from "./components/ConfirmationModal.vue.js";
157
+ import { default as Ef } from "./components/ToastNotification.vue.js";
158
+ import { default as wf } from "./components/CommandPalette/CommandPaletteContent.vue.js";
159
+ import { default as Gf } from "./components/NavbarCommandPalette.vue.js";
160
+ import { default as Kf } from "./components/DateRangePicker.vue.js";
161
+ import { createVLite as _f } from "./core/index.js";
162
+ import { default as Uf } from "./components/StatusChip/StatusChip.vue.js";
163
+ import { STATUS_MAP as Hf, normalizeStatus as Qf, resolveStatus as Wf } from "./components/StatusChip/status-map.js";
164
+ import { default as qf } from "./components/Price/Price.vue.js";
165
+ import { default as $f } from "./components/DateTime/DateTime.vue.js";
166
+ import { default as Zf } from "./components/Clock/Clock.vue.js";
167
+ import { default as om } from "./components/Chat/ChatInterface.vue.js";
168
+ import { VLITE_CONFIG_KEY as tm, configState as am, updateConfig as fm, useVLiteConfig as mm } from "./core/config.js";
169
+ import { getStatusColorClass as pm } from "./utils/status.js";
169
170
  export {
170
171
  Z as $t,
171
172
  er as Accordion,
@@ -185,40 +186,41 @@ export {
185
186
  So as Breadcrumb,
186
187
  ho as BreadcrumbItem,
187
188
  Qa as Button,
188
- Tf as ButtonGroup,
189
- Kt as Calendar,
189
+ If as ButtonGroup,
190
+ Ot as Calendar,
190
191
  Yt as CalendarEventItem,
191
192
  to as Carousel,
192
193
  kt as CategoryManager,
193
- Zf as ChatInterface,
194
+ om as ChatInterface,
194
195
  af as CheckBox,
195
196
  te as Chip,
196
197
  pr as ChoiceBox,
197
198
  aa as CircleChart,
198
199
  Xa as Clipboard,
199
- $f as Clock,
200
- yf as ColorPicker,
201
- Ef as CommandPaletteContent,
200
+ Zf as Clock,
201
+ Bf as ColorPicker,
202
+ wf as CommandPaletteContent,
202
203
  Jo as CommentEditor,
203
204
  jo as CommentItem,
204
205
  Xo as CommentThread,
205
- Bf as ConfirmationModal,
206
+ Rf as ConfirmationModal,
206
207
  ue as CustomFields,
207
- Ft as CustomFieldsDisplay,
208
- Ko as DataList,
208
+ Dt as CustomFieldsDisplay,
209
+ Oo as DataList,
209
210
  dr as DataTable,
210
211
  xr as DataTableHeader,
211
212
  nr as DataTableRow,
212
- cf as DatePicker,
213
- Gf as DateRangePicker,
214
- qf as DateTime,
213
+ Cf as DatePicker,
214
+ Kf as DateRangePicker,
215
+ $f as DateTime,
215
216
  fo as Dropdown,
216
217
  xo as DropdownItem,
217
218
  lo as DropdownMenu,
218
219
  so as DropdownTrigger,
219
220
  Qo as Empty,
220
221
  Br as ExportData,
221
- Dr as FilePicker,
222
+ xf as FadeOverlay,
223
+ Fr as FilePicker,
222
224
  ht as FilePreview,
223
225
  bo as FileTree,
224
226
  vo as FileTreeNode,
@@ -229,18 +231,18 @@ export {
229
231
  ie as FormSkeleton,
230
232
  Sa as GanttChart,
231
233
  ma as GaugeChart,
232
- Df as GoogleLogin,
234
+ yf as GoogleLogin,
233
235
  l as GoogleSignInPlugin,
234
236
  He as Heatmap,
235
237
  Na as Icon,
236
- Cf as IconPicker,
238
+ Tf as IconPicker,
237
239
  Aa as ImageComparison,
238
240
  Rr as ImportData,
239
- Ka as Input,
241
+ Oa as Input,
240
242
  At as Invoice,
241
243
  Nt as InvoiceTotals,
242
244
  Pe as Kanban,
243
- De as KanbanBoard,
245
+ Fe as KanbanBoard,
244
246
  Ya as Label,
245
247
  Jt as LineChart,
246
248
  Yo as List,
@@ -251,19 +253,19 @@ export {
251
253
  za as Modal,
252
254
  Er as MultiSelect,
253
255
  Be as Navbar,
254
- wf as NavbarCommandPalette,
256
+ Gf as NavbarCommandPalette,
255
257
  Ee as NavbarGroup,
256
258
  Re as NavbarItem,
257
259
  we as NavbarTabs,
258
- If as NumberInput,
260
+ Pf as NumberInput,
259
261
  ko as OTPInput,
260
262
  yr as Pagination,
261
263
  qr as PermissionEditor,
262
264
  Wr as PermissionMatrix,
263
265
  ra as PieChart,
264
- Wf as Price,
266
+ qf as Price,
265
267
  Gr as PricingPlan,
266
- Or as PricingPlanItem,
268
+ Kr as PricingPlanItem,
267
269
  Hr as ProgressBar,
268
270
  Ge as QRCode,
269
271
  pf as Radio,
@@ -273,13 +275,13 @@ export {
273
275
  Ao as RichTextEditor,
274
276
  No as RichTextReader,
275
277
  gr as SCREEN_CONTEXT_KEY,
276
- Uf as STATUS_MAP,
277
- Oe as Screen,
278
+ Hf as STATUS_MAP,
279
+ Ke as Screen,
278
280
  _e as ScreenFilter,
279
281
  Ue as ScreenQuickFilters,
280
282
  xa as SegmentBarChart,
281
283
  Lo as Sheet,
282
- xf as SidePanel,
284
+ cf as SidePanel,
283
285
  _r as SidebarMenu,
284
286
  Ur as SidebarMenuItem,
285
287
  zt as Skeleton,
@@ -289,31 +291,31 @@ export {
289
291
  Sr as Splitter,
290
292
  na as StatCardChart,
291
293
  Ie as Stats,
292
- _f as StatusChip,
294
+ Uf as StatusChip,
293
295
  ef as Switch,
294
296
  Te as Tabes,
295
297
  Lt as TagInput,
296
298
  mf as Textarea,
297
- Pf as ThemeToggle,
299
+ Ff as ThemeToggle,
298
300
  Mt as ThumbnailSelector,
299
301
  nt as Timeline,
300
302
  da as TimelineChart,
301
303
  St as TimelineIndicator,
302
304
  gt as TimelineItem,
303
- Rf as ToastNotification,
305
+ Ef as ToastNotification,
304
306
  rf as Tooltip,
305
- om as VLITE_CONFIG_KEY,
307
+ tm as VLITE_CONFIG_KEY,
306
308
  ga as WaffleChart,
307
309
  Mo as Workbook,
308
310
  oo as barcodesConstants,
309
311
  u as camelCase,
310
312
  x as capitalize,
311
- rm as configState,
313
+ am as configState,
312
314
  mt as configure,
313
315
  jt as configureSkeleton,
314
316
  i as copyToClipboard,
315
- Fa as createAsyncSelect,
316
- Of as createVLite,
317
+ Da as createAsyncSelect,
318
+ _f as createVLite,
317
319
  n as debounce,
318
320
  s as deepMerge,
319
321
  c as delay,
@@ -330,11 +332,11 @@ export {
330
332
  vt as getFileTypeIcon,
331
333
  qt as getGlobalConfig,
332
334
  v as getNextMonth,
333
- D as getNextYear,
335
+ F as getNextYear,
334
336
  Vo as getObjectValue,
335
- F as getPrevMonth,
337
+ D as getPrevMonth,
336
338
  y as getPrevYear,
337
- mm as getStatusColorClass,
339
+ pm as getStatusColorClass,
338
340
  A as getToday,
339
341
  B as getTomorrow,
340
342
  N as getUniqueId,
@@ -348,15 +350,15 @@ export {
348
350
  G as isValidTimeRange,
349
351
  W as lazySearch,
350
352
  Vt as normalizeBone,
351
- Vf as normalizeStatus,
352
- K as parseDateTime,
353
+ Qf as normalizeStatus,
354
+ O as parseDateTime,
353
355
  lt as pauseTimers,
354
- O as randomNumber,
356
+ K as randomNumber,
355
357
  Xt as registerBones,
356
358
  Y as removeExtraProperties,
357
359
  pt as removeToast,
358
360
  j as resetSearchIndex,
359
- Hf as resolveStatus,
361
+ Wf as resolveStatus,
360
362
  st as resumeTimers,
361
363
  q as search,
362
364
  dt as showToast,
@@ -367,7 +369,7 @@ export {
367
369
  V as toLocalISO,
368
370
  ut as toast,
369
371
  H as truncate,
370
- tm as updateConfig,
372
+ fm as updateConfig,
371
373
  $r as useAdvancedKeyStroke,
372
374
  go as useDropdownIds,
373
375
  no as useDropdownSelection,
@@ -378,7 +380,7 @@ export {
378
380
  wr as useMultiSelectHydration,
379
381
  xt as useNotifications,
380
382
  Pr as useTheme,
381
- Fo as useTreeSelection,
382
- am as useVLiteConfig,
383
+ Do as useTreeSelection,
384
+ mm as useVLiteConfig,
383
385
  et as vScrollReveal
384
386
  };
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.16",
6
+ "version": "1.3.1",
7
7
  "type": "module",
8
8
  "main": "index.js",
9
9
  "module": "index.js",
@@ -51,7 +51,7 @@
51
51
  "v-event-calendar": "^0.0.10",
52
52
  "v-file-preview": "^0.1.3",
53
53
  "v-tooltip-lite": "^0.2.8",
54
- "vue-carousel-lite": "^0.2.7",
54
+ "vue-carousel-lite": "^0.2.8",
55
55
  "vue-draggable-plus": "^0.5.3",
56
56
  "vue3-google-signin": "^2.1.1",
57
57
  "xlsx": "^0.18.5"