indicator-ui 0.1.118 → 0.1.119
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/dist/index.css +142 -0
- package/dist/index.css.map +1 -1
- package/dist/index.js +382 -41
- package/dist/index.js.map +1 -1
- package/dist/scss/styles/mixins/modify-svg.scss +5 -2
- package/dist/ts/src/test/pages/DropdownV2Page.d.ts +1 -0
- package/dist/ts/src/test/pages/index.d.ts +1 -0
- package/dist/ts/src/ui/DateTimePicker/hooks/useDateTimePicker.d.ts +1 -1
- package/dist/ts/src/ui/DropdownItem/types/DropdownItemTypes.d.ts +2 -1
- package/dist/ts/src/ui/DropdownV2/index.d.ts +1 -0
- package/dist/ts/src/ui/DropdownV2/styles/components/index.d.ts +2 -0
- package/dist/ts/src/ui/DropdownV2/styles/index.d.ts +3 -0
- package/dist/ts/src/ui/DropdownV2/ui/DropdownItemV2.d.ts +13 -0
- package/dist/ts/src/ui/DropdownV2/ui/DropdownV2.d.ts +10 -0
- package/dist/ts/src/ui/DropdownV2/ui/components/Check.d.ts +6 -0
- package/dist/ts/src/ui/DropdownV2/ui/components/Info.d.ts +10 -0
- package/dist/ts/src/ui/DropdownV2/ui/components/index.d.ts +2 -0
- package/dist/ts/src/ui/DropdownV2/ui/index.d.ts +2 -0
- package/dist/ts/src/ui/InputFields/FlexField/types/FlexFieldTypes.d.ts +3 -1
- package/dist/ts/src/ui/InputFields/FlexField/ui/FlexField.d.ts +1 -1
- package/dist/ts/src/ui/UserPick/index.d.ts +0 -1
- package/dist/ts/src/ui/UserPick/ui/UserPick.d.ts +18 -2
- package/dist/ts/src/ui/formFields/FormPaginatedSelectField/hooks/useFormPaginatedSelectField.d.ts +1 -1
- package/dist/ts/src/ui/index.d.ts +1 -0
- package/package.json +1 -1
- package/dist/ts/src/ui/UserPick/types/UserPickTypes.d.ts +0 -17
- package/dist/ts/src/ui/UserPick/types/index.d.ts +0 -1
package/dist/index.js
CHANGED
|
@@ -58519,8 +58519,8 @@ function COLLAPSIBLE_ANIM() {
|
|
|
58519
58519
|
visibility: 'visible'
|
|
58520
58520
|
}).to(obj, {
|
|
58521
58521
|
height: height,
|
|
58522
|
-
|
|
58523
|
-
|
|
58522
|
+
ease: "power2.out",
|
|
58523
|
+
duration: 0.3
|
|
58524
58524
|
}).set(obj, {
|
|
58525
58525
|
transform: 'none'
|
|
58526
58526
|
});
|
|
@@ -58531,12 +58531,13 @@ function COLLAPSIBLE_ANIM() {
|
|
|
58531
58531
|
args[_key2] = arguments[_key2];
|
|
58532
58532
|
}
|
|
58533
58533
|
var obj = args[0],
|
|
58534
|
-
timeline = args[1]
|
|
58534
|
+
timeline = args[1],
|
|
58535
|
+
_ = args[2];
|
|
58535
58536
|
timeline.clear().to(obj, {
|
|
58536
58537
|
height: 0,
|
|
58537
|
-
duration: 0.
|
|
58538
|
-
ease: "power2.
|
|
58539
|
-
}).set(obj, {
|
|
58538
|
+
duration: 0.3,
|
|
58539
|
+
ease: "power2.out"
|
|
58540
|
+
}, '<').set(obj, {
|
|
58540
58541
|
visibility: 'hidden'
|
|
58541
58542
|
});
|
|
58542
58543
|
return timeline;
|
|
@@ -67619,6 +67620,360 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
67619
67620
|
/* harmony import */ var _DropdownItem__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./DropdownItem */ "./src/ui/DropdownItem/ui/DropdownItem.tsx");
|
|
67620
67621
|
|
|
67621
67622
|
|
|
67623
|
+
/***/ }),
|
|
67624
|
+
|
|
67625
|
+
/***/ "./src/ui/DropdownV2/index.ts":
|
|
67626
|
+
/*!************************************!*\
|
|
67627
|
+
!*** ./src/ui/DropdownV2/index.ts ***!
|
|
67628
|
+
\************************************/
|
|
67629
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
67630
|
+
|
|
67631
|
+
"use strict";
|
|
67632
|
+
__webpack_require__.r(__webpack_exports__);
|
|
67633
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
67634
|
+
/* harmony export */ DropdownItemV2: () => (/* reexport safe */ _ui__WEBPACK_IMPORTED_MODULE_0__.DropdownItemV2),
|
|
67635
|
+
/* harmony export */ DropdownV2: () => (/* reexport safe */ _ui__WEBPACK_IMPORTED_MODULE_0__.DropdownV2)
|
|
67636
|
+
/* harmony export */ });
|
|
67637
|
+
/* harmony import */ var _ui__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./ui */ "./src/ui/DropdownV2/ui/index.ts");
|
|
67638
|
+
|
|
67639
|
+
|
|
67640
|
+
/***/ }),
|
|
67641
|
+
|
|
67642
|
+
/***/ "./src/ui/DropdownV2/styles/DropdownItemV2.module.scss":
|
|
67643
|
+
/*!*************************************************************!*\
|
|
67644
|
+
!*** ./src/ui/DropdownV2/styles/DropdownItemV2.module.scss ***!
|
|
67645
|
+
\*************************************************************/
|
|
67646
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
67647
|
+
|
|
67648
|
+
"use strict";
|
|
67649
|
+
__webpack_require__.r(__webpack_exports__);
|
|
67650
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
67651
|
+
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
67652
|
+
/* harmony export */ });
|
|
67653
|
+
// extracted by mini-css-extract-plugin
|
|
67654
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({"main":"DropdownItemV2-module__main___U3sM0","icon":"DropdownItemV2-module__icon___BgBJk","selected":"DropdownItemV2-module__selected___Ab1QJ","disabled":"DropdownItemV2-module__disabled___ktwNX","small":"DropdownItemV2-module__small___uv2i3","medium":"DropdownItemV2-module__medium___aj8yR"});
|
|
67655
|
+
|
|
67656
|
+
/***/ }),
|
|
67657
|
+
|
|
67658
|
+
/***/ "./src/ui/DropdownV2/styles/DropdownV2.module.scss":
|
|
67659
|
+
/*!*********************************************************!*\
|
|
67660
|
+
!*** ./src/ui/DropdownV2/styles/DropdownV2.module.scss ***!
|
|
67661
|
+
\*********************************************************/
|
|
67662
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
67663
|
+
|
|
67664
|
+
"use strict";
|
|
67665
|
+
__webpack_require__.r(__webpack_exports__);
|
|
67666
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
67667
|
+
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
67668
|
+
/* harmony export */ });
|
|
67669
|
+
// extracted by mini-css-extract-plugin
|
|
67670
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({"main":"DropdownV2-module__main___Zkfs8"});
|
|
67671
|
+
|
|
67672
|
+
/***/ }),
|
|
67673
|
+
|
|
67674
|
+
/***/ "./src/ui/DropdownV2/styles/components/Check.module.scss":
|
|
67675
|
+
/*!***************************************************************!*\
|
|
67676
|
+
!*** ./src/ui/DropdownV2/styles/components/Check.module.scss ***!
|
|
67677
|
+
\***************************************************************/
|
|
67678
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
67679
|
+
|
|
67680
|
+
"use strict";
|
|
67681
|
+
__webpack_require__.r(__webpack_exports__);
|
|
67682
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
67683
|
+
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
67684
|
+
/* harmony export */ });
|
|
67685
|
+
// extracted by mini-css-extract-plugin
|
|
67686
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({"check":"Check-module__check___r1ml8","selected":"Check-module__selected___XTE__","disabled":"Check-module__disabled___wC3Gq"});
|
|
67687
|
+
|
|
67688
|
+
/***/ }),
|
|
67689
|
+
|
|
67690
|
+
/***/ "./src/ui/DropdownV2/styles/components/Info.module.scss":
|
|
67691
|
+
/*!**************************************************************!*\
|
|
67692
|
+
!*** ./src/ui/DropdownV2/styles/components/Info.module.scss ***!
|
|
67693
|
+
\**************************************************************/
|
|
67694
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
67695
|
+
|
|
67696
|
+
"use strict";
|
|
67697
|
+
__webpack_require__.r(__webpack_exports__);
|
|
67698
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
67699
|
+
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
67700
|
+
/* harmony export */ });
|
|
67701
|
+
// extracted by mini-css-extract-plugin
|
|
67702
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({"info":"Info-module__info___oxMEB","disabled":"Info-module__disabled___GDX_r","small":"Info-module__small___gmidj","medium":"Info-module__medium___hIlPd"});
|
|
67703
|
+
|
|
67704
|
+
/***/ }),
|
|
67705
|
+
|
|
67706
|
+
/***/ "./src/ui/DropdownV2/styles/components/index.ts":
|
|
67707
|
+
/*!******************************************************!*\
|
|
67708
|
+
!*** ./src/ui/DropdownV2/styles/components/index.ts ***!
|
|
67709
|
+
\******************************************************/
|
|
67710
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
67711
|
+
|
|
67712
|
+
"use strict";
|
|
67713
|
+
__webpack_require__.r(__webpack_exports__);
|
|
67714
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
67715
|
+
/* harmony export */ CheckStyle: () => (/* reexport safe */ _Check_module_scss__WEBPACK_IMPORTED_MODULE_1__["default"]),
|
|
67716
|
+
/* harmony export */ InfoStyle: () => (/* reexport safe */ _Info_module_scss__WEBPACK_IMPORTED_MODULE_0__["default"])
|
|
67717
|
+
/* harmony export */ });
|
|
67718
|
+
/* harmony import */ var _Info_module_scss__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./Info.module.scss */ "./src/ui/DropdownV2/styles/components/Info.module.scss");
|
|
67719
|
+
/* harmony import */ var _Check_module_scss__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./Check.module.scss */ "./src/ui/DropdownV2/styles/components/Check.module.scss");
|
|
67720
|
+
|
|
67721
|
+
|
|
67722
|
+
|
|
67723
|
+
/***/ }),
|
|
67724
|
+
|
|
67725
|
+
/***/ "./src/ui/DropdownV2/styles/index.ts":
|
|
67726
|
+
/*!*******************************************!*\
|
|
67727
|
+
!*** ./src/ui/DropdownV2/styles/index.ts ***!
|
|
67728
|
+
\*******************************************/
|
|
67729
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
67730
|
+
|
|
67731
|
+
"use strict";
|
|
67732
|
+
__webpack_require__.r(__webpack_exports__);
|
|
67733
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
67734
|
+
/* harmony export */ CheckStyle: () => (/* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_2__.CheckStyle),
|
|
67735
|
+
/* harmony export */ DropdownItemV2Style: () => (/* reexport safe */ _DropdownItemV2_module_scss__WEBPACK_IMPORTED_MODULE_1__["default"]),
|
|
67736
|
+
/* harmony export */ DropdownV2Style: () => (/* reexport safe */ _DropdownV2_module_scss__WEBPACK_IMPORTED_MODULE_0__["default"]),
|
|
67737
|
+
/* harmony export */ InfoStyle: () => (/* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_2__.InfoStyle)
|
|
67738
|
+
/* harmony export */ });
|
|
67739
|
+
/* harmony import */ var _DropdownV2_module_scss__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./DropdownV2.module.scss */ "./src/ui/DropdownV2/styles/DropdownV2.module.scss");
|
|
67740
|
+
/* harmony import */ var _DropdownItemV2_module_scss__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./DropdownItemV2.module.scss */ "./src/ui/DropdownV2/styles/DropdownItemV2.module.scss");
|
|
67741
|
+
/* harmony import */ var _components__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./components */ "./src/ui/DropdownV2/styles/components/index.ts");
|
|
67742
|
+
|
|
67743
|
+
|
|
67744
|
+
|
|
67745
|
+
|
|
67746
|
+
/***/ }),
|
|
67747
|
+
|
|
67748
|
+
/***/ "./src/ui/DropdownV2/ui/DropdownItemV2.tsx":
|
|
67749
|
+
/*!*************************************************!*\
|
|
67750
|
+
!*** ./src/ui/DropdownV2/ui/DropdownItemV2.tsx ***!
|
|
67751
|
+
\*************************************************/
|
|
67752
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
67753
|
+
|
|
67754
|
+
"use strict";
|
|
67755
|
+
__webpack_require__.r(__webpack_exports__);
|
|
67756
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
67757
|
+
/* harmony export */ DropdownItemV2: () => (/* binding */ DropdownItemV2)
|
|
67758
|
+
/* harmony export */ });
|
|
67759
|
+
/* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-runtime */ "react/jsx-runtime");
|
|
67760
|
+
/* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__);
|
|
67761
|
+
/* harmony import */ var clsx__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! clsx */ "./node_modules/clsx/dist/clsx.mjs");
|
|
67762
|
+
/* harmony import */ var _ui__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @/ui */ "./src/ui/index.ts");
|
|
67763
|
+
/* harmony import */ var _styles__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../styles */ "./src/ui/DropdownV2/styles/index.ts");
|
|
67764
|
+
/* harmony import */ var _components__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./components */ "./src/ui/DropdownV2/ui/components/index.ts");
|
|
67765
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
67766
|
+
var _excluded = ["as", "avatar", "className", "selected", "title", "subtitle", "size", "disabled", "icon"];
|
|
67767
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
67768
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
67769
|
+
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
67770
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
67771
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
67772
|
+
function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
|
|
67773
|
+
function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } return t; }
|
|
67774
|
+
|
|
67775
|
+
|
|
67776
|
+
|
|
67777
|
+
|
|
67778
|
+
|
|
67779
|
+
function DropdownItemV2(props) {
|
|
67780
|
+
var _props$as = props.as,
|
|
67781
|
+
as = _props$as === void 0 ? 'li' : _props$as,
|
|
67782
|
+
avatar = props.avatar,
|
|
67783
|
+
className = props.className,
|
|
67784
|
+
selected = props.selected,
|
|
67785
|
+
title = props.title,
|
|
67786
|
+
subtitle = props.subtitle,
|
|
67787
|
+
_props$size = props.size,
|
|
67788
|
+
size = _props$size === void 0 ? 'small' : _props$size,
|
|
67789
|
+
disabled = props.disabled,
|
|
67790
|
+
icon = props.icon,
|
|
67791
|
+
componentProps = _objectWithoutProperties(props, _excluded);
|
|
67792
|
+
var Component = as;
|
|
67793
|
+
return (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)(Component, _objectSpread(_objectSpread({}, componentProps), {}, {
|
|
67794
|
+
className: (0,clsx__WEBPACK_IMPORTED_MODULE_1__["default"])(_styles__WEBPACK_IMPORTED_MODULE_3__.DropdownItemV2Style.main, _defineProperty(_defineProperty(_defineProperty(_defineProperty({}, _styles__WEBPACK_IMPORTED_MODULE_3__.DropdownItemV2Style.selected, selected), _styles__WEBPACK_IMPORTED_MODULE_3__.DropdownItemV2Style.disabled, disabled), _styles__WEBPACK_IMPORTED_MODULE_3__.DropdownItemV2Style.small, size === 'small'), _styles__WEBPACK_IMPORTED_MODULE_3__.DropdownItemV2Style.medium, size === 'medium'), className),
|
|
67795
|
+
children: [icon && (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", {
|
|
67796
|
+
className: _styles__WEBPACK_IMPORTED_MODULE_3__.DropdownItemV2Style.icon,
|
|
67797
|
+
children: icon
|
|
67798
|
+
}), avatar && (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_ui__WEBPACK_IMPORTED_MODULE_2__.UserPick, {
|
|
67799
|
+
disabled: disabled,
|
|
67800
|
+
url: avatar,
|
|
67801
|
+
size: 20
|
|
67802
|
+
}), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components__WEBPACK_IMPORTED_MODULE_4__.Info, {
|
|
67803
|
+
title: title,
|
|
67804
|
+
subtitle: subtitle,
|
|
67805
|
+
size: size,
|
|
67806
|
+
disabled: disabled
|
|
67807
|
+
}), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components__WEBPACK_IMPORTED_MODULE_4__.Check, {
|
|
67808
|
+
selected: selected,
|
|
67809
|
+
disabled: disabled
|
|
67810
|
+
})]
|
|
67811
|
+
}));
|
|
67812
|
+
}
|
|
67813
|
+
|
|
67814
|
+
/***/ }),
|
|
67815
|
+
|
|
67816
|
+
/***/ "./src/ui/DropdownV2/ui/DropdownV2.tsx":
|
|
67817
|
+
/*!*********************************************!*\
|
|
67818
|
+
!*** ./src/ui/DropdownV2/ui/DropdownV2.tsx ***!
|
|
67819
|
+
\*********************************************/
|
|
67820
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
67821
|
+
|
|
67822
|
+
"use strict";
|
|
67823
|
+
__webpack_require__.r(__webpack_exports__);
|
|
67824
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
67825
|
+
/* harmony export */ DropdownV2: () => (/* binding */ DropdownV2)
|
|
67826
|
+
/* harmony export */ });
|
|
67827
|
+
/* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-runtime */ "react/jsx-runtime");
|
|
67828
|
+
/* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__);
|
|
67829
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! react */ "react");
|
|
67830
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_1__);
|
|
67831
|
+
/* harmony import */ var _DropdownItemV2__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./DropdownItemV2 */ "./src/ui/DropdownV2/ui/DropdownItemV2.tsx");
|
|
67832
|
+
/* harmony import */ var _styles__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../styles */ "./src/ui/DropdownV2/styles/index.ts");
|
|
67833
|
+
/* harmony import */ var clsx__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! clsx */ "./node_modules/clsx/dist/clsx.mjs");
|
|
67834
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
67835
|
+
var _excluded = ["list", "className", "children"];
|
|
67836
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
67837
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
67838
|
+
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
67839
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
67840
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
67841
|
+
function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
|
|
67842
|
+
function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } return t; }
|
|
67843
|
+
|
|
67844
|
+
|
|
67845
|
+
|
|
67846
|
+
|
|
67847
|
+
|
|
67848
|
+
|
|
67849
|
+
function _DropdownV2(props, ref) {
|
|
67850
|
+
var list = props.list,
|
|
67851
|
+
className = props.className,
|
|
67852
|
+
children = props.children,
|
|
67853
|
+
componentProps = _objectWithoutProperties(props, _excluded);
|
|
67854
|
+
return (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("ul", _objectSpread(_objectSpread({}, componentProps), {}, {
|
|
67855
|
+
className: (0,clsx__WEBPACK_IMPORTED_MODULE_4__["default"])(_styles__WEBPACK_IMPORTED_MODULE_3__.DropdownV2Style.main, className),
|
|
67856
|
+
ref: ref,
|
|
67857
|
+
children: [list === null || list === void 0 ? void 0 : list.map(function (item, idx) {
|
|
67858
|
+
return /*#__PURE__*/(0,react__WEBPACK_IMPORTED_MODULE_1__.createElement)(_DropdownItemV2__WEBPACK_IMPORTED_MODULE_2__.DropdownItemV2, _objectSpread(_objectSpread({}, item), {}, {
|
|
67859
|
+
key: "_DropdownV2_".concat(idx)
|
|
67860
|
+
}));
|
|
67861
|
+
}), children]
|
|
67862
|
+
}));
|
|
67863
|
+
}
|
|
67864
|
+
var DropdownV2 = /*#__PURE__*/(0,react__WEBPACK_IMPORTED_MODULE_1__.forwardRef)(_DropdownV2);
|
|
67865
|
+
|
|
67866
|
+
/***/ }),
|
|
67867
|
+
|
|
67868
|
+
/***/ "./src/ui/DropdownV2/ui/components/Check.tsx":
|
|
67869
|
+
/*!***************************************************!*\
|
|
67870
|
+
!*** ./src/ui/DropdownV2/ui/components/Check.tsx ***!
|
|
67871
|
+
\***************************************************/
|
|
67872
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
67873
|
+
|
|
67874
|
+
"use strict";
|
|
67875
|
+
__webpack_require__.r(__webpack_exports__);
|
|
67876
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
67877
|
+
/* harmony export */ Check: () => (/* binding */ Check)
|
|
67878
|
+
/* harmony export */ });
|
|
67879
|
+
/* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-runtime */ "react/jsx-runtime");
|
|
67880
|
+
/* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__);
|
|
67881
|
+
/* harmony import */ var clsx__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! clsx */ "./node_modules/clsx/dist/clsx.mjs");
|
|
67882
|
+
/* harmony import */ var _assets__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @/assets */ "./src/assets/index.ts");
|
|
67883
|
+
/* harmony import */ var _styles__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../styles */ "./src/ui/DropdownV2/styles/index.ts");
|
|
67884
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
67885
|
+
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
67886
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
67887
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
67888
|
+
|
|
67889
|
+
|
|
67890
|
+
|
|
67891
|
+
|
|
67892
|
+
function Check(props) {
|
|
67893
|
+
var selected = props.selected,
|
|
67894
|
+
disabled = props.disabled;
|
|
67895
|
+
return (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_assets__WEBPACK_IMPORTED_MODULE_2__.CheckSVG, {
|
|
67896
|
+
className: (0,clsx__WEBPACK_IMPORTED_MODULE_1__["default"])(_styles__WEBPACK_IMPORTED_MODULE_3__.CheckStyle.check, _defineProperty(_defineProperty({}, _styles__WEBPACK_IMPORTED_MODULE_3__.CheckStyle.selected, selected), _styles__WEBPACK_IMPORTED_MODULE_3__.CheckStyle.disabled, disabled))
|
|
67897
|
+
});
|
|
67898
|
+
}
|
|
67899
|
+
|
|
67900
|
+
/***/ }),
|
|
67901
|
+
|
|
67902
|
+
/***/ "./src/ui/DropdownV2/ui/components/Info.tsx":
|
|
67903
|
+
/*!**************************************************!*\
|
|
67904
|
+
!*** ./src/ui/DropdownV2/ui/components/Info.tsx ***!
|
|
67905
|
+
\**************************************************/
|
|
67906
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
67907
|
+
|
|
67908
|
+
"use strict";
|
|
67909
|
+
__webpack_require__.r(__webpack_exports__);
|
|
67910
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
67911
|
+
/* harmony export */ Info: () => (/* binding */ Info)
|
|
67912
|
+
/* harmony export */ });
|
|
67913
|
+
/* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-runtime */ "react/jsx-runtime");
|
|
67914
|
+
/* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__);
|
|
67915
|
+
/* harmony import */ var clsx__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! clsx */ "./node_modules/clsx/dist/clsx.mjs");
|
|
67916
|
+
/* harmony import */ var _styles__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../styles */ "./src/ui/DropdownV2/styles/index.ts");
|
|
67917
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
67918
|
+
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
67919
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
67920
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
67921
|
+
|
|
67922
|
+
|
|
67923
|
+
|
|
67924
|
+
function Info(props) {
|
|
67925
|
+
var subtitle = props.subtitle,
|
|
67926
|
+
title = props.title,
|
|
67927
|
+
size = props.size,
|
|
67928
|
+
disabled = props.disabled;
|
|
67929
|
+
return (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("section", {
|
|
67930
|
+
className: (0,clsx__WEBPACK_IMPORTED_MODULE_1__["default"])(_styles__WEBPACK_IMPORTED_MODULE_2__.InfoStyle.info, _defineProperty(_defineProperty(_defineProperty({}, _styles__WEBPACK_IMPORTED_MODULE_2__.InfoStyle.info, size === 'small'), _styles__WEBPACK_IMPORTED_MODULE_2__.InfoStyle.info, size === 'medium'), _styles__WEBPACK_IMPORTED_MODULE_2__.InfoStyle.disabled, disabled)),
|
|
67931
|
+
children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("h6", {
|
|
67932
|
+
children: title
|
|
67933
|
+
}), " ", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("span", {
|
|
67934
|
+
children: subtitle
|
|
67935
|
+
})]
|
|
67936
|
+
});
|
|
67937
|
+
}
|
|
67938
|
+
|
|
67939
|
+
/***/ }),
|
|
67940
|
+
|
|
67941
|
+
/***/ "./src/ui/DropdownV2/ui/components/index.ts":
|
|
67942
|
+
/*!**************************************************!*\
|
|
67943
|
+
!*** ./src/ui/DropdownV2/ui/components/index.ts ***!
|
|
67944
|
+
\**************************************************/
|
|
67945
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
67946
|
+
|
|
67947
|
+
"use strict";
|
|
67948
|
+
__webpack_require__.r(__webpack_exports__);
|
|
67949
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
67950
|
+
/* harmony export */ Check: () => (/* reexport safe */ _Check__WEBPACK_IMPORTED_MODULE_0__.Check),
|
|
67951
|
+
/* harmony export */ Info: () => (/* reexport safe */ _Info__WEBPACK_IMPORTED_MODULE_1__.Info)
|
|
67952
|
+
/* harmony export */ });
|
|
67953
|
+
/* harmony import */ var _Check__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./Check */ "./src/ui/DropdownV2/ui/components/Check.tsx");
|
|
67954
|
+
/* harmony import */ var _Info__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./Info */ "./src/ui/DropdownV2/ui/components/Info.tsx");
|
|
67955
|
+
|
|
67956
|
+
|
|
67957
|
+
|
|
67958
|
+
/***/ }),
|
|
67959
|
+
|
|
67960
|
+
/***/ "./src/ui/DropdownV2/ui/index.ts":
|
|
67961
|
+
/*!***************************************!*\
|
|
67962
|
+
!*** ./src/ui/DropdownV2/ui/index.ts ***!
|
|
67963
|
+
\***************************************/
|
|
67964
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
67965
|
+
|
|
67966
|
+
"use strict";
|
|
67967
|
+
__webpack_require__.r(__webpack_exports__);
|
|
67968
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
67969
|
+
/* harmony export */ DropdownItemV2: () => (/* reexport safe */ _DropdownItemV2__WEBPACK_IMPORTED_MODULE_0__.DropdownItemV2),
|
|
67970
|
+
/* harmony export */ DropdownV2: () => (/* reexport safe */ _DropdownV2__WEBPACK_IMPORTED_MODULE_1__.DropdownV2)
|
|
67971
|
+
/* harmony export */ });
|
|
67972
|
+
/* harmony import */ var _DropdownItemV2__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./DropdownItemV2 */ "./src/ui/DropdownV2/ui/DropdownItemV2.tsx");
|
|
67973
|
+
/* harmony import */ var _DropdownV2__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./DropdownV2 */ "./src/ui/DropdownV2/ui/DropdownV2.tsx");
|
|
67974
|
+
|
|
67975
|
+
|
|
67976
|
+
|
|
67622
67977
|
/***/ }),
|
|
67623
67978
|
|
|
67624
67979
|
/***/ "./src/ui/FormBuilder/consts/index.ts":
|
|
@@ -75858,8 +76213,6 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
75858
76213
|
/* harmony export */ UserPick: () => (/* reexport safe */ _ui__WEBPACK_IMPORTED_MODULE_0__.UserPick)
|
|
75859
76214
|
/* harmony export */ });
|
|
75860
76215
|
/* harmony import */ var _ui__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./ui */ "./src/ui/UserPick/ui/index.ts");
|
|
75861
|
-
/* harmony import */ var _types__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./types */ "./src/ui/UserPick/types/index.ts");
|
|
75862
|
-
|
|
75863
76216
|
|
|
75864
76217
|
|
|
75865
76218
|
/***/ }),
|
|
@@ -75876,7 +76229,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
75876
76229
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
75877
76230
|
/* harmony export */ });
|
|
75878
76231
|
// extracted by mini-css-extract-plugin
|
|
75879
|
-
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({"userPick":"UserPick-module__userPick___KBWm3","userPickPlaceholder":"UserPick-module__userPickPlaceholder___NrdUD"});
|
|
76232
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({"userPick":"UserPick-module__userPick___KBWm3","userPickPlaceholder":"UserPick-module__userPickPlaceholder___NrdUD","disabled":"UserPick-module__disabled___FEpxS"});
|
|
75880
76233
|
|
|
75881
76234
|
/***/ }),
|
|
75882
76235
|
|
|
@@ -75894,31 +76247,6 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
75894
76247
|
/* harmony import */ var _UserPick_module_scss__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./UserPick.module.scss */ "./src/ui/UserPick/styles/UserPick.module.scss");
|
|
75895
76248
|
|
|
75896
76249
|
|
|
75897
|
-
/***/ }),
|
|
75898
|
-
|
|
75899
|
-
/***/ "./src/ui/UserPick/types/UserPickTypes.ts":
|
|
75900
|
-
/*!************************************************!*\
|
|
75901
|
-
!*** ./src/ui/UserPick/types/UserPickTypes.ts ***!
|
|
75902
|
-
\************************************************/
|
|
75903
|
-
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
75904
|
-
|
|
75905
|
-
"use strict";
|
|
75906
|
-
__webpack_require__.r(__webpack_exports__);
|
|
75907
|
-
|
|
75908
|
-
|
|
75909
|
-
/***/ }),
|
|
75910
|
-
|
|
75911
|
-
/***/ "./src/ui/UserPick/types/index.ts":
|
|
75912
|
-
/*!****************************************!*\
|
|
75913
|
-
!*** ./src/ui/UserPick/types/index.ts ***!
|
|
75914
|
-
\****************************************/
|
|
75915
|
-
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
75916
|
-
|
|
75917
|
-
"use strict";
|
|
75918
|
-
__webpack_require__.r(__webpack_exports__);
|
|
75919
|
-
/* harmony import */ var _UserPickTypes__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./UserPickTypes */ "./src/ui/UserPick/types/UserPickTypes.ts");
|
|
75920
|
-
|
|
75921
|
-
|
|
75922
76250
|
/***/ }),
|
|
75923
76251
|
|
|
75924
76252
|
/***/ "./src/ui/UserPick/ui/UserPick.tsx":
|
|
@@ -75937,22 +76265,29 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
75937
76265
|
/* harmony import */ var clsx__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! clsx */ "./node_modules/clsx/dist/clsx.mjs");
|
|
75938
76266
|
/* harmony import */ var _styles__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../styles */ "./src/ui/UserPick/styles/index.ts");
|
|
75939
76267
|
/* harmony import */ var _assets__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../assets */ "./src/ui/UserPick/assets/index.ts");
|
|
76268
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
76269
|
+
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
76270
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
76271
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
75940
76272
|
|
|
75941
76273
|
|
|
75942
76274
|
|
|
75943
76275
|
|
|
75944
|
-
function UserPick(
|
|
75945
|
-
var
|
|
75946
|
-
size =
|
|
75947
|
-
url =
|
|
75948
|
-
additionStyles =
|
|
76276
|
+
function UserPick(props) {
|
|
76277
|
+
var _props$size = props.size,
|
|
76278
|
+
size = _props$size === void 0 ? '20' : _props$size,
|
|
76279
|
+
url = props.url,
|
|
76280
|
+
additionStyles = props.additionStyles,
|
|
76281
|
+
className = props.className,
|
|
76282
|
+
disabled = props.disabled;
|
|
76283
|
+
var baseClassNames = (0,clsx__WEBPACK_IMPORTED_MODULE_1__["default"])(_defineProperty({}, _styles__WEBPACK_IMPORTED_MODULE_2__.UserPickStyle.disabled, disabled), additionStyles, className);
|
|
75949
76284
|
var style = {
|
|
75950
76285
|
width: "".concat(size, "px"),
|
|
75951
76286
|
height: "".concat(size, "px")
|
|
75952
76287
|
};
|
|
75953
76288
|
if (!url) {
|
|
75954
76289
|
return (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", {
|
|
75955
|
-
className: (0,clsx__WEBPACK_IMPORTED_MODULE_1__["default"])(_styles__WEBPACK_IMPORTED_MODULE_2__.UserPickStyle.userPickPlaceholder,
|
|
76290
|
+
className: (0,clsx__WEBPACK_IMPORTED_MODULE_1__["default"])(_styles__WEBPACK_IMPORTED_MODULE_2__.UserPickStyle.userPickPlaceholder, baseClassNames),
|
|
75956
76291
|
style: style,
|
|
75957
76292
|
children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_assets__WEBPACK_IMPORTED_MODULE_3__.PlaceholderSVG, {})
|
|
75958
76293
|
});
|
|
@@ -75960,7 +76295,7 @@ function UserPick(_ref) {
|
|
|
75960
76295
|
return (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("img", {
|
|
75961
76296
|
src: url,
|
|
75962
76297
|
alt: '',
|
|
75963
|
-
className: (0,clsx__WEBPACK_IMPORTED_MODULE_1__["default"])(_styles__WEBPACK_IMPORTED_MODULE_2__.UserPickStyle.userPick,
|
|
76298
|
+
className: (0,clsx__WEBPACK_IMPORTED_MODULE_1__["default"])(_styles__WEBPACK_IMPORTED_MODULE_2__.UserPickStyle.userPick, baseClassNames),
|
|
75964
76299
|
style: style
|
|
75965
76300
|
});
|
|
75966
76301
|
}
|
|
@@ -78787,6 +79122,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
78787
79122
|
/* harmony export */ DateTimeRangeField: () => (/* reexport safe */ _InputFields__WEBPACK_IMPORTED_MODULE_2__.DateTimeRangeField),
|
|
78788
79123
|
/* harmony export */ Dropdown: () => (/* reexport safe */ _Dropdown__WEBPACK_IMPORTED_MODULE_26__.Dropdown),
|
|
78789
79124
|
/* harmony export */ DropdownItem: () => (/* reexport safe */ _DropdownItem__WEBPACK_IMPORTED_MODULE_18__.DropdownItem),
|
|
79125
|
+
/* harmony export */ DropdownItemV2: () => (/* reexport safe */ _DropdownV2__WEBPACK_IMPORTED_MODULE_29__.DropdownItemV2),
|
|
79126
|
+
/* harmony export */ DropdownV2: () => (/* reexport safe */ _DropdownV2__WEBPACK_IMPORTED_MODULE_29__.DropdownV2),
|
|
78790
79127
|
/* harmony export */ ELEMENT_ATTRIBUTE_NAME: () => (/* reexport safe */ _DateTimePicker__WEBPACK_IMPORTED_MODULE_24__.ELEMENT_ATTRIBUTE_NAME),
|
|
78791
79128
|
/* harmony export */ FilterTag: () => (/* reexport safe */ _Tag__WEBPACK_IMPORTED_MODULE_9__.FilterTag),
|
|
78792
79129
|
/* harmony export */ FlexField: () => (/* reexport safe */ _InputFields__WEBPACK_IMPORTED_MODULE_2__.FlexField),
|
|
@@ -78902,6 +79239,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
78902
79239
|
/* harmony import */ var _Dropdown__WEBPACK_IMPORTED_MODULE_26__ = __webpack_require__(/*! ./Dropdown */ "./src/ui/Dropdown/index.ts");
|
|
78903
79240
|
/* harmony import */ var _formFields__WEBPACK_IMPORTED_MODULE_27__ = __webpack_require__(/*! ./formFields */ "./src/ui/formFields/index.ts");
|
|
78904
79241
|
/* harmony import */ var _Breadcrumbs__WEBPACK_IMPORTED_MODULE_28__ = __webpack_require__(/*! ./Breadcrumbs */ "./src/ui/Breadcrumbs/index.ts");
|
|
79242
|
+
/* harmony import */ var _DropdownV2__WEBPACK_IMPORTED_MODULE_29__ = __webpack_require__(/*! ./DropdownV2 */ "./src/ui/DropdownV2/index.ts");
|
|
79243
|
+
|
|
78905
79244
|
|
|
78906
79245
|
|
|
78907
79246
|
|
|
@@ -79083,6 +79422,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
79083
79422
|
/* harmony export */ DateTimeRangeField: () => (/* reexport safe */ _ui__WEBPACK_IMPORTED_MODULE_1__.DateTimeRangeField),
|
|
79084
79423
|
/* harmony export */ Dropdown: () => (/* reexport safe */ _ui__WEBPACK_IMPORTED_MODULE_1__.Dropdown),
|
|
79085
79424
|
/* harmony export */ DropdownItem: () => (/* reexport safe */ _ui__WEBPACK_IMPORTED_MODULE_1__.DropdownItem),
|
|
79425
|
+
/* harmony export */ DropdownItemV2: () => (/* reexport safe */ _ui__WEBPACK_IMPORTED_MODULE_1__.DropdownItemV2),
|
|
79426
|
+
/* harmony export */ DropdownV2: () => (/* reexport safe */ _ui__WEBPACK_IMPORTED_MODULE_1__.DropdownV2),
|
|
79086
79427
|
/* harmony export */ ELEMENT_ATTRIBUTE_NAME: () => (/* reexport safe */ _ui__WEBPACK_IMPORTED_MODULE_1__.ELEMENT_ATTRIBUTE_NAME),
|
|
79087
79428
|
/* harmony export */ FilterTag: () => (/* reexport safe */ _ui__WEBPACK_IMPORTED_MODULE_1__.FilterTag),
|
|
79088
79429
|
/* harmony export */ FlexField: () => (/* reexport safe */ _ui__WEBPACK_IMPORTED_MODULE_1__.FlexField),
|