comand-component-library 4.1.33 → 4.1.34
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/comand-component-library.js +23719 -20547
- package/package.json +1 -1
- package/src/index.js +1 -0
package/package.json
CHANGED
package/src/index.js
CHANGED
@@ -66,6 +66,7 @@ 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'
|
69
70
|
export { useScrollspy } from '@/composables/scrollspy.js'
|
70
71
|
export { setCookieDisclaimerCookie, getCookieDisclaimerCookie } from '@/utils/cookie'
|
71
72
|
|