vlite3 0.8.11 → 0.9.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/AttachmentsList/AttachmentsList.vue.d.ts +6 -0
- package/components/AttachmentsList/AttachmentsList.vue.js +82 -0
- package/components/AttachmentsList/AttachmentsList.vue2.js +4 -0
- package/components/AttachmentsList/index.d.ts +2 -0
- package/components/AttachmentsList/types.d.ts +11 -0
- package/components/Button.vue.js +6 -6
- package/components/Chat/ChatBubble.vue.d.ts +18 -0
- package/components/Chat/ChatInterface.vue.d.ts +45 -0
- package/components/Chat/index.d.ts +2 -0
- package/components/DataList/DataList.vue.d.ts +1 -1
- package/components/DataTable/DataTable.vue.d.ts +3 -3
- package/components/DataTable/DataTable.vue.js +22 -22
- package/components/DataTable/types.d.ts +1 -1
- package/components/DatePicker.vue.d.ts +3 -2
- package/components/DatePicker.vue.js +1 -1
- package/components/Dropdown/Dropdown.vue.d.ts +2 -0
- package/components/Dropdown/Dropdown.vue.js +106 -90
- package/components/Dropdown/DropdownItem.vue.js +8 -8
- package/components/Dropdown/DropdownMenu.vue.js +2 -2
- package/components/Dropdown/DropdownMenu.vue2.js +1 -1
- package/components/ExportData/ExportData.vue.d.ts +1 -1
- package/components/FilePicker/FilePicker.vue.d.ts +4 -1
- package/components/FilePicker/FilePicker.vue.js +189 -139
- package/components/FilePreview/FilePreview.vue.d.ts +5 -0
- package/components/FilePreview/FilePreview.vue.js +27 -0
- package/components/FilePreview/FilePreview.vue2.js +4 -0
- package/components/FilePreview/index.d.ts +2 -0
- package/components/FilePreview/types.d.ts +5 -0
- package/components/Form/FormField.vue.js +3 -1
- package/components/Form/composables/useForm.js +50 -47
- package/components/Input.vue.d.ts +1 -0
- package/components/Input.vue.js +18 -15
- package/components/Modal.vue.js +2 -2
- package/components/Modal.vue2.js +31 -31
- package/components/MultiSelect/MultiSelect.vue.js +92 -84
- package/components/Navbar/Navbar.vue.js +61 -60
- package/components/Screen/Screen.vue.d.ts +200 -7
- package/components/Screen/Screen.vue.js +306 -502
- package/components/Screen/ScreenFilter.vue.js +45 -42
- package/components/Screen/components/ScreenAddAction.vue.d.ts +15 -0
- package/components/Screen/components/ScreenAddAction.vue.js +107 -0
- package/components/Screen/components/ScreenAddAction.vue2.js +4 -0
- package/components/Screen/components/ScreenEmptyState.vue.d.ts +14 -0
- package/components/Screen/components/ScreenEmptyState.vue.js +105 -0
- package/components/Screen/components/ScreenEmptyState.vue2.js +4 -0
- package/components/Screen/components/ScreenExportModal.vue.d.ts +49 -0
- package/components/Screen/components/ScreenExportModal.vue.js +83 -0
- package/components/Screen/components/ScreenExportModal.vue2.js +4 -0
- package/components/Screen/components/ScreenHeaderTitle.vue.d.ts +28 -0
- package/components/Screen/components/ScreenHeaderTitle.vue.js +57 -0
- package/components/Screen/components/ScreenHeaderTitle.vue2.js +4 -0
- package/components/Screen/components/ScreenOptionsDropdown.vue.d.ts +10 -0
- package/components/Screen/components/ScreenOptionsDropdown.vue.js +43 -0
- package/components/Screen/components/ScreenOptionsDropdown.vue2.js +4 -0
- package/components/Screen/components/ScreenQuickFilters.vue.d.ts +15 -0
- package/components/Screen/components/ScreenQuickFilters.vue.js +36 -0
- package/components/Screen/components/ScreenQuickFilters.vue2.js +4 -0
- package/components/Screen/components/ScreenViewToggle.vue.d.ts +9 -0
- package/components/Screen/components/ScreenViewToggle.vue.js +48 -0
- package/components/Screen/components/ScreenViewToggle.vue2.js +4 -0
- package/components/Screen/index.d.ts +1 -0
- package/components/Screen/types.d.ts +41 -2
- package/components/SidePanel.vue.js +1 -1
- package/components/SidePanel.vue2.js +7 -7
- package/components/SidebarMenu/SidebarMenu.vue.js +1 -1
- package/components/Stats/Stats.vue.js +50 -49
- package/components/StatusChip/StatusChip.vue.d.ts +2 -2
- package/components/StatusChip/StatusChip.vue.js +15 -14
- package/components/StatusChip/status-map.d.ts +2 -1
- package/components/StatusChip/status-map.js +16 -6
- package/components/Tabes/Tabes.vue.d.ts +1 -1
- package/components/Tabes/Tabes.vue.js +5 -143
- package/components/Tabes/Tabes.vue2.js +144 -2
- package/components/Timeline/TimelineIndicator.vue.js +6 -6
- package/components/Workbook/Sheet.vue.d.ts +1 -1
- package/core/config.d.ts +8 -0
- package/core/config.js +10 -6
- package/core/index.js +28 -20
- package/index.d.ts +2 -0
- package/index.js +209 -203
- package/package.json +3 -2
- package/style.css +80 -6
- package/types/config.type.d.ts +10 -0
- package/types/form.type.d.ts +1 -0
package/index.js
CHANGED
|
@@ -1,269 +1,275 @@
|
|
|
1
1
|
import { default as f } from "vue3-google-signin";
|
|
2
2
|
import { deepMerge as l } from "./utils/object.js";
|
|
3
|
-
import { camelCase as
|
|
4
|
-
import { lazySearch as
|
|
5
|
-
import { env as
|
|
6
|
-
import { $t as
|
|
7
|
-
import { default as
|
|
3
|
+
import { camelCase as p, capitalize as d, copyToClipboard as u, debounce as x, delay as i, downloadFile as n, flattenArray as c, formatCurrency as T, getUniqueId as S, isAppleDevice as g, isEmpty as b, randomNumber as C, removeExtraProperties as P, slugify as I, throttle as D, truncate as F } from "./utils/functions.js";
|
|
4
|
+
import { lazySearch as N, resetSearchIndex as h, search as A } from "./utils/search.util.js";
|
|
5
|
+
import { env as k } from "./utils/env.js";
|
|
6
|
+
import { $t as y } from "./utils/i18n.js";
|
|
7
|
+
import { default as M } from "./components/Chip/Chip.vue.js";
|
|
8
8
|
import { default as K } from "./components/Form/Form.vue.js";
|
|
9
9
|
import { default as O } from "./components/Form/FormField.vue.js";
|
|
10
10
|
import { default as G } from "./components/Form/FormFields.vue.js";
|
|
11
11
|
import { default as U } from "./components/Form/CustomFields.vue.js";
|
|
12
12
|
import { useForm as H } from "./components/Form/composables/useForm.js";
|
|
13
|
-
import { useFileUpload as
|
|
14
|
-
import { default as
|
|
13
|
+
import { useFileUpload as Q } from "./components/Form/composables/useFileUpload.js";
|
|
14
|
+
import { default as q } from "./components/Tabes/Tabes.vue.js";
|
|
15
15
|
import { default as X } from "./components/Stats/Stats.vue.js";
|
|
16
16
|
import { default as J } from "./components/Kanban/Kanban.vue.js";
|
|
17
17
|
import { default as ee } from "./components/Kanban/KanbanBoard.vue.js";
|
|
18
18
|
import { useKanbanBoard as re } from "./components/Kanban/useKanbanBoard.js";
|
|
19
19
|
import { default as ae } from "./components/Navbar/Navbar.vue.js";
|
|
20
20
|
import { default as me } from "./components/Navbar/NavbarItem.vue.js";
|
|
21
|
-
import { default as
|
|
21
|
+
import { default as se } from "./components/Navbar/NavbarGroup.vue.js";
|
|
22
22
|
import { default as de } from "./components/Navbar/NavbarTabs.vue.js";
|
|
23
23
|
/* empty css */
|
|
24
24
|
import { default as xe } from "./components/QRCode/QRCode.vue.js";
|
|
25
25
|
import { default as ne } from "./components/Screen/Screen.vue.js";
|
|
26
26
|
import { default as Te } from "./components/Screen/ScreenFilter.vue.js";
|
|
27
|
-
import { default as ge } from "./components/
|
|
28
|
-
import { default as Ce } from "./components/
|
|
29
|
-
import {
|
|
27
|
+
import { default as ge } from "./components/Screen/components/ScreenQuickFilters.vue.js";
|
|
28
|
+
import { default as Ce } from "./components/Heatmap/Heatmap.vue.js";
|
|
29
|
+
import { default as Ie } from "./components/Masonry/Masonry.vue.js";
|
|
30
|
+
import { MASONRY_BREAKPOINTS as Fe } from "./components/Masonry/types.js";
|
|
30
31
|
import { default as Ne } from "./components/Spinner/Spinner.vue.js";
|
|
31
|
-
import { default as
|
|
32
|
-
import { barcodesConstants as
|
|
32
|
+
import { default as Ae } from "./components/Barcode/Barcode.vue.js";
|
|
33
|
+
import { barcodesConstants as ke } from "./components/Barcode/types.js";
|
|
33
34
|
import { default as ye } from "./components/Carousel/Carousel.vue.js";
|
|
34
35
|
import { default as Me } from "./components/Dropdown/Dropdown.vue.js";
|
|
35
|
-
import { default as
|
|
36
|
-
import { default as
|
|
37
|
-
import { default as
|
|
38
|
-
import { useDropdownSelection as
|
|
39
|
-
import { useDropdownIds as
|
|
40
|
-
import { default as
|
|
41
|
-
import { default as
|
|
42
|
-
import { default as
|
|
43
|
-
import { default as
|
|
44
|
-
import { useTreeSelection as
|
|
45
|
-
import { default as
|
|
46
|
-
import { default as
|
|
47
|
-
import { default as
|
|
48
|
-
import { default as
|
|
49
|
-
import { default as
|
|
50
|
-
import { default as
|
|
51
|
-
import { formatDate as
|
|
52
|
-
import { default as
|
|
53
|
-
import { default as
|
|
54
|
-
import { default as
|
|
55
|
-
import { default as
|
|
56
|
-
import { default as
|
|
57
|
-
import { default as
|
|
36
|
+
import { default as Ke } from "./components/Dropdown/DropdownMenu.vue.js";
|
|
37
|
+
import { default as Oe } from "./components/Dropdown/DropdownTrigger.vue.js";
|
|
38
|
+
import { default as Ge } from "./components/Dropdown/DropdownItem.vue.js";
|
|
39
|
+
import { useDropdownSelection as Ue } from "./components/Dropdown/composables/useDropdownSelection.js";
|
|
40
|
+
import { useDropdownIds as He } from "./components/Dropdown/composables/useDropdownIds.js";
|
|
41
|
+
import { default as Qe } from "./components/Breadcrumb/Breadcrumb.vue.js";
|
|
42
|
+
import { default as qe } from "./components/Breadcrumb/BreadcrumbItem.vue.js";
|
|
43
|
+
import { default as Xe } from "./components/FileTree/FileTree.vue.js";
|
|
44
|
+
import { default as Je } from "./components/FileTree/FileTreeNode.vue.js";
|
|
45
|
+
import { useTreeSelection as eo } from "./components/FileTree/useTreeSelection.js";
|
|
46
|
+
import { default as ro } from "./components/OTPInput/OTPInput.vue.js";
|
|
47
|
+
import { default as ao } from "./components/Workbook/Workbook.vue.js";
|
|
48
|
+
import { default as mo } from "./components/Workbook/Sheet.vue.js";
|
|
49
|
+
import { default as so } from "./components/DataList/DataList.vue.js";
|
|
50
|
+
import { default as uo } from "./components/List/List.vue.js";
|
|
51
|
+
import { default as io } from "./components/List/ListFieldRow.vue.js";
|
|
52
|
+
import { formatDate as co, formatNumber as To, formatPrice as So, getObjectValue as go, getStatusColorClass as bo } from "./components/List/utils.js";
|
|
53
|
+
import { default as Po } from "./components/Empty/Empty.vue.js";
|
|
54
|
+
import { default as Do } from "./components/Accordion/Accordion.vue.js";
|
|
55
|
+
import { default as vo } from "./components/Accordion/AccordionItem.vue.js";
|
|
56
|
+
import { default as ho } from "./components/Accordion/AccordionTrigger.vue.js";
|
|
57
|
+
import { default as Bo } from "./components/Accordion/AccordionContent.vue.js";
|
|
58
|
+
import { default as wo } from "./components/ChoiceBox/ChoiceBox.vue.js";
|
|
58
59
|
import { default as Eo } from "./components/DataTable/DataTable.vue.js";
|
|
59
|
-
import { default as
|
|
60
|
-
import { default as
|
|
61
|
-
import { SCREEN_CONTEXT_KEY as
|
|
62
|
-
import { initializeTheme as
|
|
63
|
-
import { default as
|
|
64
|
-
import { default as
|
|
65
|
-
import { default as
|
|
66
|
-
import { default as
|
|
67
|
-
import { default as
|
|
68
|
-
import { useMultiSelectHydration as
|
|
69
|
-
import { default as
|
|
70
|
-
import { default as
|
|
71
|
-
import { default as
|
|
72
|
-
import { default as
|
|
60
|
+
import { default as Lo } from "./components/DataTable/DataTableHeader.vue.js";
|
|
61
|
+
import { default as Ro } from "./components/DataTable/DataTableRow.vue.js";
|
|
62
|
+
import { SCREEN_CONTEXT_KEY as _o } from "./components/DataTable/types.js";
|
|
63
|
+
import { initializeTheme as zo, useTheme as Uo } from "./composables/useTheme.js";
|
|
64
|
+
import { default as Ho } from "./components/FilePicker/FilePicker.vue.js";
|
|
65
|
+
import { default as Qo } from "./components/Pagination/Pagination.vue.js";
|
|
66
|
+
import { default as qo } from "./components/ExportData/ExportData.vue.js";
|
|
67
|
+
import { default as Xo } from "./components/ImportData/ImportData.vue.js";
|
|
68
|
+
import { default as Jo } from "./components/MultiSelect/MultiSelect.vue.js";
|
|
69
|
+
import { useMultiSelectHydration as er } from "./components/MultiSelect/composables/useMultiSelectHydration.js";
|
|
70
|
+
import { default as rr } from "./components/PricingPlan/PricingPlan.vue.js";
|
|
71
|
+
import { default as ar } from "./components/PricingPlan/PricingPlanItem.vue.js";
|
|
72
|
+
import { default as mr } from "./components/SidebarMenu/SidebarMenu.vue.js";
|
|
73
|
+
import { default as sr } from "./components/SidebarMenu/SidebarMenuItem.vue.js";
|
|
73
74
|
/* empty css */
|
|
74
|
-
import { default as
|
|
75
|
-
import { default as
|
|
76
|
-
import { default as
|
|
77
|
-
import { useAdvancedKeyStroke as
|
|
78
|
-
import { vScrollReveal as
|
|
79
|
-
import { default as
|
|
80
|
-
import { configure as
|
|
81
|
-
import { default as
|
|
75
|
+
import { default as dr } from "./components/ProgressBar/ProgressBar.vue.js";
|
|
76
|
+
import { default as xr } from "./components/PermissionMatrix/PermissionMatrix.vue.js";
|
|
77
|
+
import { default as nr } from "./components/PermissionMatrix/PermissionEditor.vue.js";
|
|
78
|
+
import { useAdvancedKeyStroke as Tr, useKeyStroke as Sr } from "./composables/useKeyStroke.js";
|
|
79
|
+
import { vScrollReveal as br } from "./directives/vScrollReveal.js";
|
|
80
|
+
import { default as Pr } from "./components/AvatarUploader/AvatarUploader.vue.js";
|
|
81
|
+
import { configure as Dr, pauseTimers as Fr, removeToast as vr, resumeTimers as Nr, showToast as hr, toast as Ar, useNotifications as Br } from "./composables/useNotifications.js";
|
|
82
|
+
import { default as wr } from "./components/Timeline/Timeline.vue.js";
|
|
82
83
|
import { default as Er } from "./components/Timeline/TimelineItem.vue.js";
|
|
83
|
-
import { default as
|
|
84
|
-
import { default as
|
|
85
|
-
import { default as
|
|
86
|
-
import { default as
|
|
87
|
-
import { default as
|
|
88
|
-
import { default as
|
|
84
|
+
import { default as Lr } from "./components/Timeline/TimelineIndicator.vue.js";
|
|
85
|
+
import { default as Rr } from "./components/FilePreview/FilePreview.vue.js";
|
|
86
|
+
import { default as _r } from "./components/AttachmentsList/AttachmentsList.vue.js";
|
|
87
|
+
import { default as zr } from "./components/Icon.vue.js";
|
|
88
|
+
import { default as Vr } from "./components/Logo.vue.js";
|
|
89
|
+
import { default as Yr } from "./components/Alert.vue.js";
|
|
90
|
+
import { default as jr } from "./components/Badge.vue.js";
|
|
91
|
+
import { default as Wr } from "./components/Input.vue.js";
|
|
89
92
|
/* empty css */
|
|
90
|
-
import { default as
|
|
91
|
-
import { default as
|
|
92
|
-
import { default as
|
|
93
|
-
import { default as
|
|
94
|
-
import { default as
|
|
95
|
-
import { default as
|
|
96
|
-
import { default as
|
|
97
|
-
import { default as
|
|
98
|
-
import { default as
|
|
99
|
-
import { default as
|
|
100
|
-
import { default as
|
|
101
|
-
import { default as
|
|
102
|
-
import { default as
|
|
103
|
-
import { default as
|
|
104
|
-
import { default as
|
|
105
|
-
import { default as
|
|
106
|
-
import { default as
|
|
107
|
-
import { default as
|
|
108
|
-
import { default as
|
|
109
|
-
import { default as
|
|
110
|
-
import { default as
|
|
111
|
-
import { default as
|
|
112
|
-
import { default as
|
|
113
|
-
import { createVLite as
|
|
114
|
-
import { default as
|
|
115
|
-
import { STATUS_MAP as
|
|
116
|
-
import { default as
|
|
117
|
-
import { default as
|
|
118
|
-
import { VLITE_CONFIG_KEY as
|
|
93
|
+
import { default as $r } from "./components/Label.vue.js";
|
|
94
|
+
import { default as Zr } from "./components/Modal.vue.js";
|
|
95
|
+
import { default as ot } from "./components/Avatar.vue.js";
|
|
96
|
+
import { default as tt } from "./components/Button.vue.js";
|
|
97
|
+
import { default as ft } from "./components/BackButton.vue.js";
|
|
98
|
+
import { default as lt } from "./components/Slider.vue.js";
|
|
99
|
+
import { default as pt } from "./components/Switch.vue.js";
|
|
100
|
+
import { default as ut } from "./components/Tooltip.vue.js";
|
|
101
|
+
import { default as it } from "./components/CheckBox.vue.js";
|
|
102
|
+
import { default as ct } from "./components/Textarea.vue.js";
|
|
103
|
+
import { default as St } from "./components/SidePanel.vue.js";
|
|
104
|
+
import { default as bt } from "./components/DatePicker.vue.js";
|
|
105
|
+
import { default as Pt } from "./components/IconPicker.vue.js";
|
|
106
|
+
import { default as Dt } from "./components/ButtonGroup.vue.js";
|
|
107
|
+
import { default as vt } from "./components/NumberInput.vue.js";
|
|
108
|
+
import { default as ht } from "./components/ThemeToggle.vue.js";
|
|
109
|
+
import { default as Bt } from "./components/GoogleLogin.vue.js";
|
|
110
|
+
import { default as wt } from "./components/ColorPicker/ColorPicker.vue.js";
|
|
111
|
+
import { default as Et } from "./components/ConfirmationModal.vue.js";
|
|
112
|
+
import { default as Lt } from "./components/ToastNotification.vue.js";
|
|
113
|
+
import { default as Rt } from "./components/CommandPalette/CommandPaletteContent.vue.js";
|
|
114
|
+
import { default as _t } from "./components/NavbarCommandPalette.vue.js";
|
|
115
|
+
import { default as zt } from "./components/DateRangePicker.vue.js";
|
|
116
|
+
import { createVLite as Vt } from "./core/index.js";
|
|
117
|
+
import { default as Yt } from "./components/StatusChip/StatusChip.vue.js";
|
|
118
|
+
import { STATUS_MAP as jt, normalizeStatus as qt, resolveStatus as Wt } from "./components/StatusChip/status-map.js";
|
|
119
|
+
import { default as $t } from "./components/Price/Price.vue.js";
|
|
120
|
+
import { default as Zt } from "./components/Date/Date.vue.js";
|
|
121
|
+
import { VLITE_CONFIG_KEY as oa, configState as ra, updateConfig as ta, useVLiteConfig as aa } from "./core/config.js";
|
|
119
122
|
export {
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
123
|
+
y as $t,
|
|
124
|
+
Do as Accordion,
|
|
125
|
+
Bo as AccordionContent,
|
|
126
|
+
vo as AccordionItem,
|
|
127
|
+
ho as AccordionTrigger,
|
|
128
|
+
Yr as Alert,
|
|
129
|
+
_r as AttachmentsList,
|
|
130
|
+
ot as Avatar,
|
|
131
|
+
Pr as AvatarUploader,
|
|
132
|
+
ft as BackButton,
|
|
133
|
+
jr as Badge,
|
|
134
|
+
Ae as Barcode,
|
|
135
|
+
Qe as Breadcrumb,
|
|
136
|
+
qe as BreadcrumbItem,
|
|
137
|
+
tt as Button,
|
|
138
|
+
Dt as ButtonGroup,
|
|
135
139
|
ye as Carousel,
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
140
|
+
it as CheckBox,
|
|
141
|
+
M as Chip,
|
|
142
|
+
wo as ChoiceBox,
|
|
143
|
+
wt as ColorPicker,
|
|
144
|
+
Rt as CommandPaletteContent,
|
|
145
|
+
Et as ConfirmationModal,
|
|
142
146
|
U as CustomFields,
|
|
143
|
-
|
|
147
|
+
so as DataList,
|
|
144
148
|
Eo as DataTable,
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
149
|
+
Lo as DataTableHeader,
|
|
150
|
+
Ro as DataTableRow,
|
|
151
|
+
Zt as Date,
|
|
152
|
+
bt as DatePicker,
|
|
153
|
+
zt as DateRangePicker,
|
|
150
154
|
Me as Dropdown,
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
Xe as
|
|
155
|
+
Ge as DropdownItem,
|
|
156
|
+
Ke as DropdownMenu,
|
|
157
|
+
Oe as DropdownTrigger,
|
|
158
|
+
Po as Empty,
|
|
159
|
+
qo as ExportData,
|
|
160
|
+
Ho as FilePicker,
|
|
161
|
+
Rr as FilePreview,
|
|
162
|
+
Xe as FileTree,
|
|
163
|
+
Je as FileTreeNode,
|
|
159
164
|
K as Form,
|
|
160
165
|
O as FormField,
|
|
161
166
|
G as FormFields,
|
|
162
|
-
|
|
167
|
+
Bt as GoogleLogin,
|
|
163
168
|
f as GoogleSignInPlugin,
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
+
Ce as Heatmap,
|
|
170
|
+
zr as Icon,
|
|
171
|
+
Pt as IconPicker,
|
|
172
|
+
Xo as ImportData,
|
|
173
|
+
Wr as Input,
|
|
169
174
|
J as Kanban,
|
|
170
175
|
ee as KanbanBoard,
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
176
|
+
$r as Label,
|
|
177
|
+
uo as List,
|
|
178
|
+
io as ListFieldRow,
|
|
179
|
+
Vr as Logo,
|
|
180
|
+
Fe as MASONRY_BREAKPOINTS,
|
|
181
|
+
Ie as Masonry,
|
|
182
|
+
Zr as Modal,
|
|
183
|
+
Jo as MultiSelect,
|
|
179
184
|
ae as Navbar,
|
|
180
|
-
|
|
181
|
-
|
|
185
|
+
_t as NavbarCommandPalette,
|
|
186
|
+
se as NavbarGroup,
|
|
182
187
|
me as NavbarItem,
|
|
183
188
|
de as NavbarTabs,
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
189
|
+
vt as NumberInput,
|
|
190
|
+
ro as OTPInput,
|
|
191
|
+
Qo as Pagination,
|
|
192
|
+
nr as PermissionEditor,
|
|
193
|
+
xr as PermissionMatrix,
|
|
194
|
+
$t as Price,
|
|
195
|
+
rr as PricingPlan,
|
|
196
|
+
ar as PricingPlanItem,
|
|
197
|
+
dr as ProgressBar,
|
|
193
198
|
xe as QRCode,
|
|
194
|
-
|
|
195
|
-
|
|
199
|
+
_o as SCREEN_CONTEXT_KEY,
|
|
200
|
+
jt as STATUS_MAP,
|
|
196
201
|
ne as Screen,
|
|
197
202
|
Te as ScreenFilter,
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
mr as
|
|
202
|
-
|
|
203
|
+
ge as ScreenQuickFilters,
|
|
204
|
+
mo as Sheet,
|
|
205
|
+
St as SidePanel,
|
|
206
|
+
mr as SidebarMenu,
|
|
207
|
+
sr as SidebarMenuItem,
|
|
208
|
+
lt as Slider,
|
|
203
209
|
Ne as Spinner,
|
|
204
210
|
X as Stats,
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
211
|
+
Yt as StatusChip,
|
|
212
|
+
pt as Switch,
|
|
213
|
+
q as Tabes,
|
|
214
|
+
ct as Textarea,
|
|
215
|
+
ht as ThemeToggle,
|
|
216
|
+
wr as Timeline,
|
|
217
|
+
Lr as TimelineIndicator,
|
|
212
218
|
Er as TimelineItem,
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
+
Lt as ToastNotification,
|
|
220
|
+
ut as Tooltip,
|
|
221
|
+
oa as VLITE_CONFIG_KEY,
|
|
222
|
+
ao as Workbook,
|
|
223
|
+
ke as barcodesConstants,
|
|
224
|
+
p as camelCase,
|
|
219
225
|
d as capitalize,
|
|
220
|
-
|
|
221
|
-
|
|
226
|
+
ra as configState,
|
|
227
|
+
Dr as configure,
|
|
222
228
|
u as copyToClipboard,
|
|
223
|
-
|
|
229
|
+
Vt as createVLite,
|
|
224
230
|
x as debounce,
|
|
225
231
|
l as deepMerge,
|
|
226
232
|
i as delay,
|
|
227
233
|
n as downloadFile,
|
|
228
|
-
|
|
234
|
+
k as env,
|
|
229
235
|
c as flattenArray,
|
|
230
236
|
T as formatCurrency,
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
237
|
+
co as formatDate,
|
|
238
|
+
To as formatNumber,
|
|
239
|
+
So as formatPrice,
|
|
240
|
+
go as getObjectValue,
|
|
241
|
+
bo as getStatusColorClass,
|
|
236
242
|
S as getUniqueId,
|
|
237
|
-
|
|
243
|
+
zo as initializeTheme,
|
|
238
244
|
g as isAppleDevice,
|
|
239
245
|
b as isEmpty,
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
246
|
+
N as lazySearch,
|
|
247
|
+
qt as normalizeStatus,
|
|
248
|
+
Fr as pauseTimers,
|
|
243
249
|
C as randomNumber,
|
|
244
250
|
P as removeExtraProperties,
|
|
245
|
-
|
|
251
|
+
vr as removeToast,
|
|
246
252
|
h as resetSearchIndex,
|
|
247
|
-
|
|
253
|
+
Wt as resolveStatus,
|
|
248
254
|
Nr as resumeTimers,
|
|
249
255
|
A as search,
|
|
250
|
-
|
|
256
|
+
hr as showToast,
|
|
251
257
|
I as slugify,
|
|
252
258
|
D as throttle,
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
259
|
+
Ar as toast,
|
|
260
|
+
F as truncate,
|
|
261
|
+
ta as updateConfig,
|
|
262
|
+
Tr as useAdvancedKeyStroke,
|
|
263
|
+
He as useDropdownIds,
|
|
264
|
+
Ue as useDropdownSelection,
|
|
265
|
+
Q as useFileUpload,
|
|
260
266
|
H as useForm,
|
|
261
267
|
re as useKanbanBoard,
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
268
|
+
Sr as useKeyStroke,
|
|
269
|
+
er as useMultiSelectHydration,
|
|
270
|
+
Br as useNotifications,
|
|
271
|
+
Uo as useTheme,
|
|
272
|
+
eo as useTreeSelection,
|
|
273
|
+
aa as useVLiteConfig,
|
|
274
|
+
br as vScrollReveal
|
|
269
275
|
};
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"private": false,
|
|
4
4
|
"description": "A Vue 3 UI component library built with Tailwind CSS.",
|
|
5
5
|
"license": "MIT",
|
|
6
|
-
"version": "0.
|
|
6
|
+
"version": "0.9.2",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"main": "index.js",
|
|
9
9
|
"module": "index.js",
|
|
@@ -47,7 +47,8 @@
|
|
|
47
47
|
"qrcode": "^1.5.4",
|
|
48
48
|
"scrollreveal": "^4.0.9",
|
|
49
49
|
"tailwindcss": "^4.1.18",
|
|
50
|
-
"v-datepicker-lite": "^0.1.
|
|
50
|
+
"v-datepicker-lite": "^0.1.8",
|
|
51
|
+
"v-file-preview": "^0.1.3",
|
|
51
52
|
"v-tooltip-lite": "^0.2.8",
|
|
52
53
|
"vue-carousel-lite": "^0.2.7",
|
|
53
54
|
"vue-draggable-plus": "^0.5.3",
|