vlite3 0.1.10 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (55) hide show
  1. package/README.md +226 -150
  2. package/components/Button.vue.js +1 -1
  3. package/components/Chip/Chip.vue.js +15 -15
  4. package/components/DataTable/DataTable.vue.js +2 -2
  5. package/components/DataTable/DataTable.vue2.js +41 -39
  6. package/components/DataTable/types.d.ts +1 -0
  7. package/components/DatePicker.vue.d.ts +12 -3
  8. package/components/DatePicker.vue.js +80 -39
  9. package/components/Dropdown/DropdownMenu.vue.js +48 -47
  10. package/components/Form/Form.vue.d.ts +2 -0
  11. package/components/Form/Form.vue.js +2 -2
  12. package/components/Form/Form.vue2.js +104 -101
  13. package/components/Form/FormField.vue.d.ts +4 -0
  14. package/components/Form/FormField.vue.js +248 -148
  15. package/components/Form/FormFields.vue.d.ts +2 -0
  16. package/components/Form/FormFields.vue.js +2 -2
  17. package/components/Form/FormFields.vue2.js +45 -39
  18. package/components/Form/types.d.ts +24 -4
  19. package/components/Form/utils/form.utils.d.ts +5 -1
  20. package/components/Form/utils/form.utils.js +69 -60
  21. package/components/GoogleLogin.vue.d.ts +41 -0
  22. package/components/GoogleLogin.vue.js +60 -0
  23. package/components/GoogleLogin.vue2.js +4 -0
  24. package/components/Input.vue.js +120 -111
  25. package/components/NumberInput.vue.d.ts +38 -0
  26. package/components/NumberInput.vue.js +7 -0
  27. package/components/NumberInput.vue2.js +191 -0
  28. package/components/Pagination/Pagination.vue.d.ts +1 -0
  29. package/components/Pagination/Pagination.vue.js +60 -46
  30. package/components/ProgressBar/ProgressBar.vue.d.ts +12 -0
  31. package/components/ProgressBar/ProgressBar.vue.js +7 -0
  32. package/components/ProgressBar/ProgressBar.vue2.js +158 -0
  33. package/components/ProgressBar/index.d.ts +3 -0
  34. package/components/Spinner/Spinner.vue.d.ts +8 -0
  35. package/components/Spinner/Spinner.vue.js +89 -0
  36. package/components/Spinner/Spinner.vue2.js +4 -0
  37. package/components/Spinner/index.d.ts +2 -0
  38. package/components/Spinner/types.d.ts +9 -0
  39. package/components/Tabes/Tabes.vue.d.ts +3 -1
  40. package/components/Tabes/Tabes.vue.js +103 -44
  41. package/directives/vScrollReveal.d.ts +2 -0
  42. package/directives/vScrollReveal.js +48 -0
  43. package/index.d.ts +8 -0
  44. package/index.js +180 -147
  45. package/package.json +6 -3
  46. package/style.css +56 -4
  47. package/types/form.type.d.ts +2 -2
  48. package/types/progressbar.d.ts +75 -0
  49. package/utils/env.d.ts +14 -0
  50. package/utils/env.js +4 -0
  51. package/utils/functions.d.ts +99 -0
  52. package/utils/functions.js +91 -7
  53. package/utils/index.d.ts +2 -0
  54. package/utils/search.util.d.ts +127 -0
  55. package/utils/search.util.js +363 -0
@@ -0,0 +1,89 @@
1
+ import { defineComponent as m, computed as a, openBlock as t, createElementBlock as o, normalizeClass as h, createStaticVNode as c, createCommentVNode as i, createElementVNode as s } from "vue";
2
+ const f = {
3
+ key: 0,
4
+ xmlns: "http://www.w3.org/2000/svg",
5
+ width: "1em",
6
+ height: "1em",
7
+ viewBox: "0 0 24 24"
8
+ }, w = {
9
+ key: 1,
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ width: "1em",
12
+ height: "1em",
13
+ viewBox: "0 0 24 24"
14
+ }, k = {
15
+ key: 2,
16
+ xmlns: "http://www.w3.org/2000/svg",
17
+ width: "1em",
18
+ height: "1em",
19
+ viewBox: "0 0 24 24"
20
+ }, C = {
21
+ key: 3,
22
+ xmlns: "http://www.w3.org/2000/svg",
23
+ width: "1em",
24
+ height: "1em",
25
+ viewBox: "0 0 24 24"
26
+ }, y = /* @__PURE__ */ m({
27
+ __name: "Spinner",
28
+ props: {
29
+ size: { default: "md" },
30
+ color: { default: "current" },
31
+ variant: { default: "border" },
32
+ class: { default: "" }
33
+ },
34
+ setup(e) {
35
+ const l = e, u = a(() => ({
36
+ xs: "text-xs",
37
+ sm: "text-sm",
38
+ md: "text-base",
39
+ lg: "text-xl",
40
+ xl: "text-2xl"
41
+ })[l.size]), d = a(() => l.color === "current" ? "text-current" : {
42
+ primary: "text-primary",
43
+ secondary: "text-secondary",
44
+ success: "text-success",
45
+ warning: "text-warning",
46
+ danger: "text-destructive",
47
+ white: "text-white"
48
+ }[l.color]);
49
+ return (n, r) => (t(), o("span", {
50
+ class: h([d.value, u.value])
51
+ }, [
52
+ e.variant == "dots" ? (t(), o("svg", f, [...r[0] || (r[0] = [
53
+ c('<g><circle cx="3" cy="12" r="2" fill="currentColor" stroke-width="0.3" stroke="currentColor"></circle><circle cx="21" cy="12" r="2" fill="currentColor" stroke-width="0.3" stroke="currentColor"></circle><circle cx="12" cy="21" r="2" fill="currentColor" stroke-width="0.3" stroke="currentColor"></circle><circle cx="12" cy="3" r="2" fill="currentColor" stroke-width="0.3" stroke="currentColor"></circle><circle cx="5.64" cy="5.64" r="2" fill="currentColor" stroke-width="0.3" stroke="currentColor"></circle><circle cx="18.36" cy="18.36" r="2" fill="currentColor" stroke-width="0.3" stroke="currentColor"></circle><circle cx="5.64" cy="18.36" r="2" fill="currentColor" stroke-width="0.3" stroke="currentColor"></circle><circle cx="18.36" cy="5.64" r="2" fill="currentColor" stroke-width="0.3" stroke="currentColor"></circle><animateTransform attributeName="transform" dur="1.5s" repeatCount="indefinite" type="rotate" values="0 12 12;360 12 12"></animateTransform></g>', 1)
54
+ ])])) : i("", !0),
55
+ e.variant === "border" ? (t(), o("svg", w, [...r[1] || (r[1] = [
56
+ s("path", {
57
+ fill: "currentColor",
58
+ d: "M12,1A11,11,0,1,0,23,12,11,11,0,0,0,12,1Zm0,19a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z",
59
+ opacity: "0.25",
60
+ "stroke-width": "0.3",
61
+ stroke: "currentColor"
62
+ }, null, -1),
63
+ s("path", {
64
+ fill: "currentColor",
65
+ d: "M10.14,1.16a11,11,0,0,0-9,8.92A1.59,1.59,0,0,0,2.46,12,1.52,1.52,0,0,0,4.11,10.7a8,8,0,0,1,6.66-6.61A1.42,1.42,0,0,0,12,2.69h0A1.57,1.57,0,0,0,10.14,1.16Z",
66
+ "stroke-width": "0.3",
67
+ stroke: "currentColor"
68
+ }, [
69
+ s("animateTransform", {
70
+ attributeName: "transform",
71
+ dur: "0.75s",
72
+ repeatCount: "indefinite",
73
+ type: "rotate",
74
+ values: "0 12 12;360 12 12"
75
+ })
76
+ ], -1)
77
+ ])])) : i("", !0),
78
+ e.variant === "bars" ? (t(), o("svg", k, [...r[2] || (r[2] = [
79
+ c('<g><rect width="2" height="5" x="11" y="1" fill="currentColor" opacity="0.14" stroke-width="0.3" stroke="currentColor"></rect><rect width="2" height="5" x="11" y="1" fill="currentColor" opacity="0.29" transform="rotate(30 12 12)" stroke-width="0.3" stroke="currentColor"></rect><rect width="2" height="5" x="11" y="1" fill="currentColor" opacity="0.43" transform="rotate(60 12 12)" stroke-width="0.3" stroke="currentColor"></rect><rect width="2" height="5" x="11" y="1" fill="currentColor" opacity="0.57" transform="rotate(90 12 12)" stroke-width="0.3" stroke="currentColor"></rect><rect width="2" height="5" x="11" y="1" fill="currentColor" opacity="0.71" transform="rotate(120 12 12)" stroke-width="0.3" stroke="currentColor"></rect><rect width="2" height="5" x="11" y="1" fill="currentColor" opacity="0.86" transform="rotate(150 12 12)" stroke-width="0.3" stroke="currentColor"></rect><rect width="2" height="5" x="11" y="1" fill="currentColor" transform="rotate(180 12 12)" stroke-width="0.3" stroke="currentColor"></rect><animateTransform attributeName="transform" calcMode="discrete" dur="0.75s" repeatCount="indefinite" type="rotate" values="0 12 12;30 12 12;60 12 12;90 12 12;120 12 12;150 12 12;180 12 12;210 12 12;240 12 12;270 12 12;300 12 12;330 12 12;360 12 12"></animateTransform></g>', 1)
80
+ ])])) : i("", !0),
81
+ e.variant == "ping" ? (t(), o("svg", C, [...r[3] || (r[3] = [
82
+ c('<circle cx="12" cy="12" r="0" fill="currentColor" stroke-width="0.3" stroke="currentColor"><animate id="SVG0cdVlcnN" fill="freeze" attributeName="r" begin="0;SVGftllRbIv.begin+0.6s" calcMode="spline" dur="1.2s" keySplines=".52,.6,.25,.99" values="0;11"></animate><animate fill="freeze" attributeName="opacity" begin="0;SVGftllRbIv.begin+0.6s" calcMode="spline" dur="1.2s" keySplines=".52,.6,.25,.99" values="1;0"></animate></circle><circle cx="12" cy="12" r="0" fill="currentColor" stroke-width="0.3" stroke="currentColor"><animate id="SVGftllRbIv" fill="freeze" attributeName="r" begin="SVG0cdVlcnN.begin+0.6s" calcMode="spline" dur="1.2s" keySplines=".52,.6,.25,.99" values="0;11"></animate><animate fill="freeze" attributeName="opacity" begin="SVG0cdVlcnN.begin+0.6s" calcMode="spline" dur="1.2s" keySplines=".52,.6,.25,.99" values="1;0"></animate></circle>', 2)
83
+ ])])) : i("", !0)
84
+ ], 2));
85
+ }
86
+ });
87
+ export {
88
+ y as default
89
+ };
@@ -0,0 +1,4 @@
1
+ import f from "./Spinner.vue.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,2 @@
1
+ export { default as Spinner } from './Spinner.vue';
2
+ export * from './types';
@@ -0,0 +1,9 @@
1
+ export type SpinnerSize = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
2
+ export type SpinnerColor = 'primary' | 'secondary' | 'success' | 'warning' | 'danger' | 'current' | 'white';
3
+ export type SpinnerVariant = 'border' | 'dots' | 'bars' | 'ping';
4
+ export interface SpinnerProps {
5
+ size?: SpinnerSize;
6
+ color?: SpinnerColor;
7
+ variant?: SpinnerVariant;
8
+ class?: string;
9
+ }
@@ -17,5 +17,7 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
17
17
  size: TabesSize;
18
18
  variant: TabesVariant;
19
19
  block: boolean;
20
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
20
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
21
+ containerRef: HTMLDivElement;
22
+ }, HTMLDivElement>;
21
23
  export default _default;
@@ -1,6 +1,7 @@
1
- import { defineComponent as x, computed as d, openBlock as n, createElementBlock as l, normalizeClass as o, Fragment as h, renderList as w, createBlock as C, createCommentVNode as k, createElementVNode as S, toDisplayString as V } from "vue";
2
- import z from "../Icon.vue.js";
3
- const B = ["aria-selected", "disabled", "onClick"], j = /* @__PURE__ */ x({
1
+ import { defineComponent as M, ref as g, watch as c, onMounted as j, computed as p, openBlock as i, createElementBlock as u, normalizeClass as l, normalizeStyle as A, createCommentVNode as y, Fragment as E, renderList as I, createBlock as N, createElementVNode as T, toDisplayString as _, nextTick as D } from "vue";
2
+ import { useResizeObserver as F } from "@vueuse/core";
3
+ import O from "../Icon.vue.js";
4
+ const q = ["aria-selected", "disabled", "onClick"], K = /* @__PURE__ */ M({
4
5
  __name: "Tabes",
5
6
  props: {
6
7
  options: {},
@@ -11,65 +12,123 @@ const B = ["aria-selected", "disabled", "onClick"], j = /* @__PURE__ */ x({
11
12
  textClass: {}
12
13
  },
13
14
  emits: ["update:modelValue", "change"],
14
- setup(a, { emit: u }) {
15
- const s = a, c = u, m = (e) => {
16
- e.disabled || (c("update:modelValue", e.value), c("change", e.value));
17
- }, b = d(() => ["inline-flex rounded-lg relative isolate transition-all duration-200", {
15
+ setup(s, { emit: x }) {
16
+ const r = s, v = x, d = g(null), f = g(/* @__PURE__ */ new Map()), h = (e, n) => {
17
+ e ? f.value.set(n, e) : f.value.delete(n);
18
+ }, b = g({
19
+ width: "0px",
20
+ height: "0px",
21
+ transform: "translate(0px, 0px)",
22
+ opacity: 0
23
+ }), o = async () => {
24
+ await D();
25
+ const e = d.value, n = f.value.get(r.modelValue);
26
+ if (!e || !n) {
27
+ b.value.opacity = 0;
28
+ return;
29
+ }
30
+ const a = e.getBoundingClientRect(), t = n.getBoundingClientRect(), m = t.left - a.left, $ = t.top - a.top, B = t.width, L = t.height;
31
+ b.value = {
32
+ width: `${B}px`,
33
+ height: `${L}px`,
34
+ transform: `translate(${m}px, ${$}px)`,
35
+ opacity: 1
36
+ };
37
+ };
38
+ F(d, o), c(() => r.modelValue, o), c(() => r.options, o, { deep: !0 }), c(() => r.size, o), c(() => r.block, o), j(o);
39
+ const k = (e) => {
40
+ e.disabled || (v("update:modelValue", e.value), v("change", e.value));
41
+ }, C = p(() => ["inline-flex rounded-lg relative isolate", {
18
42
  surface: "bg-secondary p-1",
19
43
  primary: "bg-secondary p-1",
20
44
  secondary: "bg-secondary p-1",
21
- // Default secondary container
22
45
  danger: "bg-danger/10 p-1",
23
46
  success: "bg-success/10 p-1",
24
47
  outline: "bg-transparent border border-border p-1",
25
48
  line: "bg-transparent gap-6 rounded-none p-0 border-b border-border w-full"
26
- // Tabs style
27
- }[s.variant], s.block ? "flex w-full" : ""]), g = {
49
+ }[r.variant], r.block ? "flex w-full" : ""]), w = {
28
50
  sm: "text-xs px-2.5 py-1",
29
51
  md: "text-xs px-3 py-1",
30
52
  lg: "text-base px-4 py-1.5"
31
- }, f = d(() => [s.variant === "line" ? "relative z-10 flex items-center justify-center gap-2 font-medium transition-all duration-200 ease-out cursor-pointer select-none outline-none focus-visible:ring-2 focus-visible:ring-primary/50 -mb-[1px] border-b-2 border-transparent hover:text-foreground" : "relative z-10 flex-1 flex items-center justify-center gap-2 font-medium transition-all duration-200 ease-out cursor-pointer select-none rounded-md outline-none focus-visible:ring-2 focus-visible:ring-primary/50"]), p = (e) => {
32
- const r = e.value === s.modelValue, t = s.variant === "line";
33
- let i = "";
34
- r || (i = t ? "text-muted-foreground" : "text-muted-foreground hover:text-foreground/80");
35
- const y = e.disabled ? "opacity-50 cursor-not-allowed" : "";
36
- return [f.value, i, y].join(" ");
37
- }, v = (e) => e.value !== s.modelValue ? "" : {
38
- surface: "bg-background text-foreground shadow-sm",
39
- primary: "bg-primary text-primary-foreground shadow-sm",
40
- secondary: "bg-secondary-foreground text-secondary shadow-sm",
41
- // Inverted for contrast
42
- danger: "bg-danger text-danger-fg shadow-sm",
43
- success: "bg-success text-success-fg shadow-sm",
44
- outline: "bg-accent/50 text-accent-foreground ring-1 ring-border shadow-sm",
45
- line: "text-primary border-primary"
46
- // Border-b-2 handled by base class + border color here
47
- }[s.variant];
48
- return (e, r) => (n(), l("div", {
49
- class: o(b.value),
53
+ }, z = p(() => [r.variant === "line" ? "relative z-10 flex items-center justify-center gap-2 font-medium transition-colors duration-50 ease-out cursor-pointer select-none outline-none focus-visible:ring-2 focus-visible:ring-primary/50 pb-2 border-b-2 border-transparent hover:text-foreground" : "relative z-10 flex-1 flex items-center justify-center gap-2 font-medium transition-colors duration-50 ease-out cursor-pointer select-none rounded-md outline-none focus-visible:ring-2 focus-visible:ring-primary/50"]), V = (e) => {
54
+ const n = e.value === r.modelValue, a = r.variant === "line";
55
+ let t = "";
56
+ if (n)
57
+ if (a)
58
+ t = "text-primary";
59
+ else
60
+ switch (r.variant) {
61
+ case "surface":
62
+ t = "text-foreground";
63
+ break;
64
+ case "primary":
65
+ t = "text-primary-foreground";
66
+ break;
67
+ case "secondary":
68
+ t = "text-secondary";
69
+ break;
70
+ case "danger":
71
+ t = "text-danger-fg";
72
+ break;
73
+ case "success":
74
+ t = "text-success-fg";
75
+ break;
76
+ case "outline":
77
+ t = "text-accent-foreground";
78
+ break;
79
+ default:
80
+ t = "text-foreground";
81
+ }
82
+ else
83
+ t = a ? "text-muted-foreground" : "text-muted-foreground hover:text-foreground/80";
84
+ const m = e.disabled ? "opacity-50 cursor-not-allowed" : "";
85
+ return [z.value, t, m].join(" ");
86
+ }, R = p(() => {
87
+ const e = "absolute left-0 top-0 transition-all duration-300 ease-[cubic-bezier(0.25,0.1,0.25,1)] z-0 pointer-events-none";
88
+ return r.variant === "line" ? `${e} !h-[2px] !top-auto bottom-0` : `${e} rounded-md shadow-sm`;
89
+ }), S = () => ({
90
+ surface: "bg-background",
91
+ primary: "bg-primary",
92
+ secondary: "bg-secondary-foreground",
93
+ danger: "bg-danger",
94
+ success: "bg-success",
95
+ outline: "bg-accent/50 ring-1 ring-border",
96
+ line: "bg-primary"
97
+ })[r.variant];
98
+ return (e, n) => (i(), u("div", {
99
+ ref_key: "containerRef",
100
+ ref: d,
101
+ class: l(C.value),
50
102
  role: "tablist"
51
103
  }, [
52
- (n(!0), l(h, null, w(a.options, (t) => (n(), l("button", {
53
- key: t.value,
104
+ s.modelValue !== void 0 ? (i(), u("div", {
105
+ key: 0,
106
+ class: l([R.value, S()]),
107
+ style: A(b.value)
108
+ }, null, 6)) : y("", !0),
109
+ (i(!0), u(E, null, I(s.options, (a) => (i(), u("button", {
110
+ key: a.value,
111
+ ref_for: !0,
112
+ ref: (t) => h(t, a.value),
54
113
  role: "tab",
55
- "aria-selected": a.modelValue === t.value,
56
- disabled: t.disabled,
57
- class: o([p(t), v(t), g[s.size]]),
58
- onClick: (i) => m(t),
114
+ "aria-selected": s.modelValue === a.value,
115
+ disabled: a.disabled,
116
+ class: l([V(a), w[r.size]]),
117
+ onClick: (t) => k(a),
59
118
  type: "button"
60
119
  }, [
61
- t.icon ? (n(), C(z, {
120
+ a.icon ? (i(), N(O, {
62
121
  key: 0,
63
- icon: t.icon,
64
- class: o(a.size === "sm" ? "w-3.5 h-3.5" : "w-4 h-4")
65
- }, null, 8, ["icon", "class"])) : k("", !0),
66
- S("span", {
67
- class: o(["whitespace-nowrap", a.textClass])
68
- }, V(t.label), 3)
69
- ], 10, B))), 128))
122
+ icon: a.icon,
123
+ class: l(s.size === "sm" ? "w-3.5 h-3.5" : "w-4 h-4")
124
+ }, null, 8, ["icon", "class"])) : y("", !0),
125
+ T("span", {
126
+ class: l(["whitespace-nowrap z-20 relative", s.textClass])
127
+ }, _(a.label), 3)
128
+ ], 10, q))), 128))
70
129
  ], 2));
71
130
  }
72
131
  });
73
132
  export {
74
- j as default
133
+ K as default
75
134
  };
@@ -0,0 +1,2 @@
1
+ import { Directive } from 'vue';
2
+ export declare const vScrollReveal: Directive;
@@ -0,0 +1,48 @@
1
+ import c from "../node_modules/scrollreveal/dist/scrollreveal.es.js";
2
+ const o = /* @__PURE__ */ new WeakMap(), s = {
3
+ distance: "50px",
4
+ duration: 800,
5
+ delay: 200,
6
+ easing: "cubic-bezier(0.5, 0, 0, 1)",
7
+ origin: "bottom",
8
+ interval: 0,
9
+ opacity: 0,
10
+ scale: 1,
11
+ cleanup: !1,
12
+ mobile: !0,
13
+ reset: !1,
14
+ // true = animations repeat on scroll up/down
15
+ useDelay: "always",
16
+ viewFactor: 0
17
+ };
18
+ function r(e) {
19
+ if (!e) return window;
20
+ if (e === document.body || e === document.documentElement)
21
+ return document.documentElement;
22
+ const t = getComputedStyle(e).overflowY;
23
+ return (t === "auto" || t === "scroll" || t === "overlay") && e.scrollHeight > e.clientHeight ? e : r(e.parentElement);
24
+ }
25
+ const u = {
26
+ mounted: (e, l) => {
27
+ if (typeof window > "u") return;
28
+ const t = r(e.parentElement);
29
+ let n = o.get(t);
30
+ n || (n = c({
31
+ // If container is window/html, ScrollReveal expects 'document.documentElement' usually,
32
+ // but 'container' option defaults to window.document.documentElement.
33
+ // If it's a specific div, we pass that div.
34
+ container: t === window ? document.documentElement : t
35
+ }), o.set(t, n));
36
+ const a = Object.assign({}, s, l.value);
37
+ e.classList.add("v-scroll-reveal"), n.reveal(e, a);
38
+ },
39
+ updated: (e, l) => {
40
+ if (!(typeof window > "u") && JSON.stringify(l.value) !== JSON.stringify(l.oldValue)) {
41
+ const t = r(e.parentElement), n = o.get(t);
42
+ n && n.reveal(e, Object.assign({}, s, l.value));
43
+ }
44
+ }
45
+ };
46
+ export {
47
+ u as vScrollReveal
48
+ };
package/index.d.ts CHANGED
@@ -1,3 +1,4 @@
1
+ import { default as GoogleSignInPlugin } from 'vue3-google-signin';
1
2
  export * from './components/Accordion';
2
3
  export { default as Alert } from './components/Alert.vue';
3
4
  export { default as Avatar } from './components/Avatar.vue';
@@ -21,6 +22,7 @@ export * from './components/Heatmap';
21
22
  export { default as Icon } from './components/Icon.vue';
22
23
  export { default as IconPicker } from './components/IconPicker.vue';
23
24
  export { default as Input } from './components/Input.vue';
25
+ export { default as NumberInput } from './components/NumberInput.vue';
24
26
  export { default as Label } from './components/Label.vue';
25
27
  export { default as Logo } from './components/Logo.vue';
26
28
  export * from './components/Masonry';
@@ -33,6 +35,7 @@ export * from './components/PricingPlan';
33
35
  export { default as SidePanel } from './components/SidePanel.vue';
34
36
  export * from './components/SidebarMenu';
35
37
  export { default as Slider } from './components/Slider.vue';
38
+ export * from './components/Spinner';
36
39
  export { default as Switch } from './components/Switch.vue';
37
40
  export * from './components/Tabes';
38
41
  export { default as Textarea } from './components/Textarea.vue';
@@ -41,9 +44,14 @@ export { default as Timeline } from './components/Timeline.vue';
41
44
  export { default as ToastNotification } from './components/ToastNotification.vue';
42
45
  export { default as Tooltip } from './components/Tooltip.vue';
43
46
  export * from './components/Workbook';
47
+ export { default as GoogleLogin } from './components/GoogleLogin.vue';
48
+ export * from './components/ProgressBar';
49
+ export * from './components/Spinner';
44
50
  export * from './composables/useNotifications';
45
51
  export * from './composables/useTheme';
46
52
  export * from './composables/useKeyStroke';
53
+ export * from './directives/vScrollReveal';
47
54
  export { createVLite, useVLiteConfig } from './core';
55
+ export { GoogleSignInPlugin };
48
56
  export * from './utils';
49
57
  export * from './types';