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