comand-component-library 4.1.79 → 4.1.80
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/comand-component-library.js +2 -1
- package/package.json +1 -1
- package/src/index.js +3 -2
@@ -18686,7 +18686,7 @@ function y1(e, n, t, s, i, o) {
|
|
18686
18686
|
], 2)
|
18687
18687
|
], 2);
|
18688
18688
|
}
|
18689
|
-
const b1 = /* @__PURE__ */ P(f1, [["render", y1]]), x1 = "comand-component-library", _1 = "4.1.
|
18689
|
+
const b1 = /* @__PURE__ */ P(f1, [["render", y1]]), x1 = "comand-component-library", _1 = "4.1.80", C1 = "GPL-3.0-only", w1 = "CoManD-UI", k1 = "module", v1 = {
|
18690
18690
|
prepublishOnly: "npm run build-lib",
|
18691
18691
|
dev: "vite",
|
18692
18692
|
build: "vite build",
|
@@ -22739,6 +22739,7 @@ export {
|
|
22739
22739
|
Vv as capitalize,
|
22740
22740
|
Oi as createHtmlId,
|
22741
22741
|
Qe as createUuid,
|
22742
|
+
B1 as formatDate,
|
22742
22743
|
qi as getCookieDisclaimerCookie,
|
22743
22744
|
Ye as getFileExtension,
|
22744
22745
|
be as openFancyBox,
|
package/package.json
CHANGED
package/src/index.js
CHANGED
@@ -66,9 +66,10 @@ export { default as DirFancybox } from '@/directives/fancybox'
|
|
66
66
|
// export functions
|
67
67
|
export { createUuid, createHtmlId } from '@/utils/common'
|
68
68
|
export { getFileExtension } from '@/utils/getFileExtension'
|
69
|
-
export { capitalize } from '@/utils/string
|
70
|
-
export { useScrollspy } from '@/composables/scrollspy
|
69
|
+
export { capitalize } from '@/utils/string'
|
70
|
+
export { useScrollspy } from '@/composables/scrollspy'
|
71
71
|
export { setCookieDisclaimerCookie, getCookieDisclaimerCookie } from '@/utils/cookie'
|
72
|
+
export { formatDate } from "@/utils/date"
|
72
73
|
|
73
74
|
// export composables
|
74
75
|
export { useSequence } from '@/composables/sequence'
|