vlite3 0.5.6 → 0.5.8
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/Badge.vue.d.ts +3 -3
- package/components/Badge.vue.js +27 -16
- package/components/Breadcrumb/Breadcrumb.vue.js +2 -2
- package/components/Button.vue.js +1 -1
- package/components/Chip/Chip.vue.d.ts +6 -3
- package/components/Chip/Chip.vue.js +48 -40
- package/components/CommandPaletteContent.vue.d.ts +1 -0
- package/components/CommandPaletteContent.vue.js +1 -1
- package/components/CommandPaletteContent.vue2.js +129 -105
- package/components/Dropdown/Dropdown.vue.d.ts +16 -12
- package/components/Dropdown/Dropdown.vue.js +127 -114
- package/components/Dropdown/DropdownItem.vue.js +2 -1
- package/components/Dropdown/DropdownMenu.vue.d.ts +3 -3
- package/components/Dropdown/DropdownMenu.vue.js +107 -99
- package/components/Dropdown/composables/useDropdownSelection.d.ts +1 -1
- package/components/Dropdown/composables/useDropdownSelection.js +28 -28
- package/components/NavbarCommandPalette.vue.d.ts +8 -2
- package/components/NavbarCommandPalette.vue.js +55 -45
- package/components/PermissionMatrix/PermissionMatrix.vue.js +2 -2
- package/components/Screen/Screen.vue.js +35 -34
- package/components/StatusChip/StatusChip.vue.d.ts +21 -0
- package/components/StatusChip/StatusChip.vue.js +28 -0
- package/components/StatusChip/StatusChip.vue2.js +4 -0
- package/components/StatusChip/index.d.ts +3 -0
- package/components/StatusChip/status-map.d.ts +23 -0
- package/components/StatusChip/status-map.js +112 -0
- package/composables/useTheme.d.ts +1 -0
- package/composables/useTheme.js +20 -12
- package/index.d.ts +1 -0
- package/index.js +148 -141
- package/package.json +1 -1
- package/style.css +184 -4
- package/types/styles.d.ts +11 -0
package/index.js
CHANGED
|
@@ -1,249 +1,256 @@
|
|
|
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
|
|
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 b, isEmpty as g, randomNumber as P, removeExtraProperties as C, slugify as I, throttle as D, truncate as v } from "./utils/functions.js";
|
|
4
|
+
import { lazySearch as A, resetSearchIndex as F, search as N } from "./utils/search.util.js";
|
|
5
5
|
import { env as w } from "./utils/env.js";
|
|
6
|
-
import { $t as
|
|
6
|
+
import { $t as M } from "./utils/i18n.js";
|
|
7
7
|
import { default as L } from "./components/Chip/Chip.vue.js";
|
|
8
8
|
import { default as E } from "./components/Form/Form.vue.js";
|
|
9
|
-
import { default as
|
|
10
|
-
import { default as
|
|
11
|
-
import { default as
|
|
12
|
-
import { useForm as
|
|
13
|
-
import { useFileUpload as
|
|
14
|
-
import { default as
|
|
9
|
+
import { default as z } from "./components/Form/FormField.vue.js";
|
|
10
|
+
import { default as O } from "./components/Form/FormFields.vue.js";
|
|
11
|
+
import { default as V } from "./components/Form/CustomFields.vue.js";
|
|
12
|
+
import { useForm as _ } from "./components/Form/composables/useForm.js";
|
|
13
|
+
import { useFileUpload as q } from "./components/Form/composables/useFileUpload.js";
|
|
14
|
+
import { default as W } from "./components/Tabes/Tabes.vue.js";
|
|
15
15
|
import { default as $ } from "./components/Stats/Stats.vue.js";
|
|
16
16
|
import { default as X } 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
|
-
import { default as
|
|
27
|
-
import { default as
|
|
26
|
+
import { default as Te } from "./components/Screen/ScreenFilter.vue.js";
|
|
27
|
+
import { default as be } from "./components/Heatmap/Heatmap.vue.js";
|
|
28
28
|
import { default as Pe } from "./components/Masonry/Masonry.vue.js";
|
|
29
29
|
import { MASONRY_BREAKPOINTS as Ie } from "./components/Masonry/types.js";
|
|
30
30
|
import { default as ve } from "./components/Spinner/Spinner.vue.js";
|
|
31
|
-
import { default as
|
|
32
|
-
import { barcodesConstants as
|
|
31
|
+
import { default as Ae } from "./components/Barcode/Barcode.vue.js";
|
|
32
|
+
import { barcodesConstants as Ne } from "./components/Barcode/types.js";
|
|
33
33
|
import { default as we } from "./components/Carousel/Carousel.vue.js";
|
|
34
|
-
import { default as
|
|
34
|
+
import { default as Me } from "./components/Dropdown/Dropdown.vue.js";
|
|
35
35
|
import { default as Le } from "./components/Dropdown/DropdownMenu.vue.js";
|
|
36
36
|
import { default as Ee } from "./components/Dropdown/DropdownTrigger.vue.js";
|
|
37
|
-
import { default as
|
|
38
|
-
import { useDropdownSelection as
|
|
39
|
-
import { useDropdownIds as
|
|
40
|
-
import { default as
|
|
41
|
-
import { default as
|
|
42
|
-
import { default as
|
|
37
|
+
import { default as ze } from "./components/Dropdown/DropdownItem.vue.js";
|
|
38
|
+
import { useDropdownSelection as Oe } from "./components/Dropdown/composables/useDropdownSelection.js";
|
|
39
|
+
import { useDropdownIds as Ve } from "./components/Dropdown/composables/useDropdownIds.js";
|
|
40
|
+
import { default as _e } from "./components/Breadcrumb/Breadcrumb.vue.js";
|
|
41
|
+
import { default as qe } from "./components/Breadcrumb/BreadcrumbItem.vue.js";
|
|
42
|
+
import { default as We } from "./components/FileTree/FileTree.vue.js";
|
|
43
43
|
import { default as $e } from "./components/FileTree/FileTreeNode.vue.js";
|
|
44
44
|
import { useTreeSelection as Xe } from "./components/FileTree/useTreeSelection.js";
|
|
45
45
|
import { default as eo } from "./components/OTPInput/OTPInput.vue.js";
|
|
46
46
|
import { default as ro } from "./components/Workbook/Workbook.vue.js";
|
|
47
47
|
import { default as ao } from "./components/Workbook/Sheet.vue.js";
|
|
48
48
|
import { default as mo } from "./components/DataList/DataList.vue.js";
|
|
49
|
-
import { default as
|
|
49
|
+
import { default as so } from "./components/List/List.vue.js";
|
|
50
50
|
import { default as uo } from "./components/List/ListFieldRow.vue.js";
|
|
51
|
-
import { formatDate as io, formatNumber as no, formatPrice as co, getObjectValue as
|
|
52
|
-
import { default as
|
|
51
|
+
import { formatDate as io, formatNumber as no, formatPrice as co, getObjectValue as To, getStatusColorClass as So } from "./components/List/utils.js";
|
|
52
|
+
import { default as go } from "./components/Empty/Empty.vue.js";
|
|
53
53
|
import { default as Co } from "./components/Accordion/Accordion.vue.js";
|
|
54
54
|
import { default as Do } from "./components/Accordion/AccordionItem.vue.js";
|
|
55
|
-
import { default as
|
|
56
|
-
import { default as
|
|
55
|
+
import { default as ho } from "./components/Accordion/AccordionTrigger.vue.js";
|
|
56
|
+
import { default as Fo } from "./components/Accordion/AccordionContent.vue.js";
|
|
57
57
|
import { default as Bo } from "./components/ChoiceBox/ChoiceBox.vue.js";
|
|
58
58
|
import { default as yo } from "./components/DataTable/DataTable.vue.js";
|
|
59
|
-
import { default as
|
|
59
|
+
import { default as ko } from "./components/DataTable/DataTableHeader.vue.js";
|
|
60
60
|
import { default as Ro } from "./components/DataTable/DataTableRow.vue.js";
|
|
61
|
-
import {
|
|
61
|
+
import { initializeTheme as Ko, useTheme as zo } from "./composables/useTheme.js";
|
|
62
62
|
import { default as Oo } from "./components/FilePicker/FilePicker.vue.js";
|
|
63
63
|
import { default as Vo } from "./components/Pagination/Pagination.vue.js";
|
|
64
|
-
import { default as
|
|
64
|
+
import { default as _o } from "./components/ExportData/ExportData.vue.js";
|
|
65
65
|
import { default as qo } from "./components/ImportData/ImportData.vue.js";
|
|
66
66
|
import { default as Wo } from "./components/MultiSelect/MultiSelect.vue.js";
|
|
67
|
-
import { default as
|
|
68
|
-
import { default as
|
|
69
|
-
import { default as
|
|
70
|
-
import { default as
|
|
67
|
+
import { default as $o } from "./components/PricingPlan/PricingPlan.vue.js";
|
|
68
|
+
import { default as Xo } from "./components/PricingPlan/PricingPlanItem.vue.js";
|
|
69
|
+
import { default as er } from "./components/SidebarMenu/SidebarMenu.vue.js";
|
|
70
|
+
import { default as rr } from "./components/SidebarMenu/SidebarMenuItem.vue.js";
|
|
71
71
|
/* empty css */
|
|
72
|
-
import { default as
|
|
73
|
-
import { default as
|
|
74
|
-
import { default as
|
|
75
|
-
import { useAdvancedKeyStroke as
|
|
76
|
-
import { vScrollReveal as
|
|
77
|
-
import { default as
|
|
78
|
-
import { configure as
|
|
79
|
-
import { default as
|
|
80
|
-
import { default as
|
|
81
|
-
import { default as
|
|
82
|
-
import { default as
|
|
72
|
+
import { default as ar } from "./components/ProgressBar/ProgressBar.vue.js";
|
|
73
|
+
import { default as mr } from "./components/PermissionMatrix/PermissionMatrix.vue.js";
|
|
74
|
+
import { default as sr } from "./components/PermissionMatrix/PermissionEditor.vue.js";
|
|
75
|
+
import { useAdvancedKeyStroke as dr, useKeyStroke as ur } from "./composables/useKeyStroke.js";
|
|
76
|
+
import { vScrollReveal as ir } from "./directives/vScrollReveal.js";
|
|
77
|
+
import { default as cr } from "./components/AvatarUploader/AvatarUploader.vue.js";
|
|
78
|
+
import { configure as Sr, pauseTimers as br, removeToast as gr, resumeTimers as Pr, showToast as Cr, toast as Ir, useNotifications as Dr } from "./composables/useNotifications.js";
|
|
79
|
+
import { default as hr } from "./components/Timeline/Timeline.vue.js";
|
|
80
|
+
import { default as Fr } from "./components/Timeline/TimelineItem.vue.js";
|
|
81
|
+
import { default as Br } from "./components/Timeline/TimelineIndicator.vue.js";
|
|
82
|
+
import { default as yr } from "./components/Icon.vue.js";
|
|
83
83
|
import { default as kr } from "./components/Logo.vue.js";
|
|
84
|
-
import { default as
|
|
85
|
-
import { default as
|
|
84
|
+
import { default as Rr } from "./components/Alert.vue.js";
|
|
85
|
+
import { default as Kr } from "./components/Badge.vue.js";
|
|
86
86
|
import { default as Gr } from "./components/Input.vue.js";
|
|
87
87
|
/* empty css */
|
|
88
88
|
import { default as Ur } from "./components/Label.vue.js";
|
|
89
|
-
import { default as
|
|
89
|
+
import { default as Hr } from "./components/Modal.vue.js";
|
|
90
90
|
import { default as jr } from "./components/Avatar.vue.js";
|
|
91
91
|
import { default as Qr } from "./components/Button.vue.js";
|
|
92
92
|
import { default as Yr } from "./components/Slider.vue.js";
|
|
93
|
-
import { default as
|
|
94
|
-
import { default as
|
|
95
|
-
import { default as
|
|
96
|
-
import { default as
|
|
97
|
-
import { default as
|
|
98
|
-
import { default as
|
|
93
|
+
import { default as Jr } from "./components/Switch.vue.js";
|
|
94
|
+
import { default as Zr } from "./components/Tooltip.vue.js";
|
|
95
|
+
import { default as ot } from "./components/CheckBox.vue.js";
|
|
96
|
+
import { default as tt } from "./components/Textarea.vue.js";
|
|
97
|
+
import { default as ft } from "./components/SidePanel.vue.js";
|
|
98
|
+
import { default as lt } from "./components/DatePicker.vue.js";
|
|
99
99
|
import { default as pt } from "./components/IconPicker.vue.js";
|
|
100
|
-
import { default as
|
|
101
|
-
import { default as
|
|
102
|
-
import { default as
|
|
103
|
-
import { default as
|
|
100
|
+
import { default as ut } from "./components/ButtonGroup.vue.js";
|
|
101
|
+
import { default as it } from "./components/NumberInput.vue.js";
|
|
102
|
+
import { default as ct } from "./components/ThemeToggle.vue.js";
|
|
103
|
+
import { default as St } from "./components/GoogleLogin.vue.js";
|
|
104
104
|
import { default as gt } from "./components/ColorPicker/ColorPicker.vue.js";
|
|
105
|
-
import { default as
|
|
106
|
-
import { default as
|
|
107
|
-
import { default as
|
|
108
|
-
import { default as
|
|
109
|
-
import { default as
|
|
110
|
-
import { createVLite as
|
|
111
|
-
import {
|
|
105
|
+
import { default as Ct } from "./components/ConfirmationModal.vue.js";
|
|
106
|
+
import { default as Dt } from "./components/ToastNotification.vue.js";
|
|
107
|
+
import { default as ht } from "./components/CommandPaletteContent.vue.js";
|
|
108
|
+
import { default as Ft } from "./components/NavbarCommandPalette.vue.js";
|
|
109
|
+
import { default as Bt } from "./components/DateRangePicker.vue.js";
|
|
110
|
+
import { createVLite as yt } from "./core/index.js";
|
|
111
|
+
import { default as kt } from "./components/StatusChip/StatusChip.vue.js";
|
|
112
|
+
import { STATUS_MAP as Rt, normalizeStatus as Et, resolveStatus as Kt } from "./components/StatusChip/status-map.js";
|
|
113
|
+
import { useVLiteConfig as Gt } from "./core/config.js";
|
|
112
114
|
export {
|
|
113
|
-
|
|
115
|
+
M as $t,
|
|
114
116
|
Co as Accordion,
|
|
115
|
-
|
|
117
|
+
Fo as AccordionContent,
|
|
116
118
|
Do as AccordionItem,
|
|
117
|
-
|
|
118
|
-
|
|
119
|
+
ho as AccordionTrigger,
|
|
120
|
+
Rr as Alert,
|
|
119
121
|
jr as Avatar,
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
122
|
+
cr as AvatarUploader,
|
|
123
|
+
Kr as Badge,
|
|
124
|
+
Ae as Barcode,
|
|
125
|
+
_e as Breadcrumb,
|
|
126
|
+
qe as BreadcrumbItem,
|
|
125
127
|
Qr as Button,
|
|
126
|
-
|
|
128
|
+
ut as ButtonGroup,
|
|
127
129
|
we as Carousel,
|
|
128
|
-
|
|
130
|
+
ot as CheckBox,
|
|
129
131
|
L as Chip,
|
|
130
132
|
Bo as ChoiceBox,
|
|
131
133
|
gt as ColorPicker,
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
134
|
+
ht as CommandPaletteContent,
|
|
135
|
+
Ct as ConfirmationModal,
|
|
136
|
+
V as CustomFields,
|
|
135
137
|
mo as DataList,
|
|
136
138
|
yo as DataTable,
|
|
137
|
-
|
|
139
|
+
ko as DataTableHeader,
|
|
138
140
|
Ro as DataTableRow,
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
141
|
+
lt as DatePicker,
|
|
142
|
+
Bt as DateRangePicker,
|
|
143
|
+
Me as Dropdown,
|
|
144
|
+
ze as DropdownItem,
|
|
143
145
|
Le as DropdownMenu,
|
|
144
146
|
Ee as DropdownTrigger,
|
|
145
|
-
|
|
146
|
-
|
|
147
|
+
go as Empty,
|
|
148
|
+
_o as ExportData,
|
|
147
149
|
Oo as FilePicker,
|
|
148
|
-
|
|
150
|
+
We as FileTree,
|
|
149
151
|
$e as FileTreeNode,
|
|
150
152
|
E as Form,
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
153
|
+
z as FormField,
|
|
154
|
+
O as FormFields,
|
|
155
|
+
St as GoogleLogin,
|
|
154
156
|
f as GoogleSignInPlugin,
|
|
155
|
-
|
|
156
|
-
|
|
157
|
+
be as Heatmap,
|
|
158
|
+
yr as Icon,
|
|
157
159
|
pt as IconPicker,
|
|
158
160
|
qo as ImportData,
|
|
159
161
|
Gr as Input,
|
|
160
162
|
X as Kanban,
|
|
161
163
|
ee as KanbanBoard,
|
|
162
164
|
Ur as Label,
|
|
163
|
-
|
|
165
|
+
so as List,
|
|
164
166
|
uo as ListFieldRow,
|
|
165
167
|
kr as Logo,
|
|
166
168
|
Ie as MASONRY_BREAKPOINTS,
|
|
167
169
|
Pe as Masonry,
|
|
168
|
-
|
|
170
|
+
Hr as Modal,
|
|
169
171
|
Wo as MultiSelect,
|
|
170
172
|
ae as Navbar,
|
|
171
|
-
|
|
172
|
-
|
|
173
|
+
Ft as NavbarCommandPalette,
|
|
174
|
+
se as NavbarGroup,
|
|
173
175
|
me as NavbarItem,
|
|
174
176
|
de as NavbarTabs,
|
|
175
|
-
|
|
177
|
+
it as NumberInput,
|
|
176
178
|
eo as OTPInput,
|
|
177
179
|
Vo as Pagination,
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
180
|
+
sr as PermissionEditor,
|
|
181
|
+
mr as PermissionMatrix,
|
|
182
|
+
$o as PricingPlan,
|
|
183
|
+
Xo as PricingPlanItem,
|
|
184
|
+
ar as ProgressBar,
|
|
183
185
|
xe as QRCode,
|
|
186
|
+
Rt as STATUS_MAP,
|
|
184
187
|
ne as Screen,
|
|
185
|
-
|
|
188
|
+
Te as ScreenFilter,
|
|
186
189
|
ao as Sheet,
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
+
ft as SidePanel,
|
|
191
|
+
er as SidebarMenu,
|
|
192
|
+
rr as SidebarMenuItem,
|
|
190
193
|
Yr as Slider,
|
|
191
194
|
ve as Spinner,
|
|
192
195
|
$ as Stats,
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
196
|
+
kt as StatusChip,
|
|
197
|
+
Jr as Switch,
|
|
198
|
+
W as Tabes,
|
|
199
|
+
tt as Textarea,
|
|
200
|
+
ct as ThemeToggle,
|
|
201
|
+
hr as Timeline,
|
|
202
|
+
Br as TimelineIndicator,
|
|
203
|
+
Fr as TimelineItem,
|
|
204
|
+
Dt as ToastNotification,
|
|
205
|
+
Zr as Tooltip,
|
|
202
206
|
ro as Workbook,
|
|
203
|
-
|
|
204
|
-
|
|
207
|
+
Ne as barcodesConstants,
|
|
208
|
+
p as camelCase,
|
|
205
209
|
d as capitalize,
|
|
206
|
-
|
|
210
|
+
Sr as configure,
|
|
207
211
|
u as copyToClipboard,
|
|
208
|
-
|
|
212
|
+
yt as createVLite,
|
|
209
213
|
x as debounce,
|
|
210
214
|
l as deepMerge,
|
|
211
215
|
i as delay,
|
|
212
216
|
n as downloadFile,
|
|
213
217
|
w as env,
|
|
214
218
|
c as flattenArray,
|
|
215
|
-
|
|
219
|
+
T as formatCurrency,
|
|
216
220
|
io as formatDate,
|
|
217
221
|
no as formatNumber,
|
|
218
222
|
co as formatPrice,
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
223
|
+
To as getObjectValue,
|
|
224
|
+
So as getStatusColorClass,
|
|
225
|
+
S as getUniqueId,
|
|
226
|
+
Ko as initializeTheme,
|
|
227
|
+
b as isAppleDevice,
|
|
228
|
+
g as isEmpty,
|
|
229
|
+
A as lazySearch,
|
|
230
|
+
Et as normalizeStatus,
|
|
231
|
+
br as pauseTimers,
|
|
226
232
|
P as randomNumber,
|
|
227
233
|
C as removeExtraProperties,
|
|
228
234
|
gr as removeToast,
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
235
|
+
F as resetSearchIndex,
|
|
236
|
+
Kt as resolveStatus,
|
|
237
|
+
Pr as resumeTimers,
|
|
238
|
+
N as search,
|
|
239
|
+
Cr as showToast,
|
|
233
240
|
I as slugify,
|
|
234
241
|
D as throttle,
|
|
235
|
-
|
|
242
|
+
Ir as toast,
|
|
236
243
|
v as truncate,
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
244
|
+
dr as useAdvancedKeyStroke,
|
|
245
|
+
Ve as useDropdownIds,
|
|
246
|
+
Oe as useDropdownSelection,
|
|
247
|
+
q as useFileUpload,
|
|
248
|
+
_ as useForm,
|
|
242
249
|
re as useKanbanBoard,
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
250
|
+
ur as useKeyStroke,
|
|
251
|
+
Dr as useNotifications,
|
|
252
|
+
zo as useTheme,
|
|
246
253
|
Xe as useTreeSelection,
|
|
247
|
-
|
|
248
|
-
|
|
254
|
+
Gt as useVLiteConfig,
|
|
255
|
+
ir as vScrollReveal
|
|
249
256
|
};
|