funuicss 2.0.11 → 2.0.13
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/css/fun.css +2 -2
- package/package.json +1 -1
- package/tsconfig.tsbuildinfo +1 -1
- package/ui/table/Table.d.ts +3 -1
- package/ui/table/Table.js +31 -5
- package/ui/table/Table.tsx +52 -6
- package/component/Alert.jsx +0 -113
- package/component/Avatar.jsx +0 -79
- package/component/Blob.jsx +0 -83
- package/component/BreadCrumb.jsx +0 -110
- package/component/Button.jsx +0 -98
- package/component/Card.jsx +0 -96
- package/component/Circle.jsx +0 -79
- package/component/CloseModal.jsx +0 -90
- package/component/Col.jsx +0 -76
- package/component/Container.jsx +0 -78
- package/component/DarkMode.jsx +0 -83
- package/component/Div.jsx +0 -99
- package/component/DropDown.jsx +0 -76
- package/component/DropItem.jsx +0 -73
- package/component/DropMenu.jsx +0 -97
- package/component/FunLoader.jsx +0 -79
- package/component/Grid.jsx +0 -80
- package/component/Hr.jsx +0 -72
- package/component/Icon.jsx +0 -77
- package/component/IconicInput.jsx +0 -86
- package/component/Input.jsx +0 -277
- package/component/LinkWrapper.jsx +0 -73
- package/component/List.jsx +0 -79
- package/component/ListItem.jsx +0 -73
- package/component/Modal.jsx +0 -93
- package/component/ModalAction.jsx +0 -71
- package/component/ModalContent.jsx +0 -71
- package/component/ModalHeader.jsx +0 -105
- package/component/NavBar.jsx +0 -80
- package/component/NavLink.jsx +0 -74
- package/component/NavLogo.jsx +0 -95
- package/component/Notification.jsx +0 -84
- package/component/NotificationContent.jsx +0 -71
- package/component/NotificationFooter.jsx +0 -71
- package/component/NotificationHeader.jsx +0 -71
- package/component/ProgressBar.jsx +0 -91
- package/component/RowFlex.jsx +0 -85
- package/component/Section.jsx +0 -74
- package/component/SideBar.jsx +0 -77
- package/component/SideBarContent.jsx +0 -71
- package/component/SideBarFooter.jsx +0 -71
- package/component/SideBarTop.jsx +0 -71
- package/component/SidebarTrigger.jsx +0 -96
- package/component/Snackbar.jsx +0 -90
- package/component/Starter.jsx +0 -203
- package/component/Step.jsx +0 -72
- package/component/StepContainer.jsx +0 -75
- package/component/StepHeader.jsx +0 -72
- package/component/StepLine.jsx +0 -72
- package/component/Table.jsx +0 -82
- package/component/TableBody.jsx +0 -72
- package/component/TableData.jsx +0 -74
- package/component/TableHead.jsx +0 -72
- package/component/TableRow.jsx +0 -74
- package/component/Tip.jsx +0 -78
- package/component/ToolTip.jsx +0 -72
- package/component/Typography.jsx +0 -99
- package/component/card/Card.jsx +0 -94
- package/component/card/CardBody.jsx +0 -71
- package/component/card/CardFab.jsx +0 -72
- package/component/card/CardFooter.jsx +0 -71
- package/component/card/CardHeader.jsx +0 -71
- package/component/fun.css +0 -593
- package/component/pages/NotFound.jsx +0 -107
- package/component/pages/UnAuthorized.jsx +0 -107
- package/ui/graph/BarGraph.d.ts +0 -13
- package/ui/graph/BarGraph.js +0 -17
- package/ui/graph/BarGraph.tsx +0 -50
package/component/Container.jsx
DELETED
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
/******/ (() => { // webpackBootstrap
|
|
2
|
-
/******/ "use strict";
|
|
3
|
-
/******/ // The require scope
|
|
4
|
-
/******/ var __webpack_require__ = {};
|
|
5
|
-
/******/
|
|
6
|
-
/************************************************************************/
|
|
7
|
-
/******/ /* webpack/runtime/compat get default export */
|
|
8
|
-
/******/ (() => {
|
|
9
|
-
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
10
|
-
/******/ __webpack_require__.n = (module) => {
|
|
11
|
-
/******/ var getter = module && module.__esModule ?
|
|
12
|
-
/******/ () => (module['default']) :
|
|
13
|
-
/******/ () => (module);
|
|
14
|
-
/******/ __webpack_require__.d(getter, { a: getter });
|
|
15
|
-
/******/ return getter;
|
|
16
|
-
/******/ };
|
|
17
|
-
/******/ })();
|
|
18
|
-
/******/
|
|
19
|
-
/******/ /* webpack/runtime/define property getters */
|
|
20
|
-
/******/ (() => {
|
|
21
|
-
/******/ // define getter functions for harmony exports
|
|
22
|
-
/******/ __webpack_require__.d = (exports, definition) => {
|
|
23
|
-
/******/ for(var key in definition) {
|
|
24
|
-
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
25
|
-
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
26
|
-
/******/ }
|
|
27
|
-
/******/ }
|
|
28
|
-
/******/ };
|
|
29
|
-
/******/ })();
|
|
30
|
-
/******/
|
|
31
|
-
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
32
|
-
/******/ (() => {
|
|
33
|
-
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
34
|
-
/******/ })();
|
|
35
|
-
/******/
|
|
36
|
-
/******/ /* webpack/runtime/make namespace object */
|
|
37
|
-
/******/ (() => {
|
|
38
|
-
/******/ // define __esModule on exports
|
|
39
|
-
/******/ __webpack_require__.r = (exports) => {
|
|
40
|
-
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
41
|
-
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
42
|
-
/******/ }
|
|
43
|
-
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
44
|
-
/******/ };
|
|
45
|
-
/******/ })();
|
|
46
|
-
/******/
|
|
47
|
-
/************************************************************************/
|
|
48
|
-
var __webpack_exports__ = {};
|
|
49
|
-
// ESM COMPAT FLAG
|
|
50
|
-
__webpack_require__.r(__webpack_exports__);
|
|
51
|
-
|
|
52
|
-
// EXPORTS
|
|
53
|
-
__webpack_require__.d(__webpack_exports__, {
|
|
54
|
-
"default": () => (/* binding */ Components_Container)
|
|
55
|
-
});
|
|
56
|
-
|
|
57
|
-
;// CONCATENATED MODULE: external "react"
|
|
58
|
-
const external_react_namespaceObject = require("react");
|
|
59
|
-
var external_react_default = /*#__PURE__*/__webpack_require__.n(external_react_namespaceObject);
|
|
60
|
-
;// CONCATENATED MODULE: ../Funcss/Components/Container.js
|
|
61
|
-
|
|
62
|
-
var Container = function Container(_ref) {
|
|
63
|
-
var children = _ref.children,
|
|
64
|
-
funcss = _ref.funcss,
|
|
65
|
-
margin = _ref.margin,
|
|
66
|
-
padding = _ref.padding;
|
|
67
|
-
return /*#__PURE__*/external_react_default().createElement("div", {
|
|
68
|
-
className: "container ".concat(funcss),
|
|
69
|
-
style: {
|
|
70
|
-
margin: margin ? margin : "",
|
|
71
|
-
padding: padding ? padding : ""
|
|
72
|
-
}
|
|
73
|
-
}, children);
|
|
74
|
-
};
|
|
75
|
-
/* harmony default export */ const Components_Container = (Container);
|
|
76
|
-
module.exports = __webpack_exports__;
|
|
77
|
-
/******/ })()
|
|
78
|
-
;
|
package/component/DarkMode.jsx
DELETED
|
@@ -1,83 +0,0 @@
|
|
|
1
|
-
/******/ (() => { // webpackBootstrap
|
|
2
|
-
/******/ "use strict";
|
|
3
|
-
/******/ // The require scope
|
|
4
|
-
/******/ var __webpack_require__ = {};
|
|
5
|
-
/******/
|
|
6
|
-
/************************************************************************/
|
|
7
|
-
/******/ /* webpack/runtime/define property getters */
|
|
8
|
-
/******/ (() => {
|
|
9
|
-
/******/ // define getter functions for harmony exports
|
|
10
|
-
/******/ __webpack_require__.d = (exports, definition) => {
|
|
11
|
-
/******/ for(var key in definition) {
|
|
12
|
-
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
13
|
-
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
14
|
-
/******/ }
|
|
15
|
-
/******/ }
|
|
16
|
-
/******/ };
|
|
17
|
-
/******/ })();
|
|
18
|
-
/******/
|
|
19
|
-
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
20
|
-
/******/ (() => {
|
|
21
|
-
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
22
|
-
/******/ })();
|
|
23
|
-
/******/
|
|
24
|
-
/******/ /* webpack/runtime/make namespace object */
|
|
25
|
-
/******/ (() => {
|
|
26
|
-
/******/ // define __esModule on exports
|
|
27
|
-
/******/ __webpack_require__.r = (exports) => {
|
|
28
|
-
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
29
|
-
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
30
|
-
/******/ }
|
|
31
|
-
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
32
|
-
/******/ };
|
|
33
|
-
/******/ })();
|
|
34
|
-
/******/
|
|
35
|
-
/************************************************************************/
|
|
36
|
-
var __webpack_exports__ = {};
|
|
37
|
-
// ESM COMPAT FLAG
|
|
38
|
-
__webpack_require__.r(__webpack_exports__);
|
|
39
|
-
|
|
40
|
-
// EXPORTS
|
|
41
|
-
__webpack_require__.d(__webpack_exports__, {
|
|
42
|
-
"default": () => (/* binding */ DarkMode)
|
|
43
|
-
});
|
|
44
|
-
|
|
45
|
-
;// CONCATENATED MODULE: external "react"
|
|
46
|
-
const external_react_namespaceObject = require("react");
|
|
47
|
-
;// CONCATENATED MODULE: ../Funcss/Components/DarkMode.js
|
|
48
|
-
|
|
49
|
-
function DarkMode(state) {
|
|
50
|
-
if (state) {
|
|
51
|
-
var root = document.querySelector(':root');
|
|
52
|
-
var bdColor = "#FFFFFFD9";
|
|
53
|
-
var borderColor, raiseColor;
|
|
54
|
-
borderColor = "#444654";
|
|
55
|
-
raiseColor = "#1e1e1e";
|
|
56
|
-
root.style.setProperty('--bd-theme', "#141414");
|
|
57
|
-
root.style.setProperty('--bd-color', bdColor);
|
|
58
|
-
root.style.setProperty('--borderColor', borderColor);
|
|
59
|
-
root.style.setProperty('--raiseThemes', raiseColor);
|
|
60
|
-
root.style.setProperty('--lighter', "#33333349");
|
|
61
|
-
root.style.setProperty('--inputOutline', "#1e1e1e");
|
|
62
|
-
root.style.setProperty('--lightThemeDark', bdColor);
|
|
63
|
-
|
|
64
|
-
// dark theme for all the colors
|
|
65
|
-
root.style.setProperty('--success', "#1d6640");
|
|
66
|
-
root.style.setProperty('--successLight', " #c7e6c8");
|
|
67
|
-
root.style.setProperty('--info', "#2471a3");
|
|
68
|
-
root.style.setProperty('--infoLight', "#b3d9ed");
|
|
69
|
-
root.style.setProperty('--warning', "#8c3d00");
|
|
70
|
-
root.style.setProperty('--warningLight', "#d8b69c");
|
|
71
|
-
root.style.setProperty('--danger', "#6b0600");
|
|
72
|
-
root.style.setProperty('--dangerLight', "#bfbfbf");
|
|
73
|
-
|
|
74
|
-
// root.style.setProperty('--info', "#2471a3");
|
|
75
|
-
// root.style.setProperty('--infoLight', "#b3d9ed");
|
|
76
|
-
|
|
77
|
-
root.style.setProperty('--light', "#c5d8e0");
|
|
78
|
-
root.style.setProperty('--deepLight', "#154556");
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
module.exports = __webpack_exports__;
|
|
82
|
-
/******/ })()
|
|
83
|
-
;
|
package/component/Div.jsx
DELETED
|
@@ -1,99 +0,0 @@
|
|
|
1
|
-
/******/ (() => { // webpackBootstrap
|
|
2
|
-
/******/ "use strict";
|
|
3
|
-
/******/ // The require scope
|
|
4
|
-
/******/ var __webpack_require__ = {};
|
|
5
|
-
/******/
|
|
6
|
-
/************************************************************************/
|
|
7
|
-
/******/ /* webpack/runtime/compat get default export */
|
|
8
|
-
/******/ (() => {
|
|
9
|
-
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
10
|
-
/******/ __webpack_require__.n = (module) => {
|
|
11
|
-
/******/ var getter = module && module.__esModule ?
|
|
12
|
-
/******/ () => (module['default']) :
|
|
13
|
-
/******/ () => (module);
|
|
14
|
-
/******/ __webpack_require__.d(getter, { a: getter });
|
|
15
|
-
/******/ return getter;
|
|
16
|
-
/******/ };
|
|
17
|
-
/******/ })();
|
|
18
|
-
/******/
|
|
19
|
-
/******/ /* webpack/runtime/define property getters */
|
|
20
|
-
/******/ (() => {
|
|
21
|
-
/******/ // define getter functions for harmony exports
|
|
22
|
-
/******/ __webpack_require__.d = (exports, definition) => {
|
|
23
|
-
/******/ for(var key in definition) {
|
|
24
|
-
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
25
|
-
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
26
|
-
/******/ }
|
|
27
|
-
/******/ }
|
|
28
|
-
/******/ };
|
|
29
|
-
/******/ })();
|
|
30
|
-
/******/
|
|
31
|
-
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
32
|
-
/******/ (() => {
|
|
33
|
-
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
34
|
-
/******/ })();
|
|
35
|
-
/******/
|
|
36
|
-
/******/ /* webpack/runtime/make namespace object */
|
|
37
|
-
/******/ (() => {
|
|
38
|
-
/******/ // define __esModule on exports
|
|
39
|
-
/******/ __webpack_require__.r = (exports) => {
|
|
40
|
-
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
41
|
-
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
42
|
-
/******/ }
|
|
43
|
-
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
44
|
-
/******/ };
|
|
45
|
-
/******/ })();
|
|
46
|
-
/******/
|
|
47
|
-
/************************************************************************/
|
|
48
|
-
var __webpack_exports__ = {};
|
|
49
|
-
// ESM COMPAT FLAG
|
|
50
|
-
__webpack_require__.r(__webpack_exports__);
|
|
51
|
-
|
|
52
|
-
// EXPORTS
|
|
53
|
-
__webpack_require__.d(__webpack_exports__, {
|
|
54
|
-
"default": () => (/* binding */ Components_Div)
|
|
55
|
-
});
|
|
56
|
-
|
|
57
|
-
;// CONCATENATED MODULE: external "react"
|
|
58
|
-
const external_react_namespaceObject = require("react");
|
|
59
|
-
var external_react_default = /*#__PURE__*/__webpack_require__.n(external_react_namespaceObject);
|
|
60
|
-
;// CONCATENATED MODULE: ../Funcss/Components/Div.js
|
|
61
|
-
|
|
62
|
-
var Div = function Div(_ref) {
|
|
63
|
-
var children = _ref.children,
|
|
64
|
-
funcss = _ref.funcss,
|
|
65
|
-
content = _ref.content,
|
|
66
|
-
minHeight = _ref.minHeight,
|
|
67
|
-
maxHeight = _ref.maxHeight,
|
|
68
|
-
maxWidth = _ref.maxWidth,
|
|
69
|
-
minWidth = _ref.minWidth,
|
|
70
|
-
height = _ref.height,
|
|
71
|
-
width = _ref.width,
|
|
72
|
-
padding = _ref.padding,
|
|
73
|
-
margin = _ref.margin,
|
|
74
|
-
fit = _ref.fit,
|
|
75
|
-
customStyle = _ref.customStyle,
|
|
76
|
-
onClick = _ref.onClick;
|
|
77
|
-
return /*#__PURE__*/external_react_default().createElement("div", null, customStyle ? /*#__PURE__*/external_react_default().createElement("div", {
|
|
78
|
-
onClick: onClick,
|
|
79
|
-
className: "".concat(fit ? "width-100-p height-100-p" : "", " ").concat(funcss),
|
|
80
|
-
style: customStyle
|
|
81
|
-
}, content ? content : children) : /*#__PURE__*/external_react_default().createElement("div", {
|
|
82
|
-
onClick: onClick,
|
|
83
|
-
className: "".concat(fit ? "width-100-p height-100-p" : "", " ").concat(funcss),
|
|
84
|
-
style: {
|
|
85
|
-
height: height ? height : "",
|
|
86
|
-
maxHeight: maxHeight ? maxHeight : "",
|
|
87
|
-
minHeight: minHeight ? minHeight : "",
|
|
88
|
-
maxWidth: maxWidth ? maxWidth : "",
|
|
89
|
-
minWidth: minWidth ? minWidth : "",
|
|
90
|
-
width: width ? width : "",
|
|
91
|
-
padding: padding ? padding : "",
|
|
92
|
-
margin: margin ? margin : ""
|
|
93
|
-
}
|
|
94
|
-
}, content ? content : children));
|
|
95
|
-
};
|
|
96
|
-
/* harmony default export */ const Components_Div = (Div);
|
|
97
|
-
module.exports = __webpack_exports__;
|
|
98
|
-
/******/ })()
|
|
99
|
-
;
|
package/component/DropDown.jsx
DELETED
|
@@ -1,76 +0,0 @@
|
|
|
1
|
-
/******/ (() => { // webpackBootstrap
|
|
2
|
-
/******/ "use strict";
|
|
3
|
-
/******/ // The require scope
|
|
4
|
-
/******/ var __webpack_require__ = {};
|
|
5
|
-
/******/
|
|
6
|
-
/************************************************************************/
|
|
7
|
-
/******/ /* webpack/runtime/compat get default export */
|
|
8
|
-
/******/ (() => {
|
|
9
|
-
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
10
|
-
/******/ __webpack_require__.n = (module) => {
|
|
11
|
-
/******/ var getter = module && module.__esModule ?
|
|
12
|
-
/******/ () => (module['default']) :
|
|
13
|
-
/******/ () => (module);
|
|
14
|
-
/******/ __webpack_require__.d(getter, { a: getter });
|
|
15
|
-
/******/ return getter;
|
|
16
|
-
/******/ };
|
|
17
|
-
/******/ })();
|
|
18
|
-
/******/
|
|
19
|
-
/******/ /* webpack/runtime/define property getters */
|
|
20
|
-
/******/ (() => {
|
|
21
|
-
/******/ // define getter functions for harmony exports
|
|
22
|
-
/******/ __webpack_require__.d = (exports, definition) => {
|
|
23
|
-
/******/ for(var key in definition) {
|
|
24
|
-
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
25
|
-
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
26
|
-
/******/ }
|
|
27
|
-
/******/ }
|
|
28
|
-
/******/ };
|
|
29
|
-
/******/ })();
|
|
30
|
-
/******/
|
|
31
|
-
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
32
|
-
/******/ (() => {
|
|
33
|
-
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
34
|
-
/******/ })();
|
|
35
|
-
/******/
|
|
36
|
-
/******/ /* webpack/runtime/make namespace object */
|
|
37
|
-
/******/ (() => {
|
|
38
|
-
/******/ // define __esModule on exports
|
|
39
|
-
/******/ __webpack_require__.r = (exports) => {
|
|
40
|
-
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
41
|
-
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
42
|
-
/******/ }
|
|
43
|
-
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
44
|
-
/******/ };
|
|
45
|
-
/******/ })();
|
|
46
|
-
/******/
|
|
47
|
-
/************************************************************************/
|
|
48
|
-
var __webpack_exports__ = {};
|
|
49
|
-
// ESM COMPAT FLAG
|
|
50
|
-
__webpack_require__.r(__webpack_exports__);
|
|
51
|
-
|
|
52
|
-
// EXPORTS
|
|
53
|
-
__webpack_require__.d(__webpack_exports__, {
|
|
54
|
-
"default": () => (/* binding */ Components_DropDown)
|
|
55
|
-
});
|
|
56
|
-
|
|
57
|
-
;// CONCATENATED MODULE: external "react"
|
|
58
|
-
const external_react_namespaceObject = require("react");
|
|
59
|
-
var external_react_default = /*#__PURE__*/__webpack_require__.n(external_react_namespaceObject);
|
|
60
|
-
;// CONCATENATED MODULE: ../Funcss/Components/DropDown.js
|
|
61
|
-
|
|
62
|
-
var DropDown = function DropDown(_ref) {
|
|
63
|
-
var funcss = _ref.funcss,
|
|
64
|
-
children = _ref.children,
|
|
65
|
-
id = _ref.id,
|
|
66
|
-
side = _ref.side,
|
|
67
|
-
drop = _ref.drop;
|
|
68
|
-
return /*#__PURE__*/external_react_default().createElement("div", {
|
|
69
|
-
className: "".concat(drop ? "drop" + drop : "dropdown", " ").concat(side ? side : "left", " ").concat(funcss),
|
|
70
|
-
id: id
|
|
71
|
-
}, children);
|
|
72
|
-
};
|
|
73
|
-
/* harmony default export */ const Components_DropDown = (DropDown);
|
|
74
|
-
module.exports = __webpack_exports__;
|
|
75
|
-
/******/ })()
|
|
76
|
-
;
|
package/component/DropItem.jsx
DELETED
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
/******/ (() => { // webpackBootstrap
|
|
2
|
-
/******/ "use strict";
|
|
3
|
-
/******/ // The require scope
|
|
4
|
-
/******/ var __webpack_require__ = {};
|
|
5
|
-
/******/
|
|
6
|
-
/************************************************************************/
|
|
7
|
-
/******/ /* webpack/runtime/compat get default export */
|
|
8
|
-
/******/ (() => {
|
|
9
|
-
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
10
|
-
/******/ __webpack_require__.n = (module) => {
|
|
11
|
-
/******/ var getter = module && module.__esModule ?
|
|
12
|
-
/******/ () => (module['default']) :
|
|
13
|
-
/******/ () => (module);
|
|
14
|
-
/******/ __webpack_require__.d(getter, { a: getter });
|
|
15
|
-
/******/ return getter;
|
|
16
|
-
/******/ };
|
|
17
|
-
/******/ })();
|
|
18
|
-
/******/
|
|
19
|
-
/******/ /* webpack/runtime/define property getters */
|
|
20
|
-
/******/ (() => {
|
|
21
|
-
/******/ // define getter functions for harmony exports
|
|
22
|
-
/******/ __webpack_require__.d = (exports, definition) => {
|
|
23
|
-
/******/ for(var key in definition) {
|
|
24
|
-
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
25
|
-
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
26
|
-
/******/ }
|
|
27
|
-
/******/ }
|
|
28
|
-
/******/ };
|
|
29
|
-
/******/ })();
|
|
30
|
-
/******/
|
|
31
|
-
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
32
|
-
/******/ (() => {
|
|
33
|
-
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
34
|
-
/******/ })();
|
|
35
|
-
/******/
|
|
36
|
-
/******/ /* webpack/runtime/make namespace object */
|
|
37
|
-
/******/ (() => {
|
|
38
|
-
/******/ // define __esModule on exports
|
|
39
|
-
/******/ __webpack_require__.r = (exports) => {
|
|
40
|
-
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
41
|
-
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
42
|
-
/******/ }
|
|
43
|
-
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
44
|
-
/******/ };
|
|
45
|
-
/******/ })();
|
|
46
|
-
/******/
|
|
47
|
-
/************************************************************************/
|
|
48
|
-
var __webpack_exports__ = {};
|
|
49
|
-
// ESM COMPAT FLAG
|
|
50
|
-
__webpack_require__.r(__webpack_exports__);
|
|
51
|
-
|
|
52
|
-
// EXPORTS
|
|
53
|
-
__webpack_require__.d(__webpack_exports__, {
|
|
54
|
-
"default": () => (/* binding */ DropItem)
|
|
55
|
-
});
|
|
56
|
-
|
|
57
|
-
;// CONCATENATED MODULE: external "react"
|
|
58
|
-
const external_react_namespaceObject = require("react");
|
|
59
|
-
var external_react_default = /*#__PURE__*/__webpack_require__.n(external_react_namespaceObject);
|
|
60
|
-
;// CONCATENATED MODULE: ../Funcss/Components/DropItem.js
|
|
61
|
-
|
|
62
|
-
function DropItem(_ref) {
|
|
63
|
-
var children = _ref.children,
|
|
64
|
-
funcss = _ref.funcss,
|
|
65
|
-
onClick = _ref.onClick;
|
|
66
|
-
return /*#__PURE__*/external_react_default().createElement("div", {
|
|
67
|
-
className: "".concat(funcss, " drop-item"),
|
|
68
|
-
onClick: onClick
|
|
69
|
-
}, children);
|
|
70
|
-
}
|
|
71
|
-
module.exports = __webpack_exports__;
|
|
72
|
-
/******/ })()
|
|
73
|
-
;
|
package/component/DropMenu.jsx
DELETED
|
@@ -1,97 +0,0 @@
|
|
|
1
|
-
/******/ (() => { // webpackBootstrap
|
|
2
|
-
/******/ "use strict";
|
|
3
|
-
/******/ // The require scope
|
|
4
|
-
/******/ var __webpack_require__ = {};
|
|
5
|
-
/******/
|
|
6
|
-
/************************************************************************/
|
|
7
|
-
/******/ /* webpack/runtime/compat get default export */
|
|
8
|
-
/******/ (() => {
|
|
9
|
-
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
10
|
-
/******/ __webpack_require__.n = (module) => {
|
|
11
|
-
/******/ var getter = module && module.__esModule ?
|
|
12
|
-
/******/ () => (module['default']) :
|
|
13
|
-
/******/ () => (module);
|
|
14
|
-
/******/ __webpack_require__.d(getter, { a: getter });
|
|
15
|
-
/******/ return getter;
|
|
16
|
-
/******/ };
|
|
17
|
-
/******/ })();
|
|
18
|
-
/******/
|
|
19
|
-
/******/ /* webpack/runtime/define property getters */
|
|
20
|
-
/******/ (() => {
|
|
21
|
-
/******/ // define getter functions for harmony exports
|
|
22
|
-
/******/ __webpack_require__.d = (exports, definition) => {
|
|
23
|
-
/******/ for(var key in definition) {
|
|
24
|
-
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
25
|
-
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
26
|
-
/******/ }
|
|
27
|
-
/******/ }
|
|
28
|
-
/******/ };
|
|
29
|
-
/******/ })();
|
|
30
|
-
/******/
|
|
31
|
-
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
32
|
-
/******/ (() => {
|
|
33
|
-
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
34
|
-
/******/ })();
|
|
35
|
-
/******/
|
|
36
|
-
/******/ /* webpack/runtime/make namespace object */
|
|
37
|
-
/******/ (() => {
|
|
38
|
-
/******/ // define __esModule on exports
|
|
39
|
-
/******/ __webpack_require__.r = (exports) => {
|
|
40
|
-
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
41
|
-
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
42
|
-
/******/ }
|
|
43
|
-
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
44
|
-
/******/ };
|
|
45
|
-
/******/ })();
|
|
46
|
-
/******/
|
|
47
|
-
/************************************************************************/
|
|
48
|
-
var __webpack_exports__ = {};
|
|
49
|
-
// ESM COMPAT FLAG
|
|
50
|
-
__webpack_require__.r(__webpack_exports__);
|
|
51
|
-
|
|
52
|
-
// EXPORTS
|
|
53
|
-
__webpack_require__.d(__webpack_exports__, {
|
|
54
|
-
"default": () => (/* binding */ DropMenu)
|
|
55
|
-
});
|
|
56
|
-
|
|
57
|
-
;// CONCATENATED MODULE: external "react"
|
|
58
|
-
const external_react_namespaceObject = require("react");
|
|
59
|
-
var external_react_default = /*#__PURE__*/__webpack_require__.n(external_react_namespaceObject);
|
|
60
|
-
;// CONCATENATED MODULE: ../Funcss/Components/DropMenu.js
|
|
61
|
-
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
62
|
-
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
63
|
-
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
64
|
-
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
|
65
|
-
function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0); } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i["return"] && (_r = _i["return"](), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
|
|
66
|
-
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
function DropMenu(_ref) {
|
|
71
|
-
var children = _ref.children,
|
|
72
|
-
funcss = _ref.funcss,
|
|
73
|
-
hoverable = _ref.hoverable,
|
|
74
|
-
duration = _ref.duration,
|
|
75
|
-
animation = _ref.animation,
|
|
76
|
-
state = _ref.state,
|
|
77
|
-
id = _ref.id,
|
|
78
|
-
width = _ref.width;
|
|
79
|
-
var _useState = (0,external_react_namespaceObject.useState)(false),
|
|
80
|
-
_useState2 = _slicedToArray(_useState, 2),
|
|
81
|
-
show = _useState2[0],
|
|
82
|
-
setshow = _useState2[1];
|
|
83
|
-
(0,external_react_namespaceObject.useEffect)(function () {
|
|
84
|
-
setshow(state);
|
|
85
|
-
}, [state]);
|
|
86
|
-
return /*#__PURE__*/external_react_default().createElement("div", null, show ? /*#__PURE__*/external_react_default().createElement("div", {
|
|
87
|
-
id: id,
|
|
88
|
-
className: "drop-menu ".concat(funcss, " item-").concat(hoverable ? hoverable : ""),
|
|
89
|
-
style: {
|
|
90
|
-
animation: " ".concat(duration ? duration : "0.2", "s ").concat(animation ? animation : "ScaleUp"),
|
|
91
|
-
width: width ? width : "100%"
|
|
92
|
-
}
|
|
93
|
-
}, children) : "");
|
|
94
|
-
}
|
|
95
|
-
module.exports = __webpack_exports__;
|
|
96
|
-
/******/ })()
|
|
97
|
-
;
|
package/component/FunLoader.jsx
DELETED
|
@@ -1,79 +0,0 @@
|
|
|
1
|
-
/******/ (() => { // webpackBootstrap
|
|
2
|
-
/******/ "use strict";
|
|
3
|
-
/******/ // The require scope
|
|
4
|
-
/******/ var __webpack_require__ = {};
|
|
5
|
-
/******/
|
|
6
|
-
/************************************************************************/
|
|
7
|
-
/******/ /* webpack/runtime/compat get default export */
|
|
8
|
-
/******/ (() => {
|
|
9
|
-
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
10
|
-
/******/ __webpack_require__.n = (module) => {
|
|
11
|
-
/******/ var getter = module && module.__esModule ?
|
|
12
|
-
/******/ () => (module['default']) :
|
|
13
|
-
/******/ () => (module);
|
|
14
|
-
/******/ __webpack_require__.d(getter, { a: getter });
|
|
15
|
-
/******/ return getter;
|
|
16
|
-
/******/ };
|
|
17
|
-
/******/ })();
|
|
18
|
-
/******/
|
|
19
|
-
/******/ /* webpack/runtime/define property getters */
|
|
20
|
-
/******/ (() => {
|
|
21
|
-
/******/ // define getter functions for harmony exports
|
|
22
|
-
/******/ __webpack_require__.d = (exports, definition) => {
|
|
23
|
-
/******/ for(var key in definition) {
|
|
24
|
-
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
25
|
-
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
26
|
-
/******/ }
|
|
27
|
-
/******/ }
|
|
28
|
-
/******/ };
|
|
29
|
-
/******/ })();
|
|
30
|
-
/******/
|
|
31
|
-
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
32
|
-
/******/ (() => {
|
|
33
|
-
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
34
|
-
/******/ })();
|
|
35
|
-
/******/
|
|
36
|
-
/******/ /* webpack/runtime/make namespace object */
|
|
37
|
-
/******/ (() => {
|
|
38
|
-
/******/ // define __esModule on exports
|
|
39
|
-
/******/ __webpack_require__.r = (exports) => {
|
|
40
|
-
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
41
|
-
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
42
|
-
/******/ }
|
|
43
|
-
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
44
|
-
/******/ };
|
|
45
|
-
/******/ })();
|
|
46
|
-
/******/
|
|
47
|
-
/************************************************************************/
|
|
48
|
-
var __webpack_exports__ = {};
|
|
49
|
-
// ESM COMPAT FLAG
|
|
50
|
-
__webpack_require__.r(__webpack_exports__);
|
|
51
|
-
|
|
52
|
-
// EXPORTS
|
|
53
|
-
__webpack_require__.d(__webpack_exports__, {
|
|
54
|
-
"default": () => (/* binding */ FunLoader)
|
|
55
|
-
});
|
|
56
|
-
|
|
57
|
-
;// CONCATENATED MODULE: external "react"
|
|
58
|
-
const external_react_namespaceObject = require("react");
|
|
59
|
-
var external_react_default = /*#__PURE__*/__webpack_require__.n(external_react_namespaceObject);
|
|
60
|
-
;// CONCATENATED MODULE: ../Funcss/Components/FunLoader.js
|
|
61
|
-
|
|
62
|
-
function FunLoader(_ref) {
|
|
63
|
-
var funcss = _ref.funcss,
|
|
64
|
-
size = _ref.size,
|
|
65
|
-
fixed = _ref.fixed,
|
|
66
|
-
backdrop = _ref.backdrop,
|
|
67
|
-
color = _ref.color;
|
|
68
|
-
return /*#__PURE__*/external_react_default().createElement("div", {
|
|
69
|
-
className: "".concat(fixed ? "fixedLoader" : "", " ").concat(backdrop && fixed ? "backdropLoader" : "", " ")
|
|
70
|
-
}, /*#__PURE__*/external_react_default().createElement("i", {
|
|
71
|
-
className: "funLoader ".concat(funcss ? funcss : "", " fas fa-spinner fa-spin text-").concat(color ? color : ""),
|
|
72
|
-
style: {
|
|
73
|
-
fontSize: size ? size : ""
|
|
74
|
-
}
|
|
75
|
-
}));
|
|
76
|
-
}
|
|
77
|
-
module.exports = __webpack_exports__;
|
|
78
|
-
/******/ })()
|
|
79
|
-
;
|
package/component/Grid.jsx
DELETED
|
@@ -1,80 +0,0 @@
|
|
|
1
|
-
/******/ (() => { // webpackBootstrap
|
|
2
|
-
/******/ "use strict";
|
|
3
|
-
/******/ // The require scope
|
|
4
|
-
/******/ var __webpack_require__ = {};
|
|
5
|
-
/******/
|
|
6
|
-
/************************************************************************/
|
|
7
|
-
/******/ /* webpack/runtime/compat get default export */
|
|
8
|
-
/******/ (() => {
|
|
9
|
-
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
10
|
-
/******/ __webpack_require__.n = (module) => {
|
|
11
|
-
/******/ var getter = module && module.__esModule ?
|
|
12
|
-
/******/ () => (module['default']) :
|
|
13
|
-
/******/ () => (module);
|
|
14
|
-
/******/ __webpack_require__.d(getter, { a: getter });
|
|
15
|
-
/******/ return getter;
|
|
16
|
-
/******/ };
|
|
17
|
-
/******/ })();
|
|
18
|
-
/******/
|
|
19
|
-
/******/ /* webpack/runtime/define property getters */
|
|
20
|
-
/******/ (() => {
|
|
21
|
-
/******/ // define getter functions for harmony exports
|
|
22
|
-
/******/ __webpack_require__.d = (exports, definition) => {
|
|
23
|
-
/******/ for(var key in definition) {
|
|
24
|
-
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
25
|
-
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
26
|
-
/******/ }
|
|
27
|
-
/******/ }
|
|
28
|
-
/******/ };
|
|
29
|
-
/******/ })();
|
|
30
|
-
/******/
|
|
31
|
-
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
32
|
-
/******/ (() => {
|
|
33
|
-
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
34
|
-
/******/ })();
|
|
35
|
-
/******/
|
|
36
|
-
/******/ /* webpack/runtime/make namespace object */
|
|
37
|
-
/******/ (() => {
|
|
38
|
-
/******/ // define __esModule on exports
|
|
39
|
-
/******/ __webpack_require__.r = (exports) => {
|
|
40
|
-
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
41
|
-
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
42
|
-
/******/ }
|
|
43
|
-
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
44
|
-
/******/ };
|
|
45
|
-
/******/ })();
|
|
46
|
-
/******/
|
|
47
|
-
/************************************************************************/
|
|
48
|
-
var __webpack_exports__ = {};
|
|
49
|
-
// ESM COMPAT FLAG
|
|
50
|
-
__webpack_require__.r(__webpack_exports__);
|
|
51
|
-
|
|
52
|
-
// EXPORTS
|
|
53
|
-
__webpack_require__.d(__webpack_exports__, {
|
|
54
|
-
"default": () => (/* binding */ Grid)
|
|
55
|
-
});
|
|
56
|
-
|
|
57
|
-
;// CONCATENATED MODULE: external "react"
|
|
58
|
-
const external_react_namespaceObject = require("react");
|
|
59
|
-
var external_react_default = /*#__PURE__*/__webpack_require__.n(external_react_namespaceObject);
|
|
60
|
-
;// CONCATENATED MODULE: ../Funcss/Components/Grid.js
|
|
61
|
-
|
|
62
|
-
function Grid(_ref) {
|
|
63
|
-
var children = _ref.children,
|
|
64
|
-
funcss = _ref.funcss,
|
|
65
|
-
gap = _ref.gap,
|
|
66
|
-
justify = _ref.justify,
|
|
67
|
-
align = _ref.align,
|
|
68
|
-
id = _ref.id;
|
|
69
|
-
return /*#__PURE__*/external_react_default().createElement("div", {
|
|
70
|
-
id: id ? id : "",
|
|
71
|
-
className: "row ".concat(funcss, " ").concat(gap ? "gap" : "", " "),
|
|
72
|
-
style: {
|
|
73
|
-
justifyContent: justify ? justify : "",
|
|
74
|
-
alignItems: align ? align : ""
|
|
75
|
-
}
|
|
76
|
-
}, children);
|
|
77
|
-
}
|
|
78
|
-
module.exports = __webpack_exports__;
|
|
79
|
-
/******/ })()
|
|
80
|
-
;
|