vlite3 0.7.7 → 0.7.9
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/ColorPicker/ColorIro.vue3.js +2 -2
- package/components/ColorPicker/ColorPicker.vue.js +2 -2
- package/components/DataTable/DataTable.vue.d.ts +2 -2
- package/components/DataTable/DataTable.vue.js +138 -141
- package/components/DataTable/DataTableHeader.vue.js +24 -22
- package/components/DataTable/types.d.ts +7 -0
- package/components/Dropdown/Dropdown.vue.js +131 -142
- package/components/Dropdown/composables/useDropdownHydration.d.ts +105 -0
- package/components/Dropdown/composables/useDropdownHydration.js +32 -0
- package/components/MultiSelect/MultiSelect.vue.js +90 -92
- package/components/MultiSelect/composables/useMultiSelectHydration.d.ts +97 -0
- package/components/MultiSelect/composables/useMultiSelectHydration.js +30 -0
- package/components/MultiSelect/index.d.ts +1 -0
- package/components/Screen/ScreenFilter.vue.js +1 -1
- package/index.js +121 -119
- package/package.json +1 -1
- /package/components/ColorPicker/{ColorIro.vue2.js → ColorIro.vue.js} +0 -0
package/index.js
CHANGED
|
@@ -2,14 +2,14 @@ import { default as f } from "vue3-google-signin";
|
|
|
2
2
|
import { deepMerge as l } from "./utils/object.js";
|
|
3
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
4
|
import { lazySearch as h, resetSearchIndex as A, search as B } from "./utils/search.util.js";
|
|
5
|
-
import { env as
|
|
6
|
-
import { $t as
|
|
5
|
+
import { env as y } from "./utils/env.js";
|
|
6
|
+
import { $t as k } from "./utils/i18n.js";
|
|
7
7
|
import { default as E } from "./components/Chip/Chip.vue.js";
|
|
8
8
|
import { default as R } 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 _ } from "./components/Form/CustomFields.vue.js";
|
|
12
|
-
import { useForm as
|
|
12
|
+
import { useForm as V } from "./components/Form/composables/useForm.js";
|
|
13
13
|
import { useFileUpload as j } from "./components/Form/composables/useFileUpload.js";
|
|
14
14
|
import { default as Q } from "./components/Tabes/Tabes.vue.js";
|
|
15
15
|
import { default as X } from "./components/Stats/Stats.vue.js";
|
|
@@ -30,14 +30,14 @@ import { MASONRY_BREAKPOINTS as Ie } from "./components/Masonry/types.js";
|
|
|
30
30
|
import { default as ve } from "./components/Spinner/Spinner.vue.js";
|
|
31
31
|
import { default as he } from "./components/Barcode/Barcode.vue.js";
|
|
32
32
|
import { barcodesConstants as Be } from "./components/Barcode/types.js";
|
|
33
|
-
import { default as
|
|
34
|
-
import { default as
|
|
33
|
+
import { default as ye } from "./components/Carousel/Carousel.vue.js";
|
|
34
|
+
import { default as ke } from "./components/Dropdown/Dropdown.vue.js";
|
|
35
35
|
import { default as Ee } from "./components/Dropdown/DropdownMenu.vue.js";
|
|
36
36
|
import { default as Re } from "./components/Dropdown/DropdownTrigger.vue.js";
|
|
37
37
|
import { default as Oe } from "./components/Dropdown/DropdownItem.vue.js";
|
|
38
38
|
import { useDropdownSelection as Ge } from "./components/Dropdown/composables/useDropdownSelection.js";
|
|
39
39
|
import { useDropdownIds as _e } from "./components/Dropdown/composables/useDropdownIds.js";
|
|
40
|
-
import { default as
|
|
40
|
+
import { default as Ve } from "./components/Breadcrumb/Breadcrumb.vue.js";
|
|
41
41
|
import { default as je } from "./components/Breadcrumb/BreadcrumbItem.vue.js";
|
|
42
42
|
import { default as Qe } from "./components/FileTree/FileTree.vue.js";
|
|
43
43
|
import { default as Xe } from "./components/FileTree/FileTreeNode.vue.js";
|
|
@@ -55,98 +55,99 @@ import { default as Do } from "./components/Accordion/AccordionItem.vue.js";
|
|
|
55
55
|
import { default as No } from "./components/Accordion/AccordionTrigger.vue.js";
|
|
56
56
|
import { default as Ao } from "./components/Accordion/AccordionContent.vue.js";
|
|
57
57
|
import { default as Fo } from "./components/ChoiceBox/ChoiceBox.vue.js";
|
|
58
|
-
import { default as
|
|
59
|
-
import { default as
|
|
58
|
+
import { default as Mo } from "./components/DataTable/DataTable.vue.js";
|
|
59
|
+
import { default as wo } from "./components/DataTable/DataTableHeader.vue.js";
|
|
60
60
|
import { default as Lo } from "./components/DataTable/DataTableRow.vue.js";
|
|
61
61
|
import { SCREEN_CONTEXT_KEY as Ko } from "./components/DataTable/types.js";
|
|
62
62
|
import { initializeTheme as zo, useTheme as Go } from "./composables/useTheme.js";
|
|
63
63
|
import { default as _o } from "./components/FilePicker/FilePicker.vue.js";
|
|
64
|
-
import { default as
|
|
64
|
+
import { default as Vo } from "./components/Pagination/Pagination.vue.js";
|
|
65
65
|
import { default as jo } from "./components/ExportData/ExportData.vue.js";
|
|
66
66
|
import { default as Qo } from "./components/ImportData/ImportData.vue.js";
|
|
67
67
|
import { default as Xo } from "./components/MultiSelect/MultiSelect.vue.js";
|
|
68
|
-
import {
|
|
69
|
-
import { default as er } from "./components/PricingPlan/
|
|
70
|
-
import { default as rr } from "./components/
|
|
71
|
-
import { default as ar } from "./components/SidebarMenu/
|
|
68
|
+
import { useMultiSelectHydration as Jo } from "./components/MultiSelect/composables/useMultiSelectHydration.js";
|
|
69
|
+
import { default as er } from "./components/PricingPlan/PricingPlan.vue.js";
|
|
70
|
+
import { default as rr } from "./components/PricingPlan/PricingPlanItem.vue.js";
|
|
71
|
+
import { default as ar } from "./components/SidebarMenu/SidebarMenu.vue.js";
|
|
72
|
+
import { default as mr } from "./components/SidebarMenu/SidebarMenuItem.vue.js";
|
|
72
73
|
/* empty css */
|
|
73
|
-
import { default as
|
|
74
|
-
import { default as
|
|
75
|
-
import { default as
|
|
76
|
-
import { useAdvancedKeyStroke as
|
|
77
|
-
import { vScrollReveal as
|
|
78
|
-
import { default as
|
|
79
|
-
import { configure as
|
|
80
|
-
import { default as
|
|
81
|
-
import { default as
|
|
74
|
+
import { default as sr } from "./components/ProgressBar/ProgressBar.vue.js";
|
|
75
|
+
import { default as dr } from "./components/PermissionMatrix/PermissionMatrix.vue.js";
|
|
76
|
+
import { default as xr } from "./components/PermissionMatrix/PermissionEditor.vue.js";
|
|
77
|
+
import { useAdvancedKeyStroke as nr, useKeyStroke as cr } from "./composables/useKeyStroke.js";
|
|
78
|
+
import { vScrollReveal as Sr } from "./directives/vScrollReveal.js";
|
|
79
|
+
import { default as gr } from "./components/AvatarUploader/AvatarUploader.vue.js";
|
|
80
|
+
import { configure as Cr, pauseTimers as Ir, removeToast as Dr, resumeTimers as vr, showToast as Nr, toast as hr, useNotifications as Ar } from "./composables/useNotifications.js";
|
|
81
|
+
import { default as Fr } from "./components/Timeline/Timeline.vue.js";
|
|
82
|
+
import { default as Mr } from "./components/Timeline/TimelineItem.vue.js";
|
|
82
83
|
import { default as wr } from "./components/Timeline/TimelineIndicator.vue.js";
|
|
83
|
-
import { default as
|
|
84
|
-
import { default as
|
|
85
|
-
import { default as
|
|
86
|
-
import { default as
|
|
87
|
-
import { default as
|
|
84
|
+
import { default as Lr } from "./components/Icon.vue.js";
|
|
85
|
+
import { default as Kr } from "./components/Logo.vue.js";
|
|
86
|
+
import { default as zr } from "./components/Alert.vue.js";
|
|
87
|
+
import { default as Ur } from "./components/Badge.vue.js";
|
|
88
|
+
import { default as Hr } from "./components/Input.vue.js";
|
|
88
89
|
/* empty css */
|
|
89
|
-
import { default as
|
|
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
|
|
90
|
+
import { default as Yr } from "./components/Label.vue.js";
|
|
91
|
+
import { default as qr } from "./components/Modal.vue.js";
|
|
92
|
+
import { default as Wr } from "./components/Avatar.vue.js";
|
|
93
|
+
import { default as $r } from "./components/Button.vue.js";
|
|
94
|
+
import { default as Zr } from "./components/BackButton.vue.js";
|
|
95
|
+
import { default as ot } from "./components/Slider.vue.js";
|
|
96
|
+
import { default as tt } from "./components/Switch.vue.js";
|
|
97
|
+
import { default as ft } from "./components/Tooltip.vue.js";
|
|
98
|
+
import { default as lt } from "./components/CheckBox.vue.js";
|
|
99
|
+
import { default as pt } from "./components/Textarea.vue.js";
|
|
100
|
+
import { default as ut } from "./components/SidePanel.vue.js";
|
|
101
|
+
import { default as it } from "./components/DatePicker.vue.js";
|
|
102
|
+
import { default as ct } from "./components/IconPicker.vue.js";
|
|
103
|
+
import { default as St } from "./components/ButtonGroup.vue.js";
|
|
104
|
+
import { default as gt } from "./components/NumberInput.vue.js";
|
|
105
|
+
import { default as Ct } from "./components/ThemeToggle.vue.js";
|
|
106
|
+
import { default as Dt } from "./components/GoogleLogin.vue.js";
|
|
107
|
+
import { default as Nt } from "./components/ColorPicker/ColorPicker.vue.js";
|
|
108
|
+
import { default as At } from "./components/ConfirmationModal.vue.js";
|
|
109
|
+
import { default as Ft } from "./components/ToastNotification.vue.js";
|
|
110
|
+
import { default as Mt } from "./components/CommandPaletteContent.vue.js";
|
|
110
111
|
import { default as wt } from "./components/NavbarCommandPalette.vue.js";
|
|
111
|
-
import { default as
|
|
112
|
-
import { createVLite as
|
|
113
|
-
import { default as
|
|
114
|
-
import { STATUS_MAP as
|
|
115
|
-
import { default as
|
|
116
|
-
import { default as
|
|
117
|
-
import { useVLiteConfig as
|
|
112
|
+
import { default as Lt } from "./components/DateRangePicker.vue.js";
|
|
113
|
+
import { createVLite as Kt } from "./core/index.js";
|
|
114
|
+
import { default as zt } from "./components/StatusChip/StatusChip.vue.js";
|
|
115
|
+
import { STATUS_MAP as Ut, normalizeStatus as _t, resolveStatus as Ht } from "./components/StatusChip/status-map.js";
|
|
116
|
+
import { default as Yt } from "./components/Price/Price.vue.js";
|
|
117
|
+
import { default as qt } from "./components/Date/Date.vue.js";
|
|
118
|
+
import { useVLiteConfig as Wt } from "./core/config.js";
|
|
118
119
|
export {
|
|
119
|
-
|
|
120
|
+
k as $t,
|
|
120
121
|
Co as Accordion,
|
|
121
122
|
Ao as AccordionContent,
|
|
122
123
|
Do as AccordionItem,
|
|
123
124
|
No as AccordionTrigger,
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
125
|
+
zr as Alert,
|
|
126
|
+
Wr as Avatar,
|
|
127
|
+
gr as AvatarUploader,
|
|
128
|
+
Zr as BackButton,
|
|
129
|
+
Ur as Badge,
|
|
129
130
|
he as Barcode,
|
|
130
|
-
|
|
131
|
+
Ve as Breadcrumb,
|
|
131
132
|
je as BreadcrumbItem,
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
133
|
+
$r as Button,
|
|
134
|
+
St as ButtonGroup,
|
|
135
|
+
ye as Carousel,
|
|
136
|
+
lt as CheckBox,
|
|
136
137
|
E as Chip,
|
|
137
138
|
Fo as ChoiceBox,
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
139
|
+
Nt as ColorPicker,
|
|
140
|
+
Mt as CommandPaletteContent,
|
|
141
|
+
At as ConfirmationModal,
|
|
141
142
|
_ as CustomFields,
|
|
142
143
|
mo as DataList,
|
|
143
|
-
|
|
144
|
-
|
|
144
|
+
Mo as DataTable,
|
|
145
|
+
wo as DataTableHeader,
|
|
145
146
|
Lo as DataTableRow,
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
147
|
+
qt as Date,
|
|
148
|
+
it as DatePicker,
|
|
149
|
+
Lt as DateRangePicker,
|
|
150
|
+
ke as Dropdown,
|
|
150
151
|
Oe as DropdownItem,
|
|
151
152
|
Ee as DropdownMenu,
|
|
152
153
|
Re as DropdownTrigger,
|
|
@@ -158,71 +159,71 @@ export {
|
|
|
158
159
|
R as Form,
|
|
159
160
|
O as FormField,
|
|
160
161
|
G as FormFields,
|
|
161
|
-
|
|
162
|
+
Dt as GoogleLogin,
|
|
162
163
|
f as GoogleSignInPlugin,
|
|
163
164
|
be as Heatmap,
|
|
164
|
-
|
|
165
|
-
|
|
165
|
+
Lr as Icon,
|
|
166
|
+
ct as IconPicker,
|
|
166
167
|
Qo as ImportData,
|
|
167
|
-
|
|
168
|
+
Hr as Input,
|
|
168
169
|
J as Kanban,
|
|
169
170
|
ee as KanbanBoard,
|
|
170
|
-
|
|
171
|
+
Yr as Label,
|
|
171
172
|
so as List,
|
|
172
173
|
uo as ListFieldRow,
|
|
173
|
-
|
|
174
|
+
Kr as Logo,
|
|
174
175
|
Ie as MASONRY_BREAKPOINTS,
|
|
175
176
|
Pe as Masonry,
|
|
176
|
-
|
|
177
|
+
qr as Modal,
|
|
177
178
|
Xo as MultiSelect,
|
|
178
179
|
ae as Navbar,
|
|
179
180
|
wt as NavbarCommandPalette,
|
|
180
181
|
se as NavbarGroup,
|
|
181
182
|
me as NavbarItem,
|
|
182
183
|
de as NavbarTabs,
|
|
183
|
-
|
|
184
|
+
gt as NumberInput,
|
|
184
185
|
eo as OTPInput,
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
186
|
+
Vo as Pagination,
|
|
187
|
+
xr as PermissionEditor,
|
|
188
|
+
dr as PermissionMatrix,
|
|
189
|
+
Yt as Price,
|
|
190
|
+
er as PricingPlan,
|
|
191
|
+
rr as PricingPlanItem,
|
|
192
|
+
sr as ProgressBar,
|
|
192
193
|
xe as QRCode,
|
|
193
194
|
Ko as SCREEN_CONTEXT_KEY,
|
|
194
|
-
|
|
195
|
+
Ut as STATUS_MAP,
|
|
195
196
|
ne as Screen,
|
|
196
197
|
Te as ScreenFilter,
|
|
197
198
|
ao as Sheet,
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
199
|
+
ut as SidePanel,
|
|
200
|
+
ar as SidebarMenu,
|
|
201
|
+
mr as SidebarMenuItem,
|
|
202
|
+
ot as Slider,
|
|
202
203
|
ve as Spinner,
|
|
203
204
|
X as Stats,
|
|
204
|
-
|
|
205
|
-
|
|
205
|
+
zt as StatusChip,
|
|
206
|
+
tt as Switch,
|
|
206
207
|
Q as Tabes,
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
208
|
+
pt as Textarea,
|
|
209
|
+
Ct as ThemeToggle,
|
|
210
|
+
Fr as Timeline,
|
|
210
211
|
wr as TimelineIndicator,
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
212
|
+
Mr as TimelineItem,
|
|
213
|
+
Ft as ToastNotification,
|
|
214
|
+
ft as Tooltip,
|
|
214
215
|
ro as Workbook,
|
|
215
216
|
Be as barcodesConstants,
|
|
216
217
|
p as camelCase,
|
|
217
218
|
d as capitalize,
|
|
218
|
-
|
|
219
|
+
Cr as configure,
|
|
219
220
|
u as copyToClipboard,
|
|
220
|
-
|
|
221
|
+
Kt as createVLite,
|
|
221
222
|
x as debounce,
|
|
222
223
|
l as deepMerge,
|
|
223
224
|
i as delay,
|
|
224
225
|
n as downloadFile,
|
|
225
|
-
|
|
226
|
+
y as env,
|
|
226
227
|
c as flattenArray,
|
|
227
228
|
T as formatCurrency,
|
|
228
229
|
io as formatDate,
|
|
@@ -235,30 +236,31 @@ export {
|
|
|
235
236
|
b as isAppleDevice,
|
|
236
237
|
g as isEmpty,
|
|
237
238
|
h as lazySearch,
|
|
238
|
-
|
|
239
|
-
|
|
239
|
+
_t as normalizeStatus,
|
|
240
|
+
Ir as pauseTimers,
|
|
240
241
|
P as randomNumber,
|
|
241
242
|
C as removeExtraProperties,
|
|
242
|
-
|
|
243
|
+
Dr as removeToast,
|
|
243
244
|
A as resetSearchIndex,
|
|
244
|
-
|
|
245
|
-
|
|
245
|
+
Ht as resolveStatus,
|
|
246
|
+
vr as resumeTimers,
|
|
246
247
|
B as search,
|
|
247
|
-
|
|
248
|
+
Nr as showToast,
|
|
248
249
|
I as slugify,
|
|
249
250
|
D as throttle,
|
|
250
|
-
|
|
251
|
+
hr as toast,
|
|
251
252
|
v as truncate,
|
|
252
|
-
|
|
253
|
+
nr as useAdvancedKeyStroke,
|
|
253
254
|
_e as useDropdownIds,
|
|
254
255
|
Ge as useDropdownSelection,
|
|
255
256
|
j as useFileUpload,
|
|
256
|
-
|
|
257
|
+
V as useForm,
|
|
257
258
|
re as useKanbanBoard,
|
|
258
|
-
|
|
259
|
-
|
|
259
|
+
cr as useKeyStroke,
|
|
260
|
+
Jo as useMultiSelectHydration,
|
|
261
|
+
Ar as useNotifications,
|
|
260
262
|
Go as useTheme,
|
|
261
263
|
Je as useTreeSelection,
|
|
262
|
-
|
|
263
|
-
|
|
264
|
+
Wt as useVLiteConfig,
|
|
265
|
+
Sr as vScrollReveal
|
|
264
266
|
};
|
package/package.json
CHANGED
|
File without changes
|