vgapp 1.2.4 → 1.2.5
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.
- package/CHANGELOG.md +37 -1
- package/README.md +2 -1
- package/app/modules/vgalert/js/vgalert.js +133 -202
- package/app/modules/vgalert/readme.md +105 -46
- package/app/modules/vgalert/scss/vgalert.scss +18 -0
- package/app/modules/vgtoast/js/vgtoast.js +111 -111
- package/app/modules/vgtooltip/index.js +3 -0
- package/app/modules/vgtooltip/js/vgtooltip.js +493 -0
- package/app/modules/vgtooltip/readme.md +181 -0
- package/app/modules/vgtooltip/scss/_variables.scss +15 -0
- package/app/modules/vgtooltip/scss/vgtooltip.scss +64 -0
- package/app/utils/js/components/placement.js +112 -41
- package/build/vgapp.css +3246 -2
- package/build/vgapp.js +30 -2
- package/index.js +18 -17
- package/index.scss +3 -0
- package/package.json +1 -1
package/build/vgapp.js
CHANGED
|
@@ -1,2 +1,30 @@
|
|
|
1
|
-
var vg;
|
|
2
|
-
|
|
1
|
+
var vg;
|
|
2
|
+
/******/ (() => { // webpackBootstrap
|
|
3
|
+
/******/ "use strict";
|
|
4
|
+
/******/ // The require scope
|
|
5
|
+
/******/ var __webpack_require__ = {};
|
|
6
|
+
/******/
|
|
7
|
+
/************************************************************************/
|
|
8
|
+
/******/ /* webpack/runtime/make namespace object */
|
|
9
|
+
/******/ (() => {
|
|
10
|
+
/******/ // define __esModule on exports
|
|
11
|
+
/******/ __webpack_require__.r = (exports) => {
|
|
12
|
+
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
13
|
+
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
14
|
+
/******/ }
|
|
15
|
+
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
16
|
+
/******/ };
|
|
17
|
+
/******/ })();
|
|
18
|
+
/******/
|
|
19
|
+
/************************************************************************/
|
|
20
|
+
var __webpack_exports__ = {};
|
|
21
|
+
/*!********************!*\
|
|
22
|
+
!*** ./index.scss ***!
|
|
23
|
+
\********************/
|
|
24
|
+
__webpack_require__.r(__webpack_exports__);
|
|
25
|
+
// extracted by mini-css-extract-plugin
|
|
26
|
+
|
|
27
|
+
vg = __webpack_exports__;
|
|
28
|
+
/******/ })()
|
|
29
|
+
;
|
|
30
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmdhcHAuanMiLCJtYXBwaW5ncyI6Ijs7O0FBQUE7QUFDQTtBQUNBOzs7O0FDRkE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7Ozs7Ozs7OztBQ05BIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vdmcvd2VicGFjay9ib290c3RyYXAiLCJ3ZWJwYWNrOi8vdmcvd2VicGFjay9ydW50aW1lL21ha2UgbmFtZXNwYWNlIG9iamVjdCIsIndlYnBhY2s6Ly92Zy8uL2luZGV4LnNjc3M/ZjRiNSJdLCJzb3VyY2VzQ29udGVudCI6WyIvLyBUaGUgcmVxdWlyZSBzY29wZVxudmFyIF9fd2VicGFja19yZXF1aXJlX18gPSB7fTtcblxuIiwiLy8gZGVmaW5lIF9fZXNNb2R1bGUgb24gZXhwb3J0c1xuX193ZWJwYWNrX3JlcXVpcmVfXy5yID0gKGV4cG9ydHMpID0+IHtcblx0aWYodHlwZW9mIFN5bWJvbCAhPT0gJ3VuZGVmaW5lZCcgJiYgU3ltYm9sLnRvU3RyaW5nVGFnKSB7XG5cdFx0T2JqZWN0LmRlZmluZVByb3BlcnR5KGV4cG9ydHMsIFN5bWJvbC50b1N0cmluZ1RhZywgeyB2YWx1ZTogJ01vZHVsZScgfSk7XG5cdH1cblx0T2JqZWN0LmRlZmluZVByb3BlcnR5KGV4cG9ydHMsICdfX2VzTW9kdWxlJywgeyB2YWx1ZTogdHJ1ZSB9KTtcbn07IiwiLy8gZXh0cmFjdGVkIGJ5IG1pbmktY3NzLWV4dHJhY3QtcGx1Z2luXG5leHBvcnQge307Il0sIm5hbWVzIjpbXSwic291cmNlUm9vdCI6IiJ9
|
package/index.js
CHANGED
|
@@ -1,17 +1,18 @@
|
|
|
1
|
-
export { default as VGAlert }
|
|
2
|
-
export { default as VGCollapse }
|
|
3
|
-
export { default as VGDropdown }
|
|
4
|
-
export { default as VGFiles }
|
|
5
|
-
export { default as VGFilePreview }
|
|
6
|
-
export { default as VGFormSender }
|
|
7
|
-
export { default as VGLawCookie }
|
|
8
|
-
export { default as VGLoadMore }
|
|
9
|
-
export { default as VGModal }
|
|
10
|
-
export { default as VGNav }
|
|
11
|
-
export { default as VGNestable }
|
|
12
|
-
export { default as VGRollup }
|
|
13
|
-
export { default as VGSelect }
|
|
14
|
-
export { default as VGSidebar }
|
|
15
|
-
export { default as VGSpy }
|
|
16
|
-
export { default as VGTabs }
|
|
17
|
-
export { default as VGToast }
|
|
1
|
+
export { default as VGAlert } from './app/modules/vgalert';
|
|
2
|
+
export { default as VGCollapse } from './app/modules/vgcollapse';
|
|
3
|
+
export { default as VGDropdown } from './app/modules/vgdropdown';
|
|
4
|
+
export { default as VGFiles } from './app/modules/vgfiles';
|
|
5
|
+
export { default as VGFilePreview } from './app/modules/vgfilepreview';
|
|
6
|
+
export { default as VGFormSender } from './app/modules/vgformsender';
|
|
7
|
+
export { default as VGLawCookie } from './app/modules/vglawcookie';
|
|
8
|
+
export { default as VGLoadMore } from './app/modules/vgloadmore';
|
|
9
|
+
export { default as VGModal } from './app/modules/vgmodal';
|
|
10
|
+
export { default as VGNav } from './app/modules/vgnav';
|
|
11
|
+
export { default as VGNestable } from './app/modules/vgnestable';
|
|
12
|
+
export { default as VGRollup } from './app/modules/vgrollup';
|
|
13
|
+
export { default as VGSelect } from './app/modules/vgselect';
|
|
14
|
+
export { default as VGSidebar } from './app/modules/vgsidebar';
|
|
15
|
+
export { default as VGSpy } from './app/modules/vgspy';
|
|
16
|
+
export { default as VGTabs } from './app/modules/vgtabs';
|
|
17
|
+
export { default as VGToast } from './app/modules/vgtoast';
|
|
18
|
+
export { default as VGTooltip } from './app/modules/vgtooltip';
|
package/index.scss
CHANGED