vlite3 1.3.3 → 1.3.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/Button.vue.js +36 -36
- package/components/DataTable/DataTable.vue.d.ts +1 -1
- package/components/Dropdown/Dropdown.vue.js +17 -16
- package/components/Dropdown/DropdownMenu.vue.js +1 -1
- package/components/Dropdown/DropdownMenu.vue2.js +64 -64
- package/components/FileTree/FileTree.vue.d.ts +17 -1
- package/components/FileTree/FileTree.vue.js +1 -1
- package/components/FileTree/FileTree.vue2.js +54 -44
- package/components/FileTree/FileTreeNode.vue.d.ts +22 -2
- package/components/FileTree/FileTreeNode.vue.js +119 -94
- package/components/FileTree/types.d.ts +2 -0
- package/components/Form/Form.vue.d.ts +2 -0
- package/components/Form/Form.vue.js +2 -2
- package/components/Form/Form.vue2.js +258 -229
- package/components/Form/FormField.vue.js +5 -4
- package/components/Form/FormFields.vue.d.ts +18 -1
- package/components/Form/FormFields.vue.js +2 -2
- package/components/Form/FormFields.vue2.js +117 -105
- package/components/Form/types.d.ts +2 -0
- package/components/ImportData/ImportData.vue.js +3 -2
- package/components/NavbarCommandPalette.vue.d.ts +1 -1
- package/components/Pagination/Pagination.vue.d.ts +1 -0
- package/components/Pagination/Pagination.vue.js +121 -119
- package/components/Pagination/index.d.ts +1 -0
- package/components/Persona.vue.js +134 -0
- package/components/Persona.vue2.js +4 -0
- package/components/Screen/Screen.vue.d.ts +2 -0
- package/components/Screen/Screen.vue.js +160 -157
- package/components/Stats/Stats.vue.d.ts +1 -1
- package/components/Stats/Stats.vue.js +50 -22
- package/components/Stats/Stats.vue3.js +5 -0
- package/components/StatusChip/status-map.js +1 -0
- package/components/Switch.vue.d.ts +3 -0
- package/components/Switch.vue.js +13 -9
- package/components/Tabes/Tabes.vue.js +2 -2
- package/components/Timeline/TimelineItem.vue.js +74 -91
- package/index.d.ts +1 -0
- package/index.js +382 -379
- package/package.json +2 -2
- package/style.css +18 -4
- package/components/Stats/Stats.vue2.js +0 -4
package/index.js
CHANGED
|
@@ -1,386 +1,389 @@
|
|
|
1
|
-
import { default as
|
|
2
|
-
import { deepMerge as
|
|
3
|
-
import { camelCase as
|
|
4
|
-
import { lazySearch as
|
|
5
|
-
import { env as
|
|
6
|
-
import { $t as
|
|
7
|
-
import { getComponentConfig as
|
|
8
|
-
import { default as
|
|
9
|
-
import { default as
|
|
10
|
-
import { default as
|
|
11
|
-
import { default as
|
|
12
|
-
import { default as
|
|
13
|
-
import { default as
|
|
14
|
-
import { useForm as
|
|
15
|
-
import { useFileUpload as
|
|
16
|
-
import { default as
|
|
17
|
-
import { default as
|
|
18
|
-
|
|
19
|
-
import { default as
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import { default as
|
|
23
|
-
import { default as
|
|
24
|
-
import { default as
|
|
1
|
+
import { default as p } from "vue3-google-signin";
|
|
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 S, formatAmPm as T, formatCurrency as h, formatDate as I, formatNumber as b, formatSchedule as P, getDefaultDateRange as v, getNextMonth as F, getNextYear as D, getPrevMonth as y, getPrevYear as A, getToday as B, getTomorrow as N, getUniqueId as R, getUpcoming as k, getYear as E, getYesterday as M, isAppleDevice as w, isEmpty as L, isPureTimeString as G, isValidTimeRange as O, parseDateTime as K, randomNumber as Y, removeExtraProperties as _, slugify as z, throttle as U, toISO as V, toLocalISO as H, truncate as Q } from "./utils/functions.js";
|
|
4
|
+
import { lazySearch as j, resetSearchIndex as q, search as X } from "./utils/search.util.js";
|
|
5
|
+
import { env as J } from "./utils/env.js";
|
|
6
|
+
import { $t as ee } from "./utils/i18n.js";
|
|
7
|
+
import { getComponentConfig as re } from "./utils/configUtils.js";
|
|
8
|
+
import { default as ae } from "./components/Chip/Chip.vue.js";
|
|
9
|
+
import { default as me } from "./components/Form/Form.vue.js";
|
|
10
|
+
import { default as pe } from "./components/Form/FormField.vue.js";
|
|
11
|
+
import { default as de } from "./components/Form/FormFields.vue.js";
|
|
12
|
+
import { default as xe } from "./components/Form/CustomFields.vue.js";
|
|
13
|
+
import { default as ne } from "./components/Form/FormSkeleton.vue.js";
|
|
14
|
+
import { useForm as ge } from "./components/Form/composables/useForm.js";
|
|
15
|
+
import { useFileUpload as Se } from "./components/Form/composables/useFileUpload.js";
|
|
16
|
+
import { default as he } from "./components/Tabes/Tabes.vue.js";
|
|
17
|
+
import { default as be } from "./components/Stats/Stats.vue.js";
|
|
18
|
+
/* empty css */
|
|
19
|
+
import { default as ve } from "./components/Kanban/Kanban.vue.js";
|
|
20
|
+
import { default as De } from "./components/Kanban/KanbanBoard.vue.js";
|
|
21
|
+
import { useKanbanBoard as Ae } from "./components/Kanban/useKanbanBoard.js";
|
|
22
|
+
import { default as Ne } from "./components/Navbar/Navbar.vue.js";
|
|
23
|
+
import { default as ke } from "./components/Navbar/NavbarItem.vue.js";
|
|
24
|
+
import { default as Me } from "./components/Navbar/NavbarGroup.vue.js";
|
|
25
|
+
import { default as Le } from "./components/Navbar/NavbarTabs.vue.js";
|
|
25
26
|
/* empty css */
|
|
26
|
-
import { default as
|
|
27
|
-
import { default as
|
|
28
|
-
import { default as
|
|
29
|
-
import { default as
|
|
30
|
-
import { default as
|
|
31
|
-
import { default as
|
|
32
|
-
import { MASONRY_BREAKPOINTS as
|
|
33
|
-
import { default as
|
|
34
|
-
import { default as
|
|
35
|
-
import { barcodesConstants as
|
|
36
|
-
import { default as
|
|
37
|
-
import { default as
|
|
38
|
-
import { default as
|
|
39
|
-
import { default as
|
|
40
|
-
import { default as
|
|
41
|
-
import { useDropdownSelection as
|
|
42
|
-
import { useDropdownIds as
|
|
43
|
-
import { default as
|
|
44
|
-
import { default as
|
|
45
|
-
import { default as
|
|
46
|
-
import { default as
|
|
47
|
-
import { useTreeSelection as
|
|
48
|
-
import { default as
|
|
27
|
+
import { default as Oe } from "./components/QRCode/QRCode.vue.js";
|
|
28
|
+
import { default as Ye } from "./components/Screen/Screen.vue.js";
|
|
29
|
+
import { default as ze } from "./components/Screen/ScreenFilter.vue.js";
|
|
30
|
+
import { default as Ve } from "./components/Screen/components/ScreenQuickFilters.vue.js";
|
|
31
|
+
import { default as Qe } from "./components/Heatmap/Heatmap.vue.js";
|
|
32
|
+
import { default as je } from "./components/Masonry/Masonry.vue.js";
|
|
33
|
+
import { MASONRY_BREAKPOINTS as Xe } from "./components/Masonry/types.js";
|
|
34
|
+
import { default as Je } from "./components/Spinner/Spinner.vue.js";
|
|
35
|
+
import { default as eo } from "./components/Barcode/Barcode.vue.js";
|
|
36
|
+
import { barcodesConstants as ro } from "./components/Barcode/types.js";
|
|
37
|
+
import { default as ao } from "./components/Carousel/Carousel.vue.js";
|
|
38
|
+
import { default as mo } from "./components/Dropdown/Dropdown.vue.js";
|
|
39
|
+
import { default as po } from "./components/Dropdown/DropdownMenu.vue.js";
|
|
40
|
+
import { default as uo } from "./components/Dropdown/DropdownTrigger.vue.js";
|
|
41
|
+
import { default as io } from "./components/Dropdown/DropdownItem.vue.js";
|
|
42
|
+
import { useDropdownSelection as co } from "./components/Dropdown/composables/useDropdownSelection.js";
|
|
43
|
+
import { useDropdownIds as Co } from "./components/Dropdown/composables/useDropdownIds.js";
|
|
44
|
+
import { default as To } from "./components/Breadcrumb/Breadcrumb.vue.js";
|
|
45
|
+
import { default as Io } from "./components/Breadcrumb/BreadcrumbItem.vue.js";
|
|
46
|
+
import { default as Po } from "./components/FileTree/FileTree.vue.js";
|
|
47
|
+
import { default as Fo } from "./components/FileTree/FileTreeNode.vue.js";
|
|
48
|
+
import { useTreeSelection as yo } from "./components/FileTree/useTreeSelection.js";
|
|
49
|
+
import { default as Bo } from "./components/RichTextEditor/RichTextEditor.vue.js";
|
|
49
50
|
/* empty css */
|
|
50
|
-
import { default as
|
|
51
|
-
import { default as
|
|
52
|
-
import { default as
|
|
53
|
-
import { default as
|
|
54
|
-
import { default as
|
|
55
|
-
import { default as
|
|
56
|
-
import { default as
|
|
57
|
-
import { getObjectValue as
|
|
58
|
-
import { default as
|
|
59
|
-
import { default 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 { SCREEN_CONTEXT_KEY as
|
|
71
|
-
import { default as
|
|
72
|
-
import { default as
|
|
73
|
-
import { initializeTheme as
|
|
74
|
-
import { default as
|
|
75
|
-
import { default as
|
|
76
|
-
import { default as
|
|
77
|
-
import { default as
|
|
78
|
-
import { default as
|
|
79
|
-
import { useMultiSelectHydration as
|
|
80
|
-
import { default as
|
|
81
|
-
import { default as
|
|
82
|
-
import { default as
|
|
51
|
+
import { default as Ro } from "./components/RichTextEditor/RichTextReader.vue.js";
|
|
52
|
+
import { default as Eo } from "./components/OTPInput/OTPInput.vue.js";
|
|
53
|
+
import { default as wo } from "./components/Workbook/Workbook.vue.js";
|
|
54
|
+
import { default as Go } from "./components/Workbook/Sheet.vue.js";
|
|
55
|
+
import { default as Ko } from "./components/DataList/DataList.vue.js";
|
|
56
|
+
import { default as _o } from "./components/List/List.vue.js";
|
|
57
|
+
import { default as Uo } from "./components/List/ListFieldRow.vue.js";
|
|
58
|
+
import { getObjectValue as Ho } from "./components/List/utils.js";
|
|
59
|
+
import { default as Wo } from "./components/Empty/Empty.vue.js";
|
|
60
|
+
import { default as qo } from "./components/Comment/CommentItem.vue.js";
|
|
61
|
+
import { default as $o } from "./components/Comment/CommentThread.vue.js";
|
|
62
|
+
import { default as Zo } from "./components/Comment/CommentEditor.vue.js";
|
|
63
|
+
import { default as or } from "./components/Accordion/Accordion.vue.js";
|
|
64
|
+
import { default as tr } from "./components/Accordion/AccordionItem.vue.js";
|
|
65
|
+
import { default as fr } from "./components/Accordion/AccordionTrigger.vue.js";
|
|
66
|
+
import { default as lr } from "./components/Accordion/AccordionContent.vue.js";
|
|
67
|
+
import { default as sr } from "./components/ChoiceBox/ChoiceBox.vue.js";
|
|
68
|
+
import { default as ur } from "./components/DataTable/DataTable.vue.js";
|
|
69
|
+
import { default as ir } from "./components/DataTable/DataTableHeader.vue.js";
|
|
70
|
+
import { default as cr } from "./components/DataTable/DataTableRow.vue.js";
|
|
71
|
+
import { SCREEN_CONTEXT_KEY as Cr } from "./components/DataTable/types.js";
|
|
72
|
+
import { default as Tr } from "./components/Splitter/Splitter.vue.js";
|
|
73
|
+
import { default as Ir } from "./components/Footer/Footer.vue.js";
|
|
74
|
+
import { initializeTheme as Pr, useTheme as vr } from "./composables/useTheme.js";
|
|
75
|
+
import { default as Dr } from "./components/FilePicker/FilePicker.vue.js";
|
|
76
|
+
import { default as Ar } from "./components/Pagination/Pagination.vue.js";
|
|
77
|
+
import { default as Nr } from "./components/ExportData/ExportData.vue.js";
|
|
78
|
+
import { default as kr } from "./components/ImportData/ImportData.vue.js";
|
|
79
|
+
import { default as Mr } from "./components/MultiSelect/MultiSelect.vue.js";
|
|
80
|
+
import { useMultiSelectHydration as Lr } from "./components/MultiSelect/composables/useMultiSelectHydration.js";
|
|
81
|
+
import { default as Or } from "./components/PricingPlan/PricingPlan.vue.js";
|
|
82
|
+
import { default as Yr } from "./components/PricingPlan/PricingPlanItem.vue.js";
|
|
83
|
+
import { default as zr } from "./components/SidebarMenu/SidebarMenu.vue.js";
|
|
83
84
|
/* empty css */
|
|
84
|
-
import { default as
|
|
85
|
+
import { default as Vr } from "./components/SidebarMenu/SidebarMenuItem.vue.js";
|
|
85
86
|
/* empty css */
|
|
86
|
-
import { default as
|
|
87
|
-
import { default as
|
|
88
|
-
import { default as
|
|
89
|
-
import { useAdvancedKeyStroke as
|
|
90
|
-
import { vScrollReveal as
|
|
91
|
-
import { default as
|
|
92
|
-
import { default as
|
|
93
|
-
import { configure as
|
|
94
|
-
import { default as
|
|
95
|
-
import { default as
|
|
96
|
-
import { default as
|
|
97
|
-
import { default as
|
|
98
|
-
import { default as
|
|
99
|
-
import { getFileTypeIcon as
|
|
100
|
-
import { default 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 { normalizeBone as
|
|
110
|
-
import { snapshotBones as
|
|
111
|
-
import { configureSkeleton as
|
|
112
|
-
import { default as
|
|
113
|
-
import { default as
|
|
114
|
-
import { default as
|
|
115
|
-
import { default as
|
|
116
|
-
import { default as
|
|
117
|
-
import { default as
|
|
118
|
-
import { default as
|
|
119
|
-
import { default as
|
|
120
|
-
import { default as
|
|
121
|
-
import { default as
|
|
122
|
-
import { default as
|
|
123
|
-
import { default as
|
|
124
|
-
import { default as
|
|
125
|
-
import { default as
|
|
126
|
-
import { createAsyncSelect 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
|
|
87
|
+
import { default as Qr } from "./components/ProgressBar/ProgressBar.vue.js";
|
|
88
|
+
import { default as jr } from "./components/PermissionMatrix/PermissionMatrix.vue.js";
|
|
89
|
+
import { default as Xr } from "./components/PermissionMatrix/PermissionEditor.vue.js";
|
|
90
|
+
import { useAdvancedKeyStroke as Jr, useKeyStroke as Zr } from "./composables/useKeyStroke.js";
|
|
91
|
+
import { vScrollReveal as ot } from "./directives/vScrollReveal.js";
|
|
92
|
+
import { default as tt } from "./components/AvatarUploader/AvatarUploader.vue.js";
|
|
93
|
+
import { default as ft } from "./components/AvatarGroup/AvatarGroup.vue.js";
|
|
94
|
+
import { configure as lt, pauseTimers as pt, removeToast as st, resumeTimers as dt, showToast as ut, toast as xt, useNotifications as it } from "./composables/useNotifications.js";
|
|
95
|
+
import { default as ct } from "./components/Timeline/Timeline.vue.js";
|
|
96
|
+
import { default as Ct } from "./components/Timeline/TimelineItem.vue.js";
|
|
97
|
+
import { default as Tt } from "./components/Timeline/TimelineIndicator.vue.js";
|
|
98
|
+
import { default as It } from "./components/FilePreview/FilePreview.vue.js";
|
|
99
|
+
import { default as Pt } from "./components/AttachmentsList/AttachmentsList.vue.js";
|
|
100
|
+
import { getFileTypeIcon as Ft } from "./components/AttachmentsList/fileTypeIcon.js";
|
|
101
|
+
import { default as yt } from "./components/CustomFieldsDisplay/CustomFieldsDisplay.vue.js";
|
|
102
|
+
import { default as Bt } from "./components/Invoice/Invoice.vue.js";
|
|
103
|
+
import { default as Rt } from "./components/Invoice/InvoiceTotals.vue.js";
|
|
104
|
+
import { default as Et } from "./components/CategoryManager/CategoryManager.vue.js";
|
|
105
|
+
import { default as wt } from "./components/ThumbnailSelector/ThumbnailSelector.vue.js";
|
|
106
|
+
import { default as Gt } from "./components/TagInput/TagInput.vue.js";
|
|
107
|
+
import { default as Kt } from "./components/Calendar/Calendar.vue.js";
|
|
108
|
+
import { default as _t } from "./components/Calendar/CalendarEventItem.vue.js";
|
|
109
|
+
import { default as Ut } from "./components/Skeleton/Skeleton.vue.js";
|
|
110
|
+
import { normalizeBone as Ht } from "./components/Skeleton/types.js";
|
|
111
|
+
import { snapshotBones as Wt } from "./components/Skeleton/extract.js";
|
|
112
|
+
import { configureSkeleton as qt, getGlobalConfig as Xt, registerBones as $t } from "./components/Skeleton/shared.js";
|
|
113
|
+
import { default as Zt } from "./components/Chart/LineChart.vue.js";
|
|
114
|
+
import { default as oa } from "./components/Chart/BarChart.vue.js";
|
|
115
|
+
import { default as ta } from "./components/Chart/PieChart.vue.js";
|
|
116
|
+
import { default as fa } from "./components/Chart/CircleChart.vue.js";
|
|
117
|
+
import { default as la } from "./components/Chart/GaugeChart.vue.js";
|
|
118
|
+
import { default as sa } from "./components/Chart/SpeedometerChart.vue.js";
|
|
119
|
+
import { default as ua } from "./components/Chart/TimelineChart.vue.js";
|
|
120
|
+
import { default as ia } from "./components/Chart/SegmentBarChart.vue.js";
|
|
121
|
+
import { default as ca } from "./components/Chart/StatCardChart.vue.js";
|
|
122
|
+
import { default as Ca } from "./components/Chart/WaffleChart.vue.js";
|
|
123
|
+
import { default as Ta } from "./components/Chart/GanttChart.vue.js";
|
|
124
|
+
import { default as Ia } from "./components/AppShell/AppShell.vue.js";
|
|
125
|
+
import { default as Pa } from "./components/Rating/Rating.vue.js";
|
|
126
|
+
import { default as Fa } from "./components/Rating/ReviewSummary.vue.js";
|
|
127
|
+
import { createAsyncSelect as ya } from "./components/AsyncSelect/createAsyncSelect.js";
|
|
128
|
+
import { default as Ba } from "./components/ImageComparison/ImageComparison.vue.js";
|
|
129
|
+
import { default as Ra } from "./components/Icon.vue.js";
|
|
130
|
+
import { default as Ea } from "./components/Logo.vue.js";
|
|
131
|
+
import { default as wa } from "./components/Alert.vue.js";
|
|
132
|
+
import { default as Ga } from "./components/Badge.vue.js";
|
|
133
|
+
import { default as Ka } from "./components/Input.vue.js";
|
|
133
134
|
/* empty css */
|
|
134
|
-
import { default as
|
|
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 {
|
|
162
|
-
import {
|
|
163
|
-
import {
|
|
164
|
-
import {
|
|
165
|
-
import { default as
|
|
166
|
-
import { default as
|
|
167
|
-
import { default as
|
|
168
|
-
import {
|
|
169
|
-
import {
|
|
135
|
+
import { default as _a } from "./components/Label.vue.js";
|
|
136
|
+
import { default as Ua } from "./components/Modal.vue.js";
|
|
137
|
+
import { default as Ha } from "./components/Avatar.vue.js";
|
|
138
|
+
import { default as Wa } from "./components/Persona.vue.js";
|
|
139
|
+
import { default as qa } from "./components/Button.vue.js";
|
|
140
|
+
import { default as $a } from "./components/BackButton.vue.js";
|
|
141
|
+
import { default as Za } from "./components/Clipboard.vue.js";
|
|
142
|
+
import { default as of } from "./components/Slider.vue.js";
|
|
143
|
+
import { default as tf } from "./components/Switch.vue.js";
|
|
144
|
+
import { default as ff } from "./components/Tooltip.vue.js";
|
|
145
|
+
import { default as lf } from "./components/CheckBox.vue.js";
|
|
146
|
+
import { default as sf } from "./components/Textarea.vue.js";
|
|
147
|
+
import { default as uf } from "./components/Radio.vue.js";
|
|
148
|
+
import { default as nf } from "./components/RadioGroup.vue.js";
|
|
149
|
+
import { default as gf } from "./components/FadeOverlay/FadeOverlay.vue.js";
|
|
150
|
+
import { default as Sf } from "./components/SidePanel.vue.js";
|
|
151
|
+
import { default as hf } from "./components/DatePicker.vue.js";
|
|
152
|
+
import { default as bf } from "./components/IconPicker.vue.js";
|
|
153
|
+
import { default as vf } from "./components/ButtonGroup.vue.js";
|
|
154
|
+
import { default as Df } from "./components/NumberInput.vue.js";
|
|
155
|
+
import { default as Af } from "./components/ThemeToggle.vue.js";
|
|
156
|
+
import { default as Nf } from "./components/GoogleLogin.vue.js";
|
|
157
|
+
import { default as kf } from "./components/ColorPicker/ColorPicker.vue.js";
|
|
158
|
+
import { default as Mf } from "./components/ConfirmationModal.vue.js";
|
|
159
|
+
import { default as Lf } from "./components/ToastNotification.vue.js";
|
|
160
|
+
import { default as Of } from "./components/CommandPalette/CommandPaletteContent.vue.js";
|
|
161
|
+
import { default as Yf } from "./components/NavbarCommandPalette.vue.js";
|
|
162
|
+
import { default as zf } from "./components/DateRangePicker.vue.js";
|
|
163
|
+
import { createVLite as Vf } from "./core/index.js";
|
|
164
|
+
import { default as Qf } from "./components/StatusChip/StatusChip.vue.js";
|
|
165
|
+
import { STATUS_MAP as jf, normalizeStatus as qf, resolveStatus as Xf } from "./components/StatusChip/status-map.js";
|
|
166
|
+
import { default as Jf } from "./components/Price/Price.vue.js";
|
|
167
|
+
import { default as em } from "./components/DateTime/DateTime.vue.js";
|
|
168
|
+
import { default as rm } from "./components/Clock/Clock.vue.js";
|
|
169
|
+
import { default as am } from "./components/Chat/ChatInterface.vue.js";
|
|
170
|
+
import { VLITE_CONFIG_KEY as mm, configState as lm, updateConfig as pm, useVLiteConfig as sm } from "./core/config.js";
|
|
171
|
+
import { getStatusColorClass as um } from "./utils/status.js";
|
|
170
172
|
export {
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
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
|
-
|
|
253
|
-
|
|
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
|
-
x as
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
g as
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
S as
|
|
326
|
-
T as
|
|
327
|
-
h as
|
|
328
|
-
I as
|
|
329
|
-
b as
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
F as
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
y as
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
B as
|
|
342
|
-
N as
|
|
343
|
-
R as
|
|
344
|
-
k as
|
|
345
|
-
E as
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
w as
|
|
349
|
-
L as
|
|
350
|
-
G as
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
U as
|
|
369
|
-
V as
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
173
|
+
ee as $t,
|
|
174
|
+
or as Accordion,
|
|
175
|
+
lr as AccordionContent,
|
|
176
|
+
tr as AccordionItem,
|
|
177
|
+
fr as AccordionTrigger,
|
|
178
|
+
wa as Alert,
|
|
179
|
+
Ia as AppShell,
|
|
180
|
+
Pt as AttachmentsList,
|
|
181
|
+
Ha as Avatar,
|
|
182
|
+
ft as AvatarGroup,
|
|
183
|
+
tt as AvatarUploader,
|
|
184
|
+
$a as BackButton,
|
|
185
|
+
Ga as Badge,
|
|
186
|
+
oa as BarChart,
|
|
187
|
+
eo as Barcode,
|
|
188
|
+
To as Breadcrumb,
|
|
189
|
+
Io as BreadcrumbItem,
|
|
190
|
+
qa as Button,
|
|
191
|
+
vf as ButtonGroup,
|
|
192
|
+
Kt as Calendar,
|
|
193
|
+
_t as CalendarEventItem,
|
|
194
|
+
ao as Carousel,
|
|
195
|
+
Et as CategoryManager,
|
|
196
|
+
am as ChatInterface,
|
|
197
|
+
lf as CheckBox,
|
|
198
|
+
ae as Chip,
|
|
199
|
+
sr as ChoiceBox,
|
|
200
|
+
fa as CircleChart,
|
|
201
|
+
Za as Clipboard,
|
|
202
|
+
rm as Clock,
|
|
203
|
+
kf as ColorPicker,
|
|
204
|
+
Of as CommandPaletteContent,
|
|
205
|
+
Zo as CommentEditor,
|
|
206
|
+
qo as CommentItem,
|
|
207
|
+
$o as CommentThread,
|
|
208
|
+
Mf as ConfirmationModal,
|
|
209
|
+
xe as CustomFields,
|
|
210
|
+
yt as CustomFieldsDisplay,
|
|
211
|
+
Ko as DataList,
|
|
212
|
+
ur as DataTable,
|
|
213
|
+
ir as DataTableHeader,
|
|
214
|
+
cr as DataTableRow,
|
|
215
|
+
hf as DatePicker,
|
|
216
|
+
zf as DateRangePicker,
|
|
217
|
+
em as DateTime,
|
|
218
|
+
mo as Dropdown,
|
|
219
|
+
io as DropdownItem,
|
|
220
|
+
po as DropdownMenu,
|
|
221
|
+
uo as DropdownTrigger,
|
|
222
|
+
Wo as Empty,
|
|
223
|
+
Nr as ExportData,
|
|
224
|
+
gf as FadeOverlay,
|
|
225
|
+
Dr as FilePicker,
|
|
226
|
+
It as FilePreview,
|
|
227
|
+
Po as FileTree,
|
|
228
|
+
Fo as FileTreeNode,
|
|
229
|
+
Ir as Footer,
|
|
230
|
+
me as Form,
|
|
231
|
+
pe as FormField,
|
|
232
|
+
de as FormFields,
|
|
233
|
+
ne as FormSkeleton,
|
|
234
|
+
Ta as GanttChart,
|
|
235
|
+
la as GaugeChart,
|
|
236
|
+
Nf as GoogleLogin,
|
|
237
|
+
p as GoogleSignInPlugin,
|
|
238
|
+
Qe as Heatmap,
|
|
239
|
+
Ra as Icon,
|
|
240
|
+
bf as IconPicker,
|
|
241
|
+
Ba as ImageComparison,
|
|
242
|
+
kr as ImportData,
|
|
243
|
+
Ka as Input,
|
|
244
|
+
Bt as Invoice,
|
|
245
|
+
Rt as InvoiceTotals,
|
|
246
|
+
ve as Kanban,
|
|
247
|
+
De as KanbanBoard,
|
|
248
|
+
_a as Label,
|
|
249
|
+
Zt as LineChart,
|
|
250
|
+
_o as List,
|
|
251
|
+
Uo as ListFieldRow,
|
|
252
|
+
Ea as Logo,
|
|
253
|
+
Xe as MASONRY_BREAKPOINTS,
|
|
254
|
+
je as Masonry,
|
|
255
|
+
Ua as Modal,
|
|
256
|
+
Mr as MultiSelect,
|
|
257
|
+
Ne as Navbar,
|
|
258
|
+
Yf as NavbarCommandPalette,
|
|
259
|
+
Me as NavbarGroup,
|
|
260
|
+
ke as NavbarItem,
|
|
261
|
+
Le as NavbarTabs,
|
|
262
|
+
Df as NumberInput,
|
|
263
|
+
Eo as OTPInput,
|
|
264
|
+
Ar as Pagination,
|
|
265
|
+
Xr as PermissionEditor,
|
|
266
|
+
jr as PermissionMatrix,
|
|
267
|
+
Wa as Persona,
|
|
268
|
+
ta as PieChart,
|
|
269
|
+
Jf as Price,
|
|
270
|
+
Or as PricingPlan,
|
|
271
|
+
Yr as PricingPlanItem,
|
|
272
|
+
Qr as ProgressBar,
|
|
273
|
+
Oe as QRCode,
|
|
274
|
+
uf as Radio,
|
|
275
|
+
nf as RadioGroup,
|
|
276
|
+
Pa as Rating,
|
|
277
|
+
Fa as ReviewSummary,
|
|
278
|
+
Bo as RichTextEditor,
|
|
279
|
+
Ro as RichTextReader,
|
|
280
|
+
Cr as SCREEN_CONTEXT_KEY,
|
|
281
|
+
jf as STATUS_MAP,
|
|
282
|
+
Ye as Screen,
|
|
283
|
+
ze as ScreenFilter,
|
|
284
|
+
Ve as ScreenQuickFilters,
|
|
285
|
+
ia as SegmentBarChart,
|
|
286
|
+
Go as Sheet,
|
|
287
|
+
Sf as SidePanel,
|
|
288
|
+
zr as SidebarMenu,
|
|
289
|
+
Vr as SidebarMenuItem,
|
|
290
|
+
Ut as Skeleton,
|
|
291
|
+
of as Slider,
|
|
292
|
+
sa as SpeedometerChart,
|
|
293
|
+
Je as Spinner,
|
|
294
|
+
Tr as Splitter,
|
|
295
|
+
ca as StatCardChart,
|
|
296
|
+
be as Stats,
|
|
297
|
+
Qf as StatusChip,
|
|
298
|
+
tf as Switch,
|
|
299
|
+
he as Tabes,
|
|
300
|
+
Gt as TagInput,
|
|
301
|
+
sf as Textarea,
|
|
302
|
+
Af as ThemeToggle,
|
|
303
|
+
wt as ThumbnailSelector,
|
|
304
|
+
ct as Timeline,
|
|
305
|
+
ua as TimelineChart,
|
|
306
|
+
Tt as TimelineIndicator,
|
|
307
|
+
Ct as TimelineItem,
|
|
308
|
+
Lf as ToastNotification,
|
|
309
|
+
ff as Tooltip,
|
|
310
|
+
mm as VLITE_CONFIG_KEY,
|
|
311
|
+
Ca as WaffleChart,
|
|
312
|
+
wo as Workbook,
|
|
313
|
+
ro as barcodesConstants,
|
|
314
|
+
x as camelCase,
|
|
315
|
+
i as capitalize,
|
|
316
|
+
lm as configState,
|
|
317
|
+
lt as configure,
|
|
318
|
+
qt as configureSkeleton,
|
|
319
|
+
n as copyToClipboard,
|
|
320
|
+
ya as createAsyncSelect,
|
|
321
|
+
Vf as createVLite,
|
|
322
|
+
c as debounce,
|
|
323
|
+
d as deepMerge,
|
|
324
|
+
g as delay,
|
|
325
|
+
C as downloadFile,
|
|
326
|
+
J as env,
|
|
327
|
+
S as flattenArray,
|
|
328
|
+
T as formatAmPm,
|
|
329
|
+
h as formatCurrency,
|
|
330
|
+
I as formatDate,
|
|
331
|
+
b as formatNumber,
|
|
332
|
+
P as formatSchedule,
|
|
333
|
+
re as getComponentConfig,
|
|
334
|
+
v as getDefaultDateRange,
|
|
335
|
+
Ft as getFileTypeIcon,
|
|
336
|
+
Xt as getGlobalConfig,
|
|
337
|
+
F as getNextMonth,
|
|
338
|
+
D as getNextYear,
|
|
339
|
+
Ho as getObjectValue,
|
|
340
|
+
y as getPrevMonth,
|
|
341
|
+
A as getPrevYear,
|
|
342
|
+
um as getStatusColorClass,
|
|
343
|
+
B as getToday,
|
|
344
|
+
N as getTomorrow,
|
|
345
|
+
R as getUniqueId,
|
|
346
|
+
k as getUpcoming,
|
|
347
|
+
E as getYear,
|
|
348
|
+
M as getYesterday,
|
|
349
|
+
Pr as initializeTheme,
|
|
350
|
+
w as isAppleDevice,
|
|
351
|
+
L as isEmpty,
|
|
352
|
+
G as isPureTimeString,
|
|
353
|
+
O as isValidTimeRange,
|
|
354
|
+
j as lazySearch,
|
|
355
|
+
Ht as normalizeBone,
|
|
356
|
+
qf as normalizeStatus,
|
|
357
|
+
K as parseDateTime,
|
|
358
|
+
pt as pauseTimers,
|
|
359
|
+
Y as randomNumber,
|
|
360
|
+
$t as registerBones,
|
|
361
|
+
_ as removeExtraProperties,
|
|
362
|
+
st as removeToast,
|
|
363
|
+
q as resetSearchIndex,
|
|
364
|
+
Xf as resolveStatus,
|
|
365
|
+
dt as resumeTimers,
|
|
366
|
+
X as search,
|
|
367
|
+
ut as showToast,
|
|
368
|
+
z as slugify,
|
|
369
|
+
Wt as snapshotBones,
|
|
370
|
+
U as throttle,
|
|
371
|
+
V as toISO,
|
|
372
|
+
H as toLocalISO,
|
|
373
|
+
xt as toast,
|
|
374
|
+
Q as truncate,
|
|
375
|
+
pm as updateConfig,
|
|
376
|
+
Jr as useAdvancedKeyStroke,
|
|
377
|
+
Co as useDropdownIds,
|
|
378
|
+
co as useDropdownSelection,
|
|
379
|
+
Se as useFileUpload,
|
|
380
|
+
ge as useForm,
|
|
381
|
+
Ae as useKanbanBoard,
|
|
382
|
+
Zr as useKeyStroke,
|
|
383
|
+
Lr as useMultiSelectHydration,
|
|
384
|
+
it as useNotifications,
|
|
385
|
+
vr as useTheme,
|
|
386
|
+
yo as useTreeSelection,
|
|
387
|
+
sm as useVLiteConfig,
|
|
388
|
+
ot as vScrollReveal
|
|
386
389
|
};
|