funda-ui 1.0.272
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/BackToTop/index.css +34 -0
- package/BackToTop/index.d.ts +11 -0
- package/BackToTop/index.js +458 -0
- package/CascadingSelect/index.css +159 -0
- package/CascadingSelect/index.d.ts +56 -0
- package/CascadingSelect/index.js +958 -0
- package/CascadingSelectE2E/index.css +159 -0
- package/CascadingSelectE2E/index.d.ts +60 -0
- package/CascadingSelectE2E/index.js +1126 -0
- package/Checkbox/index.d.ts +30 -0
- package/Checkbox/index.js +226 -0
- package/ColorPicker/index.css +38 -0
- package/ColorPicker/index.d.ts +27 -0
- package/ColorPicker/index.js +246 -0
- package/DigitalClock/index.d.ts +7 -0
- package/DigitalClock/index.js +208 -0
- package/DropdownMenu/index.css +127 -0
- package/DropdownMenu/index.d.ts +37 -0
- package/DropdownMenu/index.js +237 -0
- package/DynamicFields/index.d.ts +26 -0
- package/DynamicFields/index.js +412 -0
- package/File/index.d.ts +36 -0
- package/File/index.js +473 -0
- package/Input/index.d.ts +42 -0
- package/Input/index.js +286 -0
- package/LiveSearch/index.d.ts +37 -0
- package/LiveSearch/index.js +1195 -0
- package/ModalDialog/index.d.ts +60 -0
- package/ModalDialog/index.js +725 -0
- package/ModeSwitch/index.d.ts +17 -0
- package/ModeSwitch/index.js +202 -0
- package/MultiFuncSelect/index.css +178 -0
- package/MultiFuncSelect/index.d.ts +67 -0
- package/MultiFuncSelect/index.js +1826 -0
- package/MultilevelDropdownMenu/index.css +35 -0
- package/MultilevelDropdownMenu/index.d.ts +25 -0
- package/MultilevelDropdownMenu/index.js +464 -0
- package/Pagination/index.d.ts +49 -0
- package/Pagination/index.js +341 -0
- package/README.md +108 -0
- package/Radio/index.d.ts +31 -0
- package/Radio/index.js +246 -0
- package/RangeSlider/index.css +149 -0
- package/RangeSlider/index.d.ts +21 -0
- package/RangeSlider/index.js +730 -0
- package/ScrollReveal/index.css +23 -0
- package/ScrollReveal/index.d.ts +21 -0
- package/ScrollReveal/index.js +216 -0
- package/Scrollbar/index.css +168 -0
- package/Scrollbar/index.d.ts +15 -0
- package/Scrollbar/index.js +605 -0
- package/SearchBar/index.d.ts +32 -0
- package/SearchBar/index.js +246 -0
- package/Select/index.d.ts +34 -0
- package/Select/index.js +331 -0
- package/ShowMoreLess/index.css +23 -0
- package/ShowMoreLess/index.d.ts +30 -0
- package/ShowMoreLess/index.js +202 -0
- package/Switch/index.d.ts +29 -0
- package/Switch/index.js +211 -0
- package/Table/index.css +533 -0
- package/Table/index.d.ts +25 -0
- package/Table/index.js +2113 -0
- package/Tabs/index.d.ts +3 -0
- package/Tabs/index.js +323 -0
- package/TagInput/index.css +90 -0
- package/TagInput/index.d.ts +28 -0
- package/TagInput/index.js +370 -0
- package/Textarea/index.d.ts +30 -0
- package/Textarea/index.js +242 -0
- package/Toast/index.css +95 -0
- package/Toast/index.d.ts +35 -0
- package/Toast/index.js +340 -0
- package/Tooltip/index.css +240 -0
- package/Tooltip/index.d.ts +19 -0
- package/Tooltip/index.js +200 -0
- package/Tree/index.css +225 -0
- package/Tree/index.d.ts +37 -0
- package/Tree/index.js +1406 -0
- package/all.d.ts +33 -0
- package/all.js +35 -0
- package/lib/cjs/BackToTop/index.d.ts +11 -0
- package/lib/cjs/BackToTop/index.js +458 -0
- package/lib/cjs/CascadingSelect/index.d.ts +56 -0
- package/lib/cjs/CascadingSelect/index.js +958 -0
- package/lib/cjs/CascadingSelectE2E/index.d.ts +60 -0
- package/lib/cjs/CascadingSelectE2E/index.js +1126 -0
- package/lib/cjs/Checkbox/index.d.ts +30 -0
- package/lib/cjs/Checkbox/index.js +226 -0
- package/lib/cjs/ColorPicker/index.d.ts +27 -0
- package/lib/cjs/ColorPicker/index.js +246 -0
- package/lib/cjs/DigitalClock/index.d.ts +7 -0
- package/lib/cjs/DigitalClock/index.js +208 -0
- package/lib/cjs/DropdownMenu/index.d.ts +37 -0
- package/lib/cjs/DropdownMenu/index.js +237 -0
- package/lib/cjs/DynamicFields/index.d.ts +26 -0
- package/lib/cjs/DynamicFields/index.js +412 -0
- package/lib/cjs/File/index.d.ts +36 -0
- package/lib/cjs/File/index.js +473 -0
- package/lib/cjs/Input/index.d.ts +42 -0
- package/lib/cjs/Input/index.js +286 -0
- package/lib/cjs/LiveSearch/index.d.ts +37 -0
- package/lib/cjs/LiveSearch/index.js +1195 -0
- package/lib/cjs/ModalDialog/index.d.ts +60 -0
- package/lib/cjs/ModalDialog/index.js +725 -0
- package/lib/cjs/ModeSwitch/index.d.ts +17 -0
- package/lib/cjs/ModeSwitch/index.js +202 -0
- package/lib/cjs/MultiFuncSelect/index.d.ts +67 -0
- package/lib/cjs/MultiFuncSelect/index.js +1826 -0
- package/lib/cjs/MultilevelDropdownMenu/index.d.ts +25 -0
- package/lib/cjs/MultilevelDropdownMenu/index.js +464 -0
- package/lib/cjs/Pagination/index.d.ts +49 -0
- package/lib/cjs/Pagination/index.js +341 -0
- package/lib/cjs/Radio/index.d.ts +31 -0
- package/lib/cjs/Radio/index.js +246 -0
- package/lib/cjs/RangeSlider/index.d.ts +21 -0
- package/lib/cjs/RangeSlider/index.js +730 -0
- package/lib/cjs/ScrollReveal/index.d.ts +21 -0
- package/lib/cjs/ScrollReveal/index.js +216 -0
- package/lib/cjs/Scrollbar/index.d.ts +15 -0
- package/lib/cjs/Scrollbar/index.js +605 -0
- package/lib/cjs/SearchBar/index.d.ts +32 -0
- package/lib/cjs/SearchBar/index.js +246 -0
- package/lib/cjs/Select/index.d.ts +34 -0
- package/lib/cjs/Select/index.js +331 -0
- package/lib/cjs/ShowMoreLess/index.d.ts +30 -0
- package/lib/cjs/ShowMoreLess/index.js +202 -0
- package/lib/cjs/Switch/index.d.ts +29 -0
- package/lib/cjs/Switch/index.js +211 -0
- package/lib/cjs/Table/index.d.ts +25 -0
- package/lib/cjs/Table/index.js +2113 -0
- package/lib/cjs/Tabs/index.d.ts +3 -0
- package/lib/cjs/Tabs/index.js +323 -0
- package/lib/cjs/TagInput/index.d.ts +28 -0
- package/lib/cjs/TagInput/index.js +370 -0
- package/lib/cjs/Textarea/index.d.ts +30 -0
- package/lib/cjs/Textarea/index.js +242 -0
- package/lib/cjs/Toast/index.d.ts +35 -0
- package/lib/cjs/Toast/index.js +340 -0
- package/lib/cjs/Tooltip/index.d.ts +19 -0
- package/lib/cjs/Tooltip/index.js +200 -0
- package/lib/cjs/Tree/index.d.ts +37 -0
- package/lib/cjs/Tree/index.js +1406 -0
- package/lib/cjs/index.d.ts +33 -0
- package/lib/cjs/index.js +35 -0
- package/lib/css/BackToTop/index.css +34 -0
- package/lib/css/CascadingSelect/index.css +159 -0
- package/lib/css/CascadingSelectE2E/index.css +159 -0
- package/lib/css/ColorPicker/index.css +38 -0
- package/lib/css/DropdownMenu/index.css +127 -0
- package/lib/css/MultiFuncSelect/index.css +178 -0
- package/lib/css/MultilevelDropdownMenu/index.css +35 -0
- package/lib/css/RangeSlider/index.css +149 -0
- package/lib/css/ScrollReveal/index.css +23 -0
- package/lib/css/Scrollbar/index.css +168 -0
- package/lib/css/ShowMoreLess/index.css +23 -0
- package/lib/css/Table/index.css +533 -0
- package/lib/css/TagInput/index.css +90 -0
- package/lib/css/Toast/index.css +95 -0
- package/lib/css/Tooltip/index.css +240 -0
- package/lib/css/Tree/index.css +225 -0
- package/lib/esm/BackToTop/index.scss +47 -0
- package/lib/esm/BackToTop/index.tsx +182 -0
- package/lib/esm/BackToTop/utils/easing.js +200 -0
- package/lib/esm/BackToTop/utils/performance.js +52 -0
- package/lib/esm/CascadingSelect/Group.tsx +39 -0
- package/lib/esm/CascadingSelect/index.scss +214 -0
- package/lib/esm/CascadingSelect/index.tsx +922 -0
- package/lib/esm/CascadingSelect/utils/performance.js +52 -0
- package/lib/esm/CascadingSelectE2E/Group.tsx +39 -0
- package/lib/esm/CascadingSelectE2E/index.scss +214 -0
- package/lib/esm/CascadingSelectE2E/index.tsx +1091 -0
- package/lib/esm/CascadingSelectE2E/utils/performance.js +52 -0
- package/lib/esm/Checkbox/index.tsx +160 -0
- package/lib/esm/ColorPicker/index.scss +48 -0
- package/lib/esm/ColorPicker/index.tsx +187 -0
- package/lib/esm/DigitalClock/index.tsx +72 -0
- package/lib/esm/DigitalClock/utils/useInterval.js +43 -0
- package/lib/esm/DropdownMenu/Option.tsx +27 -0
- package/lib/esm/DropdownMenu/index.scss +180 -0
- package/lib/esm/DropdownMenu/index.tsx +148 -0
- package/lib/esm/DynamicFields/index.tsx +386 -0
- package/lib/esm/File/index.tsx +302 -0
- package/lib/esm/Input/index.tsx +233 -0
- package/lib/esm/LiveSearch/index.tsx +582 -0
- package/lib/esm/LiveSearch/utils/performance.js +52 -0
- package/lib/esm/LiveSearch/utils/useThrottle.js +36 -0
- package/lib/esm/ModalDialog/index.tsx +479 -0
- package/lib/esm/ModalDialog/plugins/BSL/bodyScrollLock.es6.js +262 -0
- package/lib/esm/ModalDialog/plugins/BSL/index.ts +2 -0
- package/lib/esm/ModeSwitch/index.tsx +82 -0
- package/lib/esm/MultiFuncSelect/index.scss +269 -0
- package/lib/esm/MultiFuncSelect/index.tsx +1597 -0
- package/lib/esm/MultiFuncSelect/utils/performance.js +52 -0
- package/lib/esm/MultiFuncSelect/utils/tree.js +103 -0
- package/lib/esm/MultiFuncSelect/utils/useThrottle.js +36 -0
- package/lib/esm/MultilevelDropdownMenu/MenuList.tsx +230 -0
- package/lib/esm/MultilevelDropdownMenu/index.scss +75 -0
- package/lib/esm/MultilevelDropdownMenu/index.tsx +71 -0
- package/lib/esm/MultilevelDropdownMenu/utils/dom.js +81 -0
- package/lib/esm/Pagination/index.tsx +230 -0
- package/lib/esm/Pagination/pagination-navigators.tsx +60 -0
- package/lib/esm/Radio/index.tsx +201 -0
- package/lib/esm/RangeSlider/index.scss +184 -0
- package/lib/esm/RangeSlider/index.tsx +223 -0
- package/lib/esm/ScrollReveal/index.scss +27 -0
- package/lib/esm/ScrollReveal/index.tsx +146 -0
- package/lib/esm/Scrollbar/index.scss +217 -0
- package/lib/esm/Scrollbar/index.tsx +497 -0
- package/lib/esm/Scrollbar/utils/performance.js +52 -0
- package/lib/esm/SearchBar/index.tsx +181 -0
- package/lib/esm/Select/index.tsx +276 -0
- package/lib/esm/ShowMoreLess/index.scss +27 -0
- package/lib/esm/ShowMoreLess/index.tsx +144 -0
- package/lib/esm/Switch/index.tsx +143 -0
- package/lib/esm/Table/TableColgroup.tsx +29 -0
- package/lib/esm/Table/TableField.tsx +40 -0
- package/lib/esm/Table/TableFieldRow.tsx +212 -0
- package/lib/esm/Table/TableHeaders.tsx +146 -0
- package/lib/esm/Table/TableRow.tsx +127 -0
- package/lib/esm/Table/TableSummaries.tsx +36 -0
- package/lib/esm/Table/index.scss +364 -0
- package/lib/esm/Table/index.tsx +576 -0
- package/lib/esm/Table/table-utils.ts +65 -0
- package/lib/esm/Table/utils/dom.js +81 -0
- package/lib/esm/Table/utils/performance.js +52 -0
- package/lib/esm/Tabs/TabList.tsx +42 -0
- package/lib/esm/Tabs/TabPanel.tsx +34 -0
- package/lib/esm/Tabs/Tabs.tsx +232 -0
- package/lib/esm/Tabs/index.tsx +3 -0
- package/lib/esm/TagInput/index.scss +125 -0
- package/lib/esm/TagInput/index.tsx +314 -0
- package/lib/esm/Textarea/index.tsx +178 -0
- package/lib/esm/Toast/Item.tsx +75 -0
- package/lib/esm/Toast/index.scss +120 -0
- package/lib/esm/Toast/index.tsx +249 -0
- package/lib/esm/Tooltip/index.scss +327 -0
- package/lib/esm/Tooltip/index.tsx +142 -0
- package/lib/esm/Tree/TreeList.tsx +503 -0
- package/lib/esm/Tree/index.scss +375 -0
- package/lib/esm/Tree/index.tsx +301 -0
- package/lib/esm/Tree/init-height.tsx +27 -0
- package/lib/esm/Tree/utils/convert-tree.js +29 -0
- package/lib/esm/Tree/utils/dom.js +81 -0
- package/lib/esm/index.js +31 -0
- package/package.json +40 -0
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare type ModeSwitchProps = {
|
|
3
|
+
triggerClassName?: string;
|
|
4
|
+
/** The name of the local storage */
|
|
5
|
+
localStorageName?: string;
|
|
6
|
+
/** Style name for dark mode */
|
|
7
|
+
darkClassName?: string;
|
|
8
|
+
/** Set the light icon */
|
|
9
|
+
lightIcon?: React.ReactNode | string;
|
|
10
|
+
/** Set the dark icon */
|
|
11
|
+
darkIcon?: React.ReactNode | string;
|
|
12
|
+
/** -- */
|
|
13
|
+
tabIndex?: number;
|
|
14
|
+
onChange?: (e: any, param: boolean) => void;
|
|
15
|
+
};
|
|
16
|
+
declare const ModeSwitch: (props: ModeSwitchProps) => JSX.Element;
|
|
17
|
+
export default ModeSwitch;
|
|
@@ -0,0 +1,202 @@
|
|
|
1
|
+
(function webpackUniversalModuleDefinition(root, factory) {
|
|
2
|
+
if(typeof exports === 'object' && typeof module === 'object')
|
|
3
|
+
module.exports = factory(require("react"));
|
|
4
|
+
else if(typeof define === 'function' && define.amd)
|
|
5
|
+
define(["react"], factory);
|
|
6
|
+
else if(typeof exports === 'object')
|
|
7
|
+
exports["RPB"] = factory(require("react"));
|
|
8
|
+
else
|
|
9
|
+
root["RPB"] = factory(root["React"]);
|
|
10
|
+
})(this, (__WEBPACK_EXTERNAL_MODULE__787__) => {
|
|
11
|
+
return /******/ (() => { // webpackBootstrap
|
|
12
|
+
/******/ "use strict";
|
|
13
|
+
/******/ var __webpack_modules__ = ({
|
|
14
|
+
|
|
15
|
+
/***/ 787:
|
|
16
|
+
/***/ ((module) => {
|
|
17
|
+
|
|
18
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__787__;
|
|
19
|
+
|
|
20
|
+
/***/ })
|
|
21
|
+
|
|
22
|
+
/******/ });
|
|
23
|
+
/************************************************************************/
|
|
24
|
+
/******/ // The module cache
|
|
25
|
+
/******/ var __webpack_module_cache__ = {};
|
|
26
|
+
/******/
|
|
27
|
+
/******/ // The require function
|
|
28
|
+
/******/ function __webpack_require__(moduleId) {
|
|
29
|
+
/******/ // Check if module is in cache
|
|
30
|
+
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
31
|
+
/******/ if (cachedModule !== undefined) {
|
|
32
|
+
/******/ return cachedModule.exports;
|
|
33
|
+
/******/ }
|
|
34
|
+
/******/ // Create a new module (and put it into the cache)
|
|
35
|
+
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
36
|
+
/******/ // no module.id needed
|
|
37
|
+
/******/ // no module.loaded needed
|
|
38
|
+
/******/ exports: {}
|
|
39
|
+
/******/ };
|
|
40
|
+
/******/
|
|
41
|
+
/******/ // Execute the module function
|
|
42
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
43
|
+
/******/
|
|
44
|
+
/******/ // Return the exports of the module
|
|
45
|
+
/******/ return module.exports;
|
|
46
|
+
/******/ }
|
|
47
|
+
/******/
|
|
48
|
+
/************************************************************************/
|
|
49
|
+
/******/ /* webpack/runtime/compat get default export */
|
|
50
|
+
/******/ (() => {
|
|
51
|
+
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
52
|
+
/******/ __webpack_require__.n = (module) => {
|
|
53
|
+
/******/ var getter = module && module.__esModule ?
|
|
54
|
+
/******/ () => (module['default']) :
|
|
55
|
+
/******/ () => (module);
|
|
56
|
+
/******/ __webpack_require__.d(getter, { a: getter });
|
|
57
|
+
/******/ return getter;
|
|
58
|
+
/******/ };
|
|
59
|
+
/******/ })();
|
|
60
|
+
/******/
|
|
61
|
+
/******/ /* webpack/runtime/define property getters */
|
|
62
|
+
/******/ (() => {
|
|
63
|
+
/******/ // define getter functions for harmony exports
|
|
64
|
+
/******/ __webpack_require__.d = (exports, definition) => {
|
|
65
|
+
/******/ for(var key in definition) {
|
|
66
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
67
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
68
|
+
/******/ }
|
|
69
|
+
/******/ }
|
|
70
|
+
/******/ };
|
|
71
|
+
/******/ })();
|
|
72
|
+
/******/
|
|
73
|
+
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
74
|
+
/******/ (() => {
|
|
75
|
+
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
76
|
+
/******/ })();
|
|
77
|
+
/******/
|
|
78
|
+
/******/ /* webpack/runtime/make namespace object */
|
|
79
|
+
/******/ (() => {
|
|
80
|
+
/******/ // define __esModule on exports
|
|
81
|
+
/******/ __webpack_require__.r = (exports) => {
|
|
82
|
+
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
83
|
+
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
84
|
+
/******/ }
|
|
85
|
+
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
86
|
+
/******/ };
|
|
87
|
+
/******/ })();
|
|
88
|
+
/******/
|
|
89
|
+
/************************************************************************/
|
|
90
|
+
var __webpack_exports__ = {};
|
|
91
|
+
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
|
92
|
+
(() => {
|
|
93
|
+
__webpack_require__.r(__webpack_exports__);
|
|
94
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
95
|
+
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
96
|
+
/* harmony export */ });
|
|
97
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(787);
|
|
98
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
99
|
+
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
100
|
+
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."); }
|
|
101
|
+
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); }
|
|
102
|
+
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; }
|
|
103
|
+
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; } }
|
|
104
|
+
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
105
|
+
|
|
106
|
+
var ModeSwitch = function ModeSwitch(props) {
|
|
107
|
+
var triggerClassName = props.triggerClassName,
|
|
108
|
+
localStorageName = props.localStorageName,
|
|
109
|
+
darkClassName = props.darkClassName,
|
|
110
|
+
lightIcon = props.lightIcon,
|
|
111
|
+
darkIcon = props.darkIcon,
|
|
112
|
+
tabIndex = props.tabIndex,
|
|
113
|
+
onChange = props.onChange;
|
|
114
|
+
var darkBtnRef = (0,react__WEBPACK_IMPORTED_MODULE_0__.useRef)(null);
|
|
115
|
+
var lightBtnRef = (0,react__WEBPACK_IMPORTED_MODULE_0__.useRef)(null);
|
|
116
|
+
var _useState = (0,react__WEBPACK_IMPORTED_MODULE_0__.useState)(false),
|
|
117
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
118
|
+
isDark = _useState2[0],
|
|
119
|
+
setIsDark = _useState2[1];
|
|
120
|
+
var _darkClassName = darkClassName ? darkClassName : 'dark-mode';
|
|
121
|
+
var _localStorageName = localStorageName ? localStorageName : 'SITE_THEME_MODE';
|
|
122
|
+
function handleClick(e) {
|
|
123
|
+
e.preventDefault();
|
|
124
|
+
setIsDark(!isDark);
|
|
125
|
+
if (!isDark) {
|
|
126
|
+
document.body.classList.add(_darkClassName);
|
|
127
|
+
localStorage.setItem(_localStorageName, _darkClassName);
|
|
128
|
+
} else {
|
|
129
|
+
document.body.classList.remove(_darkClassName);
|
|
130
|
+
localStorage.removeItem(_localStorageName);
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
//
|
|
134
|
+
onChange === null || onChange === void 0 ? void 0 : onChange(e, !isDark);
|
|
135
|
+
}
|
|
136
|
+
(0,react__WEBPACK_IMPORTED_MODULE_0__.useEffect)(function () {
|
|
137
|
+
var modeName = localStorage.getItem(_localStorageName);
|
|
138
|
+
if (modeName !== null) {
|
|
139
|
+
document.body.classList.add(modeName);
|
|
140
|
+
setIsDark(true);
|
|
141
|
+
}
|
|
142
|
+
}, []);
|
|
143
|
+
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement((react__WEBPACK_IMPORTED_MODULE_0___default().Fragment), null, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("a", {
|
|
144
|
+
className: triggerClassName ? triggerClassName : '',
|
|
145
|
+
tabIndex: tabIndex || -1,
|
|
146
|
+
href: "#",
|
|
147
|
+
onClick: handleClick
|
|
148
|
+
}, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("span", {
|
|
149
|
+
ref: darkBtnRef,
|
|
150
|
+
style: {
|
|
151
|
+
display: !isDark ? 'inline-block' : 'none'
|
|
152
|
+
}
|
|
153
|
+
}, darkIcon || /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement((react__WEBPACK_IMPORTED_MODULE_0___default().Fragment), null, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("svg", {
|
|
154
|
+
fill: "#fff",
|
|
155
|
+
width: "26px",
|
|
156
|
+
height: "26px",
|
|
157
|
+
viewBox: "0 0 35 35"
|
|
158
|
+
}, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("path", {
|
|
159
|
+
stroke: "#000",
|
|
160
|
+
strokeWidth: "2",
|
|
161
|
+
d: "M10.895 7.574c0 7.55 5.179 13.67 11.567 13.67 1.588 0 3.101-0.38 4.479-1.063-1.695 4.46-5.996 7.636-11.051 7.636-6.533 0-11.83-5.297-11.83-11.83 0-4.82 2.888-8.959 7.023-10.803-0.116 0.778-0.188 1.573-0.188 2.39z"
|
|
162
|
+
})))), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("span", {
|
|
163
|
+
ref: lightBtnRef,
|
|
164
|
+
style: {
|
|
165
|
+
display: isDark ? 'inline-block' : 'none'
|
|
166
|
+
}
|
|
167
|
+
}, lightIcon || /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement((react__WEBPACK_IMPORTED_MODULE_0___default().Fragment), null, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("svg", {
|
|
168
|
+
fill: "#fff",
|
|
169
|
+
height: "26px",
|
|
170
|
+
width: "26px",
|
|
171
|
+
viewBox: "0 0 207.628 207.628"
|
|
172
|
+
}, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("circle", {
|
|
173
|
+
cx: "103.814",
|
|
174
|
+
cy: "103.814",
|
|
175
|
+
r: "45.868"
|
|
176
|
+
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("path", {
|
|
177
|
+
d: "M103.814,157.183c-29.427,0-53.368-23.941-53.368-53.368s23.941-53.368,53.368-53.368s53.368,23.941,53.368,53.368S133.241,157.183,103.814,157.183z M103.814,65.446c-21.156,0-38.368,17.212-38.368,38.368s17.212,38.368,38.368,38.368s38.368-17.212,38.368-38.368S124.97,65.446,103.814,65.446z"
|
|
178
|
+
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("path", {
|
|
179
|
+
d: "M103.814,39.385c-4.142,0-7.5-3.358-7.5-7.5V7.5c0-4.142,3.358-7.5,7.5-7.5s7.5,3.358,7.5,7.5v24.385C111.314,36.027,107.956,39.385,103.814,39.385z"
|
|
180
|
+
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("path", {
|
|
181
|
+
d: "M103.814,207.628c-4.142,0-7.5-3.358-7.5-7.5v-24.385c0-4.142,3.358-7.5,7.5-7.5s7.5,3.358,7.5,7.5v24.385C111.314,204.271,107.956,207.628,103.814,207.628z"
|
|
182
|
+
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("path", {
|
|
183
|
+
d: "M200.128,111.314h-24.385c-4.142,0-7.5-3.358-7.5-7.5s3.358-7.5,7.5-7.5h24.385c4.142,0,7.5,3.358,7.5,7.5S204.271,111.314,200.128,111.314z"
|
|
184
|
+
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("path", {
|
|
185
|
+
d: "M31.885,111.314H7.5c-4.142,0-7.5-3.358-7.5-7.5s3.358-7.5,7.5-7.5h24.385c4.142,0,7.5,3.358,7.5,7.5S36.027,111.314,31.885,111.314z"
|
|
186
|
+
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("path", {
|
|
187
|
+
d: "M154.676,60.452c-1.919,0-3.839-0.732-5.303-2.197c-2.929-2.929-2.929-7.678,0-10.606l17.243-17.242c2.929-2.929,7.678-2.93,10.606,0c2.929,2.929,2.929,7.678,0,10.606l-17.243,17.242C158.515,59.72,156.595,60.452,154.676,60.452z"
|
|
188
|
+
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("path", {
|
|
189
|
+
d: "M35.709,179.419c-1.919,0-3.839-0.732-5.303-2.197c-2.929-2.929-2.929-7.678,0-10.606l17.243-17.243c2.929-2.929,7.678-2.929,10.606,0c2.929,2.929,2.929,7.678,0,10.606l-17.243,17.243C39.548,178.687,37.629,179.419,35.709,179.419z"
|
|
190
|
+
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("path", {
|
|
191
|
+
d: "M171.918,179.419c-1.919,0-3.839-0.732-5.303-2.197l-17.243-17.243c-2.929-2.929-2.929-7.678,0-10.606c2.929-2.929,7.678-2.929,10.606,0l17.243,17.243c2.929,2.929,2.929,7.678,0,10.606C175.757,178.687,173.838,179.419,171.918,179.419z"
|
|
192
|
+
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("path", {
|
|
193
|
+
d: "M52.952,60.452c-1.919,0-3.839-0.732-5.303-2.197L30.406,41.013c-2.929-2.929-2.929-7.677,0-10.606c2.929-2.929,7.678-2.93,10.606,0l17.243,17.242c2.929,2.929,2.929,7.677,0,10.606C56.791,59.72,54.872,60.452,52.952,60.452z"
|
|
194
|
+
}))))));
|
|
195
|
+
};
|
|
196
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (ModeSwitch);
|
|
197
|
+
})();
|
|
198
|
+
|
|
199
|
+
/******/ return __webpack_exports__;
|
|
200
|
+
/******/ })()
|
|
201
|
+
;
|
|
202
|
+
});
|
|
@@ -0,0 +1,178 @@
|
|
|
1
|
+
/* ======================================================
|
|
2
|
+
<!-- Multifunction Select -->
|
|
3
|
+
/* ====================================================== */
|
|
4
|
+
.multifunc-select__wrapper {
|
|
5
|
+
--multi-sel-popwin-min-width: 200px;
|
|
6
|
+
--multi-sel-focus-border-color:#86b7fe;
|
|
7
|
+
--multi-sel-focus-box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25);
|
|
8
|
+
--multi-sel-placeholder-color: rgba(33, 37, 41, 0.75);
|
|
9
|
+
--multi-sel-input-placeholder-color: #c5c9d1;
|
|
10
|
+
--multi-sel-control-wrapper-bg: #fff;
|
|
11
|
+
--multi-sel-control-wrapper-border-color: #dee2e6;
|
|
12
|
+
--multi-sel-control-list-bg: #efefef;
|
|
13
|
+
--multi-sel-arrow-fill: #a5a5a5;
|
|
14
|
+
--multi-sel-searchbtn-fill: #a5a5a5;
|
|
15
|
+
--multi-sel-searchbtn-hover-fill: #333;
|
|
16
|
+
--multi-sel-removebtn-fill: #000;
|
|
17
|
+
--multi-sel-removebtn-hover-fill: #f00;
|
|
18
|
+
--multi-sel-listgroup-tool-bg: rgb(248,249,250);
|
|
19
|
+
--multi-sel-listgroup-checkbox: #a5a5a5;
|
|
20
|
+
--multi-sel-listgroup-item-hover-focus-bg: rgba(0,0,0,.1);
|
|
21
|
+
/*------ Placeholder for input ------*/
|
|
22
|
+
/*------ Arrow ------*/
|
|
23
|
+
/*------ Input ------*/
|
|
24
|
+
/*------ List ------*/
|
|
25
|
+
/*------ Multiple selection ------*/
|
|
26
|
+
/*------------*/
|
|
27
|
+
}
|
|
28
|
+
.multifunc-select__wrapper input::placeholder {
|
|
29
|
+
color: var(--multi-sel-input-placeholder-color);
|
|
30
|
+
}
|
|
31
|
+
.multifunc-select__wrapper .arrow svg .arrow-fill-g {
|
|
32
|
+
fill: var(--multi-sel-arrow-fill);
|
|
33
|
+
}
|
|
34
|
+
.multifunc-select__wrapper [data-select]:focus {
|
|
35
|
+
box-shadow: none;
|
|
36
|
+
border-color: transparent;
|
|
37
|
+
outline: 0;
|
|
38
|
+
}
|
|
39
|
+
.multifunc-select__wrapper .list-group {
|
|
40
|
+
display: none;
|
|
41
|
+
min-width: var(--multi-sel-popwin-min-width);
|
|
42
|
+
}
|
|
43
|
+
.multifunc-select__wrapper .list-group .bg-light {
|
|
44
|
+
background-color: var(--multi-sel-listgroup-tool-bg) !important;
|
|
45
|
+
}
|
|
46
|
+
.multifunc-select__wrapper .list-group .list-group-item svg {
|
|
47
|
+
fill: transparent;
|
|
48
|
+
}
|
|
49
|
+
.multifunc-select__wrapper .list-group .list-group-item svg path {
|
|
50
|
+
stroke: var(--multi-sel-listgroup-checkbox);
|
|
51
|
+
}
|
|
52
|
+
.multifunc-select__wrapper .list-group .list-group-item.item-selected svg {
|
|
53
|
+
fill: var(--multi-sel-listgroup-checkbox);
|
|
54
|
+
}
|
|
55
|
+
.multifunc-select__wrapper .list-group .list-group-item.item-selected svg path {
|
|
56
|
+
stroke: var(--multi-sel-listgroup-checkbox);
|
|
57
|
+
}
|
|
58
|
+
.multifunc-select__wrapper .list-group .list-group-item:hover, .multifunc-select__wrapper .list-group .list-group-item:focus {
|
|
59
|
+
background-color: var(--multi-sel-listgroup-item-hover-focus-bg);
|
|
60
|
+
}
|
|
61
|
+
.multifunc-select__wrapper.active .list-group {
|
|
62
|
+
display: block;
|
|
63
|
+
}
|
|
64
|
+
.multifunc-select__wrapper .multifunc-select-multi__control-select-all .btn {
|
|
65
|
+
font-size: 0.75rem;
|
|
66
|
+
padding: 0.1rem 0.5rem;
|
|
67
|
+
}
|
|
68
|
+
.multifunc-select__wrapper .multifunc-select-multi__wrapper {
|
|
69
|
+
position: absolute;
|
|
70
|
+
top: 0;
|
|
71
|
+
width: 100%;
|
|
72
|
+
pointer-events: none;
|
|
73
|
+
}
|
|
74
|
+
.multifunc-select__wrapper .multifunc-select-multi__wrapper ul,
|
|
75
|
+
.multifunc-select__wrapper .multifunc-select-multi__wrapper li {
|
|
76
|
+
padding: 0;
|
|
77
|
+
margin: 0;
|
|
78
|
+
list-style: none;
|
|
79
|
+
}
|
|
80
|
+
.multifunc-select__wrapper .multifunc-select-multi__wrapper .multifunc-select-multi__control-searchbtn {
|
|
81
|
+
z-index: 5;
|
|
82
|
+
pointer-events: auto;
|
|
83
|
+
}
|
|
84
|
+
.multifunc-select__wrapper .multifunc-select-multi__wrapper .multifunc-select-multi__control-searchbtn svg,
|
|
85
|
+
.multifunc-select__wrapper .multifunc-select-multi__wrapper .multifunc-select-multi__control-searchbtn path {
|
|
86
|
+
fill: var(--multi-sel-searchbtn-fill);
|
|
87
|
+
}
|
|
88
|
+
.multifunc-select__wrapper .multifunc-select-multi__wrapper .multifunc-select-multi__control-searchbtn:hover svg,
|
|
89
|
+
.multifunc-select__wrapper .multifunc-select-multi__wrapper .multifunc-select-multi__control-searchbtn:hover path {
|
|
90
|
+
fill: var(--multi-sel-searchbtn-hover-fill);
|
|
91
|
+
}
|
|
92
|
+
.multifunc-select__wrapper .multifunc-select-multi__wrapper .multifunc-select-multi__control-wrapper > div {
|
|
93
|
+
position: relative;
|
|
94
|
+
/* bootstrap style that match ".form-control" */
|
|
95
|
+
background-color: var(--multi-sel-control-wrapper-bg);
|
|
96
|
+
background-clip: padding-box;
|
|
97
|
+
border: 1px solid var(--multi-sel-control-wrapper-border-color);
|
|
98
|
+
appearance: none;
|
|
99
|
+
border-radius: 0.375rem;
|
|
100
|
+
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
101
|
+
padding-bottom: 1px;
|
|
102
|
+
}
|
|
103
|
+
.multifunc-select__wrapper .multifunc-select-multi__wrapper ul.multifunc-select-multi__list {
|
|
104
|
+
margin-right: 1rem;
|
|
105
|
+
}
|
|
106
|
+
.multifunc-select__wrapper .multifunc-select-multi__wrapper ul.multifunc-select-multi__list li {
|
|
107
|
+
display: inline-block;
|
|
108
|
+
margin: 5px;
|
|
109
|
+
margin-bottom: 0;
|
|
110
|
+
padding: 0.1rem 1.5rem 0.1rem 1rem;
|
|
111
|
+
font-size: 0.875rem;
|
|
112
|
+
background: var(--multi-sel-control-list-bg);
|
|
113
|
+
border-radius: 30px;
|
|
114
|
+
overflow: hidden;
|
|
115
|
+
text-overflow: ellipsis;
|
|
116
|
+
position: relative;
|
|
117
|
+
}
|
|
118
|
+
.multifunc-select__wrapper .multifunc-select-multi__wrapper ul.multifunc-select-multi__list li.multifunc-select-multi__list-item-placeholder {
|
|
119
|
+
background: transparent;
|
|
120
|
+
color: var(--multi-sel-placeholder-color);
|
|
121
|
+
padding-left: 0.75rem;
|
|
122
|
+
padding-right: 0;
|
|
123
|
+
margin-left: 0;
|
|
124
|
+
white-space: nowrap;
|
|
125
|
+
}
|
|
126
|
+
.multifunc-select__wrapper .multifunc-select-multi__wrapper ul.multifunc-select-multi__list li.multifunc-select-multi__list-item-placeholder.hide {
|
|
127
|
+
min-width: 100px;
|
|
128
|
+
}
|
|
129
|
+
.multifunc-select__wrapper .multifunc-select-multi__wrapper ul.multifunc-select-multi__list li > a {
|
|
130
|
+
font-weight: 400;
|
|
131
|
+
opacity: 0.6;
|
|
132
|
+
font-size: 18px;
|
|
133
|
+
line-height: 20px;
|
|
134
|
+
position: absolute;
|
|
135
|
+
right: 8px;
|
|
136
|
+
top: 0;
|
|
137
|
+
pointer-events: auto;
|
|
138
|
+
}
|
|
139
|
+
.multifunc-select__wrapper .multifunc-select-multi__wrapper ul.multifunc-select-multi__list li > a path {
|
|
140
|
+
fill: var(--multi-sel-removebtn-fill);
|
|
141
|
+
}
|
|
142
|
+
.multifunc-select__wrapper .multifunc-select-multi__wrapper ul.multifunc-select-multi__list li > a:hover path {
|
|
143
|
+
fill: var(--multi-sel-removebtn-hover-fill);
|
|
144
|
+
}
|
|
145
|
+
.multifunc-select__wrapper .multifunc-select-multi__wrapper .multifunc-select-multi__control-blinking-cursor {
|
|
146
|
+
display: inline-block;
|
|
147
|
+
color: var(--multi-sel-placeholder-color);
|
|
148
|
+
}
|
|
149
|
+
.multifunc-select__wrapper .multifunc-select-multi__wrapper .multifunc-select-multi__control-blinking-cursor.animated {
|
|
150
|
+
animation: 1s multi-sel-blink step-end infinite;
|
|
151
|
+
}
|
|
152
|
+
.multifunc-select__wrapper .multifunc-select-multi__wrapper .multifunc-select-multi__control-blinking-cursor.control-placeholder {
|
|
153
|
+
color: var(--multi-sel-input-placeholder-color);
|
|
154
|
+
}
|
|
155
|
+
@keyframes multi-sel-blink {
|
|
156
|
+
from, to {
|
|
157
|
+
color: transparent;
|
|
158
|
+
}
|
|
159
|
+
50% {
|
|
160
|
+
color: var(--multi-sel-placeholder-color);
|
|
161
|
+
}
|
|
162
|
+
}
|
|
163
|
+
.multifunc-select__wrapper [data-select]:focus {
|
|
164
|
+
cursor: text !important;
|
|
165
|
+
}
|
|
166
|
+
.multifunc-select__wrapper:not(.multiple-selection) [data-select]:focus {
|
|
167
|
+
box-shadow: var(--multi-sel-focus-box-shadow);
|
|
168
|
+
border-color: var(--multi-sel-focus-border-color);
|
|
169
|
+
outline: 0;
|
|
170
|
+
}
|
|
171
|
+
.multifunc-select__wrapper.active .list-group {
|
|
172
|
+
display: block;
|
|
173
|
+
}
|
|
174
|
+
.multifunc-select__wrapper.focus .multifunc-select-multi__control-wrapper > div {
|
|
175
|
+
box-shadow: var(--multi-sel-focus-box-shadow);
|
|
176
|
+
border-color: var(--multi-sel-focus-border-color);
|
|
177
|
+
outline: 0;
|
|
178
|
+
}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare module 'react' {
|
|
3
|
+
interface ReactI18NextChildren<T> {
|
|
4
|
+
children?: any;
|
|
5
|
+
}
|
|
6
|
+
}
|
|
7
|
+
declare type MultiFuncSelectOptionChangeFnType = (arg1: any, arg2: any, arg3: any) => void;
|
|
8
|
+
interface MultiSelectDataConfig {
|
|
9
|
+
values: string[] | number[];
|
|
10
|
+
labels: string[] | number[];
|
|
11
|
+
queryStrings: string[] | number[];
|
|
12
|
+
}
|
|
13
|
+
interface OptionConfig {
|
|
14
|
+
label: any;
|
|
15
|
+
value: any;
|
|
16
|
+
queryString: string | number;
|
|
17
|
+
}
|
|
18
|
+
interface MultiSelectConfig {
|
|
19
|
+
valid: boolean;
|
|
20
|
+
selectAll: boolean;
|
|
21
|
+
selectAllLabel?: string;
|
|
22
|
+
data: MultiSelectDataConfig | null;
|
|
23
|
+
}
|
|
24
|
+
declare type MultiFuncSelectProps = {
|
|
25
|
+
wrapperClassName?: string;
|
|
26
|
+
controlClassName?: string;
|
|
27
|
+
multiSelect?: MultiSelectConfig;
|
|
28
|
+
value?: string;
|
|
29
|
+
label?: React.ReactNode | string;
|
|
30
|
+
name?: string;
|
|
31
|
+
disabled?: any;
|
|
32
|
+
required?: any;
|
|
33
|
+
readOnly?: any;
|
|
34
|
+
placeholder?: string;
|
|
35
|
+
options?: OptionConfig[] | string;
|
|
36
|
+
hierarchical?: boolean;
|
|
37
|
+
indentation?: string;
|
|
38
|
+
winWidth?: string | Function;
|
|
39
|
+
doubleIndent?: boolean;
|
|
40
|
+
controlArrow?: React.ReactNode;
|
|
41
|
+
fetchTrigger?: boolean;
|
|
42
|
+
fetchTriggerForDefaultData?: MultiSelectDataConfig | null;
|
|
43
|
+
/** Set the depth value of the control to control the display of the pop-up layer appear above.
|
|
44
|
+
* Please set it when multiple controls are used at the same time. */
|
|
45
|
+
depth?: number;
|
|
46
|
+
/** Incoming data, you can set the third parameter of `onFetch` */
|
|
47
|
+
data?: any;
|
|
48
|
+
/** -- */
|
|
49
|
+
id?: string;
|
|
50
|
+
style?: React.CSSProperties;
|
|
51
|
+
tabIndex?: number;
|
|
52
|
+
[key: `data-${string}`]: string | undefined;
|
|
53
|
+
fetchNoneInfo?: string;
|
|
54
|
+
fetchUpdate?: boolean;
|
|
55
|
+
fetchFuncAsync?: any;
|
|
56
|
+
fetchFuncMethod?: string;
|
|
57
|
+
fetchFuncMethodParams?: any[];
|
|
58
|
+
fetchCallback?: (data: any) => void;
|
|
59
|
+
onFetch?: (e: any, e2: any, value: string, data: any, incomingData: string | null | undefined) => void;
|
|
60
|
+
onLoad?: (e: any, e2: any, value: string | null | undefined) => void;
|
|
61
|
+
onSelect?: (data: any) => void;
|
|
62
|
+
onChange?: MultiFuncSelectOptionChangeFnType | null;
|
|
63
|
+
onBlur?: (e: any) => void;
|
|
64
|
+
onFocus?: (e: any) => void;
|
|
65
|
+
};
|
|
66
|
+
declare const MultiFuncSelect: React.ForwardRefExoticComponent<MultiFuncSelectProps & React.RefAttributes<unknown>>;
|
|
67
|
+
export default MultiFuncSelect;
|