vlite3 1.3.11 → 1.4.2
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/Accordion/Accordion.vue.d.ts +2 -2
- package/components/Accordion/AccordionItem.vue.d.ts +1 -1
- package/components/Accordion/AccordionItem.vue.js +11 -7
- package/components/Accordion/AccordionTrigger.vue.d.ts +1 -1
- package/components/AppShell/AppShell.vue.d.ts +1 -0
- package/components/AppShell/AppShell.vue.js +33 -26
- package/components/AppShell/AppShellLayoutStorefront.vue.d.ts +54 -0
- package/components/AppShell/AppShellLayoutStorefront.vue.js +222 -0
- package/components/AppShell/AppShellLayoutStorefront.vue2.js +4 -0
- package/components/AsyncSelect/createAsyncSelect.js +3 -2
- package/components/CategoryManager/CategoryManager.vue2.js +36 -31
- package/components/CategoryMenu/CategoryMenu.vue.d.ts +22 -0
- package/components/CategoryMenu/CategoryMenu.vue.js +106 -0
- package/components/CategoryMenu/CategoryMenu.vue2.js +4 -0
- package/components/CategoryMenu/CategoryMenuVariant1.vue.d.ts +17 -0
- package/components/CategoryMenu/CategoryMenuVariant1.vue.js +146 -0
- package/components/CategoryMenu/CategoryMenuVariant1.vue2.js +4 -0
- package/components/CategoryMenu/CategoryMenuVariant2.vue.d.ts +18 -0
- package/components/CategoryMenu/CategoryMenuVariant2.vue.js +162 -0
- package/components/CategoryMenu/CategoryMenuVariant2.vue2.js +4 -0
- package/components/CategoryMenu/index.d.ts +2 -0
- package/components/CategoryMenu/types.d.ts +32 -0
- package/components/CategoryMenu/utils.d.ts +16 -0
- package/components/CategoryMenu/utils.js +45 -0
- package/components/ColorPicker/ColorPicker.vue.d.ts +7 -3
- package/components/ColorPicker/ColorPicker.vue.js +59 -45
- package/components/DatePicker.vue.js +5 -4
- package/components/DateRangePicker.vue.js +3 -2
- package/components/Dropdown/Dropdown.vue.d.ts +4 -1
- package/components/Dropdown/Dropdown.vue.js +8 -7
- package/components/Dropdown/DropdownGroupedLayout.vue2.js +5 -2
- package/components/Dropdown/DropdownGroupedLayout.vue3.js +111 -0
- package/components/Dropdown/DropdownItem.vue.d.ts +2 -2
- package/components/Dropdown/DropdownItem.vue.js +66 -49
- package/components/Dropdown/DropdownMenu.vue.js +1 -1
- package/components/Dropdown/{DropdownMenu.vue2.js → DropdownMenu.vue3.js} +40 -40
- package/components/Dropdown/composables/useDropdownHydration.d.ts +4 -0
- package/components/Dropdown/composables/useDropdownNavigation.js +30 -18
- package/components/Form/Form.vue.d.ts +13 -1
- package/components/Form/Form.vue.js +2 -2
- package/components/Form/Form.vue2.js +313 -275
- package/components/Form/FormField.vue.js +103 -74
- package/components/Form/FormFields.vue.js +2 -2
- package/components/Form/FormFields.vue2.js +7 -6
- package/components/Form/composables/useForm.js +71 -67
- package/components/Form/types.d.ts +21 -1
- package/components/IconPicker.vue.js +3 -2
- package/components/ImportData/ImportStep2.vue.js +3 -2
- package/components/MultiSelect/composables/useMultiSelectHydration.d.ts +4 -0
- package/components/NavbarCommandPalette.vue.d.ts +1 -1
- package/components/PermissionMatrix/PermissionTopBar.vue.js +3 -2
- package/components/RichTextEditor/RichTextEditor.vue.js +43 -48
- package/components/RichTextEditor/RichTextLinkPopover.vue3.js +2 -2
- package/components/RichTextEditor/RichTextToolbar.vue.d.ts +12 -3
- package/components/RichTextEditor/{RichTextToolbar.vue.js → RichTextToolbar.vue2.js} +157 -121
- package/components/RichTextEditor/RichTextToolbar.vue3.js +2 -2
- package/components/RichTextEditor/index.d.ts +2 -0
- package/components/RichTextEditor/types.d.ts +38 -0
- package/components/RichTextEditor/types.js +52 -0
- package/components/Screen/ScreenFilter.vue.js +26 -21
- package/components/SidebarMenu/SidebarMenu.vue.d.ts +2 -2
- package/components/SidebarMenu/SidebarMenuItem.vue.js +3 -2
- package/components/Switch.vue.js +8 -8
- package/components/Tooltip.vue.js +1 -0
- package/components/Workbook/Sheet.vue.d.ts +1 -1
- package/components/Workbook/Sheet.vue.js +14 -13
- package/components/index.d.ts +1 -0
- package/index.d.ts +1 -0
- package/index.js +306 -301
- package/package.json +2 -2
- package/style.css +2 -2
- package/types/appshell.type.d.ts +2 -1
- package/types/styles.d.ts +2 -0
- package/components/Dropdown/DropdownGroupedLayout.vue.js +0 -75
- /package/components/RichTextEditor/{RichTextLinkPopover.vue.js → RichTextLinkPopover.vue2.js} +0 -0
package/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { default as p } from "vue3-google-signin";
|
|
2
2
|
import { deepMerge as d } from "./utils/object.js";
|
|
3
|
-
import { camelCase as x, capitalize as i, copyToClipboard as n, debounce as c, delay as g, downloadFile as C, flattenArray as
|
|
4
|
-
import { lazySearch as
|
|
3
|
+
import { camelCase as x, capitalize as i, copyToClipboard as n, debounce as c, delay as g, downloadFile as C, flattenArray as T, formatAmPm as S, formatCurrency as h, formatDate as I, formatNumber as P, formatSchedule as b, getDefaultDateRange as v, getNextMonth as F, getNextYear as y, getPrevMonth as D, getPrevYear as R, getToday as A, getTomorrow as B, getUniqueId as N, getUpcoming as k, getYear as E, getYesterday as M, isAppleDevice as w, isEmpty as L, 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
|
+
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
7
|
import { getComponentConfig as re } from "./utils/configUtils.js";
|
|
@@ -12,25 +12,25 @@ import { default as de } 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
14
|
import { useForm as ge } from "./components/Form/composables/useForm.js";
|
|
15
|
-
import { useFileUpload as
|
|
15
|
+
import { useFileUpload as Te } from "./components/Form/composables/useFileUpload.js";
|
|
16
16
|
import { default as he } from "./components/Tabes/Tabes.vue.js";
|
|
17
|
-
import { default as
|
|
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
|
|
21
|
-
import { useKanbanBoard as
|
|
22
|
-
import { default as
|
|
20
|
+
import { default as ye } from "./components/Kanban/KanbanBoard.vue.js";
|
|
21
|
+
import { useKanbanBoard as Re } from "./components/Kanban/useKanbanBoard.js";
|
|
22
|
+
import { default as Be } from "./components/Navbar/Navbar.vue.js";
|
|
23
23
|
import { default as ke } from "./components/Navbar/NavbarItem.vue.js";
|
|
24
24
|
import { default as Me } from "./components/Navbar/NavbarGroup.vue.js";
|
|
25
25
|
import { default as Le } from "./components/Navbar/NavbarTabs.vue.js";
|
|
26
26
|
/* empty css */
|
|
27
|
-
import { default as
|
|
28
|
-
import { default as
|
|
29
|
-
import { default as
|
|
27
|
+
import { default as Ge } from "./components/QRCode/QRCode.vue.js";
|
|
28
|
+
import { default as Ke } from "./components/Screen/Screen.vue.js";
|
|
29
|
+
import { default as Ue } from "./components/Screen/ScreenFilter.vue.js";
|
|
30
30
|
import { default as Ve } from "./components/Screen/components/ScreenQuickFilters.vue.js";
|
|
31
31
|
import { default as Qe } from "./components/Heatmap/Heatmap.vue.js";
|
|
32
|
-
import { default as
|
|
33
|
-
import { MASONRY_BREAKPOINTS as
|
|
32
|
+
import { default as Xe } from "./components/Masonry/Masonry.vue.js";
|
|
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
36
|
import { barcodesConstants as ro } from "./components/Barcode/types.js";
|
|
@@ -41,349 +41,354 @@ import { default as uo } from "./components/Dropdown/DropdownTrigger.vue.js";
|
|
|
41
41
|
import { default as io } from "./components/Dropdown/DropdownItem.vue.js";
|
|
42
42
|
import { useDropdownSelection as co } from "./components/Dropdown/composables/useDropdownSelection.js";
|
|
43
43
|
import { useDropdownIds as Co } from "./components/Dropdown/composables/useDropdownIds.js";
|
|
44
|
-
import { default as
|
|
44
|
+
import { default as So } from "./components/Breadcrumb/Breadcrumb.vue.js";
|
|
45
45
|
import { default as Io } from "./components/Breadcrumb/BreadcrumbItem.vue.js";
|
|
46
|
-
import { default as
|
|
46
|
+
import { default as bo } from "./components/FileTree/FileTree.vue.js";
|
|
47
47
|
import { default as Fo } from "./components/FileTree/FileTreeNode.vue.js";
|
|
48
|
-
import { useTreeSelection as
|
|
49
|
-
import { default as
|
|
48
|
+
import { useTreeSelection as Do } from "./components/FileTree/useTreeSelection.js";
|
|
49
|
+
import { default as Ao } from "./components/RichTextEditor/RichTextEditor.vue.js";
|
|
50
50
|
/* empty css */
|
|
51
|
-
import { default as
|
|
52
|
-
import {
|
|
53
|
-
import { default as
|
|
54
|
-
import { default as Go } from "./components/Workbook/
|
|
55
|
-
import { default as Ko } from "./components/
|
|
56
|
-
import { default as
|
|
57
|
-
import { default as
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import { default as qo } from "./components/
|
|
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 {
|
|
72
|
-
import {
|
|
73
|
-
import { default as
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import { default as Ar } from "./components/
|
|
77
|
-
import { default as Nr } from "./components/
|
|
78
|
-
import { default as
|
|
79
|
-
import { default as
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import { default as Yr } from "./components/PricingPlan/
|
|
83
|
-
import { default as zr } from "./components/
|
|
51
|
+
import { default as No } from "./components/RichTextEditor/RichTextReader.vue.js";
|
|
52
|
+
import { RICH_TEXT_TOOL_GROUPS as Eo, resolveRichTextTools as Mo } from "./components/RichTextEditor/types.js";
|
|
53
|
+
import { default as Lo } from "./components/OTPInput/OTPInput.vue.js";
|
|
54
|
+
import { default as Go } from "./components/Workbook/Workbook.vue.js";
|
|
55
|
+
import { default as Ko } from "./components/Workbook/Sheet.vue.js";
|
|
56
|
+
import { default as Uo } from "./components/DataList/DataList.vue.js";
|
|
57
|
+
import { default as Vo } from "./components/List/List.vue.js";
|
|
58
|
+
import { default as Qo } from "./components/List/ListFieldRow.vue.js";
|
|
59
|
+
import { getObjectValue as Xo } from "./components/List/utils.js";
|
|
60
|
+
import { default as qo } from "./components/Empty/Empty.vue.js";
|
|
61
|
+
import { default as Jo } from "./components/Comment/CommentItem.vue.js";
|
|
62
|
+
import { default as er } from "./components/Comment/CommentThread.vue.js";
|
|
63
|
+
import { default as rr } from "./components/Comment/CommentEditor.vue.js";
|
|
64
|
+
import { default as ar } from "./components/Accordion/Accordion.vue.js";
|
|
65
|
+
import { default as mr } from "./components/Accordion/AccordionItem.vue.js";
|
|
66
|
+
import { default as pr } from "./components/Accordion/AccordionTrigger.vue.js";
|
|
67
|
+
import { default as dr } from "./components/Accordion/AccordionContent.vue.js";
|
|
68
|
+
import { default as xr } from "./components/ChoiceBox/ChoiceBox.vue.js";
|
|
69
|
+
import { default as nr } from "./components/DataTable/DataTable.vue.js";
|
|
70
|
+
import { default as gr } from "./components/DataTable/DataTableHeader.vue.js";
|
|
71
|
+
import { default as Tr } from "./components/DataTable/DataTableRow.vue.js";
|
|
72
|
+
import { SCREEN_CONTEXT_KEY as hr } from "./components/DataTable/types.js";
|
|
73
|
+
import { default as Pr } from "./components/Splitter/Splitter.vue.js";
|
|
74
|
+
import { default as vr } from "./components/Footer/Footer.vue.js";
|
|
75
|
+
import { initializeTheme as yr, useTheme as Dr } from "./composables/useTheme.js";
|
|
76
|
+
import { default as Ar } from "./components/FilePicker/FilePicker.vue.js";
|
|
77
|
+
import { default as Nr } from "./components/Pagination/Pagination.vue.js";
|
|
78
|
+
import { default as Er } from "./components/ExportData/ExportData.vue.js";
|
|
79
|
+
import { default as wr } from "./components/ImportData/ImportData.vue.js";
|
|
80
|
+
import { default as Or } from "./components/MultiSelect/MultiSelect.vue.js";
|
|
81
|
+
import { useMultiSelectHydration as _r } from "./components/MultiSelect/composables/useMultiSelectHydration.js";
|
|
82
|
+
import { default as Yr } from "./components/PricingPlan/PricingPlan.vue.js";
|
|
83
|
+
import { default as zr } from "./components/PricingPlan/PricingPlanItem.vue.js";
|
|
84
|
+
import { default as Hr } from "./components/SidebarMenu/SidebarMenu.vue.js";
|
|
84
85
|
/* empty css */
|
|
85
|
-
import { default as
|
|
86
|
+
import { default as Wr } from "./components/SidebarMenu/SidebarMenuItem.vue.js";
|
|
86
87
|
/* empty css */
|
|
87
|
-
import { default as
|
|
88
|
-
import { default as
|
|
89
|
-
import { default as
|
|
90
|
-
import { useAdvancedKeyStroke as
|
|
91
|
-
import { vScrollReveal as
|
|
92
|
-
import { default as
|
|
93
|
-
import { default as
|
|
94
|
-
import { configure as
|
|
95
|
-
import { default as
|
|
96
|
-
import { default as
|
|
97
|
-
import { default as
|
|
98
|
-
import { default as
|
|
99
|
-
import { default as
|
|
100
|
-
import { getFileTypeIcon as
|
|
101
|
-
import { default 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 {
|
|
111
|
-
import {
|
|
112
|
-
import {
|
|
113
|
-
import {
|
|
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 { default as
|
|
126
|
-
import { default as
|
|
127
|
-
import {
|
|
128
|
-
import {
|
|
129
|
-
import { default as
|
|
130
|
-
import { default as
|
|
131
|
-
import { default as
|
|
132
|
-
import { default as
|
|
133
|
-
import { default as
|
|
88
|
+
import { default as jr } from "./components/ProgressBar/ProgressBar.vue.js";
|
|
89
|
+
import { default as $r } from "./components/PermissionMatrix/PermissionMatrix.vue.js";
|
|
90
|
+
import { default as Zr } from "./components/PermissionMatrix/PermissionEditor.vue.js";
|
|
91
|
+
import { useAdvancedKeyStroke as ot, useKeyStroke as rt } from "./composables/useKeyStroke.js";
|
|
92
|
+
import { vScrollReveal as at } from "./directives/vScrollReveal.js";
|
|
93
|
+
import { default as mt } from "./components/AvatarUploader/AvatarUploader.vue.js";
|
|
94
|
+
import { default as pt } from "./components/AvatarGroup/AvatarGroup.vue.js";
|
|
95
|
+
import { configure as dt, pauseTimers as ut, removeToast as xt, resumeTimers as it, showToast as nt, toast as ct, useNotifications as gt } from "./composables/useNotifications.js";
|
|
96
|
+
import { default as Tt } from "./components/Timeline/Timeline.vue.js";
|
|
97
|
+
import { default as ht } from "./components/Timeline/TimelineItem.vue.js";
|
|
98
|
+
import { default as Pt } from "./components/Timeline/TimelineIndicator.vue.js";
|
|
99
|
+
import { default as vt } from "./components/FilePreview/FilePreview.vue.js";
|
|
100
|
+
import { default as yt } from "./components/AttachmentsList/AttachmentsList.vue.js";
|
|
101
|
+
import { getFileTypeIcon as Rt } from "./components/AttachmentsList/fileTypeIcon.js";
|
|
102
|
+
import { default as Bt } from "./components/CustomFieldsDisplay/CustomFieldsDisplay.vue.js";
|
|
103
|
+
import { default as kt } from "./components/Invoice/Invoice.vue.js";
|
|
104
|
+
import { default as Mt } from "./components/Invoice/InvoiceTotals.vue.js";
|
|
105
|
+
import { default as Lt } from "./components/CategoryManager/CategoryManager.vue.js";
|
|
106
|
+
import { default as Gt } from "./components/CategoryMenu/CategoryMenu.vue.js";
|
|
107
|
+
import { default as Kt } from "./components/ThumbnailSelector/ThumbnailSelector.vue.js";
|
|
108
|
+
import { default as Ut } from "./components/TagInput/TagInput.vue.js";
|
|
109
|
+
import { default as Vt } from "./components/Calendar/Calendar.vue.js";
|
|
110
|
+
import { default as Qt } from "./components/Calendar/CalendarEventItem.vue.js";
|
|
111
|
+
import { default as Xt } from "./components/Skeleton/Skeleton.vue.js";
|
|
112
|
+
import { normalizeBone as qt } from "./components/Skeleton/types.js";
|
|
113
|
+
import { snapshotBones as Jt } from "./components/Skeleton/extract.js";
|
|
114
|
+
import { configureSkeleton as ea, getGlobalConfig as oa, registerBones as ra } from "./components/Skeleton/shared.js";
|
|
115
|
+
import { default as aa } from "./components/Chart/LineChart.vue.js";
|
|
116
|
+
import { default as ma } from "./components/Chart/BarChart.vue.js";
|
|
117
|
+
import { default as pa } from "./components/Chart/PieChart.vue.js";
|
|
118
|
+
import { default as da } from "./components/Chart/CircleChart.vue.js";
|
|
119
|
+
import { default as xa } from "./components/Chart/GaugeChart.vue.js";
|
|
120
|
+
import { default as na } from "./components/Chart/SpeedometerChart.vue.js";
|
|
121
|
+
import { default as ga } from "./components/Chart/TimelineChart.vue.js";
|
|
122
|
+
import { default as Ta } from "./components/Chart/SegmentBarChart.vue.js";
|
|
123
|
+
import { default as ha } from "./components/Chart/StatCardChart.vue.js";
|
|
124
|
+
import { default as Pa } from "./components/Chart/WaffleChart.vue.js";
|
|
125
|
+
import { default as va } from "./components/Chart/GanttChart.vue.js";
|
|
126
|
+
import { default as ya } from "./components/AppShell/AppShell.vue.js";
|
|
127
|
+
import { default as Ra } from "./components/Rating/Rating.vue.js";
|
|
128
|
+
import { default as Ba } from "./components/Rating/ReviewSummary.vue.js";
|
|
129
|
+
import { createAsyncSelect as ka } from "./components/AsyncSelect/createAsyncSelect.js";
|
|
130
|
+
import { default as Ma } from "./components/ImageComparison/ImageComparison.vue.js";
|
|
131
|
+
import { default as La } from "./components/Icon.vue.js";
|
|
132
|
+
import { default as Ga } from "./components/Logo.vue.js";
|
|
133
|
+
import { default as Ka } from "./components/Alert.vue.js";
|
|
134
|
+
import { default as Ua } from "./components/Badge.vue.js";
|
|
135
|
+
import { default as Va } from "./components/Input.vue.js";
|
|
134
136
|
/* empty css */
|
|
135
|
-
import { default as
|
|
136
|
-
import { default as
|
|
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 { createVLite as
|
|
164
|
-
import { default as
|
|
165
|
-
import { STATUS_MAP as
|
|
166
|
-
import { default as
|
|
167
|
-
import { default as
|
|
168
|
-
import { default as
|
|
169
|
-
import { default as
|
|
170
|
-
import { VLITE_CONFIG_KEY as
|
|
171
|
-
import { getStatusColorClass as
|
|
137
|
+
import { default as Qa } from "./components/Label.vue.js";
|
|
138
|
+
import { default as Xa } from "./components/Modal.vue.js";
|
|
139
|
+
import { default as qa } from "./components/Avatar.vue.js";
|
|
140
|
+
import { default as Ja } from "./components/Persona.vue.js";
|
|
141
|
+
import { default as ef } from "./components/Button.vue.js";
|
|
142
|
+
import { default as rf } from "./components/BackButton.vue.js";
|
|
143
|
+
import { default as af } from "./components/Clipboard.vue.js";
|
|
144
|
+
import { default as mf } from "./components/Slider.vue.js";
|
|
145
|
+
import { default as pf } from "./components/Switch.vue.js";
|
|
146
|
+
import { default as df } from "./components/Tooltip.vue.js";
|
|
147
|
+
import { default as xf } from "./components/CheckBox.vue.js";
|
|
148
|
+
import { default as cf } from "./components/Textarea.vue.js";
|
|
149
|
+
import { default as Cf } from "./components/Radio.vue.js";
|
|
150
|
+
import { default as Sf } from "./components/RadioGroup.vue.js";
|
|
151
|
+
import { default as If } from "./components/FadeOverlay/FadeOverlay.vue.js";
|
|
152
|
+
import { default as bf } from "./components/SidePanel.vue.js";
|
|
153
|
+
import { default as Ff } from "./components/DatePicker.vue.js";
|
|
154
|
+
import { default as Df } from "./components/IconPicker.vue.js";
|
|
155
|
+
import { default as Af } from "./components/ButtonGroup.vue.js";
|
|
156
|
+
import { default as Nf } from "./components/NumberInput.vue.js";
|
|
157
|
+
import { default as Ef } from "./components/ThemeToggle.vue.js";
|
|
158
|
+
import { default as wf } from "./components/GoogleLogin.vue.js";
|
|
159
|
+
import { default as Of } from "./components/ColorPicker/ColorPicker.vue.js";
|
|
160
|
+
import { default as _f } from "./components/ConfirmationModal.vue.js";
|
|
161
|
+
import { default as Yf } from "./components/ToastNotification.vue.js";
|
|
162
|
+
import { default as zf } from "./components/CommandPalette/CommandPaletteContent.vue.js";
|
|
163
|
+
import { default as Hf } from "./components/NavbarCommandPalette.vue.js";
|
|
164
|
+
import { default as Wf } from "./components/DateRangePicker.vue.js";
|
|
165
|
+
import { createVLite as jf } from "./core/index.js";
|
|
166
|
+
import { default as $f } from "./components/StatusChip/StatusChip.vue.js";
|
|
167
|
+
import { STATUS_MAP as Zf, normalizeStatus as em, resolveStatus as om } from "./components/StatusChip/status-map.js";
|
|
168
|
+
import { default as tm } from "./components/Price/Price.vue.js";
|
|
169
|
+
import { default as fm } from "./components/DateTime/DateTime.vue.js";
|
|
170
|
+
import { default as lm } from "./components/Clock/Clock.vue.js";
|
|
171
|
+
import { default as sm } from "./components/Chat/ChatInterface.vue.js";
|
|
172
|
+
import { VLITE_CONFIG_KEY as um, configState as xm, updateConfig as im, useVLiteConfig as nm } from "./core/config.js";
|
|
173
|
+
import { getStatusColorClass as gm } from "./utils/status.js";
|
|
172
174
|
export {
|
|
173
175
|
ee as $t,
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
176
|
+
ar as Accordion,
|
|
177
|
+
dr as AccordionContent,
|
|
178
|
+
mr as AccordionItem,
|
|
179
|
+
pr as AccordionTrigger,
|
|
180
|
+
Ka as Alert,
|
|
181
|
+
ya as AppShell,
|
|
182
|
+
yt as AttachmentsList,
|
|
183
|
+
qa as Avatar,
|
|
184
|
+
pt as AvatarGroup,
|
|
185
|
+
mt as AvatarUploader,
|
|
186
|
+
rf as BackButton,
|
|
187
|
+
Ua as Badge,
|
|
188
|
+
ma as BarChart,
|
|
187
189
|
eo as Barcode,
|
|
188
|
-
|
|
190
|
+
So as Breadcrumb,
|
|
189
191
|
Io as BreadcrumbItem,
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
192
|
+
ef as Button,
|
|
193
|
+
Af as ButtonGroup,
|
|
194
|
+
Vt as Calendar,
|
|
195
|
+
Qt as CalendarEventItem,
|
|
194
196
|
ao as Carousel,
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
197
|
+
Lt as CategoryManager,
|
|
198
|
+
Gt as CategoryMenu,
|
|
199
|
+
sm as ChatInterface,
|
|
200
|
+
xf as CheckBox,
|
|
198
201
|
ae as Chip,
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
202
|
+
xr as ChoiceBox,
|
|
203
|
+
da as CircleChart,
|
|
204
|
+
af as Clipboard,
|
|
205
|
+
lm as Clock,
|
|
206
|
+
Of as ColorPicker,
|
|
207
|
+
zf as CommandPaletteContent,
|
|
208
|
+
rr as CommentEditor,
|
|
209
|
+
Jo as CommentItem,
|
|
210
|
+
er as CommentThread,
|
|
211
|
+
_f as ConfirmationModal,
|
|
209
212
|
xe as CustomFields,
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
213
|
+
Bt as CustomFieldsDisplay,
|
|
214
|
+
Uo as DataList,
|
|
215
|
+
nr as DataTable,
|
|
216
|
+
gr as DataTableHeader,
|
|
217
|
+
Tr as DataTableRow,
|
|
218
|
+
Ff as DatePicker,
|
|
219
|
+
Wf as DateRangePicker,
|
|
220
|
+
fm as DateTime,
|
|
218
221
|
mo as Dropdown,
|
|
219
222
|
io as DropdownItem,
|
|
220
223
|
po as DropdownMenu,
|
|
221
224
|
uo as DropdownTrigger,
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
225
|
+
qo as Empty,
|
|
226
|
+
Er as ExportData,
|
|
227
|
+
If as FadeOverlay,
|
|
228
|
+
Ar as FilePicker,
|
|
229
|
+
vt as FilePreview,
|
|
230
|
+
bo as FileTree,
|
|
228
231
|
Fo as FileTreeNode,
|
|
229
|
-
|
|
232
|
+
vr as Footer,
|
|
230
233
|
me as Form,
|
|
231
234
|
pe as FormField,
|
|
232
235
|
de as FormFields,
|
|
233
236
|
ne as FormSkeleton,
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
+
va as GanttChart,
|
|
238
|
+
xa as GaugeChart,
|
|
239
|
+
wf as GoogleLogin,
|
|
237
240
|
p as GoogleSignInPlugin,
|
|
238
241
|
Qe as Heatmap,
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
242
|
+
La as Icon,
|
|
243
|
+
Df as IconPicker,
|
|
244
|
+
Ma as ImageComparison,
|
|
245
|
+
wr as ImportData,
|
|
246
|
+
Va as Input,
|
|
247
|
+
kt as Invoice,
|
|
248
|
+
Mt as InvoiceTotals,
|
|
246
249
|
ve as Kanban,
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
250
|
+
ye as KanbanBoard,
|
|
251
|
+
Qa as Label,
|
|
252
|
+
aa as LineChart,
|
|
253
|
+
Vo as List,
|
|
254
|
+
Qo as ListFieldRow,
|
|
255
|
+
Ga as Logo,
|
|
256
|
+
qe as MASONRY_BREAKPOINTS,
|
|
257
|
+
Xe as Masonry,
|
|
258
|
+
Xa as Modal,
|
|
259
|
+
Or as MultiSelect,
|
|
260
|
+
Be as Navbar,
|
|
261
|
+
Hf as NavbarCommandPalette,
|
|
259
262
|
Me as NavbarGroup,
|
|
260
263
|
ke as NavbarItem,
|
|
261
264
|
Le as NavbarTabs,
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
265
|
+
Nf as NumberInput,
|
|
266
|
+
Lo as OTPInput,
|
|
267
|
+
Nr as Pagination,
|
|
268
|
+
Zr as PermissionEditor,
|
|
269
|
+
$r as PermissionMatrix,
|
|
270
|
+
Ja as Persona,
|
|
271
|
+
pa as PieChart,
|
|
272
|
+
tm as Price,
|
|
273
|
+
Yr as PricingPlan,
|
|
274
|
+
zr as PricingPlanItem,
|
|
275
|
+
jr as ProgressBar,
|
|
276
|
+
Ge as QRCode,
|
|
277
|
+
Eo as RICH_TEXT_TOOL_GROUPS,
|
|
278
|
+
Cf as Radio,
|
|
279
|
+
Sf as RadioGroup,
|
|
280
|
+
Ra as Rating,
|
|
281
|
+
Ba as ReviewSummary,
|
|
282
|
+
Ao as RichTextEditor,
|
|
283
|
+
No as RichTextReader,
|
|
284
|
+
hr as SCREEN_CONTEXT_KEY,
|
|
285
|
+
Zf as STATUS_MAP,
|
|
286
|
+
Ke as Screen,
|
|
287
|
+
Ue as ScreenFilter,
|
|
284
288
|
Ve as ScreenQuickFilters,
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
289
|
+
Ta as SegmentBarChart,
|
|
290
|
+
Ko as Sheet,
|
|
291
|
+
bf as SidePanel,
|
|
292
|
+
Hr as SidebarMenu,
|
|
293
|
+
Wr as SidebarMenuItem,
|
|
294
|
+
Xt as Skeleton,
|
|
295
|
+
mf as Slider,
|
|
296
|
+
na as SpeedometerChart,
|
|
293
297
|
Je as Spinner,
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
298
|
+
Pr as Splitter,
|
|
299
|
+
ha as StatCardChart,
|
|
300
|
+
Pe as Stats,
|
|
301
|
+
$f as StatusChip,
|
|
302
|
+
pf as Switch,
|
|
299
303
|
he as Tabes,
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
304
|
+
Ut as TagInput,
|
|
305
|
+
cf as Textarea,
|
|
306
|
+
Ef as ThemeToggle,
|
|
307
|
+
Kt as ThumbnailSelector,
|
|
308
|
+
Tt as Timeline,
|
|
309
|
+
ga as TimelineChart,
|
|
310
|
+
Pt as TimelineIndicator,
|
|
311
|
+
ht as TimelineItem,
|
|
312
|
+
Yf as ToastNotification,
|
|
313
|
+
df as Tooltip,
|
|
314
|
+
um as VLITE_CONFIG_KEY,
|
|
315
|
+
Pa as WaffleChart,
|
|
316
|
+
Go as Workbook,
|
|
313
317
|
ro as barcodesConstants,
|
|
314
318
|
x as camelCase,
|
|
315
319
|
i as capitalize,
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
320
|
+
xm as configState,
|
|
321
|
+
dt as configure,
|
|
322
|
+
ea as configureSkeleton,
|
|
319
323
|
n as copyToClipboard,
|
|
320
|
-
|
|
321
|
-
|
|
324
|
+
ka as createAsyncSelect,
|
|
325
|
+
jf as createVLite,
|
|
322
326
|
c as debounce,
|
|
323
327
|
d as deepMerge,
|
|
324
328
|
g as delay,
|
|
325
329
|
C as downloadFile,
|
|
326
330
|
J as env,
|
|
327
|
-
|
|
328
|
-
|
|
331
|
+
T as flattenArray,
|
|
332
|
+
S as formatAmPm,
|
|
329
333
|
h as formatCurrency,
|
|
330
334
|
I as formatDate,
|
|
331
|
-
|
|
332
|
-
|
|
335
|
+
P as formatNumber,
|
|
336
|
+
b as formatSchedule,
|
|
333
337
|
re as getComponentConfig,
|
|
334
338
|
v as getDefaultDateRange,
|
|
335
|
-
|
|
336
|
-
|
|
339
|
+
Rt as getFileTypeIcon,
|
|
340
|
+
oa as getGlobalConfig,
|
|
337
341
|
F as getNextMonth,
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
342
|
+
y as getNextYear,
|
|
343
|
+
Xo as getObjectValue,
|
|
344
|
+
D as getPrevMonth,
|
|
345
|
+
R as getPrevYear,
|
|
346
|
+
gm as getStatusColorClass,
|
|
347
|
+
A as getToday,
|
|
348
|
+
B as getTomorrow,
|
|
349
|
+
N as getUniqueId,
|
|
346
350
|
k as getUpcoming,
|
|
347
351
|
E as getYear,
|
|
348
352
|
M as getYesterday,
|
|
349
|
-
|
|
353
|
+
yr as initializeTheme,
|
|
350
354
|
w as isAppleDevice,
|
|
351
355
|
L as isEmpty,
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
356
|
+
O as isPureTimeString,
|
|
357
|
+
G as isValidTimeRange,
|
|
358
|
+
X as lazySearch,
|
|
359
|
+
qt as normalizeBone,
|
|
360
|
+
em as normalizeStatus,
|
|
361
|
+
_ as parseDateTime,
|
|
362
|
+
ut as pauseTimers,
|
|
363
|
+
K as randomNumber,
|
|
364
|
+
ra as registerBones,
|
|
365
|
+
Y as removeExtraProperties,
|
|
366
|
+
xt as removeToast,
|
|
367
|
+
j as resetSearchIndex,
|
|
368
|
+
Mo as resolveRichTextTools,
|
|
369
|
+
om as resolveStatus,
|
|
370
|
+
it as resumeTimers,
|
|
371
|
+
q as search,
|
|
372
|
+
nt as showToast,
|
|
373
|
+
U as slugify,
|
|
374
|
+
Jt as snapshotBones,
|
|
375
|
+
z as throttle,
|
|
371
376
|
V as toISO,
|
|
372
377
|
H as toLocalISO,
|
|
373
|
-
|
|
378
|
+
ct as toast,
|
|
374
379
|
Q as truncate,
|
|
375
|
-
|
|
376
|
-
|
|
380
|
+
im as updateConfig,
|
|
381
|
+
ot as useAdvancedKeyStroke,
|
|
377
382
|
Co as useDropdownIds,
|
|
378
383
|
co as useDropdownSelection,
|
|
379
|
-
|
|
384
|
+
Te as useFileUpload,
|
|
380
385
|
ge as useForm,
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
386
|
+
Re as useKanbanBoard,
|
|
387
|
+
rt as useKeyStroke,
|
|
388
|
+
_r as useMultiSelectHydration,
|
|
389
|
+
gt as useNotifications,
|
|
390
|
+
Dr as useTheme,
|
|
391
|
+
Do as useTreeSelection,
|
|
392
|
+
nm as useVLiteConfig,
|
|
393
|
+
at as vScrollReveal
|
|
389
394
|
};
|