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