vlite3 1.1.1 → 1.1.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/components/AttachmentsList/AttachmentsList.vue.d.ts +2 -17
- package/components/AttachmentsList/AttachmentsList.vue.js +273 -175
- package/components/Avatar.vue.js +1 -1
- package/components/AvatarUploader/AvatarUploader.vue.d.ts +1 -1
- package/components/AvatarUploader/AvatarUploader.vue.js +40 -37
- package/components/Button.vue.d.ts +1 -1
- package/components/Button.vue.js +30 -28
- package/components/Calendar/Calendar.vue.d.ts +6 -6
- package/components/Carousel/Carousel.vue.d.ts +2 -2
- package/components/CategoryManager/CategoryManager.vue.d.ts +12 -3
- package/components/CategoryManager/CategoryManager.vue.js +204 -145
- package/components/CategoryManager/CategoryNode.vue.d.ts +2 -0
- package/components/CategoryManager/CategoryNode.vue.js +93 -88
- package/components/CategoryManager/types.d.ts +14 -0
- package/components/Chat/ChatBubble.vue.js +22 -22
- package/components/CheckBox.vue.js +29 -28
- package/components/Chip/Chip.vue.d.ts +2 -2
- package/components/ConfirmationModal.vue.d.ts +2 -2
- package/components/ConfirmationModal.vue.js +30 -28
- package/components/CopyButton.vue.d.ts +50 -0
- package/components/CopyButton.vue.js +69 -0
- package/components/CopyButton.vue2.js +4 -0
- package/components/CustomFieldsDisplay/CustomFieldsDisplay.vue.d.ts +1 -1
- package/components/DataTable/DataTable.vue.d.ts +3 -3
- package/components/DataTable/DataTable.vue.js +44 -44
- package/components/DatePicker.vue.js +41 -35
- package/components/DateRangePicker.vue.js +18 -17
- package/components/Dropdown/Dropdown.vue.d.ts +5 -2
- package/components/Dropdown/Dropdown.vue.js +117 -115
- package/components/Dropdown/DropdownBooleanItem.vue.js +16 -15
- package/components/Dropdown/DropdownGroupedLayout.vue.d.ts +1 -1
- package/components/Dropdown/DropdownItem.vue.js +21 -20
- package/components/Dropdown/DropdownMenu.vue.d.ts +1 -1
- package/components/Dropdown/DropdownMenu.vue.js +1 -1
- package/components/Dropdown/DropdownMenu.vue2.js +13 -12
- package/components/Dropdown/DropdownTrigger.vue.d.ts +3 -1
- package/components/Dropdown/DropdownTrigger.vue.js +10 -6
- package/components/Dropdown/composables/useDropdownHydration.d.ts +2 -0
- package/components/Dropdown/composables/useDropdownSelection.d.ts +1 -0
- package/components/Dropdown/composables/useDropdownSelection.js +46 -31
- package/components/FilePicker/FilePicker.vue.d.ts +1 -1
- package/components/FilePicker/FilePicker.vue.js +93 -90
- package/components/Form/CustomFields.vue.js +2 -2
- package/components/Form/Form.vue.js +1 -1
- package/components/Form/Form.vue2.js +230 -238
- package/components/Form/FormField.vue.d.ts +1 -1
- package/components/Form/FormField.vue.js +204 -148
- package/components/Form/FormFields.vue.js +2 -2
- package/components/Form/FormFields.vue2.js +28 -27
- package/components/Form/types.d.ts +2 -2
- package/components/Form/utils/form.utils.d.ts +3 -3
- package/components/Form/utils/form.utils.js +37 -37
- package/components/Input.vue.d.ts +3 -3
- package/components/Input.vue.js +64 -62
- package/components/Invoice/Invoice.vue.d.ts +1 -4
- package/components/Invoice/Invoice.vue.js +22 -13
- package/components/Invoice/InvoiceTotals.vue.d.ts +14 -0
- package/components/Invoice/InvoiceTotals.vue.js +86 -0
- package/components/Invoice/InvoiceTotals.vue2.js +4 -0
- package/components/Invoice/InvoiceVariant1.vue.d.ts +6 -1
- package/components/Invoice/InvoiceVariant1.vue.js +304 -271
- package/components/Invoice/InvoiceVariant2.vue.d.ts +6 -1
- package/components/Invoice/InvoiceVariant2.vue.js +168 -181
- package/components/Invoice/InvoiceVariant3.vue.d.ts +6 -1
- package/components/Invoice/InvoiceVariant3.vue.js +215 -182
- package/components/Invoice/InvoiceVariant4.vue.d.ts +6 -1
- package/components/Invoice/InvoiceVariant4.vue.js +281 -238
- package/components/Invoice/index.d.ts +1 -0
- package/components/Invoice/types.d.ts +26 -0
- package/components/List/List.vue.d.ts +1 -9
- package/components/List/List.vue.js +166 -165
- package/components/List/ListFieldRow.vue.d.ts +2 -2
- package/components/List/ListFieldRow.vue.js +50 -50
- package/components/Masonry/Masonry.vue.d.ts +1 -1
- package/components/Modal.vue.js +1 -1
- package/components/Modal.vue2.js +60 -54
- package/components/MultiSelect/MultiSelect.vue.d.ts +1 -1
- package/components/MultiSelect/MultiSelect.vue.js +47 -46
- package/components/MultiSelect/composables/useMultiSelectHydration.d.ts +2 -0
- package/components/Navbar/NavbarItem.vue.d.ts +1 -1
- package/components/NumberInput.vue.d.ts +2 -2
- package/components/NumberInput.vue.js +2 -2
- package/components/NumberInput.vue2.js +121 -116
- package/components/OTPInput/OTPInput.vue.d.ts +1 -1
- package/components/PricingPlan/PricingPlan.vue.d.ts +2 -2
- package/components/SidePanel.vue.js +2 -2
- package/components/SidePanel.vue2.js +58 -52
- package/components/SidebarMenu/SidebarMenu.vue.d.ts +1 -1
- package/components/Stats/StatItem.vue.js +96 -91
- package/components/Stats/Stats.vue.d.ts +1 -1
- package/components/Stats/types.d.ts +1 -0
- package/components/StatusChip/status-map.js +27 -7
- package/components/Switch.vue.d.ts +6 -1
- package/components/Switch.vue.js +61 -24
- package/components/TagInput/TagInput.vue.d.ts +187 -0
- package/components/TagInput/TagInput.vue.js +113 -0
- package/components/TagInput/TagInput.vue2.js +4 -0
- package/components/TagInput/index.d.ts +1 -0
- package/components/Textarea.vue.js +19 -18
- package/components/ThumbnailSelector/ThumbnailSelector.vue.d.ts +2 -2
- package/components/ThumbnailSelector/ThumbnailSelector.vue.js +2 -2
- package/components/ThumbnailSelector/ThumbnailSelector.vue2.js +19 -16
- package/components/Workbook/Workbook.vue.d.ts +3 -3
- package/core/config.d.ts +112 -0
- package/core/index.js +17 -5
- package/index.d.ts +2 -0
- package/index.js +279 -271
- package/package.json +1 -1
- package/style.css +617 -2
- package/types/button.d.ts +1 -1
- package/types/config.type.d.ts +6 -0
- package/types/list.type.d.ts +6 -0
- package/types/styles.d.ts +1 -0
- package/utils/configUtils.d.ts +9 -0
- package/utils/configUtils.js +7 -0
- package/utils/functions.js +9 -9
- package/utils/index.d.ts +1 -0
package/index.js
CHANGED
|
@@ -1,254 +1,261 @@
|
|
|
1
1
|
import { default as f } from "vue3-google-signin";
|
|
2
2
|
import { deepMerge as l } from "./utils/object.js";
|
|
3
|
-
import { camelCase as
|
|
3
|
+
import { camelCase as s, capitalize as d, copyToClipboard as u, debounce as x, delay as i, downloadFile as n, flattenArray as c, formatAmPm as g, formatCurrency as T, formatDate as S, formatSchedule as C, getDefaultDateRange as I, getNextMonth as b, getNextYear as P, getPrevMonth as v, getPrevYear as D, getToday as h, getTomorrow as F, getUniqueId as y, getUpcoming as N, getYear as A, getYesterday as B, isAppleDevice as M, isEmpty as k, isPureTimeString as w, isValidTimeRange as E, parseDateTime as L, randomNumber as R, removeExtraProperties as K, slugify as O, throttle as Y, toISO as G, toLocalISO as _, truncate as U } from "./utils/functions.js";
|
|
4
4
|
import { lazySearch as z, resetSearchIndex as H, search as Q } from "./utils/search.util.js";
|
|
5
5
|
import { env as q } from "./utils/env.js";
|
|
6
6
|
import { $t as X } from "./utils/i18n.js";
|
|
7
|
-
import {
|
|
8
|
-
import { default as ee } from "./components/
|
|
9
|
-
import { default as re } from "./components/Form/
|
|
10
|
-
import { default as ae } from "./components/Form/
|
|
11
|
-
import { default as me } from "./components/Form/
|
|
12
|
-
import { default as
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import { default as ge } from "./components/
|
|
17
|
-
import { default as Se } from "./components/
|
|
18
|
-
import { default as
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import { default as Fe } from "./components/Navbar/
|
|
22
|
-
import { default as
|
|
23
|
-
import { default as
|
|
7
|
+
import { getComponentConfig as J } from "./utils/configUtils.js";
|
|
8
|
+
import { default as ee } from "./components/Chip/Chip.vue.js";
|
|
9
|
+
import { default as re } from "./components/Form/Form.vue.js";
|
|
10
|
+
import { default as ae } from "./components/Form/FormField.vue.js";
|
|
11
|
+
import { default as me } from "./components/Form/FormFields.vue.js";
|
|
12
|
+
import { default as pe } from "./components/Form/CustomFields.vue.js";
|
|
13
|
+
import { default as de } from "./components/Form/FormSkeleton.vue.js";
|
|
14
|
+
import { useForm as xe } from "./components/Form/composables/useForm.js";
|
|
15
|
+
import { useFileUpload as ne } from "./components/Form/composables/useFileUpload.js";
|
|
16
|
+
import { default as ge } from "./components/Tabes/Tabes.vue.js";
|
|
17
|
+
import { default as Se } from "./components/Stats/Stats.vue.js";
|
|
18
|
+
import { default as Ie } from "./components/Kanban/Kanban.vue.js";
|
|
19
|
+
import { default as Pe } from "./components/Kanban/KanbanBoard.vue.js";
|
|
20
|
+
import { useKanbanBoard as De } from "./components/Kanban/useKanbanBoard.js";
|
|
21
|
+
import { default as Fe } from "./components/Navbar/Navbar.vue.js";
|
|
22
|
+
import { default as Ne } from "./components/Navbar/NavbarItem.vue.js";
|
|
23
|
+
import { default as Be } from "./components/Navbar/NavbarGroup.vue.js";
|
|
24
|
+
import { default as ke } from "./components/Navbar/NavbarTabs.vue.js";
|
|
24
25
|
/* empty css */
|
|
25
|
-
import { default as
|
|
26
|
-
import { default as
|
|
27
|
-
import { default as
|
|
28
|
-
import { default as
|
|
29
|
-
import { default as
|
|
30
|
-
import { default as
|
|
31
|
-
import { MASONRY_BREAKPOINTS as
|
|
32
|
-
import { default as
|
|
33
|
-
import { default as
|
|
34
|
-
import { barcodesConstants as
|
|
35
|
-
import { default as
|
|
36
|
-
import { default as
|
|
37
|
-
import { default as
|
|
38
|
-
import { default as
|
|
39
|
-
import { default as
|
|
40
|
-
import { useDropdownSelection as
|
|
41
|
-
import { useDropdownIds as
|
|
42
|
-
import { default as
|
|
43
|
-
import { default as
|
|
44
|
-
import { default as
|
|
45
|
-
import { default as
|
|
46
|
-
import { useTreeSelection as
|
|
47
|
-
import { default as
|
|
48
|
-
import { default as
|
|
49
|
-
import { default as
|
|
50
|
-
import { default as
|
|
51
|
-
import { default as
|
|
52
|
-
import { default as
|
|
53
|
-
import { formatNumber as
|
|
54
|
-
import { default as
|
|
55
|
-
import { default as
|
|
56
|
-
import { default as
|
|
57
|
-
import { default as
|
|
58
|
-
import { default as
|
|
59
|
-
import { default as
|
|
60
|
-
import { default as
|
|
61
|
-
import { default as
|
|
62
|
-
import { default as
|
|
63
|
-
import { SCREEN_CONTEXT_KEY as
|
|
64
|
-
import { initializeTheme as
|
|
65
|
-
import { default as
|
|
66
|
-
import { default as
|
|
67
|
-
import { default as
|
|
68
|
-
import { default as
|
|
69
|
-
import { default as
|
|
70
|
-
import { useMultiSelectHydration as
|
|
71
|
-
import { default as
|
|
72
|
-
import { default as
|
|
73
|
-
import { default as
|
|
74
|
-
import { default as
|
|
26
|
+
import { default as Ee } from "./components/QRCode/QRCode.vue.js";
|
|
27
|
+
import { default as Re } from "./components/Screen/Screen.vue.js";
|
|
28
|
+
import { default as Oe } from "./components/Screen/ScreenFilter.vue.js";
|
|
29
|
+
import { default as Ge } from "./components/Screen/components/ScreenQuickFilters.vue.js";
|
|
30
|
+
import { default as Ue } from "./components/Heatmap/Heatmap.vue.js";
|
|
31
|
+
import { default as ze } from "./components/Masonry/Masonry.vue.js";
|
|
32
|
+
import { MASONRY_BREAKPOINTS as Qe } from "./components/Masonry/types.js";
|
|
33
|
+
import { default as qe } from "./components/Spinner/Spinner.vue.js";
|
|
34
|
+
import { default as Xe } from "./components/Barcode/Barcode.vue.js";
|
|
35
|
+
import { barcodesConstants as Je } from "./components/Barcode/types.js";
|
|
36
|
+
import { default as eo } from "./components/Carousel/Carousel.vue.js";
|
|
37
|
+
import { default as ro } from "./components/Dropdown/Dropdown.vue.js";
|
|
38
|
+
import { default as ao } from "./components/Dropdown/DropdownMenu.vue.js";
|
|
39
|
+
import { default as mo } from "./components/Dropdown/DropdownTrigger.vue.js";
|
|
40
|
+
import { default as po } from "./components/Dropdown/DropdownItem.vue.js";
|
|
41
|
+
import { useDropdownSelection as uo } from "./components/Dropdown/composables/useDropdownSelection.js";
|
|
42
|
+
import { useDropdownIds as io } from "./components/Dropdown/composables/useDropdownIds.js";
|
|
43
|
+
import { default as co } from "./components/Breadcrumb/Breadcrumb.vue.js";
|
|
44
|
+
import { default as To } from "./components/Breadcrumb/BreadcrumbItem.vue.js";
|
|
45
|
+
import { default as Co } from "./components/FileTree/FileTree.vue.js";
|
|
46
|
+
import { default as bo } from "./components/FileTree/FileTreeNode.vue.js";
|
|
47
|
+
import { useTreeSelection as vo } from "./components/FileTree/useTreeSelection.js";
|
|
48
|
+
import { default as ho } from "./components/OTPInput/OTPInput.vue.js";
|
|
49
|
+
import { default as yo } from "./components/Workbook/Workbook.vue.js";
|
|
50
|
+
import { default as Ao } from "./components/Workbook/Sheet.vue.js";
|
|
51
|
+
import { default as Mo } from "./components/DataList/DataList.vue.js";
|
|
52
|
+
import { default as wo } from "./components/List/List.vue.js";
|
|
53
|
+
import { default as Lo } from "./components/List/ListFieldRow.vue.js";
|
|
54
|
+
import { formatNumber as Ko, getObjectValue as Oo } from "./components/List/utils.js";
|
|
55
|
+
import { default as Go } from "./components/Empty/Empty.vue.js";
|
|
56
|
+
import { default as Uo } from "./components/Accordion/Accordion.vue.js";
|
|
57
|
+
import { default as zo } from "./components/Accordion/AccordionItem.vue.js";
|
|
58
|
+
import { default as Qo } from "./components/Accordion/AccordionTrigger.vue.js";
|
|
59
|
+
import { default as qo } from "./components/Accordion/AccordionContent.vue.js";
|
|
60
|
+
import { default as Xo } from "./components/ChoiceBox/ChoiceBox.vue.js";
|
|
61
|
+
import { default as Jo } from "./components/DataTable/DataTable.vue.js";
|
|
62
|
+
import { default as er } from "./components/DataTable/DataTableHeader.vue.js";
|
|
63
|
+
import { default as rr } from "./components/DataTable/DataTableRow.vue.js";
|
|
64
|
+
import { SCREEN_CONTEXT_KEY as ar } from "./components/DataTable/types.js";
|
|
65
|
+
import { initializeTheme as mr, useTheme as lr } from "./composables/useTheme.js";
|
|
66
|
+
import { default as sr } from "./components/FilePicker/FilePicker.vue.js";
|
|
67
|
+
import { default as ur } from "./components/Pagination/Pagination.vue.js";
|
|
68
|
+
import { default as ir } from "./components/ExportData/ExportData.vue.js";
|
|
69
|
+
import { default as cr } from "./components/ImportData/ImportData.vue.js";
|
|
70
|
+
import { default as Tr } from "./components/MultiSelect/MultiSelect.vue.js";
|
|
71
|
+
import { useMultiSelectHydration as Cr } from "./components/MultiSelect/composables/useMultiSelectHydration.js";
|
|
72
|
+
import { default as br } from "./components/PricingPlan/PricingPlan.vue.js";
|
|
73
|
+
import { default as vr } from "./components/PricingPlan/PricingPlanItem.vue.js";
|
|
74
|
+
import { default as hr } from "./components/SidebarMenu/SidebarMenu.vue.js";
|
|
75
|
+
import { default as yr } from "./components/SidebarMenu/SidebarMenuItem.vue.js";
|
|
75
76
|
/* empty css */
|
|
76
|
-
import { default as
|
|
77
|
-
import { default as
|
|
78
|
-
import { default as
|
|
79
|
-
import { useAdvancedKeyStroke as
|
|
80
|
-
import { vScrollReveal as
|
|
81
|
-
import { default as
|
|
82
|
-
import { default as
|
|
83
|
-
import { configure as
|
|
84
|
-
import { default as
|
|
85
|
-
import { default as
|
|
86
|
-
import { default as
|
|
87
|
-
import { default as
|
|
88
|
-
import { default as
|
|
89
|
-
import { getFileTypeIcon as
|
|
90
|
-
import { default as
|
|
91
|
-
import { default as
|
|
92
|
-
import { default as
|
|
93
|
-
import { default as
|
|
94
|
-
import { default as
|
|
95
|
-
import { default as
|
|
96
|
-
import { default as
|
|
97
|
-
import { default as
|
|
98
|
-
import { default as
|
|
99
|
-
import { default as
|
|
100
|
-
import { default as
|
|
77
|
+
import { default as Ar } from "./components/ProgressBar/ProgressBar.vue.js";
|
|
78
|
+
import { default as Mr } from "./components/PermissionMatrix/PermissionMatrix.vue.js";
|
|
79
|
+
import { default as wr } from "./components/PermissionMatrix/PermissionEditor.vue.js";
|
|
80
|
+
import { useAdvancedKeyStroke as Lr, useKeyStroke as Rr } from "./composables/useKeyStroke.js";
|
|
81
|
+
import { vScrollReveal as Or } from "./directives/vScrollReveal.js";
|
|
82
|
+
import { default as Gr } from "./components/AvatarUploader/AvatarUploader.vue.js";
|
|
83
|
+
import { default as Ur } from "./components/AvatarGroup/AvatarGroup.vue.js";
|
|
84
|
+
import { configure as zr, pauseTimers as Hr, removeToast as Qr, resumeTimers as jr, showToast as qr, toast as Wr, useNotifications as Xr } from "./composables/useNotifications.js";
|
|
85
|
+
import { default as Jr } from "./components/Timeline/Timeline.vue.js";
|
|
86
|
+
import { default as et } from "./components/Timeline/TimelineItem.vue.js";
|
|
87
|
+
import { default as rt } from "./components/Timeline/TimelineIndicator.vue.js";
|
|
88
|
+
import { default as at } from "./components/FilePreview/FilePreview.vue.js";
|
|
89
|
+
import { default as mt } from "./components/AttachmentsList/AttachmentsList.vue.js";
|
|
90
|
+
import { getFileTypeIcon as pt } from "./components/AttachmentsList/fileTypeIcon.js";
|
|
91
|
+
import { default as dt } from "./components/CustomFieldsDisplay/CustomFieldsDisplay.vue.js";
|
|
92
|
+
import { default as xt } from "./components/Invoice/Invoice.vue.js";
|
|
93
|
+
import { default as nt } from "./components/Invoice/InvoiceTotals.vue.js";
|
|
94
|
+
import { default as gt } from "./components/CategoryManager/CategoryManager.vue.js";
|
|
95
|
+
import { default as St } from "./components/ThumbnailSelector/ThumbnailSelector.vue.js";
|
|
96
|
+
import { default as It } from "./components/TagInput/TagInput.vue.js";
|
|
97
|
+
import { default as Pt } from "./components/Calendar/Calendar.vue.js";
|
|
98
|
+
import { default as Dt } from "./components/Calendar/CalendarEventItem.vue.js";
|
|
99
|
+
import { default as Ft } from "./components/Icon.vue.js";
|
|
100
|
+
import { default as Nt } from "./components/Logo.vue.js";
|
|
101
|
+
import { default as Bt } from "./components/Alert.vue.js";
|
|
102
|
+
import { default as kt } from "./components/Badge.vue.js";
|
|
103
|
+
import { default as Et } from "./components/Input.vue.js";
|
|
101
104
|
/* empty css */
|
|
102
|
-
import { default as
|
|
103
|
-
import { default as
|
|
104
|
-
import { default as
|
|
105
|
-
import { default as
|
|
106
|
-
import { default as
|
|
107
|
-
import { default as
|
|
108
|
-
import { default as
|
|
109
|
-
import { default as
|
|
110
|
-
import { default as
|
|
111
|
-
import { default as
|
|
112
|
-
import { default as
|
|
113
|
-
import { default as
|
|
114
|
-
import { default as
|
|
115
|
-
import { default as
|
|
116
|
-
import { default as
|
|
117
|
-
import { default as
|
|
118
|
-
import { default as
|
|
119
|
-
import { default as
|
|
120
|
-
import { default as
|
|
121
|
-
import { default as
|
|
122
|
-
import { default as
|
|
123
|
-
import { default as
|
|
124
|
-
import { default as
|
|
125
|
-
import {
|
|
126
|
-
import {
|
|
127
|
-
import {
|
|
128
|
-
import {
|
|
129
|
-
import { default as
|
|
130
|
-
import { default as
|
|
131
|
-
import { default as
|
|
132
|
-
import {
|
|
133
|
-
import {
|
|
105
|
+
import { default as Rt } from "./components/Label.vue.js";
|
|
106
|
+
import { default as Ot } from "./components/Modal.vue.js";
|
|
107
|
+
import { default as Gt } from "./components/Avatar.vue.js";
|
|
108
|
+
import { default as Ut } from "./components/Button.vue.js";
|
|
109
|
+
import { default as zt } from "./components/BackButton.vue.js";
|
|
110
|
+
import { default as Qt } from "./components/CopyButton.vue.js";
|
|
111
|
+
import { default as qt } from "./components/Slider.vue.js";
|
|
112
|
+
import { default as Xt } from "./components/Switch.vue.js";
|
|
113
|
+
import { default as Jt } from "./components/Tooltip.vue.js";
|
|
114
|
+
import { default as ea } from "./components/CheckBox.vue.js";
|
|
115
|
+
import { default as ra } from "./components/Textarea.vue.js";
|
|
116
|
+
import { default as aa } from "./components/SidePanel.vue.js";
|
|
117
|
+
import { default as ma } from "./components/DatePicker.vue.js";
|
|
118
|
+
import { default as pa } from "./components/IconPicker.vue.js";
|
|
119
|
+
import { default as da } from "./components/ButtonGroup.vue.js";
|
|
120
|
+
import { default as xa } from "./components/NumberInput.vue.js";
|
|
121
|
+
import { default as na } from "./components/ThemeToggle.vue.js";
|
|
122
|
+
import { default as ga } from "./components/GoogleLogin.vue.js";
|
|
123
|
+
import { default as Sa } from "./components/ColorPicker/ColorPicker.vue.js";
|
|
124
|
+
import { default as Ia } from "./components/ConfirmationModal.vue.js";
|
|
125
|
+
import { default as Pa } from "./components/ToastNotification.vue.js";
|
|
126
|
+
import { default as Da } from "./components/CommandPalette/CommandPaletteContent.vue.js";
|
|
127
|
+
import { default as Fa } from "./components/NavbarCommandPalette.vue.js";
|
|
128
|
+
import { default as Na } from "./components/DateRangePicker.vue.js";
|
|
129
|
+
import { createVLite as Ba } from "./core/index.js";
|
|
130
|
+
import { default as ka } from "./components/StatusChip/StatusChip.vue.js";
|
|
131
|
+
import { STATUS_MAP as Ea, normalizeStatus as La, resolveStatus as Ra } from "./components/StatusChip/status-map.js";
|
|
132
|
+
import { default as Oa } from "./components/Price/Price.vue.js";
|
|
133
|
+
import { default as Ga } from "./components/DateTime/DateTime.vue.js";
|
|
134
|
+
import { default as Ua } from "./components/Clock/Clock.vue.js";
|
|
135
|
+
import { default as za } from "./components/Chat/ChatInterface.vue.js";
|
|
136
|
+
import { VLITE_CONFIG_KEY as Qa, configState as ja, updateConfig as qa, useVLiteConfig as Wa } from "./core/config.js";
|
|
137
|
+
import { getStatusColorClass as $a } from "./utils/status.js";
|
|
134
138
|
export {
|
|
135
139
|
X as $t,
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
Jo as
|
|
169
|
-
er as
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
ao as
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
Co as
|
|
183
|
-
|
|
184
|
-
re as
|
|
185
|
-
ae as
|
|
186
|
-
|
|
187
|
-
|
|
140
|
+
Uo as Accordion,
|
|
141
|
+
qo as AccordionContent,
|
|
142
|
+
zo as AccordionItem,
|
|
143
|
+
Qo as AccordionTrigger,
|
|
144
|
+
Bt as Alert,
|
|
145
|
+
mt as AttachmentsList,
|
|
146
|
+
Gt as Avatar,
|
|
147
|
+
Ur as AvatarGroup,
|
|
148
|
+
Gr as AvatarUploader,
|
|
149
|
+
zt as BackButton,
|
|
150
|
+
kt as Badge,
|
|
151
|
+
Xe as Barcode,
|
|
152
|
+
co as Breadcrumb,
|
|
153
|
+
To as BreadcrumbItem,
|
|
154
|
+
Ut as Button,
|
|
155
|
+
da as ButtonGroup,
|
|
156
|
+
Pt as Calendar,
|
|
157
|
+
Dt as CalendarEventItem,
|
|
158
|
+
eo as Carousel,
|
|
159
|
+
gt as CategoryManager,
|
|
160
|
+
za as ChatInterface,
|
|
161
|
+
ea as CheckBox,
|
|
162
|
+
ee as Chip,
|
|
163
|
+
Xo as ChoiceBox,
|
|
164
|
+
Ua as Clock,
|
|
165
|
+
Sa as ColorPicker,
|
|
166
|
+
Da as CommandPaletteContent,
|
|
167
|
+
Ia as ConfirmationModal,
|
|
168
|
+
Qt as CopyButton,
|
|
169
|
+
pe as CustomFields,
|
|
170
|
+
dt as CustomFieldsDisplay,
|
|
171
|
+
Mo as DataList,
|
|
172
|
+
Jo as DataTable,
|
|
173
|
+
er as DataTableHeader,
|
|
174
|
+
rr as DataTableRow,
|
|
175
|
+
ma as DatePicker,
|
|
176
|
+
Na as DateRangePicker,
|
|
177
|
+
Ga as DateTime,
|
|
178
|
+
ro as Dropdown,
|
|
179
|
+
po as DropdownItem,
|
|
180
|
+
ao as DropdownMenu,
|
|
181
|
+
mo as DropdownTrigger,
|
|
182
|
+
Go as Empty,
|
|
183
|
+
ir as ExportData,
|
|
184
|
+
sr as FilePicker,
|
|
185
|
+
at as FilePreview,
|
|
186
|
+
Co as FileTree,
|
|
187
|
+
bo as FileTreeNode,
|
|
188
|
+
re as Form,
|
|
189
|
+
ae as FormField,
|
|
190
|
+
me as FormFields,
|
|
191
|
+
de as FormSkeleton,
|
|
192
|
+
ga as GoogleLogin,
|
|
188
193
|
f as GoogleSignInPlugin,
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
wo as
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
Re as
|
|
224
|
-
Oe as
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
hr as
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
Jr as
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
194
|
+
Ue as Heatmap,
|
|
195
|
+
Ft as Icon,
|
|
196
|
+
pa as IconPicker,
|
|
197
|
+
cr as ImportData,
|
|
198
|
+
Et as Input,
|
|
199
|
+
xt as Invoice,
|
|
200
|
+
nt as InvoiceTotals,
|
|
201
|
+
Ie as Kanban,
|
|
202
|
+
Pe as KanbanBoard,
|
|
203
|
+
Rt as Label,
|
|
204
|
+
wo as List,
|
|
205
|
+
Lo as ListFieldRow,
|
|
206
|
+
Nt as Logo,
|
|
207
|
+
Qe as MASONRY_BREAKPOINTS,
|
|
208
|
+
ze as Masonry,
|
|
209
|
+
Ot as Modal,
|
|
210
|
+
Tr as MultiSelect,
|
|
211
|
+
Fe as Navbar,
|
|
212
|
+
Fa as NavbarCommandPalette,
|
|
213
|
+
Be as NavbarGroup,
|
|
214
|
+
Ne as NavbarItem,
|
|
215
|
+
ke as NavbarTabs,
|
|
216
|
+
xa as NumberInput,
|
|
217
|
+
ho as OTPInput,
|
|
218
|
+
ur as Pagination,
|
|
219
|
+
wr as PermissionEditor,
|
|
220
|
+
Mr as PermissionMatrix,
|
|
221
|
+
Oa as Price,
|
|
222
|
+
br as PricingPlan,
|
|
223
|
+
vr as PricingPlanItem,
|
|
224
|
+
Ar as ProgressBar,
|
|
225
|
+
Ee as QRCode,
|
|
226
|
+
ar as SCREEN_CONTEXT_KEY,
|
|
227
|
+
Ea as STATUS_MAP,
|
|
228
|
+
Re as Screen,
|
|
229
|
+
Oe as ScreenFilter,
|
|
230
|
+
Ge as ScreenQuickFilters,
|
|
231
|
+
Ao as Sheet,
|
|
232
|
+
aa as SidePanel,
|
|
233
|
+
hr as SidebarMenu,
|
|
234
|
+
yr as SidebarMenuItem,
|
|
235
|
+
qt as Slider,
|
|
236
|
+
qe as Spinner,
|
|
237
|
+
Se as Stats,
|
|
238
|
+
ka as StatusChip,
|
|
239
|
+
Xt as Switch,
|
|
240
|
+
ge as Tabes,
|
|
241
|
+
It as TagInput,
|
|
242
|
+
ra as Textarea,
|
|
243
|
+
na as ThemeToggle,
|
|
244
|
+
St as ThumbnailSelector,
|
|
245
|
+
Jr as Timeline,
|
|
246
|
+
rt as TimelineIndicator,
|
|
247
|
+
et as TimelineItem,
|
|
248
|
+
Pa as ToastNotification,
|
|
249
|
+
Jt as Tooltip,
|
|
250
|
+
Qa as VLITE_CONFIG_KEY,
|
|
251
|
+
yo as Workbook,
|
|
252
|
+
Je as barcodesConstants,
|
|
253
|
+
s as camelCase,
|
|
247
254
|
d as capitalize,
|
|
248
|
-
|
|
249
|
-
|
|
255
|
+
ja as configState,
|
|
256
|
+
zr as configure,
|
|
250
257
|
u as copyToClipboard,
|
|
251
|
-
|
|
258
|
+
Ba as createVLite,
|
|
252
259
|
x as debounce,
|
|
253
260
|
l as deepMerge,
|
|
254
261
|
i as delay,
|
|
@@ -258,57 +265,58 @@ export {
|
|
|
258
265
|
g as formatAmPm,
|
|
259
266
|
T as formatCurrency,
|
|
260
267
|
S as formatDate,
|
|
261
|
-
|
|
268
|
+
Ko as formatNumber,
|
|
262
269
|
C as formatSchedule,
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
270
|
+
J as getComponentConfig,
|
|
271
|
+
I as getDefaultDateRange,
|
|
272
|
+
pt as getFileTypeIcon,
|
|
273
|
+
b as getNextMonth,
|
|
266
274
|
P as getNextYear,
|
|
267
|
-
|
|
275
|
+
Oo as getObjectValue,
|
|
268
276
|
v as getPrevMonth,
|
|
269
277
|
D as getPrevYear,
|
|
270
|
-
|
|
278
|
+
$a as getStatusColorClass,
|
|
271
279
|
h as getToday,
|
|
272
280
|
F as getTomorrow,
|
|
273
|
-
|
|
274
|
-
|
|
281
|
+
y as getUniqueId,
|
|
282
|
+
N as getUpcoming,
|
|
275
283
|
A as getYear,
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
284
|
+
B as getYesterday,
|
|
285
|
+
mr as initializeTheme,
|
|
286
|
+
M as isAppleDevice,
|
|
287
|
+
k as isEmpty,
|
|
280
288
|
w as isPureTimeString,
|
|
281
289
|
E as isValidTimeRange,
|
|
282
290
|
z as lazySearch,
|
|
283
|
-
|
|
291
|
+
La as normalizeStatus,
|
|
284
292
|
L as parseDateTime,
|
|
285
|
-
|
|
293
|
+
Hr as pauseTimers,
|
|
286
294
|
R as randomNumber,
|
|
287
295
|
K as removeExtraProperties,
|
|
288
|
-
|
|
296
|
+
Qr as removeToast,
|
|
289
297
|
H as resetSearchIndex,
|
|
290
|
-
|
|
291
|
-
|
|
298
|
+
Ra as resolveStatus,
|
|
299
|
+
jr as resumeTimers,
|
|
292
300
|
Q as search,
|
|
293
|
-
|
|
301
|
+
qr as showToast,
|
|
294
302
|
O as slugify,
|
|
295
303
|
Y as throttle,
|
|
296
304
|
G as toISO,
|
|
297
305
|
_ as toLocalISO,
|
|
298
|
-
|
|
306
|
+
Wr as toast,
|
|
299
307
|
U as truncate,
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
308
|
+
qa as updateConfig,
|
|
309
|
+
Lr as useAdvancedKeyStroke,
|
|
310
|
+
io as useDropdownIds,
|
|
311
|
+
uo as useDropdownSelection,
|
|
312
|
+
ne as useFileUpload,
|
|
313
|
+
xe as useForm,
|
|
314
|
+
De as useKanbanBoard,
|
|
315
|
+
Rr as useKeyStroke,
|
|
316
|
+
Cr as useMultiSelectHydration,
|
|
317
|
+
Xr as useNotifications,
|
|
318
|
+
lr as useTheme,
|
|
319
|
+
vo as useTreeSelection,
|
|
320
|
+
Wa as useVLiteConfig,
|
|
321
|
+
Or as vScrollReveal
|
|
314
322
|
};
|