comand-component-library 4.1.28 → 4.1.29
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/comand-component-library.js +27110 -20736
- package/package.json +1 -1
- package/src/index.js +1 -0
- package/dist/index.html +0 -16
package/package.json
CHANGED
package/src/index.js
CHANGED
@@ -65,6 +65,7 @@ export { default as DirFancybox } from '@/directives/fancybox'
|
|
65
65
|
// export functions
|
66
66
|
export { createUuid, createHtmlId } from '@/utils/common'
|
67
67
|
export { getFileExtension } from '@/utils/getFileExtension'
|
68
|
+
export { useScrollspy } from '@/composables/scrollspy.js'
|
68
69
|
export { setCookieDisclaimerCookie, getCookieDisclaimerCookie } from '@/utils/cookie'
|
69
70
|
|
70
71
|
// export composables
|
package/dist/index.html
DELETED
@@ -1,16 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html lang="en" class="demopage" id="component-library">
|
3
|
-
<head>
|
4
|
-
<meta charset="utf-8" />
|
5
|
-
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
6
|
-
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
|
7
|
-
<link rel="icon" type="image/svg+xml" href="/favicon-component-library.svg" />
|
8
|
-
<title>CoManD Component-Library</title>
|
9
|
-
</head>
|
10
|
-
<body id="app">
|
11
|
-
<noscript>
|
12
|
-
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
|
13
|
-
</noscript>
|
14
|
-
<!-- built files will be auto injected -->
|
15
|
-
</body>
|
16
|
-
</html>
|