vlite3 1.4.4 → 1.4.5
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/AppShell/AppShellLayoutStorefront.vue.js +2 -2
- package/components/Cart/Cart.vue.js +242 -0
- package/components/Cart/Cart.vue2.js +4 -0
- package/components/Cart/CartCouponInput.vue.js +176 -0
- package/components/Cart/CartCouponInput.vue2.js +4 -0
- package/components/Cart/CartEmptyState.vue.js +48 -0
- package/components/Cart/CartEmptyState.vue2.js +4 -0
- package/components/Cart/CartLineItem.vue.js +341 -0
- package/components/Cart/CartLineItem.vue2.js +4 -0
- package/components/Cart/CartSummary.vue.js +157 -0
- package/components/Cart/CartSummary.vue2.js +4 -0
- package/components/Cart/CartVariant1.vue.js +156 -0
- package/components/Cart/CartVariant1.vue2.js +4 -0
- package/components/Cart/CartVariant2.vue.js +154 -0
- package/components/Cart/CartVariant2.vue2.js +4 -0
- package/components/Cart/CartVariant3.vue.js +192 -0
- package/components/Cart/CartVariant3.vue2.js +4 -0
- package/components/Cart/CartVariant4.vue.js +145 -0
- package/components/Cart/CartVariant4.vue2.js +4 -0
- package/components/Cart/composables/useCart.d.ts +46 -0
- package/components/Cart/composables/useCart.js +110 -0
- package/components/Cart/composables/useCartCalculation.js +145 -0
- package/components/Cart/index.d.ts +2 -0
- package/components/CategoryManager/CategoryManager.vue.js +3 -3
- package/components/CategoryManager/CategoryManager.vue2.js +224 -248
- package/components/CategoryManager/utils.d.ts +3 -0
- package/components/CategoryManager/utils.js +31 -0
- package/components/CategoryMenu/CategoryMenu.vue.d.ts +2 -0
- package/components/CategoryMenu/CategoryMenu.vue.js +46 -40
- package/components/CategoryMenu/CategoryMenuVariant1.vue.d.ts +5 -1
- package/components/CategoryMenu/CategoryMenuVariant1.vue.js +5 -144
- package/components/CategoryMenu/CategoryMenuVariant1.vue2.js +220 -2
- package/components/CategoryMenu/CategoryMenuVariant2.vue.d.ts +5 -1
- package/components/CategoryMenu/CategoryMenuVariant2.vue.js +5 -160
- package/components/CategoryMenu/CategoryMenuVariant2.vue2.js +235 -2
- package/components/CategoryMenu/types.d.ts +5 -2
- package/components/Dropdown/Dropdown.vue.d.ts +1 -0
- package/components/Dropdown/Dropdown.vue.js +31 -29
- package/components/FilePicker/FilePicker.vue.js +278 -202
- package/components/Form/CustomFields.vue.d.ts +4 -0
- package/components/Form/CustomFields.vue.js +2 -2
- package/components/Form/CustomFields.vue2.js +349 -145
- package/components/Form/FormField.vue.js +1 -1
- package/components/Form/types.d.ts +3 -0
- package/components/Modal.vue.d.ts +2 -0
- package/components/Modal.vue.js +1 -1
- package/components/Modal.vue2.js +30 -28
- package/components/Screen/ScreenFilter.vue.js +3 -2
- package/components/SidePanel.vue.d.ts +2 -0
- package/components/SidePanel.vue.js +1 -1
- package/components/SidePanel.vue2.js +25 -23
- package/components/SidebarMenu/SidebarMenu.vue.js +145 -128
- package/components/index.d.ts +1 -0
- package/core/config.d.ts +6 -6
- package/index.d.ts +1 -0
- package/index.js +327 -306
- package/package.json +1 -1
- package/style.css +1 -1
package/index.js
CHANGED
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
import { default as p } from "vue3-google-signin";
|
|
2
|
-
import { deepMerge as
|
|
3
|
-
import { camelCase as x, capitalize as i, copyToClipboard as n, debounce as c, delay as
|
|
2
|
+
import { deepMerge as u } from "./utils/object.js";
|
|
3
|
+
import { camelCase as x, capitalize as i, copyToClipboard as n, debounce as c, delay as C, downloadFile as g, flattenArray as T, formatAmPm as S, formatCurrency as h, formatDate as I, formatNumber as P, formatSchedule as b, getDefaultDateRange as v, getNextMonth as y, getNextYear as D, getPrevMonth as F, getPrevYear as R, getToday as A, getTomorrow as B, getUniqueId as N, getUpcoming as E, getYear as k, getYesterday as M, isAppleDevice as L, isEmpty as w, isPureTimeString as O, isValidTimeRange as G, parseDateTime as _, randomNumber as K, removeExtraProperties as Y, slugify as U, throttle as z, toISO as V, toLocalISO as H, truncate as Q } from "./utils/functions.js";
|
|
4
4
|
import { lazySearch as X, resetSearchIndex as j, search as q } from "./utils/search.util.js";
|
|
5
5
|
import { env as J } from "./utils/env.js";
|
|
6
6
|
import { $t as ee } from "./utils/i18n.js";
|
|
7
|
-
import { getComponentConfig as
|
|
7
|
+
import { getComponentConfig as te } from "./utils/configUtils.js";
|
|
8
8
|
import { default as ae } from "./components/Chip/Chip.vue.js";
|
|
9
9
|
import { default as me } from "./components/Form/Form.vue.js";
|
|
10
10
|
import { default as pe } from "./components/Form/FormField.vue.js";
|
|
11
|
-
import { default as
|
|
11
|
+
import { default as ue } from "./components/Form/FormFields.vue.js";
|
|
12
12
|
import { default as xe } from "./components/Form/CustomFields.vue.js";
|
|
13
13
|
import { default as ne } from "./components/Form/FormSkeleton.vue.js";
|
|
14
|
-
import { useForm as
|
|
14
|
+
import { useForm as Ce } from "./components/Form/composables/useForm.js";
|
|
15
15
|
import { useFileUpload as Te } from "./components/Form/composables/useFileUpload.js";
|
|
16
16
|
import { default as he } from "./components/Tabes/Tabes.vue.js";
|
|
17
17
|
import { default as Pe } from "./components/Stats/Stats.vue.js";
|
|
18
18
|
/* empty css */
|
|
19
19
|
import { default as ve } from "./components/Kanban/Kanban.vue.js";
|
|
20
|
-
import { default as
|
|
20
|
+
import { default as De } from "./components/Kanban/KanbanBoard.vue.js";
|
|
21
21
|
import { useKanbanBoard as Re } from "./components/Kanban/useKanbanBoard.js";
|
|
22
22
|
import { default as Be } from "./components/Navbar/Navbar.vue.js";
|
|
23
|
-
import { default as
|
|
23
|
+
import { default as Ee } from "./components/Navbar/NavbarItem.vue.js";
|
|
24
24
|
import { default as Me } from "./components/Navbar/NavbarGroup.vue.js";
|
|
25
|
-
import { default as
|
|
25
|
+
import { default as we } from "./components/Navbar/NavbarTabs.vue.js";
|
|
26
26
|
/* empty css */
|
|
27
27
|
import { default as Ge } from "./components/QRCode/QRCode.vue.js";
|
|
28
28
|
import { default as Ke } from "./components/Screen/Screen.vue.js";
|
|
@@ -33,300 +33,316 @@ import { default as Xe } from "./components/Masonry/Masonry.vue.js";
|
|
|
33
33
|
import { MASONRY_BREAKPOINTS as qe } from "./components/Masonry/types.js";
|
|
34
34
|
import { default as Je } from "./components/Spinner/Spinner.vue.js";
|
|
35
35
|
import { default as eo } from "./components/Barcode/Barcode.vue.js";
|
|
36
|
-
import { barcodesConstants as
|
|
36
|
+
import { barcodesConstants as to } from "./components/Barcode/types.js";
|
|
37
37
|
import { default as ao } from "./components/Carousel/Carousel.vue.js";
|
|
38
|
-
import { default as mo } from "./components/
|
|
39
|
-
import { default as po } from "./components/
|
|
40
|
-
import { default as uo } from "./components/
|
|
41
|
-
import { default as io } from "./components/
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import { default as
|
|
46
|
-
import { default as
|
|
47
|
-
import { default as
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
38
|
+
import { default as mo } from "./components/Cart/Cart.vue.js";
|
|
39
|
+
import { default as po } from "./components/Cart/CartLineItem.vue.js";
|
|
40
|
+
import { default as uo } from "./components/Cart/CartSummary.vue.js";
|
|
41
|
+
import { default as io } from "./components/Cart/CartCouponInput.vue.js";
|
|
42
|
+
import { default as co } from "./components/Cart/CartEmptyState.vue.js";
|
|
43
|
+
import { useCart as go } from "./components/Cart/composables/useCart.js";
|
|
44
|
+
import { calculateCartTotals as So, computeCouponDiscount as ho, computeShipping as Io, computeTax as Po, sumItemCount as bo, sumLineTotals as vo, sumSavings as yo, useCartCalculation as Do } from "./components/Cart/composables/useCartCalculation.js";
|
|
45
|
+
import { default as Ro } from "./components/Dropdown/Dropdown.vue.js";
|
|
46
|
+
import { default as Bo } from "./components/Dropdown/DropdownMenu.vue.js";
|
|
47
|
+
import { default as Eo } from "./components/Dropdown/DropdownTrigger.vue.js";
|
|
48
|
+
import { default as Mo } from "./components/Dropdown/DropdownItem.vue.js";
|
|
49
|
+
import { useDropdownSelection as wo } from "./components/Dropdown/composables/useDropdownSelection.js";
|
|
50
|
+
import { useDropdownIds as Go } from "./components/Dropdown/composables/useDropdownIds.js";
|
|
51
|
+
import { default as Ko } from "./components/Breadcrumb/Breadcrumb.vue.js";
|
|
52
|
+
import { default as Uo } from "./components/Breadcrumb/BreadcrumbItem.vue.js";
|
|
53
|
+
import { default as Vo } from "./components/FileTree/FileTree.vue.js";
|
|
54
|
+
import { default as Qo } from "./components/FileTree/FileTreeNode.vue.js";
|
|
55
|
+
import { useTreeSelection as Xo } from "./components/FileTree/useTreeSelection.js";
|
|
56
|
+
import { default as qo } from "./components/RichTextEditor/RichTextEditor.vue.js";
|
|
50
57
|
/* empty css */
|
|
51
|
-
import { default as
|
|
52
|
-
import { RICH_TEXT_TOOL_GROUPS as
|
|
53
|
-
import { default as
|
|
54
|
-
import { default as
|
|
55
|
-
import { default as
|
|
56
|
-
import { default as
|
|
57
|
-
import { default as
|
|
58
|
-
import { default as
|
|
59
|
-
import { getObjectValue as
|
|
60
|
-
import { default as
|
|
61
|
-
import { default as
|
|
62
|
-
import { default as
|
|
63
|
-
import { default as
|
|
64
|
-
import { default as
|
|
65
|
-
import { default as
|
|
66
|
-
import { default as
|
|
67
|
-
import { default as
|
|
68
|
-
import { default as
|
|
69
|
-
import { default as
|
|
70
|
-
import { default as
|
|
71
|
-
import { default as
|
|
72
|
-
import { SCREEN_CONTEXT_KEY as
|
|
73
|
-
import { default as
|
|
74
|
-
import { default as
|
|
75
|
-
import { initializeTheme as
|
|
76
|
-
import { default as
|
|
77
|
-
import { default as
|
|
78
|
-
import { default as
|
|
79
|
-
import { default as
|
|
80
|
-
import { default as
|
|
81
|
-
import { useMultiSelectHydration as
|
|
82
|
-
import { default as
|
|
83
|
-
import { default as
|
|
84
|
-
import { default as
|
|
58
|
+
import { default as Jo } from "./components/RichTextEditor/RichTextReader.vue.js";
|
|
59
|
+
import { RICH_TEXT_TOOL_GROUPS as et, resolveRichTextTools as ot } from "./components/RichTextEditor/types.js";
|
|
60
|
+
import { default as rt } from "./components/OTPInput/OTPInput.vue.js";
|
|
61
|
+
import { default as ft } from "./components/Workbook/Workbook.vue.js";
|
|
62
|
+
import { default as lt } from "./components/Workbook/Sheet.vue.js";
|
|
63
|
+
import { default as st } from "./components/DataList/DataList.vue.js";
|
|
64
|
+
import { default as dt } from "./components/List/List.vue.js";
|
|
65
|
+
import { default as it } from "./components/List/ListFieldRow.vue.js";
|
|
66
|
+
import { getObjectValue as ct } from "./components/List/utils.js";
|
|
67
|
+
import { default as gt } from "./components/Empty/Empty.vue.js";
|
|
68
|
+
import { default as St } from "./components/Comment/CommentItem.vue.js";
|
|
69
|
+
import { default as It } from "./components/Comment/CommentThread.vue.js";
|
|
70
|
+
import { default as bt } from "./components/Comment/CommentEditor.vue.js";
|
|
71
|
+
import { default as yt } from "./components/Accordion/Accordion.vue.js";
|
|
72
|
+
import { default as Ft } from "./components/Accordion/AccordionItem.vue.js";
|
|
73
|
+
import { default as At } from "./components/Accordion/AccordionTrigger.vue.js";
|
|
74
|
+
import { default as Nt } from "./components/Accordion/AccordionContent.vue.js";
|
|
75
|
+
import { default as kt } from "./components/ChoiceBox/ChoiceBox.vue.js";
|
|
76
|
+
import { default as Lt } from "./components/DataTable/DataTable.vue.js";
|
|
77
|
+
import { default as Ot } from "./components/DataTable/DataTableHeader.vue.js";
|
|
78
|
+
import { default as _t } from "./components/DataTable/DataTableRow.vue.js";
|
|
79
|
+
import { SCREEN_CONTEXT_KEY as Yt } from "./components/DataTable/types.js";
|
|
80
|
+
import { default as zt } from "./components/Splitter/Splitter.vue.js";
|
|
81
|
+
import { default as Ht } from "./components/Footer/Footer.vue.js";
|
|
82
|
+
import { initializeTheme as Wt, useTheme as Xt } from "./composables/useTheme.js";
|
|
83
|
+
import { default as qt } from "./components/FilePicker/FilePicker.vue.js";
|
|
84
|
+
import { default as Jt } from "./components/Pagination/Pagination.vue.js";
|
|
85
|
+
import { default as er } from "./components/ExportData/ExportData.vue.js";
|
|
86
|
+
import { default as tr } from "./components/ImportData/ImportData.vue.js";
|
|
87
|
+
import { default as ar } from "./components/MultiSelect/MultiSelect.vue.js";
|
|
88
|
+
import { useMultiSelectHydration as mr } from "./components/MultiSelect/composables/useMultiSelectHydration.js";
|
|
89
|
+
import { default as pr } from "./components/PricingPlan/PricingPlan.vue.js";
|
|
90
|
+
import { default as ur } from "./components/PricingPlan/PricingPlanItem.vue.js";
|
|
91
|
+
import { default as xr } from "./components/SidebarMenu/SidebarMenu.vue.js";
|
|
85
92
|
/* empty css */
|
|
86
|
-
import { default as
|
|
93
|
+
import { default as nr } from "./components/SidebarMenu/SidebarMenuItem.vue.js";
|
|
87
94
|
/* empty css */
|
|
88
|
-
import { default as
|
|
89
|
-
import { default as
|
|
90
|
-
import { default as
|
|
91
|
-
import { useAdvancedKeyStroke as
|
|
92
|
-
import { vScrollReveal as
|
|
93
|
-
import { default as
|
|
94
|
-
import { default as
|
|
95
|
-
import { configure as
|
|
96
|
-
import { default as
|
|
97
|
-
import { default as
|
|
98
|
-
import { default as
|
|
99
|
-
import { default as
|
|
100
|
-
import { default as
|
|
101
|
-
import { getFileTypeIcon as
|
|
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 { normalizeBone as
|
|
113
|
-
import { snapshotBones as
|
|
114
|
-
import { configureSkeleton 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 { default as
|
|
126
|
-
import { default as
|
|
127
|
-
import { default as
|
|
128
|
-
import { default as
|
|
129
|
-
import { createAsyncSelect 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
|
|
95
|
+
import { default as Cr } from "./components/ProgressBar/ProgressBar.vue.js";
|
|
96
|
+
import { default as Tr } from "./components/PermissionMatrix/PermissionMatrix.vue.js";
|
|
97
|
+
import { default as hr } from "./components/PermissionMatrix/PermissionEditor.vue.js";
|
|
98
|
+
import { useAdvancedKeyStroke as Pr, useKeyStroke as br } from "./composables/useKeyStroke.js";
|
|
99
|
+
import { vScrollReveal as yr } from "./directives/vScrollReveal.js";
|
|
100
|
+
import { default as Fr } from "./components/AvatarUploader/AvatarUploader.vue.js";
|
|
101
|
+
import { default as Ar } from "./components/AvatarGroup/AvatarGroup.vue.js";
|
|
102
|
+
import { configure as Nr, pauseTimers as Er, removeToast as kr, resumeTimers as Mr, showToast as Lr, toast as wr, useNotifications as Or } from "./composables/useNotifications.js";
|
|
103
|
+
import { default as _r } from "./components/Timeline/Timeline.vue.js";
|
|
104
|
+
import { default as Yr } from "./components/Timeline/TimelineItem.vue.js";
|
|
105
|
+
import { default as zr } from "./components/Timeline/TimelineIndicator.vue.js";
|
|
106
|
+
import { default as Hr } from "./components/FilePreview/FilePreview.vue.js";
|
|
107
|
+
import { default as Wr } from "./components/AttachmentsList/AttachmentsList.vue.js";
|
|
108
|
+
import { getFileTypeIcon as jr } from "./components/AttachmentsList/fileTypeIcon.js";
|
|
109
|
+
import { default as $r } from "./components/CustomFieldsDisplay/CustomFieldsDisplay.vue.js";
|
|
110
|
+
import { default as Zr } from "./components/Invoice/Invoice.vue.js";
|
|
111
|
+
import { default as oa } from "./components/Invoice/InvoiceTotals.vue.js";
|
|
112
|
+
import { default as ra } from "./components/CategoryManager/CategoryManager.vue.js";
|
|
113
|
+
import { default as fa } from "./components/CategoryMenu/CategoryMenu.vue.js";
|
|
114
|
+
import { default as la } from "./components/ThumbnailSelector/ThumbnailSelector.vue.js";
|
|
115
|
+
import { default as sa } from "./components/TagInput/TagInput.vue.js";
|
|
116
|
+
import { default as da } from "./components/Calendar/Calendar.vue.js";
|
|
117
|
+
import { default as ia } from "./components/Calendar/CalendarEventItem.vue.js";
|
|
118
|
+
import { default as ca } from "./components/Skeleton/Skeleton.vue.js";
|
|
119
|
+
import { normalizeBone as ga } from "./components/Skeleton/types.js";
|
|
120
|
+
import { snapshotBones as Sa } from "./components/Skeleton/extract.js";
|
|
121
|
+
import { configureSkeleton as Ia, getGlobalConfig as Pa, registerBones as ba } from "./components/Skeleton/shared.js";
|
|
122
|
+
import { default as ya } from "./components/Chart/LineChart.vue.js";
|
|
123
|
+
import { default as Fa } from "./components/Chart/BarChart.vue.js";
|
|
124
|
+
import { default as Aa } from "./components/Chart/PieChart.vue.js";
|
|
125
|
+
import { default as Na } from "./components/Chart/CircleChart.vue.js";
|
|
126
|
+
import { default as ka } from "./components/Chart/GaugeChart.vue.js";
|
|
127
|
+
import { default as La } from "./components/Chart/SpeedometerChart.vue.js";
|
|
128
|
+
import { default as Oa } from "./components/Chart/TimelineChart.vue.js";
|
|
129
|
+
import { default as _a } from "./components/Chart/SegmentBarChart.vue.js";
|
|
130
|
+
import { default as Ya } from "./components/Chart/StatCardChart.vue.js";
|
|
131
|
+
import { default as za } from "./components/Chart/WaffleChart.vue.js";
|
|
132
|
+
import { default as Ha } from "./components/Chart/GanttChart.vue.js";
|
|
133
|
+
import { default as Wa } from "./components/AppShell/AppShell.vue.js";
|
|
134
|
+
import { default as ja } from "./components/Rating/Rating.vue.js";
|
|
135
|
+
import { default as $a } from "./components/Rating/ReviewSummary.vue.js";
|
|
136
|
+
import { createAsyncSelect as Za } from "./components/AsyncSelect/createAsyncSelect.js";
|
|
137
|
+
import { default as of } from "./components/ImageComparison/ImageComparison.vue.js";
|
|
138
|
+
import { default as rf } from "./components/Icon.vue.js";
|
|
139
|
+
import { default as ff } from "./components/Logo.vue.js";
|
|
140
|
+
import { default as lf } from "./components/Alert.vue.js";
|
|
141
|
+
import { default as sf } from "./components/Badge.vue.js";
|
|
142
|
+
import { default as df } from "./components/Input.vue.js";
|
|
136
143
|
/* empty css */
|
|
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 { default as
|
|
153
|
-
import { default as
|
|
154
|
-
import { default as
|
|
155
|
-
import { default as
|
|
156
|
-
import { default as
|
|
157
|
-
import { default as
|
|
158
|
-
import { default as
|
|
159
|
-
import { default as
|
|
160
|
-
import { default as
|
|
161
|
-
import { default as
|
|
162
|
-
import { default as
|
|
163
|
-
import { default as
|
|
164
|
-
import { default as
|
|
165
|
-
import { createVLite as
|
|
166
|
-
import { default as
|
|
167
|
-
import { STATUS_MAP as
|
|
168
|
-
import { default as
|
|
169
|
-
import { default as
|
|
170
|
-
import { default as
|
|
171
|
-
import { default as
|
|
172
|
-
import { VLITE_CONFIG_KEY as
|
|
173
|
-
import { getStatusColorClass as
|
|
144
|
+
import { default as nf } from "./components/Label.vue.js";
|
|
145
|
+
import { default as Cf } from "./components/Modal.vue.js";
|
|
146
|
+
import { default as Tf } from "./components/Avatar.vue.js";
|
|
147
|
+
import { default as hf } from "./components/Persona.vue.js";
|
|
148
|
+
import { default as Pf } from "./components/Button.vue.js";
|
|
149
|
+
import { default as vf } from "./components/BackButton.vue.js";
|
|
150
|
+
import { default as Df } from "./components/Clipboard.vue.js";
|
|
151
|
+
import { default as Rf } from "./components/Slider.vue.js";
|
|
152
|
+
import { default as Bf } from "./components/Switch.vue.js";
|
|
153
|
+
import { default as Ef } from "./components/Tooltip.vue.js";
|
|
154
|
+
import { default as Mf } from "./components/CheckBox.vue.js";
|
|
155
|
+
import { default as wf } from "./components/Textarea.vue.js";
|
|
156
|
+
import { default as Gf } from "./components/Radio.vue.js";
|
|
157
|
+
import { default as Kf } from "./components/RadioGroup.vue.js";
|
|
158
|
+
import { default as Uf } from "./components/FadeOverlay/FadeOverlay.vue.js";
|
|
159
|
+
import { default as Vf } from "./components/SidePanel.vue.js";
|
|
160
|
+
import { default as Qf } from "./components/DatePicker.vue.js";
|
|
161
|
+
import { default as Xf } from "./components/IconPicker.vue.js";
|
|
162
|
+
import { default as qf } from "./components/ButtonGroup.vue.js";
|
|
163
|
+
import { default as Jf } from "./components/NumberInput.vue.js";
|
|
164
|
+
import { default as em } from "./components/ThemeToggle.vue.js";
|
|
165
|
+
import { default as tm } from "./components/GoogleLogin.vue.js";
|
|
166
|
+
import { default as am } from "./components/ColorPicker/ColorPicker.vue.js";
|
|
167
|
+
import { default as mm } from "./components/ConfirmationModal.vue.js";
|
|
168
|
+
import { default as pm } from "./components/ToastNotification.vue.js";
|
|
169
|
+
import { default as um } from "./components/CommandPalette/CommandPaletteContent.vue.js";
|
|
170
|
+
import { default as xm } from "./components/NavbarCommandPalette.vue.js";
|
|
171
|
+
import { default as nm } from "./components/DateRangePicker.vue.js";
|
|
172
|
+
import { createVLite as Cm } from "./core/index.js";
|
|
173
|
+
import { default as Tm } from "./components/StatusChip/StatusChip.vue.js";
|
|
174
|
+
import { STATUS_MAP as hm, normalizeStatus as Im, resolveStatus as Pm } from "./components/StatusChip/status-map.js";
|
|
175
|
+
import { default as vm } from "./components/Price/Price.vue.js";
|
|
176
|
+
import { default as Dm } from "./components/DateTime/DateTime.vue.js";
|
|
177
|
+
import { default as Rm } from "./components/Clock/Clock.vue.js";
|
|
178
|
+
import { default as Bm } from "./components/Chat/ChatInterface.vue.js";
|
|
179
|
+
import { VLITE_CONFIG_KEY as Em, configState as km, updateConfig as Mm, useVLiteConfig as Lm } from "./core/config.js";
|
|
180
|
+
import { getStatusColorClass as Om } from "./utils/status.js";
|
|
174
181
|
export {
|
|
175
182
|
ee as $t,
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
183
|
+
yt as Accordion,
|
|
184
|
+
Nt as AccordionContent,
|
|
185
|
+
Ft as AccordionItem,
|
|
186
|
+
At as AccordionTrigger,
|
|
187
|
+
lf as Alert,
|
|
188
|
+
Wa as AppShell,
|
|
189
|
+
Wr as AttachmentsList,
|
|
190
|
+
Tf as Avatar,
|
|
191
|
+
Ar as AvatarGroup,
|
|
192
|
+
Fr as AvatarUploader,
|
|
193
|
+
vf as BackButton,
|
|
194
|
+
sf as Badge,
|
|
195
|
+
Fa as BarChart,
|
|
189
196
|
eo as Barcode,
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
197
|
+
Ko as Breadcrumb,
|
|
198
|
+
Uo as BreadcrumbItem,
|
|
199
|
+
Pf as Button,
|
|
200
|
+
qf as ButtonGroup,
|
|
201
|
+
da as Calendar,
|
|
202
|
+
ia as CalendarEventItem,
|
|
196
203
|
ao as Carousel,
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
204
|
+
mo as Cart,
|
|
205
|
+
io as CartCouponInput,
|
|
206
|
+
co as CartEmptyState,
|
|
207
|
+
po as CartLineItem,
|
|
208
|
+
uo as CartSummary,
|
|
209
|
+
ra as CategoryManager,
|
|
210
|
+
fa as CategoryMenu,
|
|
211
|
+
Bm as ChatInterface,
|
|
212
|
+
Mf as CheckBox,
|
|
201
213
|
ae as Chip,
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
214
|
+
kt as ChoiceBox,
|
|
215
|
+
Na as CircleChart,
|
|
216
|
+
Df as Clipboard,
|
|
217
|
+
Rm as Clock,
|
|
218
|
+
am as ColorPicker,
|
|
219
|
+
um as CommandPaletteContent,
|
|
220
|
+
bt as CommentEditor,
|
|
221
|
+
St as CommentItem,
|
|
222
|
+
It as CommentThread,
|
|
223
|
+
mm as ConfirmationModal,
|
|
212
224
|
xe as CustomFields,
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
225
|
+
$r as CustomFieldsDisplay,
|
|
226
|
+
st as DataList,
|
|
227
|
+
Lt as DataTable,
|
|
228
|
+
Ot as DataTableHeader,
|
|
229
|
+
_t as DataTableRow,
|
|
230
|
+
Qf as DatePicker,
|
|
231
|
+
nm as DateRangePicker,
|
|
232
|
+
Dm as DateTime,
|
|
233
|
+
Ro as Dropdown,
|
|
234
|
+
Mo as DropdownItem,
|
|
235
|
+
Bo as DropdownMenu,
|
|
236
|
+
Eo as DropdownTrigger,
|
|
237
|
+
gt as Empty,
|
|
238
|
+
er as ExportData,
|
|
239
|
+
Uf as FadeOverlay,
|
|
240
|
+
qt as FilePicker,
|
|
241
|
+
Hr as FilePreview,
|
|
242
|
+
Vo as FileTree,
|
|
243
|
+
Qo as FileTreeNode,
|
|
244
|
+
Ht as Footer,
|
|
233
245
|
me as Form,
|
|
234
246
|
pe as FormField,
|
|
235
|
-
|
|
247
|
+
ue as FormFields,
|
|
236
248
|
ne as FormSkeleton,
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
249
|
+
Ha as GanttChart,
|
|
250
|
+
ka as GaugeChart,
|
|
251
|
+
tm as GoogleLogin,
|
|
240
252
|
p as GoogleSignInPlugin,
|
|
241
253
|
Qe as Heatmap,
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
254
|
+
rf as Icon,
|
|
255
|
+
Xf as IconPicker,
|
|
256
|
+
of as ImageComparison,
|
|
257
|
+
tr as ImportData,
|
|
258
|
+
df as Input,
|
|
259
|
+
Zr as Invoice,
|
|
260
|
+
oa as InvoiceTotals,
|
|
249
261
|
ve as Kanban,
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
262
|
+
De as KanbanBoard,
|
|
263
|
+
nf as Label,
|
|
264
|
+
ya as LineChart,
|
|
265
|
+
dt as List,
|
|
266
|
+
it as ListFieldRow,
|
|
267
|
+
ff as Logo,
|
|
256
268
|
qe as MASONRY_BREAKPOINTS,
|
|
257
269
|
Xe as Masonry,
|
|
258
|
-
|
|
259
|
-
|
|
270
|
+
Cf as Modal,
|
|
271
|
+
ar as MultiSelect,
|
|
260
272
|
Be as Navbar,
|
|
261
|
-
|
|
273
|
+
xm as NavbarCommandPalette,
|
|
262
274
|
Me as NavbarGroup,
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
275
|
+
Ee as NavbarItem,
|
|
276
|
+
we as NavbarTabs,
|
|
277
|
+
Jf as NumberInput,
|
|
278
|
+
rt as OTPInput,
|
|
279
|
+
Jt as Pagination,
|
|
280
|
+
hr as PermissionEditor,
|
|
281
|
+
Tr as PermissionMatrix,
|
|
282
|
+
hf as Persona,
|
|
283
|
+
Aa as PieChart,
|
|
284
|
+
vm as Price,
|
|
285
|
+
pr as PricingPlan,
|
|
286
|
+
ur as PricingPlanItem,
|
|
287
|
+
Cr as ProgressBar,
|
|
276
288
|
Ge as QRCode,
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
289
|
+
et as RICH_TEXT_TOOL_GROUPS,
|
|
290
|
+
Gf as Radio,
|
|
291
|
+
Kf as RadioGroup,
|
|
292
|
+
ja as Rating,
|
|
293
|
+
$a as ReviewSummary,
|
|
294
|
+
qo as RichTextEditor,
|
|
295
|
+
Jo as RichTextReader,
|
|
296
|
+
Yt as SCREEN_CONTEXT_KEY,
|
|
297
|
+
hm as STATUS_MAP,
|
|
286
298
|
Ke as Screen,
|
|
287
299
|
Ue as ScreenFilter,
|
|
288
300
|
Ve as ScreenQuickFilters,
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
301
|
+
_a as SegmentBarChart,
|
|
302
|
+
lt as Sheet,
|
|
303
|
+
Vf as SidePanel,
|
|
304
|
+
xr as SidebarMenu,
|
|
305
|
+
nr as SidebarMenuItem,
|
|
306
|
+
ca as Skeleton,
|
|
307
|
+
Rf as Slider,
|
|
308
|
+
La as SpeedometerChart,
|
|
297
309
|
Je as Spinner,
|
|
298
|
-
|
|
299
|
-
|
|
310
|
+
zt as Splitter,
|
|
311
|
+
Ya as StatCardChart,
|
|
300
312
|
Pe as Stats,
|
|
301
|
-
|
|
302
|
-
|
|
313
|
+
Tm as StatusChip,
|
|
314
|
+
Bf as Switch,
|
|
303
315
|
he as Tabes,
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
316
|
+
sa as TagInput,
|
|
317
|
+
wf as Textarea,
|
|
318
|
+
em as ThemeToggle,
|
|
319
|
+
la as ThumbnailSelector,
|
|
320
|
+
_r as Timeline,
|
|
321
|
+
Oa as TimelineChart,
|
|
322
|
+
zr as TimelineIndicator,
|
|
323
|
+
Yr as TimelineItem,
|
|
324
|
+
pm as ToastNotification,
|
|
325
|
+
Ef as Tooltip,
|
|
326
|
+
Em as VLITE_CONFIG_KEY,
|
|
327
|
+
za as WaffleChart,
|
|
328
|
+
ft as Workbook,
|
|
329
|
+
to as barcodesConstants,
|
|
330
|
+
So as calculateCartTotals,
|
|
318
331
|
x as camelCase,
|
|
319
332
|
i as capitalize,
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
333
|
+
ho as computeCouponDiscount,
|
|
334
|
+
Io as computeShipping,
|
|
335
|
+
Po as computeTax,
|
|
336
|
+
km as configState,
|
|
337
|
+
Nr as configure,
|
|
338
|
+
Ia as configureSkeleton,
|
|
323
339
|
n as copyToClipboard,
|
|
324
|
-
|
|
325
|
-
|
|
340
|
+
Za as createAsyncSelect,
|
|
341
|
+
Cm as createVLite,
|
|
326
342
|
c as debounce,
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
343
|
+
u as deepMerge,
|
|
344
|
+
C as delay,
|
|
345
|
+
g as downloadFile,
|
|
330
346
|
J as env,
|
|
331
347
|
T as flattenArray,
|
|
332
348
|
S as formatAmPm,
|
|
@@ -334,61 +350,66 @@ export {
|
|
|
334
350
|
I as formatDate,
|
|
335
351
|
P as formatNumber,
|
|
336
352
|
b as formatSchedule,
|
|
337
|
-
|
|
353
|
+
te as getComponentConfig,
|
|
338
354
|
v as getDefaultDateRange,
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
355
|
+
jr as getFileTypeIcon,
|
|
356
|
+
Pa as getGlobalConfig,
|
|
357
|
+
y as getNextMonth,
|
|
358
|
+
D as getNextYear,
|
|
359
|
+
ct as getObjectValue,
|
|
360
|
+
F as getPrevMonth,
|
|
345
361
|
R as getPrevYear,
|
|
346
|
-
|
|
362
|
+
Om as getStatusColorClass,
|
|
347
363
|
A as getToday,
|
|
348
364
|
B as getTomorrow,
|
|
349
365
|
N as getUniqueId,
|
|
350
|
-
|
|
351
|
-
|
|
366
|
+
E as getUpcoming,
|
|
367
|
+
k as getYear,
|
|
352
368
|
M as getYesterday,
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
369
|
+
Wt as initializeTheme,
|
|
370
|
+
L as isAppleDevice,
|
|
371
|
+
w as isEmpty,
|
|
356
372
|
O as isPureTimeString,
|
|
357
373
|
G as isValidTimeRange,
|
|
358
374
|
X as lazySearch,
|
|
359
|
-
|
|
360
|
-
|
|
375
|
+
ga as normalizeBone,
|
|
376
|
+
Im as normalizeStatus,
|
|
361
377
|
_ as parseDateTime,
|
|
362
|
-
|
|
378
|
+
Er as pauseTimers,
|
|
363
379
|
K as randomNumber,
|
|
364
|
-
|
|
380
|
+
ba as registerBones,
|
|
365
381
|
Y as removeExtraProperties,
|
|
366
|
-
|
|
382
|
+
kr as removeToast,
|
|
367
383
|
j as resetSearchIndex,
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
384
|
+
ot as resolveRichTextTools,
|
|
385
|
+
Pm as resolveStatus,
|
|
386
|
+
Mr as resumeTimers,
|
|
371
387
|
q as search,
|
|
372
|
-
|
|
388
|
+
Lr as showToast,
|
|
373
389
|
U as slugify,
|
|
374
|
-
|
|
390
|
+
Sa as snapshotBones,
|
|
391
|
+
bo as sumItemCount,
|
|
392
|
+
vo as sumLineTotals,
|
|
393
|
+
yo as sumSavings,
|
|
375
394
|
z as throttle,
|
|
376
395
|
V as toISO,
|
|
377
396
|
H as toLocalISO,
|
|
378
|
-
|
|
397
|
+
wr as toast,
|
|
379
398
|
Q as truncate,
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
399
|
+
Mm as updateConfig,
|
|
400
|
+
Pr as useAdvancedKeyStroke,
|
|
401
|
+
go as useCart,
|
|
402
|
+
Do as useCartCalculation,
|
|
403
|
+
Go as useDropdownIds,
|
|
404
|
+
wo as useDropdownSelection,
|
|
384
405
|
Te as useFileUpload,
|
|
385
|
-
|
|
406
|
+
Ce as useForm,
|
|
386
407
|
Re as useKanbanBoard,
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
408
|
+
br as useKeyStroke,
|
|
409
|
+
mr as useMultiSelectHydration,
|
|
410
|
+
Or as useNotifications,
|
|
411
|
+
Xt as useTheme,
|
|
412
|
+
Xo as useTreeSelection,
|
|
413
|
+
Lm as useVLiteConfig,
|
|
414
|
+
yr as vScrollReveal
|
|
394
415
|
};
|