vlite3 0.6.6 → 0.6.7

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.
@@ -1,11 +1,11 @@
1
- import { defineComponent as N, ref as P, inject as D, watch as C, onMounted as V, onUnmounted as j, computed as c, openBlock as l, createElementBlock as i, Fragment as K, createElementVNode as m, mergeProps as g, withModifiers as M, renderSlot as d, createCommentVNode as n, createBlock as p, Teleport as F, createVNode as h, Transition as k, withCtx as w, normalizeClass as u, toDisplayString as x, resolveDynamicComponent as L } from "vue";
2
- import U from "./Button.vue.js";
3
- import { useKeyStroke as q } from "../composables/useKeyStroke.js";
4
- import { $t as $ } from "../utils/i18n.js";
5
- const G = { class: "text-lg font-bold text-foreground" }, H = {
1
+ import { defineComponent as P, ref as D, inject as V, watch as C, onMounted as j, onUnmounted as K, computed as m, openBlock as l, createElementBlock as r, Fragment as M, createElementVNode as y, mergeProps as h, withModifiers as F, renderSlot as u, createCommentVNode as n, createBlock as v, Teleport as L, createVNode as k, Transition as w, withCtx as x, normalizeClass as f, toDisplayString as $, resolveDynamicComponent as U } from "vue";
2
+ import q from "./Button.vue.js";
3
+ import { useKeyStroke as G } from "../composables/useKeyStroke.js";
4
+ import { $t as T } from "../utils/i18n.js";
5
+ const H = { class: "text-lg font-bold text-foreground" }, J = {
6
6
  key: 0,
7
7
  class: "mt-1 text-sm text-muted-foreground"
8
- }, X = /* @__PURE__ */ N({
8
+ }, Y = /* @__PURE__ */ P({
9
9
  inheritAttrs: !1,
10
10
  __name: "SidePanel",
11
11
  props: {
@@ -30,26 +30,30 @@ const G = { class: "text-lg font-bold text-foreground" }, H = {
30
30
  },
31
31
  emits: ["close", "update:show", "onOpen", "onAfterOpen", "onAfterClose"],
32
32
  setup(t, { emit: B }) {
33
- const o = t, y = B, s = P(o.show), r = D("dropdown-context", null);
33
+ const o = t, p = B, s = D(o.show);
34
+ let d = null;
35
+ const a = V("dropdown-context", null);
34
36
  C(
35
37
  () => o.show,
36
38
  (e) => {
37
- s.value = e, e && (y("onOpen"), r?.close());
39
+ s.value = e, e && (p("onOpen"), a?.close());
38
40
  }
39
41
  );
40
42
  const z = () => {
41
- s.value = !0, r?.close();
42
- }, a = () => {
43
- s.value = !1, y("update:show", !1), y("close");
43
+ s.value = !0, a?.close();
44
+ }, i = () => {
45
+ s.value = !1, p("update:show", !1), p("close");
44
46
  }, A = () => {
45
- o.closeOutside && a();
46
- }, { onKeyStroke: O } = q();
47
- O("Escape", a), C(s, (e) => {
48
- r?.onChildToggle?.(e), e ? document.body.style.overflow = "hidden" : document.body.style.overflow = "";
49
- }), V(() => {
50
- s.value && r?.onChildToggle?.(!0);
47
+ o.closeOutside && i();
48
+ }, { onKeyStroke: O } = G();
49
+ O("Escape", i), C(s, (e) => {
50
+ d && clearTimeout(d), e ? (a?.onChildToggle?.(!0), document.body.style.overflow = "hidden") : (document.body.style.overflow = "", d = setTimeout(() => {
51
+ a?.onChildToggle?.(!1);
52
+ }, 300));
51
53
  }), j(() => {
52
- s.value && r?.onChildToggle?.(!1), document.body.style.overflow = "";
54
+ s.value && a?.onChildToggle?.(!0);
55
+ }), K(() => {
56
+ d && clearTimeout(d), s.value && a?.onChildToggle?.(!1), document.body.style.overflow = "";
53
57
  });
54
58
  const I = {
55
59
  sm: "max-w-sm",
@@ -57,20 +61,20 @@ const G = { class: "text-lg font-bold text-foreground" }, H = {
57
61
  lg: "max-w-lg",
58
62
  xl: "max-w-xl",
59
63
  full: "max-w-full"
60
- }, T = c(() => o.position === "left" ? "left-0" : "right-0"), S = c(() => o.position === "left" ? "slide-left" : "slide-right"), v = c(() => o.titleI18n ? $(o.titleI18n) : o.title), b = c(
61
- () => o.descriptionI18n ? $(o.descriptionI18n) : o.description
64
+ }, S = m(() => o.position === "left" ? "left-0" : "right-0"), E = m(() => o.position === "left" ? "slide-left" : "slide-right"), b = m(() => o.titleI18n ? T(o.titleI18n) : o.title), g = m(
65
+ () => o.descriptionI18n ? T(o.descriptionI18n) : o.description
62
66
  );
63
- return (e, f) => (l(), i(K, null, [
64
- m("span", g({
65
- onClick: M(z, ["stop"]),
67
+ return (e, c) => (l(), r(M, null, [
68
+ y("span", h({
69
+ onClick: F(z, ["stop"]),
66
70
  class: `${t.triggerClass}`
67
71
  }, e.$attrs), [
68
- d(e.$slots, "trigger", {}, () => [
69
- t.body ? d(e.$slots, "default", { key: 0 }) : n("", !0)
72
+ u(e.$slots, "trigger", {}, () => [
73
+ t.body ? u(e.$slots, "default", { key: 0 }) : n("", !0)
70
74
  ])
71
75
  ], 16),
72
- (l(), p(F, { to: "body" }, [
73
- h(k, {
76
+ (l(), v(L, { to: "body" }, [
77
+ k(w, {
74
78
  "enter-active-class": "transition-opacity duration-300 ease-out",
75
79
  "enter-from-class": "opacity-0",
76
80
  "enter-to-class": "opacity-100",
@@ -78,58 +82,58 @@ const G = { class: "text-lg font-bold text-foreground" }, H = {
78
82
  "leave-from-class": "opacity-100",
79
83
  "leave-to-class": "opacity-0"
80
84
  }, {
81
- default: w(() => [
82
- s.value ? (l(), i("div", {
85
+ default: x(() => [
86
+ s.value ? (l(), r("div", {
83
87
  key: 0,
84
- class: u(["fixed inset-0 z-50 bg-[#00000033] v-sidepanel-overlay", [t.overlayClass, { "backdrop-blur-[2px]": t.backdrop }]]),
88
+ class: f(["fixed inset-0 z-50 bg-[#00000033] v-sidepanel-overlay", [t.overlayClass, { "backdrop-blur-[2px]": t.backdrop }]]),
85
89
  onClick: A
86
90
  }, null, 2)) : n("", !0)
87
91
  ]),
88
92
  _: 1
89
93
  }),
90
- h(k, {
91
- name: S.value,
92
- onAfterEnter: f[0] || (f[0] = (E) => e.$emit("onAfterOpen")),
93
- onAfterLeave: f[1] || (f[1] = (E) => e.$emit("onAfterClose"))
94
+ k(w, {
95
+ name: E.value,
96
+ onAfterEnter: c[0] || (c[0] = (N) => e.$emit("onAfterOpen")),
97
+ onAfterLeave: c[1] || (c[1] = (N) => e.$emit("onAfterClose"))
94
98
  }, {
95
- default: w(() => [
96
- s.value ? (l(), i("div", {
99
+ default: x(() => [
100
+ s.value ? (l(), r("div", {
97
101
  key: 0,
98
- class: u(["sidepanel-body fixed inset-y-0 z-50 flex flex-col bg-body shadow-sm border transition-transform duration-300 ease-in-out w-full", [I[t.size], T.value, o.class]])
102
+ class: f(["sidepanel-body fixed inset-y-0 z-50 flex flex-col bg-body shadow-sm border transition-transform duration-300 ease-in-out w-full", [I[t.size], S.value, o.class]])
99
103
  }, [
100
- v.value || e.$slots.header ? (l(), i("div", {
104
+ b.value || e.$slots.header ? (l(), r("div", {
101
105
  key: 0,
102
- class: u([t.headerClass, "flex-none flex items-center justify-between px-6 py-2 border-b border-border"])
106
+ class: f([t.headerClass, "flex-none flex items-center justify-between px-6 py-2 border-b border-border"])
103
107
  }, [
104
- d(e.$slots, "header", {}, () => [
105
- m("div", null, [
106
- m("h3", G, x(v.value), 1),
107
- b.value ? (l(), i("p", H, x(b.value), 1)) : n("", !0)
108
+ u(e.$slots, "header", {}, () => [
109
+ y("div", null, [
110
+ y("h3", H, $(b.value), 1),
111
+ g.value ? (l(), r("p", J, $(g.value), 1)) : n("", !0)
108
112
  ])
109
113
  ]),
110
- t.hideCloseButton ? n("", !0) : (l(), p(U, {
114
+ t.hideCloseButton ? n("", !0) : (l(), v(q, {
111
115
  key: 0,
112
116
  rounded: "full",
113
117
  size: "sm",
114
118
  variant: "ghost",
115
119
  icon: "lucide:x",
116
- onClick: a,
120
+ onClick: i,
117
121
  class: "-mr-2"
118
122
  }))
119
123
  ], 2)) : n("", !0),
120
- m("div", {
121
- class: u(["flex-1 overflow-y-auto px-6 py-4", t.bodyClass])
124
+ y("div", {
125
+ class: f(["flex-1 overflow-y-auto px-6 py-4", t.bodyClass])
122
126
  }, [
123
- t.body ? (l(), p(L(t.body), g({ key: 0 }, { ...t.bodyProps, ...e.$attrs }, { close: a }), null, 16)) : d(e.$slots, "default", {
127
+ t.body ? (l(), v(U(t.body), h({ key: 0 }, { ...t.bodyProps, ...e.$attrs }, { close: i }), null, 16)) : u(e.$slots, "default", {
124
128
  key: 1,
125
- close: a
129
+ close: i
126
130
  })
127
131
  ], 2),
128
- e.$slots.footer ? (l(), i("div", {
132
+ e.$slots.footer ? (l(), r("div", {
129
133
  key: 1,
130
- class: u(["flex-none px-6 py-3 border-t border-border", t.footerClass])
134
+ class: f(["flex-none px-6 py-3 border-t border-border", t.footerClass])
131
135
  }, [
132
- d(e.$slots, "footer", { close: a })
136
+ u(e.$slots, "footer", { close: i })
133
137
  ], 2)) : n("", !0)
134
138
  ], 2)) : n("", !0)
135
139
  ]),
@@ -140,5 +144,5 @@ const G = { class: "text-lg font-bold text-foreground" }, H = {
140
144
  }
141
145
  });
142
146
  export {
143
- X as default
147
+ Y as default
144
148
  };
package/index.js CHANGED
@@ -1,19 +1,19 @@
1
1
  import { default as f } from "vue3-google-signin";
2
2
  import { deepMerge as l } from "./utils/object.js";
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 B, search as F } from "./utils/search.util.js";
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 C, removeExtraProperties as P, slugify as I, throttle as D, truncate as v } from "./utils/functions.js";
4
+ import { lazySearch as h, resetSearchIndex as A, search as B } from "./utils/search.util.js";
5
5
  import { env as k } from "./utils/env.js";
6
6
  import { $t as y } from "./utils/i18n.js";
7
- import { default as L } from "./components/Chip/Chip.vue.js";
8
- import { default as E } from "./components/Form/Form.vue.js";
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
- import { default as $ } from "./components/Stats/Stats.vue.js";
16
- import { default as X } from "./components/Kanban/Kanban.vue.js";
7
+ import { default as E } from "./components/Chip/Chip.vue.js";
8
+ import { default as R } from "./components/Form/Form.vue.js";
9
+ import { default as O } from "./components/Form/FormField.vue.js";
10
+ import { default as G } from "./components/Form/FormFields.vue.js";
11
+ import { default as _ } from "./components/Form/CustomFields.vue.js";
12
+ import { useForm as H } from "./components/Form/composables/useForm.js";
13
+ import { useFileUpload as j } from "./components/Form/composables/useFileUpload.js";
14
+ import { default as Q } from "./components/Tabes/Tabes.vue.js";
15
+ import { default as X } from "./components/Stats/Stats.vue.js";
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";
@@ -25,23 +25,23 @@ 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
27
  import { default as be } from "./components/Heatmap/Heatmap.vue.js";
28
- import { default as Pe } from "./components/Masonry/Masonry.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
30
  import { default as ve } from "./components/Spinner/Spinner.vue.js";
31
- import { default as Ae } from "./components/Barcode/Barcode.vue.js";
32
- import { barcodesConstants as Fe } from "./components/Barcode/types.js";
31
+ import { default as he } from "./components/Barcode/Barcode.vue.js";
32
+ import { barcodesConstants as Be } from "./components/Barcode/types.js";
33
33
  import { default as ke } from "./components/Carousel/Carousel.vue.js";
34
34
  import { default as ye } from "./components/Dropdown/Dropdown.vue.js";
35
- import { default as Le } from "./components/Dropdown/DropdownMenu.vue.js";
36
- import { default as Ee } from "./components/Dropdown/DropdownTrigger.vue.js";
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
- import { default as $e } from "./components/FileTree/FileTreeNode.vue.js";
44
- import { useTreeSelection as Xe } from "./components/FileTree/useTreeSelection.js";
35
+ import { default as Ee } from "./components/Dropdown/DropdownMenu.vue.js";
36
+ import { default as Re } from "./components/Dropdown/DropdownTrigger.vue.js";
37
+ import { default as Oe } from "./components/Dropdown/DropdownItem.vue.js";
38
+ import { useDropdownSelection as Ge } from "./components/Dropdown/composables/useDropdownSelection.js";
39
+ import { useDropdownIds as _e } from "./components/Dropdown/composables/useDropdownIds.js";
40
+ import { default as He } from "./components/Breadcrumb/Breadcrumb.vue.js";
41
+ import { default as je } from "./components/Breadcrumb/BreadcrumbItem.vue.js";
42
+ import { default as Qe } from "./components/FileTree/FileTree.vue.js";
43
+ import { default as Xe } from "./components/FileTree/FileTreeNode.vue.js";
44
+ import { useTreeSelection as Je } 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";
@@ -50,168 +50,170 @@ import { default as so } 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
52
  import { default as go } from "./components/Empty/Empty.vue.js";
53
- import { default as Co } from "./components/Accordion/Accordion.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 ho } from "./components/Accordion/AccordionTrigger.vue.js";
56
- import { default as Bo } from "./components/Accordion/AccordionContent.vue.js";
57
- import { default as No } from "./components/ChoiceBox/ChoiceBox.vue.js";
55
+ import { default as No } from "./components/Accordion/AccordionTrigger.vue.js";
56
+ import { default as Ao } from "./components/Accordion/AccordionContent.vue.js";
57
+ import { default as Fo } from "./components/ChoiceBox/ChoiceBox.vue.js";
58
58
  import { default as wo } from "./components/DataTable/DataTable.vue.js";
59
59
  import { default as Mo } from "./components/DataTable/DataTableHeader.vue.js";
60
- import { default as Ro } from "./components/DataTable/DataTableRow.vue.js";
61
- import { initializeTheme as Ko, useTheme as zo } from "./composables/useTheme.js";
62
- import { default as Oo } from "./components/FilePicker/FilePicker.vue.js";
63
- import { default as Vo } from "./components/Pagination/Pagination.vue.js";
64
- import { default as _o } from "./components/ExportData/ExportData.vue.js";
65
- import { default as qo } from "./components/ImportData/ImportData.vue.js";
66
- import { default as Wo } from "./components/MultiSelect/MultiSelect.vue.js";
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";
60
+ import { default as Lo } from "./components/DataTable/DataTableRow.vue.js";
61
+ import { SCREEN_CONTEXT_KEY as Ko } from "./components/DataTable/types.js";
62
+ import { initializeTheme as zo, useTheme as Go } from "./composables/useTheme.js";
63
+ import { default as _o } from "./components/FilePicker/FilePicker.vue.js";
64
+ import { default as Ho } from "./components/Pagination/Pagination.vue.js";
65
+ import { default as jo } from "./components/ExportData/ExportData.vue.js";
66
+ import { default as Qo } from "./components/ImportData/ImportData.vue.js";
67
+ import { default as Xo } from "./components/MultiSelect/MultiSelect.vue.js";
68
+ import { default as Jo } from "./components/PricingPlan/PricingPlan.vue.js";
69
+ import { default as er } from "./components/PricingPlan/PricingPlanItem.vue.js";
70
+ import { default as rr } from "./components/SidebarMenu/SidebarMenu.vue.js";
71
+ import { default as ar } from "./components/SidebarMenu/SidebarMenuItem.vue.js";
71
72
  /* empty css */
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 Br } from "./components/Timeline/TimelineItem.vue.js";
81
- import { default as Nr } from "./components/Timeline/TimelineIndicator.vue.js";
82
- import { default as wr } from "./components/Icon.vue.js";
83
- import { default as Mr } from "./components/Logo.vue.js";
84
- import { default as Rr } from "./components/Alert.vue.js";
85
- import { default as Kr } from "./components/Badge.vue.js";
86
- import { default as Gr } from "./components/Input.vue.js";
73
+ import { default as mr } from "./components/ProgressBar/ProgressBar.vue.js";
74
+ import { default as sr } from "./components/PermissionMatrix/PermissionMatrix.vue.js";
75
+ import { default as dr } from "./components/PermissionMatrix/PermissionEditor.vue.js";
76
+ import { useAdvancedKeyStroke as xr, useKeyStroke as ir } from "./composables/useKeyStroke.js";
77
+ import { vScrollReveal as cr } from "./directives/vScrollReveal.js";
78
+ import { default as Sr } from "./components/AvatarUploader/AvatarUploader.vue.js";
79
+ import { configure as gr, pauseTimers as Cr, removeToast as Pr, resumeTimers as Ir, showToast as Dr, toast as vr, useNotifications as Nr } from "./composables/useNotifications.js";
80
+ import { default as Ar } from "./components/Timeline/Timeline.vue.js";
81
+ import { default as Fr } from "./components/Timeline/TimelineItem.vue.js";
82
+ import { default as wr } from "./components/Timeline/TimelineIndicator.vue.js";
83
+ import { default as Mr } from "./components/Icon.vue.js";
84
+ import { default as Lr } from "./components/Logo.vue.js";
85
+ import { default as Kr } from "./components/Alert.vue.js";
86
+ import { default as zr } from "./components/Badge.vue.js";
87
+ import { default as Ur } from "./components/Input.vue.js";
87
88
  /* empty css */
88
- import { default as Ur } from "./components/Label.vue.js";
89
- import { default as Hr } from "./components/Modal.vue.js";
90
- import { default as jr } from "./components/Avatar.vue.js";
91
- import { default as Qr } from "./components/Button.vue.js";
92
- import { default as Yr } from "./components/BackButton.vue.js";
93
- import { default as Jr } from "./components/Slider.vue.js";
94
- import { default as Zr } from "./components/Switch.vue.js";
95
- import { default as ot } from "./components/Tooltip.vue.js";
96
- import { default as tt } from "./components/CheckBox.vue.js";
97
- import { default as ft } from "./components/Textarea.vue.js";
98
- import { default as lt } from "./components/SidePanel.vue.js";
99
- import { default as pt } from "./components/DatePicker.vue.js";
100
- import { default as ut } from "./components/IconPicker.vue.js";
101
- import { default as it } from "./components/ButtonGroup.vue.js";
102
- import { default as ct } from "./components/NumberInput.vue.js";
103
- import { default as St } from "./components/ThemeToggle.vue.js";
104
- import { default as gt } from "./components/GoogleLogin.vue.js";
105
- import { default as Ct } from "./components/ColorPicker/ColorPicker.vue.js";
106
- import { default as Dt } from "./components/ConfirmationModal.vue.js";
107
- import { default as ht } from "./components/ToastNotification.vue.js";
108
- import { default as Bt } from "./components/CommandPaletteContent.vue.js";
109
- import { default as Nt } from "./components/NavbarCommandPalette.vue.js";
110
- import { default as wt } from "./components/DateRangePicker.vue.js";
111
- import { createVLite as Mt } from "./core/index.js";
112
- import { default as Rt } from "./components/StatusChip/StatusChip.vue.js";
113
- import { STATUS_MAP as Kt, normalizeStatus as zt, resolveStatus as Gt } from "./components/StatusChip/status-map.js";
114
- import { useVLiteConfig as Ut } from "./core/config.js";
89
+ import { default as Vr } from "./components/Label.vue.js";
90
+ import { default as Yr } from "./components/Modal.vue.js";
91
+ import { default as qr } from "./components/Avatar.vue.js";
92
+ import { default as Wr } from "./components/Button.vue.js";
93
+ import { default as $r } from "./components/BackButton.vue.js";
94
+ import { default as Zr } from "./components/Slider.vue.js";
95
+ import { default as ot } from "./components/Switch.vue.js";
96
+ import { default as tt } from "./components/Tooltip.vue.js";
97
+ import { default as ft } from "./components/CheckBox.vue.js";
98
+ import { default as lt } from "./components/Textarea.vue.js";
99
+ import { default as pt } from "./components/SidePanel.vue.js";
100
+ import { default as ut } from "./components/DatePicker.vue.js";
101
+ import { default as it } from "./components/IconPicker.vue.js";
102
+ import { default as ct } from "./components/ButtonGroup.vue.js";
103
+ import { default as St } from "./components/NumberInput.vue.js";
104
+ import { default as gt } from "./components/ThemeToggle.vue.js";
105
+ import { default as Pt } from "./components/GoogleLogin.vue.js";
106
+ import { default as Dt } from "./components/ColorPicker/ColorPicker.vue.js";
107
+ import { default as Nt } from "./components/ConfirmationModal.vue.js";
108
+ import { default as At } from "./components/ToastNotification.vue.js";
109
+ import { default as Ft } from "./components/CommandPaletteContent.vue.js";
110
+ import { default as wt } from "./components/NavbarCommandPalette.vue.js";
111
+ import { default as Mt } from "./components/DateRangePicker.vue.js";
112
+ import { createVLite as Lt } from "./core/index.js";
113
+ import { default as Kt } from "./components/StatusChip/StatusChip.vue.js";
114
+ import { STATUS_MAP as zt, normalizeStatus as Gt, resolveStatus as Ut } from "./components/StatusChip/status-map.js";
115
+ import { useVLiteConfig as Vt } from "./core/config.js";
115
116
  export {
116
117
  y as $t,
117
- Co as Accordion,
118
- Bo as AccordionContent,
118
+ Po as Accordion,
119
+ Ao as AccordionContent,
119
120
  Do as AccordionItem,
120
- ho as AccordionTrigger,
121
- Rr as Alert,
122
- jr as Avatar,
123
- cr as AvatarUploader,
124
- Yr as BackButton,
125
- Kr as Badge,
126
- Ae as Barcode,
127
- _e as Breadcrumb,
128
- qe as BreadcrumbItem,
129
- Qr as Button,
130
- it as ButtonGroup,
121
+ No as AccordionTrigger,
122
+ Kr as Alert,
123
+ qr as Avatar,
124
+ Sr as AvatarUploader,
125
+ $r as BackButton,
126
+ zr as Badge,
127
+ he as Barcode,
128
+ He as Breadcrumb,
129
+ je as BreadcrumbItem,
130
+ Wr as Button,
131
+ ct as ButtonGroup,
131
132
  ke as Carousel,
132
- tt as CheckBox,
133
- L as Chip,
134
- No as ChoiceBox,
135
- Ct as ColorPicker,
136
- Bt as CommandPaletteContent,
137
- Dt as ConfirmationModal,
138
- V as CustomFields,
133
+ ft as CheckBox,
134
+ E as Chip,
135
+ Fo as ChoiceBox,
136
+ Dt as ColorPicker,
137
+ Ft as CommandPaletteContent,
138
+ Nt as ConfirmationModal,
139
+ _ as CustomFields,
139
140
  mo as DataList,
140
141
  wo as DataTable,
141
142
  Mo as DataTableHeader,
142
- Ro as DataTableRow,
143
- pt as DatePicker,
144
- wt as DateRangePicker,
143
+ Lo as DataTableRow,
144
+ ut as DatePicker,
145
+ Mt as DateRangePicker,
145
146
  ye as Dropdown,
146
- ze as DropdownItem,
147
- Le as DropdownMenu,
148
- Ee as DropdownTrigger,
147
+ Oe as DropdownItem,
148
+ Ee as DropdownMenu,
149
+ Re as DropdownTrigger,
149
150
  go as Empty,
150
- _o as ExportData,
151
- Oo as FilePicker,
152
- We as FileTree,
153
- $e as FileTreeNode,
154
- E as Form,
155
- z as FormField,
156
- O as FormFields,
157
- gt as GoogleLogin,
151
+ jo as ExportData,
152
+ _o as FilePicker,
153
+ Qe as FileTree,
154
+ Xe as FileTreeNode,
155
+ R as Form,
156
+ O as FormField,
157
+ G as FormFields,
158
+ Pt as GoogleLogin,
158
159
  f as GoogleSignInPlugin,
159
160
  be as Heatmap,
160
- wr as Icon,
161
- ut as IconPicker,
162
- qo as ImportData,
163
- Gr as Input,
164
- X as Kanban,
161
+ Mr as Icon,
162
+ it as IconPicker,
163
+ Qo as ImportData,
164
+ Ur as Input,
165
+ J as Kanban,
165
166
  ee as KanbanBoard,
166
- Ur as Label,
167
+ Vr as Label,
167
168
  so as List,
168
169
  uo as ListFieldRow,
169
- Mr as Logo,
170
+ Lr as Logo,
170
171
  Ie as MASONRY_BREAKPOINTS,
171
- Pe as Masonry,
172
- Hr as Modal,
173
- Wo as MultiSelect,
172
+ Ce as Masonry,
173
+ Yr as Modal,
174
+ Xo as MultiSelect,
174
175
  ae as Navbar,
175
- Nt as NavbarCommandPalette,
176
+ wt as NavbarCommandPalette,
176
177
  se as NavbarGroup,
177
178
  me as NavbarItem,
178
179
  de as NavbarTabs,
179
- ct as NumberInput,
180
+ St as NumberInput,
180
181
  eo as OTPInput,
181
- Vo as Pagination,
182
- sr as PermissionEditor,
183
- mr as PermissionMatrix,
184
- $o as PricingPlan,
185
- Xo as PricingPlanItem,
186
- ar as ProgressBar,
182
+ Ho as Pagination,
183
+ dr as PermissionEditor,
184
+ sr as PermissionMatrix,
185
+ Jo as PricingPlan,
186
+ er as PricingPlanItem,
187
+ mr as ProgressBar,
187
188
  xe as QRCode,
188
- Kt as STATUS_MAP,
189
+ Ko as SCREEN_CONTEXT_KEY,
190
+ zt as STATUS_MAP,
189
191
  ne as Screen,
190
192
  Te as ScreenFilter,
191
193
  ao as Sheet,
192
- lt as SidePanel,
193
- er as SidebarMenu,
194
- rr as SidebarMenuItem,
195
- Jr as Slider,
194
+ pt as SidePanel,
195
+ rr as SidebarMenu,
196
+ ar as SidebarMenuItem,
197
+ Zr as Slider,
196
198
  ve as Spinner,
197
- $ as Stats,
198
- Rt as StatusChip,
199
- Zr as Switch,
200
- W as Tabes,
201
- ft as Textarea,
202
- St as ThemeToggle,
203
- hr as Timeline,
204
- Nr as TimelineIndicator,
205
- Br as TimelineItem,
206
- ht as ToastNotification,
207
- ot as Tooltip,
199
+ X as Stats,
200
+ Kt as StatusChip,
201
+ ot as Switch,
202
+ Q as Tabes,
203
+ lt as Textarea,
204
+ gt as ThemeToggle,
205
+ Ar as Timeline,
206
+ wr as TimelineIndicator,
207
+ Fr as TimelineItem,
208
+ At as ToastNotification,
209
+ tt as Tooltip,
208
210
  ro as Workbook,
209
- Fe as barcodesConstants,
211
+ Be as barcodesConstants,
210
212
  p as camelCase,
211
213
  d as capitalize,
212
- Sr as configure,
214
+ gr as configure,
213
215
  u as copyToClipboard,
214
- Mt as createVLite,
216
+ Lt as createVLite,
215
217
  x as debounce,
216
218
  l as deepMerge,
217
219
  i as delay,
@@ -225,34 +227,34 @@ export {
225
227
  To as getObjectValue,
226
228
  So as getStatusColorClass,
227
229
  S as getUniqueId,
228
- Ko as initializeTheme,
230
+ zo as initializeTheme,
229
231
  b as isAppleDevice,
230
232
  g as isEmpty,
231
- A as lazySearch,
232
- zt as normalizeStatus,
233
- br as pauseTimers,
234
- P as randomNumber,
235
- C as removeExtraProperties,
236
- gr as removeToast,
237
- B as resetSearchIndex,
238
- Gt as resolveStatus,
239
- Pr as resumeTimers,
240
- F as search,
241
- Cr as showToast,
233
+ h as lazySearch,
234
+ Gt as normalizeStatus,
235
+ Cr as pauseTimers,
236
+ C as randomNumber,
237
+ P as removeExtraProperties,
238
+ Pr as removeToast,
239
+ A as resetSearchIndex,
240
+ Ut as resolveStatus,
241
+ Ir as resumeTimers,
242
+ B as search,
243
+ Dr as showToast,
242
244
  I as slugify,
243
245
  D as throttle,
244
- Ir as toast,
246
+ vr as toast,
245
247
  v as truncate,
246
- dr as useAdvancedKeyStroke,
247
- Ve as useDropdownIds,
248
- Oe as useDropdownSelection,
249
- q as useFileUpload,
250
- _ as useForm,
248
+ xr as useAdvancedKeyStroke,
249
+ _e as useDropdownIds,
250
+ Ge as useDropdownSelection,
251
+ j as useFileUpload,
252
+ H as useForm,
251
253
  re as useKanbanBoard,
252
- ur as useKeyStroke,
253
- Dr as useNotifications,
254
- zo as useTheme,
255
- Xe as useTreeSelection,
256
- Ut as useVLiteConfig,
257
- ir as vScrollReveal
254
+ ir as useKeyStroke,
255
+ Nr as useNotifications,
256
+ Go as useTheme,
257
+ Je as useTreeSelection,
258
+ Vt as useVLiteConfig,
259
+ cr as vScrollReveal
258
260
  };
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.6",
6
+ "version": "0.6.7",
7
7
  "type": "module",
8
8
  "main": "index.js",
9
9
  "module": "index.js",