vlite3 0.8.2 → 0.8.4
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/BackButton.vue.js +10 -11
- package/components/Breadcrumb/Breadcrumb.vue.js +2 -2
- package/components/Chip/Chip.vue.d.ts +2 -2
- package/components/ChoiceBox/ChoiceBox.vue.d.ts +1 -1
- package/components/ColorPicker/ColorIro.vue3.js +2 -2
- package/components/ColorPicker/ColorPicker.vue.js +2 -2
- package/components/CommandPalette/CommandPaletteContent.vue2.js +1 -1
- package/components/CommandPalette/{CommandPaletteItem.vue2.js → CommandPaletteItem.vue.js} +1 -1
- package/components/DataTable/DataTable.vue.d.ts +2 -2
- package/components/Empty/Empty.vue.d.ts +2 -0
- package/components/Empty/Empty.vue.js +50 -33
- package/components/Empty/index.d.ts +1 -0
- package/components/Empty/variants/Variant1.vue.d.ts +22 -0
- package/components/Empty/variants/Variant1.vue.js +4 -0
- package/components/Empty/variants/Variant1.vue2.js +33 -0
- package/components/Empty/variants/Variant10.vue.d.ts +22 -0
- package/components/Empty/variants/Variant10.vue.js +4 -0
- package/components/Empty/variants/Variant10.vue2.js +37 -0
- package/components/Empty/variants/Variant11.vue.d.ts +22 -0
- package/components/Empty/variants/Variant11.vue.js +4 -0
- package/components/Empty/variants/Variant11.vue2.js +29 -0
- package/components/Empty/variants/Variant2.vue.d.ts +22 -0
- package/components/Empty/variants/Variant2.vue.js +4 -0
- package/components/Empty/variants/Variant2.vue2.js +33 -0
- package/components/Empty/variants/Variant3.vue.d.ts +22 -0
- package/components/Empty/variants/Variant3.vue.js +4 -0
- package/components/Empty/variants/Variant3.vue2.js +22 -0
- package/components/Empty/variants/Variant4.vue.d.ts +22 -0
- package/components/Empty/variants/Variant4.vue.js +4 -0
- package/components/Empty/variants/Variant4.vue2.js +33 -0
- package/components/Empty/variants/Variant5.vue.d.ts +22 -0
- package/components/Empty/variants/Variant5.vue.js +4 -0
- package/components/Empty/variants/Variant5.vue2.js +30 -0
- package/components/Empty/variants/Variant6.vue.d.ts +22 -0
- package/components/Empty/variants/Variant6.vue.js +4 -0
- package/components/Empty/variants/Variant6.vue2.js +33 -0
- package/components/Empty/variants/Variant7.vue.d.ts +22 -0
- package/components/Empty/variants/Variant7.vue.js +4 -0
- package/components/Empty/variants/Variant7.vue2.js +35 -0
- package/components/Empty/variants/Variant8.vue.d.ts +22 -0
- package/components/Empty/variants/Variant8.vue.js +4 -0
- package/components/Empty/variants/Variant8.vue2.js +33 -0
- package/components/Empty/variants/Variant9.vue.d.ts +22 -0
- package/components/Empty/variants/Variant9.vue.js +4 -0
- package/components/Empty/variants/Variant9.vue2.js +33 -0
- package/components/Form/Form.vue.d.ts +18 -0
- package/components/Form/Form.vue.js +1 -1
- package/components/Form/Form.vue2.js +219 -170
- package/components/Form/types.d.ts +13 -1
- package/components/Form/utils/form.utils.d.ts +11 -0
- package/components/Form/utils/form.utils.js +115 -104
- package/components/Modal.vue.js +2 -2
- package/components/Modal.vue2.js +45 -43
- package/components/Navbar/Navbar.vue.d.ts +2 -2
- package/components/NavbarCommandPalette.vue.js +1 -1
- package/components/ProgressBar/ProgressBar.vue.d.ts +1 -1
- package/components/Screen/Screen.vue.js +249 -241
- package/components/Screen/ScreenFilter.vue.js +1 -1
- package/components/SidebarMenu/SidebarMenuItem.vue.js +5 -7
- package/components/Workbook/Workbook.vue.d.ts +2 -2
- package/core/config.d.ts +6 -0
- package/core/config.js +14 -8
- package/core/index.js +12 -7
- package/index.d.ts +1 -0
- package/index.js +120 -117
- package/package.json +1 -1
- package/style.css +1 -1
- package/types/config.type.d.ts +9 -0
- /package/components/ColorPicker/{ColorIro.vue.js → ColorIro.vue2.js} +0 -0
|
@@ -39,9 +39,7 @@ const me = {
|
|
|
39
39
|
}
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
|
-
return a.children?.length ? a.children.some(
|
|
43
|
-
(b) => T(b, n, d)
|
|
44
|
-
) : !1;
|
|
42
|
+
return a.children?.length ? a.children.some((b) => T(b, n, d)) : !1;
|
|
45
43
|
}, $ = c(() => {
|
|
46
44
|
const a = q?.path || "", n = e.activeItem;
|
|
47
45
|
return f.value ? T(t.item, n, a) : n === x.value;
|
|
@@ -144,7 +142,7 @@ const me = {
|
|
|
144
142
|
s.item.icon ? (r(), g(k, {
|
|
145
143
|
key: 0,
|
|
146
144
|
icon: s.item.icon,
|
|
147
|
-
class: "shrink-0 transition-colors opacity-
|
|
145
|
+
class: "shrink-0 transition-colors opacity-90 group-hover:opacity-100"
|
|
148
146
|
}, null, 8, ["icon"])) : m("", !0),
|
|
149
147
|
ie(" " + w(S.value), 1)
|
|
150
148
|
])) : m("", !0)
|
|
@@ -175,7 +173,7 @@ const me = {
|
|
|
175
173
|
s.item.icon ? (r(), g(k, {
|
|
176
174
|
key: 0,
|
|
177
175
|
icon: s.item.icon,
|
|
178
|
-
class: u(["shrink-0 transition-colors opacity-
|
|
176
|
+
class: u(["shrink-0 transition-colors opacity-90 group-hover:opacity-100", [$.value || l ? "opacity-100" : ""]]),
|
|
179
177
|
style: E({
|
|
180
178
|
width: i(e).compact && !o.value ? i(e).compactIconSize : i(e).iconSize,
|
|
181
179
|
height: i(e).compact && !o.value ? i(e).compactIconSize : i(e).iconSize
|
|
@@ -217,7 +215,7 @@ const me = {
|
|
|
217
215
|
l.icon ? (r(), g(k, {
|
|
218
216
|
key: 0,
|
|
219
217
|
icon: l.icon,
|
|
220
|
-
class: "shrink-0 opacity-
|
|
218
|
+
class: "shrink-0 opacity-90",
|
|
221
219
|
style: E({ width: i(e).iconSize, height: i(e).iconSize })
|
|
222
220
|
}, null, 8, ["icon", "style"])) : m("", !0),
|
|
223
221
|
v("span", he, w(l.label), 1),
|
|
@@ -252,7 +250,7 @@ const me = {
|
|
|
252
250
|
s.item.icon ? (r(), g(k, {
|
|
253
251
|
key: 0,
|
|
254
252
|
icon: s.item.icon,
|
|
255
|
-
class: u(["shrink-0 transition-colors opacity-
|
|
253
|
+
class: u(["shrink-0 transition-colors opacity-90 group-hover:opacity-100", [$.value ? "opacity-100" : ""]]),
|
|
256
254
|
style: E({
|
|
257
255
|
width: i(e).compact && !o.value ? i(e).compactIconSize : i(e).iconSize,
|
|
258
256
|
height: i(e).compact && !o.value ? i(e).compactIconSize : i(e).iconSize
|
|
@@ -13,18 +13,18 @@ declare function __VLS_template(): {
|
|
|
13
13
|
};
|
|
14
14
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
15
15
|
declare const __VLS_component: import('vue').DefineComponent<WorkbookProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
16
|
-
change: (id: string) => any;
|
|
17
16
|
delete: (id: string) => any;
|
|
18
17
|
add: () => any;
|
|
18
|
+
change: (id: string) => any;
|
|
19
19
|
"update:modelValue": (id: string) => any;
|
|
20
20
|
"edit-start": (id: string) => any;
|
|
21
21
|
"edit-end": (id: string) => any;
|
|
22
22
|
duplicate: (id: string) => any;
|
|
23
23
|
"update:sheets": (sheets: WorkbookSheet[]) => any;
|
|
24
24
|
}, string, import('vue').PublicProps, Readonly<WorkbookProps> & Readonly<{
|
|
25
|
-
onChange?: (id: string) => any;
|
|
26
25
|
onDelete?: (id: string) => any;
|
|
27
26
|
onAdd?: () => any;
|
|
27
|
+
onChange?: (id: string) => any;
|
|
28
28
|
"onUpdate:modelValue"?: (id: string) => any;
|
|
29
29
|
"onEdit-start"?: (id: string) => any;
|
|
30
30
|
"onEdit-end"?: (id: string) => any;
|
package/core/config.d.ts
CHANGED
|
@@ -36,6 +36,9 @@ export declare const configState: {
|
|
|
36
36
|
date?: {
|
|
37
37
|
format?: string;
|
|
38
38
|
};
|
|
39
|
+
empty?: {
|
|
40
|
+
variant?: import('..').EmptyVariant;
|
|
41
|
+
};
|
|
39
42
|
};
|
|
40
43
|
};
|
|
41
44
|
/**
|
|
@@ -74,5 +77,8 @@ export declare function useVLiteConfig(): {
|
|
|
74
77
|
date?: {
|
|
75
78
|
format?: string;
|
|
76
79
|
};
|
|
80
|
+
empty?: {
|
|
81
|
+
variant?: import('..').EmptyVariant;
|
|
82
|
+
};
|
|
77
83
|
};
|
|
78
84
|
};
|
package/core/config.js
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { reactive as
|
|
2
|
-
|
|
1
|
+
import { reactive as n, inject as c } from "vue";
|
|
2
|
+
import { deepMerge as i } from "../utils/object.js";
|
|
3
|
+
const r = /* @__PURE__ */ Symbol("vlite-config"), f = {
|
|
3
4
|
services: {},
|
|
4
5
|
components: {
|
|
5
6
|
form: {},
|
|
@@ -10,12 +11,17 @@ const o = /* @__PURE__ */ Symbol("vlite-config"), n = {
|
|
|
10
11
|
format: "MM/DD/YYYY"
|
|
11
12
|
}
|
|
12
13
|
}
|
|
13
|
-
},
|
|
14
|
-
function
|
|
15
|
-
|
|
14
|
+
}, e = n({ ...f });
|
|
15
|
+
function g(t) {
|
|
16
|
+
const o = i(e, t);
|
|
17
|
+
Object.assign(e, o);
|
|
18
|
+
}
|
|
19
|
+
function a() {
|
|
20
|
+
return c(r, e);
|
|
16
21
|
}
|
|
17
22
|
export {
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
23
|
+
r as VLITE_CONFIG_KEY,
|
|
24
|
+
e as configState,
|
|
25
|
+
g as updateConfig,
|
|
26
|
+
a as useVLiteConfig
|
|
21
27
|
};
|
package/core/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { configState as e, VLITE_CONFIG_KEY as
|
|
2
|
-
import { useVLiteConfig as
|
|
3
|
-
function
|
|
1
|
+
import { configState as e, VLITE_CONFIG_KEY as m } from "./config.js";
|
|
2
|
+
import { updateConfig as p, useVLiteConfig as i } from "./config.js";
|
|
3
|
+
function a(t = {}) {
|
|
4
4
|
return {
|
|
5
5
|
install(r) {
|
|
6
6
|
t && (t.services && (e.services = { ...e.services, ...t.services }), t.importData && (e.importData = { ...e.importData, ...t.importData }), t.exportData && (e.exportData = { ...e.exportData, ...t.exportData }), t.components && (e.components = {
|
|
@@ -17,14 +17,19 @@ function o(t = {}) {
|
|
|
17
17
|
date: {
|
|
18
18
|
...e.components?.date || {},
|
|
19
19
|
...t.components.date || {}
|
|
20
|
+
},
|
|
21
|
+
empty: {
|
|
22
|
+
...e.components?.empty || {},
|
|
23
|
+
...t.components.empty || {}
|
|
20
24
|
}
|
|
21
|
-
})), r.provide(
|
|
25
|
+
})), r.provide(m, e), r.config.globalProperties.$vlite = e;
|
|
22
26
|
}
|
|
23
27
|
};
|
|
24
28
|
}
|
|
25
29
|
export {
|
|
26
|
-
|
|
30
|
+
m as VLITE_CONFIG_KEY,
|
|
27
31
|
e as configState,
|
|
28
|
-
|
|
29
|
-
|
|
32
|
+
a as createVLite,
|
|
33
|
+
p as updateConfig,
|
|
34
|
+
i as useVLiteConfig
|
|
30
35
|
};
|
package/index.d.ts
CHANGED
package/index.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
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 s, 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 N } from "./utils/functions.js";
|
|
4
|
+
import { lazySearch as F, resetSearchIndex as h, search as A } from "./utils/search.util.js";
|
|
5
5
|
import { env as y } from "./utils/env.js";
|
|
6
|
-
import { $t as
|
|
7
|
-
import { default as
|
|
8
|
-
import { default as
|
|
6
|
+
import { $t as M } from "./utils/i18n.js";
|
|
7
|
+
import { default as w } from "./components/Chip/Chip.vue.js";
|
|
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
|
-
import { default as
|
|
12
|
-
import { useForm as
|
|
11
|
+
import { default as U } from "./components/Form/CustomFields.vue.js";
|
|
12
|
+
import { useForm as H } 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";
|
|
@@ -18,26 +18,26 @@ 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 pe } 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
|
|
28
|
-
import { default as
|
|
27
|
+
import { default as ge } from "./components/Heatmap/Heatmap.vue.js";
|
|
28
|
+
import { default as Ce } from "./components/Masonry/Masonry.vue.js";
|
|
29
29
|
import { MASONRY_BREAKPOINTS as Ie } from "./components/Masonry/types.js";
|
|
30
|
-
import { default as
|
|
31
|
-
import { default as
|
|
32
|
-
import { barcodesConstants as
|
|
30
|
+
import { default as Ne } from "./components/Spinner/Spinner.vue.js";
|
|
31
|
+
import { default as Fe } from "./components/Barcode/Barcode.vue.js";
|
|
32
|
+
import { barcodesConstants as Ae } from "./components/Barcode/types.js";
|
|
33
33
|
import { default as ye } from "./components/Carousel/Carousel.vue.js";
|
|
34
|
-
import { default as
|
|
35
|
-
import { default as
|
|
36
|
-
import { default as
|
|
34
|
+
import { default as Me } from "./components/Dropdown/Dropdown.vue.js";
|
|
35
|
+
import { default as we } from "./components/Dropdown/DropdownMenu.vue.js";
|
|
36
|
+
import { default as Ke } 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
|
-
import { useDropdownIds as
|
|
40
|
-
import { default as
|
|
39
|
+
import { useDropdownIds as Ue } from "./components/Dropdown/composables/useDropdownIds.js";
|
|
40
|
+
import { default as He } 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";
|
|
@@ -46,22 +46,22 @@ 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 po } from "./components/List/List.vue.js";
|
|
50
50
|
import { default as uo } from "./components/List/ListFieldRow.vue.js";
|
|
51
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
|
|
53
|
-
import { default as
|
|
52
|
+
import { default as bo } from "./components/Empty/Empty.vue.js";
|
|
53
|
+
import { default as Po } 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
|
|
57
|
-
import { default as
|
|
58
|
-
import { default as
|
|
59
|
-
import { default as
|
|
55
|
+
import { default as vo } from "./components/Accordion/AccordionTrigger.vue.js";
|
|
56
|
+
import { default as ho } from "./components/Accordion/AccordionContent.vue.js";
|
|
57
|
+
import { default as Bo } from "./components/ChoiceBox/ChoiceBox.vue.js";
|
|
58
|
+
import { default as Eo } from "./components/DataTable/DataTable.vue.js";
|
|
59
|
+
import { default as ko } from "./components/DataTable/DataTableHeader.vue.js";
|
|
60
60
|
import { default as Lo } from "./components/DataTable/DataTableRow.vue.js";
|
|
61
|
-
import { SCREEN_CONTEXT_KEY as
|
|
62
|
-
import { initializeTheme as
|
|
63
|
-
import { default as
|
|
64
|
-
import { default as
|
|
61
|
+
import { SCREEN_CONTEXT_KEY as Ro } from "./components/DataTable/types.js";
|
|
62
|
+
import { initializeTheme as _o, useTheme as Go } from "./composables/useTheme.js";
|
|
63
|
+
import { default as Uo } from "./components/FilePicker/FilePicker.vue.js";
|
|
64
|
+
import { default as Ho } 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";
|
|
@@ -71,21 +71,21 @@ import { default as rr } from "./components/PricingPlan/PricingPlanItem.vue.js";
|
|
|
71
71
|
import { default as ar } from "./components/SidebarMenu/SidebarMenu.vue.js";
|
|
72
72
|
import { default as mr } from "./components/SidebarMenu/SidebarMenuItem.vue.js";
|
|
73
73
|
/* empty css */
|
|
74
|
-
import { default as
|
|
74
|
+
import { default as pr } from "./components/ProgressBar/ProgressBar.vue.js";
|
|
75
75
|
import { default as dr } from "./components/PermissionMatrix/PermissionMatrix.vue.js";
|
|
76
76
|
import { default as xr } from "./components/PermissionMatrix/PermissionEditor.vue.js";
|
|
77
77
|
import { useAdvancedKeyStroke as nr, useKeyStroke as cr } from "./composables/useKeyStroke.js";
|
|
78
78
|
import { vScrollReveal as Sr } from "./directives/vScrollReveal.js";
|
|
79
|
-
import { default as
|
|
80
|
-
import { configure as
|
|
81
|
-
import { default as
|
|
82
|
-
import { default as
|
|
83
|
-
import { default as
|
|
79
|
+
import { default as br } from "./components/AvatarUploader/AvatarUploader.vue.js";
|
|
80
|
+
import { configure as Pr, pauseTimers as Ir, removeToast as Dr, resumeTimers as Nr, showToast as vr, toast as Fr, useNotifications as hr } from "./composables/useNotifications.js";
|
|
81
|
+
import { default as Br } from "./components/Timeline/Timeline.vue.js";
|
|
82
|
+
import { default as Er } from "./components/Timeline/TimelineItem.vue.js";
|
|
83
|
+
import { default as kr } from "./components/Timeline/TimelineIndicator.vue.js";
|
|
84
84
|
import { default as Lr } from "./components/Icon.vue.js";
|
|
85
|
-
import { default as
|
|
86
|
-
import { default as
|
|
87
|
-
import { default as
|
|
88
|
-
import { default as
|
|
85
|
+
import { default as Rr } from "./components/Logo.vue.js";
|
|
86
|
+
import { default as _r } from "./components/Alert.vue.js";
|
|
87
|
+
import { default as zr } from "./components/Badge.vue.js";
|
|
88
|
+
import { default as Vr } from "./components/Input.vue.js";
|
|
89
89
|
/* empty css */
|
|
90
90
|
import { default as Yr } from "./components/Label.vue.js";
|
|
91
91
|
import { default as qr } from "./components/Modal.vue.js";
|
|
@@ -96,103 +96,103 @@ import { default as ot } from "./components/Slider.vue.js";
|
|
|
96
96
|
import { default as tt } from "./components/Switch.vue.js";
|
|
97
97
|
import { default as ft } from "./components/Tooltip.vue.js";
|
|
98
98
|
import { default as lt } from "./components/CheckBox.vue.js";
|
|
99
|
-
import { default as
|
|
99
|
+
import { default as st } from "./components/Textarea.vue.js";
|
|
100
100
|
import { default as ut } from "./components/SidePanel.vue.js";
|
|
101
101
|
import { default as it } from "./components/DatePicker.vue.js";
|
|
102
102
|
import { default as ct } from "./components/IconPicker.vue.js";
|
|
103
103
|
import { default as St } from "./components/ButtonGroup.vue.js";
|
|
104
|
-
import { default as
|
|
105
|
-
import { default as
|
|
104
|
+
import { default as bt } from "./components/NumberInput.vue.js";
|
|
105
|
+
import { default as Pt } from "./components/ThemeToggle.vue.js";
|
|
106
106
|
import { default as Dt } from "./components/GoogleLogin.vue.js";
|
|
107
|
-
import { default as
|
|
108
|
-
import { default as
|
|
109
|
-
import { default as
|
|
110
|
-
import { default as
|
|
111
|
-
import { default as
|
|
107
|
+
import { default as vt } from "./components/ColorPicker/ColorPicker.vue.js";
|
|
108
|
+
import { default as ht } from "./components/ConfirmationModal.vue.js";
|
|
109
|
+
import { default as Bt } from "./components/ToastNotification.vue.js";
|
|
110
|
+
import { default as Et } from "./components/CommandPalette/CommandPaletteContent.vue.js";
|
|
111
|
+
import { default as kt } from "./components/NavbarCommandPalette.vue.js";
|
|
112
112
|
import { default as Lt } from "./components/DateRangePicker.vue.js";
|
|
113
|
-
import { createVLite as
|
|
114
|
-
import { default as
|
|
115
|
-
import { STATUS_MAP as
|
|
113
|
+
import { createVLite as Rt } from "./core/index.js";
|
|
114
|
+
import { default as _t } from "./components/StatusChip/StatusChip.vue.js";
|
|
115
|
+
import { STATUS_MAP as zt, normalizeStatus as Ut, resolveStatus as Vt } from "./components/StatusChip/status-map.js";
|
|
116
116
|
import { default as Yt } from "./components/Price/Price.vue.js";
|
|
117
117
|
import { default as qt } from "./components/Date/Date.vue.js";
|
|
118
|
-
import {
|
|
118
|
+
import { VLITE_CONFIG_KEY as Wt, configState as Xt, updateConfig as $t, useVLiteConfig as Jt } from "./core/config.js";
|
|
119
119
|
export {
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
120
|
+
M as $t,
|
|
121
|
+
Po as Accordion,
|
|
122
|
+
ho as AccordionContent,
|
|
123
123
|
Do as AccordionItem,
|
|
124
|
-
|
|
125
|
-
|
|
124
|
+
vo as AccordionTrigger,
|
|
125
|
+
_r as Alert,
|
|
126
126
|
Wr as Avatar,
|
|
127
|
-
|
|
127
|
+
br as AvatarUploader,
|
|
128
128
|
Zr as BackButton,
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
129
|
+
zr as Badge,
|
|
130
|
+
Fe as Barcode,
|
|
131
|
+
He as Breadcrumb,
|
|
132
132
|
je as BreadcrumbItem,
|
|
133
133
|
$r as Button,
|
|
134
134
|
St as ButtonGroup,
|
|
135
135
|
ye as Carousel,
|
|
136
136
|
lt as CheckBox,
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
137
|
+
w as Chip,
|
|
138
|
+
Bo as ChoiceBox,
|
|
139
|
+
vt as ColorPicker,
|
|
140
|
+
Et as CommandPaletteContent,
|
|
141
|
+
ht as ConfirmationModal,
|
|
142
|
+
U as CustomFields,
|
|
143
143
|
mo as DataList,
|
|
144
|
-
|
|
145
|
-
|
|
144
|
+
Eo as DataTable,
|
|
145
|
+
ko as DataTableHeader,
|
|
146
146
|
Lo as DataTableRow,
|
|
147
147
|
qt as Date,
|
|
148
148
|
it as DatePicker,
|
|
149
149
|
Lt as DateRangePicker,
|
|
150
|
-
|
|
150
|
+
Me as Dropdown,
|
|
151
151
|
Oe as DropdownItem,
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
152
|
+
we as DropdownMenu,
|
|
153
|
+
Ke as DropdownTrigger,
|
|
154
|
+
bo as Empty,
|
|
155
155
|
jo as ExportData,
|
|
156
|
-
|
|
156
|
+
Uo as FilePicker,
|
|
157
157
|
Qe as FileTree,
|
|
158
158
|
Xe as FileTreeNode,
|
|
159
|
-
|
|
159
|
+
K as Form,
|
|
160
160
|
O as FormField,
|
|
161
161
|
G as FormFields,
|
|
162
162
|
Dt as GoogleLogin,
|
|
163
163
|
f as GoogleSignInPlugin,
|
|
164
|
-
|
|
164
|
+
ge as Heatmap,
|
|
165
165
|
Lr as Icon,
|
|
166
166
|
ct as IconPicker,
|
|
167
167
|
Qo as ImportData,
|
|
168
|
-
|
|
168
|
+
Vr as Input,
|
|
169
169
|
J as Kanban,
|
|
170
170
|
ee as KanbanBoard,
|
|
171
171
|
Yr as Label,
|
|
172
|
-
|
|
172
|
+
po as List,
|
|
173
173
|
uo as ListFieldRow,
|
|
174
|
-
|
|
174
|
+
Rr as Logo,
|
|
175
175
|
Ie as MASONRY_BREAKPOINTS,
|
|
176
|
-
|
|
176
|
+
Ce as Masonry,
|
|
177
177
|
qr as Modal,
|
|
178
178
|
Xo as MultiSelect,
|
|
179
179
|
ae as Navbar,
|
|
180
|
-
|
|
181
|
-
|
|
180
|
+
kt as NavbarCommandPalette,
|
|
181
|
+
pe as NavbarGroup,
|
|
182
182
|
me as NavbarItem,
|
|
183
183
|
de as NavbarTabs,
|
|
184
|
-
|
|
184
|
+
bt as NumberInput,
|
|
185
185
|
eo as OTPInput,
|
|
186
|
-
|
|
186
|
+
Ho as Pagination,
|
|
187
187
|
xr as PermissionEditor,
|
|
188
188
|
dr as PermissionMatrix,
|
|
189
189
|
Yt as Price,
|
|
190
190
|
er as PricingPlan,
|
|
191
191
|
rr as PricingPlanItem,
|
|
192
|
-
|
|
192
|
+
pr as ProgressBar,
|
|
193
193
|
xe as QRCode,
|
|
194
|
-
|
|
195
|
-
|
|
194
|
+
Ro as SCREEN_CONTEXT_KEY,
|
|
195
|
+
zt as STATUS_MAP,
|
|
196
196
|
ne as Screen,
|
|
197
197
|
Te as ScreenFilter,
|
|
198
198
|
ao as Sheet,
|
|
@@ -200,25 +200,27 @@ export {
|
|
|
200
200
|
ar as SidebarMenu,
|
|
201
201
|
mr as SidebarMenuItem,
|
|
202
202
|
ot as Slider,
|
|
203
|
-
|
|
203
|
+
Ne as Spinner,
|
|
204
204
|
X as Stats,
|
|
205
|
-
|
|
205
|
+
_t as StatusChip,
|
|
206
206
|
tt as Switch,
|
|
207
207
|
Q as Tabes,
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
208
|
+
st as Textarea,
|
|
209
|
+
Pt as ThemeToggle,
|
|
210
|
+
Br as Timeline,
|
|
211
|
+
kr as TimelineIndicator,
|
|
212
|
+
Er as TimelineItem,
|
|
213
|
+
Bt as ToastNotification,
|
|
214
214
|
ft as Tooltip,
|
|
215
|
+
Wt as VLITE_CONFIG_KEY,
|
|
215
216
|
ro as Workbook,
|
|
216
|
-
|
|
217
|
-
|
|
217
|
+
Ae as barcodesConstants,
|
|
218
|
+
s as camelCase,
|
|
218
219
|
d as capitalize,
|
|
219
|
-
|
|
220
|
+
Xt as configState,
|
|
221
|
+
Pr as configure,
|
|
220
222
|
u as copyToClipboard,
|
|
221
|
-
|
|
223
|
+
Rt as createVLite,
|
|
222
224
|
x as debounce,
|
|
223
225
|
l as deepMerge,
|
|
224
226
|
i as delay,
|
|
@@ -232,35 +234,36 @@ export {
|
|
|
232
234
|
To as getObjectValue,
|
|
233
235
|
So as getStatusColorClass,
|
|
234
236
|
S as getUniqueId,
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
237
|
+
_o as initializeTheme,
|
|
238
|
+
g as isAppleDevice,
|
|
239
|
+
b as isEmpty,
|
|
240
|
+
F as lazySearch,
|
|
241
|
+
Ut as normalizeStatus,
|
|
240
242
|
Ir as pauseTimers,
|
|
241
|
-
|
|
242
|
-
|
|
243
|
+
C as randomNumber,
|
|
244
|
+
P as removeExtraProperties,
|
|
243
245
|
Dr as removeToast,
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
246
|
+
h as resetSearchIndex,
|
|
247
|
+
Vt as resolveStatus,
|
|
248
|
+
Nr as resumeTimers,
|
|
249
|
+
A as search,
|
|
250
|
+
vr as showToast,
|
|
249
251
|
I as slugify,
|
|
250
252
|
D as throttle,
|
|
251
|
-
|
|
252
|
-
|
|
253
|
+
Fr as toast,
|
|
254
|
+
N as truncate,
|
|
255
|
+
$t as updateConfig,
|
|
253
256
|
nr as useAdvancedKeyStroke,
|
|
254
|
-
|
|
257
|
+
Ue as useDropdownIds,
|
|
255
258
|
Ge as useDropdownSelection,
|
|
256
259
|
j as useFileUpload,
|
|
257
|
-
|
|
260
|
+
H as useForm,
|
|
258
261
|
re as useKanbanBoard,
|
|
259
262
|
cr as useKeyStroke,
|
|
260
263
|
Jo as useMultiSelectHydration,
|
|
261
|
-
|
|
264
|
+
hr as useNotifications,
|
|
262
265
|
Go as useTheme,
|
|
263
266
|
Je as useTreeSelection,
|
|
264
|
-
|
|
267
|
+
Jt as useVLiteConfig,
|
|
265
268
|
Sr as vScrollReveal
|
|
266
269
|
};
|