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.
@@ -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.79", C1 = "GPL-3.0-only", w1 = "CoManD-UI", k1 = "module", v1 = {
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "comand-component-library",
3
- "version": "4.1.79",
3
+ "version": "4.1.80",
4
4
  "license": "GPL-3.0-only",
5
5
  "author": "CoManD-UI",
6
6
  "private": false,
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.js'
70
- export { useScrollspy } from '@/composables/scrollspy.js'
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'