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