vlite3 1.4.21 → 1.4.22
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 +3 -3
- 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/Dropdown/DropdownMenu.vue.js +1 -1
- package/components/Form/AccordionView.vue.js +80 -77
- package/components/Form/Form.vue.js +2 -2
- package/components/Form/Form.vue2.js +164 -162
- package/components/Form/FormField.vue.js +26 -28
- package/components/Form/FormFields.vue.js +2 -2
- package/components/Form/FormFields.vue2.js +21 -18
- package/components/Form/composables/useForm.js +150 -150
- package/components/Form/index.vue.js +1 -1
- package/components/Form/index.vue2.js +43 -39
- package/components/Input.vue.js +3 -3
- package/components/NavbarCommandPalette.vue.js +1 -1
- package/components/RichTextEditor/RichTextEditor.vue.js +4 -4
- package/components/RichTextEditor/RichTextLinkPopover.vue3.js +2 -2
- package/components/RichTextEditor/RichTextToolbar.vue3.js +2 -2
- package/components/Screen/ScreenFilter.vue.js +3 -3
- package/components/Textarea.vue.js +14 -14
- package/index.js +389 -388
- package/package.json +1 -1
- package/style.css +1 -1
- package/utils/i18n.d.ts +10 -4
- package/utils/i18n.js +14 -3
- /package/components/ColorPicker/{ColorIro.vue.js → ColorIro.vue2.js} +0 -0
- /package/components/Dropdown/{DropdownMenu.vue3.js → DropdownMenu.vue2.js} +0 -0
- /package/components/RichTextEditor/{RichTextLinkPopover.vue.js → RichTextLinkPopover.vue2.js} +0 -0
- /package/components/RichTextEditor/{RichTextToolbar.vue.js → RichTextToolbar.vue2.js} +0 -0
package/index.js
CHANGED
|
@@ -3,362 +3,362 @@ import { deepMerge as u } from "./utils/object.js";
|
|
|
3
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
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
|
-
import { $t as ee } from "./utils/i18n.js";
|
|
7
|
-
import { getComponentConfig as
|
|
8
|
-
import { hexToHSL as
|
|
9
|
-
import { default as
|
|
10
|
-
import { default as
|
|
11
|
-
import { default as
|
|
12
|
-
import { default as
|
|
13
|
-
import { default as
|
|
14
|
-
import { default as
|
|
15
|
-
import { useForm as
|
|
16
|
-
import { useFileUpload as
|
|
17
|
-
import { default as
|
|
18
|
-
import { default as
|
|
6
|
+
import { $t as ee, resolveI18nText as oe } from "./utils/i18n.js";
|
|
7
|
+
import { getComponentConfig as te } from "./utils/configUtils.js";
|
|
8
|
+
import { hexToHSL as fe, isDarkColor as me, mixColorHex as le } from "./utils/colorUtils.js";
|
|
9
|
+
import { default as se } from "./components/Chip/Chip.vue.js";
|
|
10
|
+
import { default as de } from "./components/Form/Form.vue.js";
|
|
11
|
+
import { default as ie } from "./components/Form/FormField.vue.js";
|
|
12
|
+
import { default as ce } from "./components/Form/FormFields.vue.js";
|
|
13
|
+
import { default as Se } from "./components/Form/index.vue.js";
|
|
14
|
+
import { default as ge } from "./components/Form/FormSkeleton.vue.js";
|
|
15
|
+
import { useForm as Ie } from "./components/Form/composables/useForm.js";
|
|
16
|
+
import { useFileUpload as Pe } from "./components/Form/composables/useFileUpload.js";
|
|
17
|
+
import { default as ye } from "./components/Tabes/Tabes.vue.js";
|
|
18
|
+
import { default as Ee } from "./components/Stats/Stats.vue.js";
|
|
19
19
|
/* empty css */
|
|
20
|
-
import { default as
|
|
21
|
-
import { default as
|
|
22
|
-
import { useKanbanBoard as
|
|
23
|
-
import { default as
|
|
24
|
-
import { default as
|
|
25
|
-
import { default as
|
|
26
|
-
import { default as
|
|
20
|
+
import { default as Ae } from "./components/Kanban/Kanban.vue.js";
|
|
21
|
+
import { default as Re } from "./components/Kanban/KanbanBoard.vue.js";
|
|
22
|
+
import { useKanbanBoard as Ne } from "./components/Kanban/useKanbanBoard.js";
|
|
23
|
+
import { default as Le } from "./components/Navbar/Navbar.vue.js";
|
|
24
|
+
import { default as we } from "./components/Navbar/NavbarItem.vue.js";
|
|
25
|
+
import { default as Ge } from "./components/Navbar/NavbarGroup.vue.js";
|
|
26
|
+
import { default as Ye } from "./components/Navbar/NavbarTabs.vue.js";
|
|
27
27
|
/* empty css */
|
|
28
|
-
import { default as
|
|
29
|
-
import { default as
|
|
30
|
-
import { default as
|
|
31
|
-
import { default as
|
|
32
|
-
import { default as
|
|
33
|
-
import { default as
|
|
34
|
-
import { MASONRY_BREAKPOINTS as
|
|
35
|
-
import { default as
|
|
36
|
-
import { default as
|
|
37
|
-
import { barcodesConstants as
|
|
38
|
-
import { default as
|
|
39
|
-
import { default as
|
|
40
|
-
import { default as
|
|
41
|
-
import { default as
|
|
42
|
-
import { default as
|
|
43
|
-
import { default as
|
|
44
|
-
import { useCart as
|
|
45
|
-
import { calculateCartTotals as
|
|
46
|
-
import { default as
|
|
47
|
-
import { default as
|
|
48
|
-
import { default as
|
|
49
|
-
import { default as
|
|
50
|
-
import { useDropdownSelection as
|
|
51
|
-
import { useDropdownIds as
|
|
52
|
-
import { default as
|
|
53
|
-
import { default as
|
|
54
|
-
import { default as
|
|
55
|
-
import { default as
|
|
56
|
-
import { useTreeSelection as
|
|
57
|
-
import { default as
|
|
28
|
+
import { default as ze } from "./components/QRCode/QRCode.vue.js";
|
|
29
|
+
import { default as Ve } from "./components/Screen/Screen.vue.js";
|
|
30
|
+
import { default as Qe } from "./components/Screen/ScreenFilter.vue.js";
|
|
31
|
+
import { default as je } from "./components/Screen/components/ScreenQuickFilters.vue.js";
|
|
32
|
+
import { default as $e } from "./components/Heatmap/Heatmap.vue.js";
|
|
33
|
+
import { default as Ze } from "./components/Masonry/Masonry.vue.js";
|
|
34
|
+
import { MASONRY_BREAKPOINTS as oo } from "./components/Masonry/types.js";
|
|
35
|
+
import { default as to } from "./components/Spinner/Spinner.vue.js";
|
|
36
|
+
import { default as fo } from "./components/Barcode/Barcode.vue.js";
|
|
37
|
+
import { barcodesConstants as lo } from "./components/Barcode/types.js";
|
|
38
|
+
import { default as so } from "./components/Carousel/Carousel.vue.js";
|
|
39
|
+
import { default as xo } from "./components/Cart/Cart.vue.js";
|
|
40
|
+
import { default as no } from "./components/Cart/CartLineItem.vue.js";
|
|
41
|
+
import { default as Co } from "./components/Cart/CartSummary.vue.js";
|
|
42
|
+
import { default as To } from "./components/Cart/CartCouponInput.vue.js";
|
|
43
|
+
import { default as ho } from "./components/Cart/CartEmptyState.vue.js";
|
|
44
|
+
import { useCart as bo } from "./components/Cart/composables/useCart.js";
|
|
45
|
+
import { calculateCartTotals as vo, computeCouponDiscount as yo, computeShipping as Do, computeTax as Eo, sumItemCount as Fo, sumLineTotals as Ao, sumSavings as Bo, useCartCalculation as Ro } from "./components/Cart/composables/useCartCalculation.js";
|
|
46
|
+
import { default as No } from "./components/Dropdown/Dropdown.vue.js";
|
|
47
|
+
import { default as Lo } from "./components/Dropdown/DropdownMenu.vue.js";
|
|
48
|
+
import { default as wo } from "./components/Dropdown/DropdownTrigger.vue.js";
|
|
49
|
+
import { default as Go } from "./components/Dropdown/DropdownItem.vue.js";
|
|
50
|
+
import { useDropdownSelection as Yo } from "./components/Dropdown/composables/useDropdownSelection.js";
|
|
51
|
+
import { useDropdownIds as zo } from "./components/Dropdown/composables/useDropdownIds.js";
|
|
52
|
+
import { default as Vo } from "./components/Breadcrumb/Breadcrumb.vue.js";
|
|
53
|
+
import { default as Qo } from "./components/Breadcrumb/BreadcrumbItem.vue.js";
|
|
54
|
+
import { default as jo } from "./components/FileTree/FileTree.vue.js";
|
|
55
|
+
import { default as $o } from "./components/FileTree/FileTreeNode.vue.js";
|
|
56
|
+
import { useTreeSelection as Zo } from "./components/FileTree/useTreeSelection.js";
|
|
57
|
+
import { default as or } from "./components/RichTextEditor/RichTextEditor.vue.js";
|
|
58
58
|
/* empty css */
|
|
59
|
-
import { default as
|
|
60
|
-
import { RICH_TEXT_TOOL_GROUPS 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 { getObjectValue as
|
|
68
|
-
import { default as
|
|
69
|
-
import { default as
|
|
70
|
-
import { default as
|
|
71
|
-
import { default as
|
|
72
|
-
import { default as
|
|
73
|
-
import { default as
|
|
74
|
-
import { default as
|
|
75
|
-
import { default as
|
|
76
|
-
import { default as
|
|
77
|
-
import { default as
|
|
78
|
-
import { default as
|
|
79
|
-
import { default as
|
|
80
|
-
import { SCREEN_CONTEXT_KEY as
|
|
81
|
-
import { default as
|
|
82
|
-
import { default as
|
|
83
|
-
import { initializeTheme as
|
|
84
|
-
import { default as
|
|
85
|
-
import { default as
|
|
86
|
-
import { default as
|
|
87
|
-
import { default as
|
|
88
|
-
import { default as
|
|
89
|
-
import { useMultiSelectHydration as
|
|
90
|
-
import { default as
|
|
91
|
-
import { default as
|
|
92
|
-
import { default as
|
|
59
|
+
import { default as tr } from "./components/RichTextEditor/RichTextReader.vue.js";
|
|
60
|
+
import { RICH_TEXT_TOOL_GROUPS as fr, resolveRichTextTools as mr } from "./components/RichTextEditor/types.js";
|
|
61
|
+
import { default as pr } from "./components/OTPInput/OTPInput.vue.js";
|
|
62
|
+
import { default as ur } from "./components/Workbook/Workbook.vue.js";
|
|
63
|
+
import { default as xr } from "./components/Workbook/Sheet.vue.js";
|
|
64
|
+
import { default as nr } from "./components/DataList/DataList.vue.js";
|
|
65
|
+
import { default as Cr } from "./components/List/List.vue.js";
|
|
66
|
+
import { default as Tr } from "./components/List/ListFieldRow.vue.js";
|
|
67
|
+
import { getObjectValue as hr } from "./components/List/utils.js";
|
|
68
|
+
import { default as br } from "./components/Empty/Empty.vue.js";
|
|
69
|
+
import { default as vr } from "./components/Comment/CommentItem.vue.js";
|
|
70
|
+
import { default as Dr } from "./components/Comment/CommentThread.vue.js";
|
|
71
|
+
import { default as Fr } from "./components/Comment/CommentEditor.vue.js";
|
|
72
|
+
import { default as Br } from "./components/Accordion/Accordion.vue.js";
|
|
73
|
+
import { default as kr } from "./components/Accordion/AccordionItem.vue.js";
|
|
74
|
+
import { default as Mr } from "./components/Accordion/AccordionTrigger.vue.js";
|
|
75
|
+
import { default as Or } from "./components/Accordion/AccordionContent.vue.js";
|
|
76
|
+
import { default as _r } from "./components/ChoiceBox/ChoiceBox.vue.js";
|
|
77
|
+
import { default as Kr } from "./components/DataTable/DataTable.vue.js";
|
|
78
|
+
import { default as Hr } from "./components/DataTable/DataTableHeader.vue.js";
|
|
79
|
+
import { default as Ur } from "./components/DataTable/DataTableRow.vue.js";
|
|
80
|
+
import { SCREEN_CONTEXT_KEY as Xr } from "./components/DataTable/types.js";
|
|
81
|
+
import { default as Wr } from "./components/Splitter/Splitter.vue.js";
|
|
82
|
+
import { default as qr } from "./components/Footer/Footer.vue.js";
|
|
83
|
+
import { initializeTheme as Jr, useTheme as Zr } from "./composables/useTheme.js";
|
|
84
|
+
import { default as ot } from "./components/FilePicker/index.vue.js";
|
|
85
|
+
import { default as tt } from "./components/Pagination/Pagination.vue.js";
|
|
86
|
+
import { default as ft } from "./components/ExportData/ExportData.vue.js";
|
|
87
|
+
import { default as lt } from "./components/ImportData/ImportData.vue.js";
|
|
88
|
+
import { default as st } from "./components/MultiSelect/MultiSelect.vue.js";
|
|
89
|
+
import { useMultiSelectHydration as dt } from "./components/MultiSelect/composables/useMultiSelectHydration.js";
|
|
90
|
+
import { default as it } from "./components/PricingPlan/PricingPlan.vue.js";
|
|
91
|
+
import { default as ct } from "./components/PricingPlan/PricingPlanItem.vue.js";
|
|
92
|
+
import { default as St } from "./components/SidebarMenu/SidebarMenu.vue.js";
|
|
93
93
|
/* empty css */
|
|
94
|
-
import { default as
|
|
94
|
+
import { default as gt } from "./components/SidebarMenu/SidebarMenuItem.vue.js";
|
|
95
95
|
/* empty css */
|
|
96
|
-
import { default as
|
|
97
|
-
import { default as
|
|
98
|
-
import { default as
|
|
99
|
-
import { useAdvancedKeyStroke as
|
|
100
|
-
import { vScrollReveal as
|
|
101
|
-
import { default as
|
|
102
|
-
import { default as
|
|
103
|
-
import { configure as
|
|
104
|
-
import { default as
|
|
105
|
-
import { default as
|
|
106
|
-
import { default as
|
|
107
|
-
import { default as
|
|
108
|
-
import { default as
|
|
109
|
-
import { getFileTypeIcon as
|
|
110
|
-
import { default as
|
|
111
|
-
import { default as
|
|
112
|
-
import { default as
|
|
113
|
-
import { default as
|
|
114
|
-
import { default as
|
|
115
|
-
import { default as
|
|
116
|
-
import { default as
|
|
117
|
-
import { default as
|
|
118
|
-
import { default as
|
|
119
|
-
import { default as
|
|
120
|
-
import { normalizeBone as
|
|
121
|
-
import { snapshotBones as
|
|
122
|
-
import { configureSkeleton as
|
|
123
|
-
import { default as
|
|
124
|
-
import { default as
|
|
125
|
-
import { default as
|
|
126
|
-
import { default as
|
|
127
|
-
import { default as
|
|
128
|
-
import { default as
|
|
129
|
-
import { default as
|
|
130
|
-
import { default as
|
|
131
|
-
import { default as
|
|
132
|
-
import { default as
|
|
133
|
-
import { default as
|
|
134
|
-
import { default as
|
|
135
|
-
import { default as
|
|
136
|
-
import { default as
|
|
137
|
-
import { createAsyncSelect as
|
|
138
|
-
import { default as
|
|
139
|
-
import { default as
|
|
140
|
-
import { default as
|
|
141
|
-
import { buildCardOverrideStyles as
|
|
142
|
-
import { default as
|
|
143
|
-
import { noopSeoAdapter as
|
|
144
|
-
import { createDomSeoAdapter as
|
|
145
|
-
import { default as
|
|
146
|
-
import { THEME_STYLES_KEY as
|
|
147
|
-
import { SEO_CONTEXT_KEY as
|
|
148
|
-
import { default as
|
|
149
|
-
import { default as
|
|
150
|
-
import { default as
|
|
151
|
-
import { default as
|
|
152
|
-
import { default as
|
|
96
|
+
import { default as It } from "./components/ProgressBar/ProgressBar.vue.js";
|
|
97
|
+
import { default as Pt } from "./components/PermissionMatrix/PermissionMatrix.vue.js";
|
|
98
|
+
import { default as yt } from "./components/PermissionMatrix/PermissionEditor.vue.js";
|
|
99
|
+
import { useAdvancedKeyStroke as Et, useKeyStroke as Ft } from "./composables/useKeyStroke.js";
|
|
100
|
+
import { vScrollReveal as Bt } from "./directives/vScrollReveal.js";
|
|
101
|
+
import { default as kt } from "./components/AvatarUploader/AvatarUploader.vue.js";
|
|
102
|
+
import { default as Mt } from "./components/AvatarGroup/AvatarGroup.vue.js";
|
|
103
|
+
import { configure as Ot, pauseTimers as wt, removeToast as _t, resumeTimers as Gt, showToast as Kt, toast as Yt, useNotifications as Ht } from "./composables/useNotifications.js";
|
|
104
|
+
import { default as Ut } from "./components/Timeline/Timeline.vue.js";
|
|
105
|
+
import { default as Xt } from "./components/Timeline/TimelineItem.vue.js";
|
|
106
|
+
import { default as Wt } from "./components/Timeline/TimelineIndicator.vue.js";
|
|
107
|
+
import { default as qt } from "./components/FilePreview/FilePreview.vue.js";
|
|
108
|
+
import { default as Jt } from "./components/AttachmentsList/AttachmentsList.vue.js";
|
|
109
|
+
import { getFileTypeIcon as ea } from "./components/AttachmentsList/fileTypeIcon.js";
|
|
110
|
+
import { default as ra } from "./components/CustomFieldsDisplay/CustomFieldsDisplay.vue.js";
|
|
111
|
+
import { default as aa } from "./components/Invoice/Invoice.vue.js";
|
|
112
|
+
import { default as ma } from "./components/Invoice/InvoiceTotals.vue.js";
|
|
113
|
+
import { default as pa } from "./components/CategoryManager/CategoryManager.vue.js";
|
|
114
|
+
import { default as ua } from "./components/CategoryMenu/CategoryMenu.vue.js";
|
|
115
|
+
import { default as xa } from "./components/ThumbnailSelector/ThumbnailSelector.vue.js";
|
|
116
|
+
import { default as na } from "./components/TagInput/TagInput.vue.js";
|
|
117
|
+
import { default as Ca } from "./components/Calendar/Calendar.vue.js";
|
|
118
|
+
import { default as Ta } from "./components/Calendar/CalendarEventItem.vue.js";
|
|
119
|
+
import { default as ha } from "./components/Skeleton/Skeleton.vue.js";
|
|
120
|
+
import { normalizeBone as ba } from "./components/Skeleton/types.js";
|
|
121
|
+
import { snapshotBones as va } from "./components/Skeleton/extract.js";
|
|
122
|
+
import { configureSkeleton as Da, getGlobalConfig as Ea, registerBones as Fa } from "./components/Skeleton/shared.js";
|
|
123
|
+
import { default as Ba } from "./components/Chart/LineChart.vue.js";
|
|
124
|
+
import { default as ka } from "./components/Chart/BarChart.vue.js";
|
|
125
|
+
import { default as Ma } from "./components/Chart/PieChart.vue.js";
|
|
126
|
+
import { default as Oa } from "./components/Chart/CircleChart.vue.js";
|
|
127
|
+
import { default as _a } from "./components/Chart/GaugeChart.vue.js";
|
|
128
|
+
import { default as Ka } from "./components/Chart/SpeedometerChart.vue.js";
|
|
129
|
+
import { default as Ha } from "./components/Chart/TimelineChart.vue.js";
|
|
130
|
+
import { default as Ua } from "./components/Chart/SegmentBarChart.vue.js";
|
|
131
|
+
import { default as Xa } from "./components/Chart/StatCardChart.vue.js";
|
|
132
|
+
import { default as Wa } from "./components/Chart/WaffleChart.vue.js";
|
|
133
|
+
import { default as qa } from "./components/Chart/GanttChart.vue.js";
|
|
134
|
+
import { default as Ja } from "./components/AppShell/AppShell.vue.js";
|
|
135
|
+
import { default as ef } from "./components/Rating/Rating.vue.js";
|
|
136
|
+
import { default as rf } from "./components/Rating/ReviewSummary.vue.js";
|
|
137
|
+
import { createAsyncSelect as af } from "./components/AsyncSelect/createAsyncSelect.js";
|
|
138
|
+
import { default as mf } from "./components/ImageComparison/ImageComparison.vue.js";
|
|
139
|
+
import { default as pf } from "./components/ImageMagnifier.vue.js";
|
|
140
|
+
import { default as uf } from "./components/ThemeProvider/ThemeProvider.vue.js";
|
|
141
|
+
import { buildCardOverrideStyles as xf, buildThemeStyleBlock as nf, buildThemeVariables as cf } from "./components/ThemeProvider/themeVars.js";
|
|
142
|
+
import { default as Sf } from "./components/SeoProvider/SeoProvider.vue.js";
|
|
143
|
+
import { noopSeoAdapter as gf, normalizeSeo as hf, replaceSeoTokens as If } from "./components/SeoProvider/normalizeSeo.js";
|
|
144
|
+
import { createDomSeoAdapter as Pf } from "./components/SeoProvider/domAdapter.js";
|
|
145
|
+
import { default as yf } from "./components/ScaleGenerator/ScaleGenerator.vue.js";
|
|
146
|
+
import { THEME_STYLES_KEY as Ef, useThemeStyles as Ff } from "./composables/useThemeStyles.js";
|
|
147
|
+
import { SEO_CONTEXT_KEY as Bf, useSeo as Rf } from "./composables/useSeo.js";
|
|
148
|
+
import { default as Nf } from "./components/Icon.vue.js";
|
|
149
|
+
import { default as Lf } from "./components/Logo.vue.js";
|
|
150
|
+
import { default as wf } from "./components/Alert.vue.js";
|
|
151
|
+
import { default as Gf } from "./components/Badge.vue.js";
|
|
152
|
+
import { default as Yf } from "./components/Input.vue.js";
|
|
153
153
|
/* empty css */
|
|
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 { default as
|
|
179
|
-
import { default as
|
|
180
|
-
import { default as
|
|
181
|
-
import { default as
|
|
182
|
-
import { createVLite as
|
|
183
|
-
import { default as
|
|
184
|
-
import { STATUS_MAP as
|
|
185
|
-
import { default as
|
|
186
|
-
import { default as
|
|
187
|
-
import { default as
|
|
188
|
-
import { default as
|
|
189
|
-
import { VLITE_CONFIG_KEY as
|
|
190
|
-
import { getStatusColorClass as
|
|
154
|
+
import { default as zf } from "./components/Label.vue.js";
|
|
155
|
+
import { default as Vf } from "./components/Modal.vue.js";
|
|
156
|
+
import { default as Qf } from "./components/Avatar.vue.js";
|
|
157
|
+
import { default as jf } from "./components/Persona.vue.js";
|
|
158
|
+
import { default as $f } from "./components/Button.vue.js";
|
|
159
|
+
import { default as Zf } from "./components/BackButton.vue.js";
|
|
160
|
+
import { default as om } from "./components/Clipboard.vue.js";
|
|
161
|
+
import { default as tm } from "./components/Slider.vue.js";
|
|
162
|
+
import { default as fm } from "./components/Switch.vue.js";
|
|
163
|
+
import { default as lm } from "./components/Tooltip.vue.js";
|
|
164
|
+
import { default as sm } from "./components/CheckBox.vue.js";
|
|
165
|
+
import { default as dm } from "./components/Textarea.vue.js";
|
|
166
|
+
import { default as im } from "./components/Radio.vue.js";
|
|
167
|
+
import { default as cm } from "./components/RadioGroup.vue.js";
|
|
168
|
+
import { default as Sm } from "./components/FadeOverlay/FadeOverlay.vue.js";
|
|
169
|
+
import { default as gm } from "./components/SidePanel.vue.js";
|
|
170
|
+
import { default as Im } from "./components/DatePicker.vue.js";
|
|
171
|
+
import { default as Pm } from "./components/IconPicker.vue.js";
|
|
172
|
+
import { default as ym } from "./components/ButtonGroup.vue.js";
|
|
173
|
+
import { default as Em } from "./components/NumberInput.vue.js";
|
|
174
|
+
import { default as Am } from "./components/ThemeToggle.vue.js";
|
|
175
|
+
import { default as Rm } from "./components/GoogleLogin.vue.js";
|
|
176
|
+
import { default as Nm } from "./components/ColorPicker/ColorPicker.vue.js";
|
|
177
|
+
import { default as Lm } from "./components/ConfirmationModal.vue.js";
|
|
178
|
+
import { default as wm } from "./components/ToastNotification.vue.js";
|
|
179
|
+
import { default as Gm } from "./components/CommandPalette/CommandPaletteContent.vue.js";
|
|
180
|
+
import { default as Ym } from "./components/NavbarCommandPalette.vue.js";
|
|
181
|
+
import { default as zm } from "./components/DateRangePicker.vue.js";
|
|
182
|
+
import { createVLite as Vm } from "./core/index.js";
|
|
183
|
+
import { default as Qm } from "./components/StatusChip/StatusChip.vue.js";
|
|
184
|
+
import { STATUS_MAP as jm, normalizeStatus as qm, resolveStatus as $m } from "./components/StatusChip/status-map.js";
|
|
185
|
+
import { default as Zm } from "./components/Price/Price.vue.js";
|
|
186
|
+
import { default as ol } from "./components/DateTime/DateTime.vue.js";
|
|
187
|
+
import { default as tl } from "./components/Clock/Clock.vue.js";
|
|
188
|
+
import { default as fl } from "./components/Chat/ChatInterface.vue.js";
|
|
189
|
+
import { VLITE_CONFIG_KEY as ll, configState as pl, updateConfig as sl, useVLiteConfig as ul } from "./core/config.js";
|
|
190
|
+
import { getStatusColorClass as xl } from "./utils/status.js";
|
|
191
191
|
export {
|
|
192
192
|
ee as $t,
|
|
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
|
-
|
|
193
|
+
Br as Accordion,
|
|
194
|
+
Or as AccordionContent,
|
|
195
|
+
kr as AccordionItem,
|
|
196
|
+
Mr as AccordionTrigger,
|
|
197
|
+
wf as Alert,
|
|
198
|
+
Ja as AppShell,
|
|
199
|
+
Jt as AttachmentsList,
|
|
200
|
+
Qf as Avatar,
|
|
201
|
+
Mt as AvatarGroup,
|
|
202
|
+
kt as AvatarUploader,
|
|
203
|
+
Zf as BackButton,
|
|
204
|
+
Gf as Badge,
|
|
205
|
+
ka as BarChart,
|
|
206
|
+
fo as Barcode,
|
|
207
|
+
Vo as Breadcrumb,
|
|
208
|
+
Qo as BreadcrumbItem,
|
|
209
|
+
$f as Button,
|
|
210
|
+
ym as ButtonGroup,
|
|
211
|
+
Ca as Calendar,
|
|
212
|
+
Ta as CalendarEventItem,
|
|
213
|
+
so as Carousel,
|
|
214
|
+
xo as Cart,
|
|
215
|
+
To as CartCouponInput,
|
|
216
|
+
ho as CartEmptyState,
|
|
217
|
+
no as CartLineItem,
|
|
218
|
+
Co as CartSummary,
|
|
219
|
+
pa as CategoryManager,
|
|
220
|
+
ua as CategoryMenu,
|
|
221
|
+
fl as ChatInterface,
|
|
222
|
+
sm as CheckBox,
|
|
223
|
+
se as Chip,
|
|
224
|
+
_r as ChoiceBox,
|
|
225
|
+
Oa as CircleChart,
|
|
226
|
+
om as Clipboard,
|
|
227
|
+
tl as Clock,
|
|
228
|
+
Nm as ColorPicker,
|
|
229
|
+
Gm as CommandPaletteContent,
|
|
230
|
+
Fr as CommentEditor,
|
|
231
|
+
vr as CommentItem,
|
|
232
|
+
Dr as CommentThread,
|
|
233
|
+
Lm as ConfirmationModal,
|
|
234
|
+
Se as CustomFields,
|
|
235
|
+
ra as CustomFieldsDisplay,
|
|
236
|
+
nr as DataList,
|
|
237
|
+
Kr as DataTable,
|
|
238
|
+
Hr as DataTableHeader,
|
|
239
|
+
Ur as DataTableRow,
|
|
240
|
+
Im as DatePicker,
|
|
241
|
+
zm as DateRangePicker,
|
|
242
|
+
ol as DateTime,
|
|
243
|
+
No as Dropdown,
|
|
244
|
+
Go as DropdownItem,
|
|
245
|
+
Lo as DropdownMenu,
|
|
246
|
+
wo as DropdownTrigger,
|
|
247
|
+
br as Empty,
|
|
248
|
+
ft as ExportData,
|
|
249
|
+
Sm as FadeOverlay,
|
|
250
|
+
ot as FilePicker,
|
|
251
|
+
qt as FilePreview,
|
|
252
|
+
jo as FileTree,
|
|
253
|
+
$o as FileTreeNode,
|
|
254
|
+
qr as Footer,
|
|
255
|
+
de as Form,
|
|
256
|
+
ie as FormField,
|
|
257
|
+
ce as FormFields,
|
|
258
|
+
ge as FormSkeleton,
|
|
259
|
+
qa as GanttChart,
|
|
260
|
+
_a as GaugeChart,
|
|
261
|
+
Rm as GoogleLogin,
|
|
262
262
|
p as GoogleSignInPlugin,
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
263
|
+
$e as Heatmap,
|
|
264
|
+
Nf as Icon,
|
|
265
|
+
Pm as IconPicker,
|
|
266
|
+
mf as ImageComparison,
|
|
267
|
+
pf as ImageMagnifier,
|
|
268
|
+
lt as ImportData,
|
|
269
|
+
Yf as Input,
|
|
270
|
+
aa as Invoice,
|
|
271
|
+
ma as InvoiceTotals,
|
|
272
|
+
Ae as Kanban,
|
|
273
|
+
Re as KanbanBoard,
|
|
274
|
+
zf as Label,
|
|
275
|
+
Ba as LineChart,
|
|
276
|
+
Cr as List,
|
|
277
|
+
Tr as ListFieldRow,
|
|
278
|
+
Lf as Logo,
|
|
279
|
+
oo as MASONRY_BREAKPOINTS,
|
|
280
|
+
Ze as Masonry,
|
|
281
|
+
Vf as Modal,
|
|
282
|
+
st as MultiSelect,
|
|
283
|
+
Le as Navbar,
|
|
284
|
+
Ym as NavbarCommandPalette,
|
|
285
|
+
Ge as NavbarGroup,
|
|
286
|
+
we as NavbarItem,
|
|
287
|
+
Ye as NavbarTabs,
|
|
288
|
+
Em as NumberInput,
|
|
289
|
+
pr as OTPInput,
|
|
290
|
+
tt as Pagination,
|
|
291
|
+
yt as PermissionEditor,
|
|
292
|
+
Pt as PermissionMatrix,
|
|
293
|
+
jf as Persona,
|
|
294
|
+
Ma as PieChart,
|
|
295
|
+
Zm as Price,
|
|
296
|
+
it as PricingPlan,
|
|
297
|
+
ct as PricingPlanItem,
|
|
298
|
+
It as ProgressBar,
|
|
299
|
+
ze as QRCode,
|
|
300
|
+
fr as RICH_TEXT_TOOL_GROUPS,
|
|
301
|
+
im as Radio,
|
|
302
|
+
cm as RadioGroup,
|
|
303
|
+
ef as Rating,
|
|
304
|
+
rf as ReviewSummary,
|
|
305
|
+
or as RichTextEditor,
|
|
306
|
+
tr as RichTextReader,
|
|
307
|
+
Xr as SCREEN_CONTEXT_KEY,
|
|
308
|
+
Bf as SEO_CONTEXT_KEY,
|
|
309
|
+
jm as STATUS_MAP,
|
|
310
|
+
yf as ScaleGenerator,
|
|
311
|
+
Ve as Screen,
|
|
312
|
+
Qe as ScreenFilter,
|
|
313
|
+
je as ScreenQuickFilters,
|
|
314
|
+
Ua as SegmentBarChart,
|
|
315
|
+
Sf as SeoProvider,
|
|
316
|
+
xr as Sheet,
|
|
317
|
+
gm as SidePanel,
|
|
318
|
+
St as SidebarMenu,
|
|
319
|
+
gt as SidebarMenuItem,
|
|
320
|
+
ha as Skeleton,
|
|
321
|
+
tm as Slider,
|
|
322
|
+
Ka as SpeedometerChart,
|
|
323
|
+
to as Spinner,
|
|
324
|
+
Wr as Splitter,
|
|
325
|
+
Xa as StatCardChart,
|
|
326
|
+
Ee as Stats,
|
|
327
|
+
Qm as StatusChip,
|
|
328
|
+
fm as Switch,
|
|
329
|
+
Ef as THEME_STYLES_KEY,
|
|
330
|
+
ye as Tabes,
|
|
331
|
+
na as TagInput,
|
|
332
|
+
dm as Textarea,
|
|
333
|
+
uf as ThemeProvider,
|
|
334
|
+
Am as ThemeToggle,
|
|
335
|
+
xa as ThumbnailSelector,
|
|
336
|
+
Ut as Timeline,
|
|
337
|
+
Ha as TimelineChart,
|
|
338
|
+
Wt as TimelineIndicator,
|
|
339
|
+
Xt as TimelineItem,
|
|
340
|
+
wm as ToastNotification,
|
|
341
|
+
lm as Tooltip,
|
|
342
|
+
ll as VLITE_CONFIG_KEY,
|
|
343
|
+
Wa as WaffleChart,
|
|
344
|
+
ur as Workbook,
|
|
345
|
+
lo as barcodesConstants,
|
|
346
|
+
xf as buildCardOverrideStyles,
|
|
347
|
+
nf as buildThemeStyleBlock,
|
|
348
|
+
cf as buildThemeVariables,
|
|
349
|
+
vo as calculateCartTotals,
|
|
350
350
|
x as camelCase,
|
|
351
351
|
i as capitalize,
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
352
|
+
yo as computeCouponDiscount,
|
|
353
|
+
Do as computeShipping,
|
|
354
|
+
Eo as computeTax,
|
|
355
|
+
pl as configState,
|
|
356
|
+
Ot as configure,
|
|
357
|
+
Da as configureSkeleton,
|
|
358
358
|
n as copyToClipboard,
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
359
|
+
af as createAsyncSelect,
|
|
360
|
+
Pf as createDomSeoAdapter,
|
|
361
|
+
Vm as createVLite,
|
|
362
362
|
c as debounce,
|
|
363
363
|
u as deepMerge,
|
|
364
364
|
C as delay,
|
|
@@ -370,74 +370,75 @@ export {
|
|
|
370
370
|
I as formatDate,
|
|
371
371
|
b as formatNumber,
|
|
372
372
|
P as formatSchedule,
|
|
373
|
-
|
|
373
|
+
te as getComponentConfig,
|
|
374
374
|
v as getDefaultDateRange,
|
|
375
|
-
|
|
376
|
-
|
|
375
|
+
ea as getFileTypeIcon,
|
|
376
|
+
Ea as getGlobalConfig,
|
|
377
377
|
y as getNextMonth,
|
|
378
378
|
D as getNextYear,
|
|
379
|
-
|
|
379
|
+
hr as getObjectValue,
|
|
380
380
|
E as getPrevMonth,
|
|
381
381
|
F as getPrevYear,
|
|
382
|
-
|
|
382
|
+
xl as getStatusColorClass,
|
|
383
383
|
A as getToday,
|
|
384
384
|
B as getTomorrow,
|
|
385
385
|
R as getUniqueId,
|
|
386
386
|
k as getUpcoming,
|
|
387
387
|
N as getYear,
|
|
388
388
|
M as getYesterday,
|
|
389
|
-
|
|
390
|
-
|
|
389
|
+
fe as hexToHSL,
|
|
390
|
+
Jr as initializeTheme,
|
|
391
391
|
L as isAppleDevice,
|
|
392
|
-
|
|
392
|
+
me as isDarkColor,
|
|
393
393
|
O as isEmpty,
|
|
394
394
|
w as isPureTimeString,
|
|
395
395
|
_ as isValidTimeRange,
|
|
396
396
|
W as lazySearch,
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
397
|
+
le as mixColorHex,
|
|
398
|
+
gf as noopSeoAdapter,
|
|
399
|
+
ba as normalizeBone,
|
|
400
|
+
hf as normalizeSeo,
|
|
401
|
+
qm as normalizeStatus,
|
|
402
402
|
G as parseDateTime,
|
|
403
|
-
|
|
403
|
+
wt as pauseTimers,
|
|
404
404
|
K as randomNumber,
|
|
405
|
-
|
|
405
|
+
Fa as registerBones,
|
|
406
406
|
Y as removeExtraProperties,
|
|
407
|
-
|
|
408
|
-
|
|
407
|
+
_t as removeToast,
|
|
408
|
+
If as replaceSeoTokens,
|
|
409
409
|
j as resetSearchIndex,
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
410
|
+
oe as resolveI18nText,
|
|
411
|
+
mr as resolveRichTextTools,
|
|
412
|
+
$m as resolveStatus,
|
|
413
|
+
Gt as resumeTimers,
|
|
413
414
|
q as search,
|
|
414
|
-
|
|
415
|
+
Kt as showToast,
|
|
415
416
|
H as slugify,
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
417
|
+
va as snapshotBones,
|
|
418
|
+
Fo as sumItemCount,
|
|
419
|
+
Ao as sumLineTotals,
|
|
420
|
+
Bo as sumSavings,
|
|
420
421
|
z as throttle,
|
|
421
422
|
U as toISO,
|
|
422
423
|
V as toLocalISO,
|
|
423
|
-
|
|
424
|
+
Yt as toast,
|
|
424
425
|
X as truncate,
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
426
|
+
sl as updateConfig,
|
|
427
|
+
Et as useAdvancedKeyStroke,
|
|
428
|
+
bo as useCart,
|
|
429
|
+
Ro as useCartCalculation,
|
|
430
|
+
zo as useDropdownIds,
|
|
431
|
+
Yo as useDropdownSelection,
|
|
432
|
+
Pe as useFileUpload,
|
|
433
|
+
Ie as useForm,
|
|
434
|
+
Ne as useKanbanBoard,
|
|
435
|
+
Ft as useKeyStroke,
|
|
436
|
+
dt as useMultiSelectHydration,
|
|
437
|
+
Ht as useNotifications,
|
|
438
|
+
Rf as useSeo,
|
|
439
|
+
Zr as useTheme,
|
|
440
|
+
Ff as useThemeStyles,
|
|
441
|
+
Zo as useTreeSelection,
|
|
442
|
+
ul as useVLiteConfig,
|
|
443
|
+
Bt as vScrollReveal
|
|
443
444
|
};
|