indicator-ui 0.1.115 → 0.1.117
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 +77 -0
- package/dist/index.css.map +1 -1
- package/dist/index.js +125 -25
- package/dist/index.js.map +1 -1
- package/dist/scss/ui/Tag/styles/properties/large.scss +1 -1
- package/dist/scss/ui/Tag/styles/properties/medium.scss +1 -1
- package/dist/scss/ui/Tag/styles/properties/small.scss +1 -1
- package/dist/ts/src/ui/Tag/styles/index.d.ts +1 -0
- package/dist/ts/src/ui/Tag/types/index.d.ts +0 -1
- package/dist/ts/src/ui/Tag/ui/FilterTag.d.ts +13 -0
- package/dist/ts/src/ui/Tag/ui/TagCount.d.ts +9 -2
- package/dist/ts/src/ui/Tag/ui/index.d.ts +1 -0
- package/dist/ts/src/ui/formFields/FormPaginatedSelectField/hooks/useFormPaginatedSelectField.d.ts +3 -3
- package/dist/ts/src/ui/formFields/FormPaginatedSelectField/hooks/useSelectFieldState.d.ts +1 -1
- package/package.json +1 -1
- package/dist/ts/src/ui/Tag/types/TagCountTypes.d.ts +0 -6
package/dist/index.js
CHANGED
|
@@ -74700,15 +74700,33 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
74700
74700
|
"use strict";
|
|
74701
74701
|
__webpack_require__.r(__webpack_exports__);
|
|
74702
74702
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
74703
|
+
/* harmony export */ FilterTag: () => (/* reexport safe */ _ui__WEBPACK_IMPORTED_MODULE_0__.FilterTag),
|
|
74703
74704
|
/* harmony export */ Tag: () => (/* reexport safe */ _ui__WEBPACK_IMPORTED_MODULE_0__.Tag),
|
|
74704
74705
|
/* harmony export */ TagCheckbox: () => (/* reexport safe */ _ui__WEBPACK_IMPORTED_MODULE_0__.TagCheckbox),
|
|
74705
|
-
/* harmony export */ TagCount: () => (/* reexport safe */ _ui__WEBPACK_IMPORTED_MODULE_0__.TagCount)
|
|
74706
|
+
/* harmony export */ TagCount: () => (/* reexport safe */ _ui__WEBPACK_IMPORTED_MODULE_0__.TagCount),
|
|
74707
|
+
/* harmony export */ _FilterTag: () => (/* reexport safe */ _ui__WEBPACK_IMPORTED_MODULE_0__._FilterTag)
|
|
74706
74708
|
/* harmony export */ });
|
|
74707
74709
|
/* harmony import */ var _ui__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./ui */ "./src/ui/Tag/ui/index.ts");
|
|
74708
74710
|
/* harmony import */ var _types__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./types */ "./src/ui/Tag/types/index.ts");
|
|
74709
74711
|
|
|
74710
74712
|
|
|
74711
74713
|
|
|
74714
|
+
/***/ }),
|
|
74715
|
+
|
|
74716
|
+
/***/ "./src/ui/Tag/styles/FilterTag.module.scss":
|
|
74717
|
+
/*!*************************************************!*\
|
|
74718
|
+
!*** ./src/ui/Tag/styles/FilterTag.module.scss ***!
|
|
74719
|
+
\*************************************************/
|
|
74720
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
74721
|
+
|
|
74722
|
+
"use strict";
|
|
74723
|
+
__webpack_require__.r(__webpack_exports__);
|
|
74724
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
74725
|
+
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
74726
|
+
/* harmony export */ });
|
|
74727
|
+
// extracted by mini-css-extract-plugin
|
|
74728
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({"main":"FilterTag-module__main___YSBj8","active":"FilterTag-module__active___rvj5m","small":"FilterTag-module__small___Y6cLf","large":"FilterTag-module__large___fwUFt"});
|
|
74729
|
+
|
|
74712
74730
|
/***/ }),
|
|
74713
74731
|
|
|
74714
74732
|
/***/ "./src/ui/Tag/styles/Tag.module.scss":
|
|
@@ -74755,7 +74773,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
74755
74773
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
74756
74774
|
/* harmony export */ });
|
|
74757
74775
|
// extracted by mini-css-extract-plugin
|
|
74758
|
-
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({"tagCount":"TagCount-module__tagCount___tT9Gy","gray":"TagCount-module__gray___kkSxy","color":"TagCount-module__color___SZmrc","small":"TagCount-module__small___ejCLc","medium":"TagCount-module__medium___M9VAd","large":"TagCount-module__large___mhO1d"});
|
|
74776
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({"tagCount":"TagCount-module__tagCount___tT9Gy","gray":"TagCount-module__gray___kkSxy","color":"TagCount-module__color___SZmrc","white":"TagCount-module__white___xtJlj","small":"TagCount-module__small___ejCLc","medium":"TagCount-module__medium___M9VAd","large":"TagCount-module__large___mhO1d"});
|
|
74759
74777
|
|
|
74760
74778
|
/***/ }),
|
|
74761
74779
|
|
|
@@ -74768,6 +74786,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
74768
74786
|
"use strict";
|
|
74769
74787
|
__webpack_require__.r(__webpack_exports__);
|
|
74770
74788
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
74789
|
+
/* harmony export */ FilterTagStyle: () => (/* reexport safe */ _FilterTag_module_scss__WEBPACK_IMPORTED_MODULE_3__["default"]),
|
|
74771
74790
|
/* harmony export */ TagCheckboxStyle: () => (/* reexport safe */ _TagCheckbox_module_scss__WEBPACK_IMPORTED_MODULE_0__["default"]),
|
|
74772
74791
|
/* harmony export */ TagCountStyle: () => (/* reexport safe */ _TagCount_module_scss__WEBPACK_IMPORTED_MODULE_1__["default"]),
|
|
74773
74792
|
/* harmony export */ TagStyle: () => (/* reexport safe */ _Tag_module_scss__WEBPACK_IMPORTED_MODULE_2__["default"])
|
|
@@ -74775,6 +74794,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
74775
74794
|
/* harmony import */ var _TagCheckbox_module_scss__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./TagCheckbox.module.scss */ "./src/ui/Tag/styles/TagCheckbox.module.scss");
|
|
74776
74795
|
/* harmony import */ var _TagCount_module_scss__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./TagCount.module.scss */ "./src/ui/Tag/styles/TagCount.module.scss");
|
|
74777
74796
|
/* harmony import */ var _Tag_module_scss__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./Tag.module.scss */ "./src/ui/Tag/styles/Tag.module.scss");
|
|
74797
|
+
/* harmony import */ var _FilterTag_module_scss__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./FilterTag.module.scss */ "./src/ui/Tag/styles/FilterTag.module.scss");
|
|
74798
|
+
|
|
74778
74799
|
|
|
74779
74800
|
|
|
74780
74801
|
|
|
@@ -74791,18 +74812,6 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
74791
74812
|
__webpack_require__.r(__webpack_exports__);
|
|
74792
74813
|
|
|
74793
74814
|
|
|
74794
|
-
/***/ }),
|
|
74795
|
-
|
|
74796
|
-
/***/ "./src/ui/Tag/types/TagCountTypes.ts":
|
|
74797
|
-
/*!*******************************************!*\
|
|
74798
|
-
!*** ./src/ui/Tag/types/TagCountTypes.ts ***!
|
|
74799
|
-
\*******************************************/
|
|
74800
|
-
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
74801
|
-
|
|
74802
|
-
"use strict";
|
|
74803
|
-
__webpack_require__.r(__webpack_exports__);
|
|
74804
|
-
|
|
74805
|
-
|
|
74806
74815
|
/***/ }),
|
|
74807
74816
|
|
|
74808
74817
|
/***/ "./src/ui/Tag/types/TagTypes.ts":
|
|
@@ -74827,10 +74836,84 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
74827
74836
|
__webpack_require__.r(__webpack_exports__);
|
|
74828
74837
|
/* harmony import */ var _TagTypes__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./TagTypes */ "./src/ui/Tag/types/TagTypes.ts");
|
|
74829
74838
|
/* harmony import */ var _TagCheckboxTypes__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./TagCheckboxTypes */ "./src/ui/Tag/types/TagCheckboxTypes.ts");
|
|
74830
|
-
/* harmony import */ var _TagCountTypes__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./TagCountTypes */ "./src/ui/Tag/types/TagCountTypes.ts");
|
|
74831
74839
|
|
|
74832
74840
|
|
|
74833
74841
|
|
|
74842
|
+
/***/ }),
|
|
74843
|
+
|
|
74844
|
+
/***/ "./src/ui/Tag/ui/FilterTag.tsx":
|
|
74845
|
+
/*!*************************************!*\
|
|
74846
|
+
!*** ./src/ui/Tag/ui/FilterTag.tsx ***!
|
|
74847
|
+
\*************************************/
|
|
74848
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
74849
|
+
|
|
74850
|
+
"use strict";
|
|
74851
|
+
__webpack_require__.r(__webpack_exports__);
|
|
74852
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
74853
|
+
/* harmony export */ FilterTag: () => (/* binding */ FilterTag),
|
|
74854
|
+
/* harmony export */ _FilterTag: () => (/* binding */ _FilterTag)
|
|
74855
|
+
/* harmony export */ });
|
|
74856
|
+
/* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-runtime */ "react/jsx-runtime");
|
|
74857
|
+
/* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__);
|
|
74858
|
+
/* harmony import */ var clsx__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! clsx */ "./node_modules/clsx/dist/clsx.mjs");
|
|
74859
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! react */ "react");
|
|
74860
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_2__);
|
|
74861
|
+
/* harmony import */ var _ui__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @/ui */ "./src/ui/index.ts");
|
|
74862
|
+
/* harmony import */ var _ui_Tag_styles__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @/ui/Tag/styles */ "./src/ui/Tag/styles/index.ts");
|
|
74863
|
+
/* harmony import */ var _assets__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @/assets */ "./src/assets/index.ts");
|
|
74864
|
+
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); }
|
|
74865
|
+
var _excluded = ["as", "size", "count", "onClose", "label", "active"];
|
|
74866
|
+
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; }
|
|
74867
|
+
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; }
|
|
74868
|
+
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; }
|
|
74869
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
74870
|
+
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); }
|
|
74871
|
+
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; }
|
|
74872
|
+
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; }
|
|
74873
|
+
|
|
74874
|
+
|
|
74875
|
+
|
|
74876
|
+
|
|
74877
|
+
|
|
74878
|
+
|
|
74879
|
+
var _FilterTag = function _FilterTag(props, ref) {
|
|
74880
|
+
var _props$as = props.as,
|
|
74881
|
+
as = _props$as === void 0 ? 'div' : _props$as,
|
|
74882
|
+
size = props.size,
|
|
74883
|
+
count = props.count,
|
|
74884
|
+
onClose = props.onClose,
|
|
74885
|
+
label = props.label,
|
|
74886
|
+
active = props.active,
|
|
74887
|
+
componentProps = _objectWithoutProperties(props, _excluded);
|
|
74888
|
+
var getButtonSize = function getButtonSize() {
|
|
74889
|
+
switch (size) {
|
|
74890
|
+
case 'small':
|
|
74891
|
+
return '16';
|
|
74892
|
+
case 'large':
|
|
74893
|
+
return '20';
|
|
74894
|
+
}
|
|
74895
|
+
};
|
|
74896
|
+
var getButtonColor = function getButtonColor() {
|
|
74897
|
+
return active ? 'blue-light' : 'light';
|
|
74898
|
+
};
|
|
74899
|
+
var Component = as;
|
|
74900
|
+
return (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)(Component, _objectSpread(_objectSpread({}, componentProps), {}, {
|
|
74901
|
+
className: (0,clsx__WEBPACK_IMPORTED_MODULE_1__["default"])(_ui_Tag_styles__WEBPACK_IMPORTED_MODULE_4__.FilterTagStyle.main, _defineProperty(_defineProperty(_defineProperty({}, _ui_Tag_styles__WEBPACK_IMPORTED_MODULE_4__.FilterTagStyle.small, size === 'small'), _ui_Tag_styles__WEBPACK_IMPORTED_MODULE_4__.FilterTagStyle.large, size === 'large'), _ui_Tag_styles__WEBPACK_IMPORTED_MODULE_4__.FilterTagStyle.active, active)),
|
|
74902
|
+
children: [count !== undefined && (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_ui__WEBPACK_IMPORTED_MODULE_3__.TagCount, {
|
|
74903
|
+
count: count,
|
|
74904
|
+
size: size,
|
|
74905
|
+
color: 'white'
|
|
74906
|
+
}), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("section", {
|
|
74907
|
+
children: label
|
|
74908
|
+
}), onClose && (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_ui__WEBPACK_IMPORTED_MODULE_3__.MicroButton, {
|
|
74909
|
+
icon: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_assets__WEBPACK_IMPORTED_MODULE_5__.XCloseSVG, {}),
|
|
74910
|
+
size: getButtonSize(),
|
|
74911
|
+
color: getButtonColor(),
|
|
74912
|
+
onClick: onClose
|
|
74913
|
+
})]
|
|
74914
|
+
}));
|
|
74915
|
+
};
|
|
74916
|
+
var FilterTag = /*#__PURE__*/(0,react__WEBPACK_IMPORTED_MODULE_2__.forwardRef)(_FilterTag);
|
|
74834
74917
|
|
|
74835
74918
|
/***/ }),
|
|
74836
74919
|
|
|
@@ -75012,22 +75095,31 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
75012
75095
|
/* harmony import */ var clsx__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! clsx */ "./node_modules/clsx/dist/clsx.mjs");
|
|
75013
75096
|
/* harmony import */ var _styles__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../styles */ "./src/ui/Tag/styles/index.ts");
|
|
75014
75097
|
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); }
|
|
75098
|
+
var _excluded = ["count", "color", "size", "as"];
|
|
75099
|
+
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; }
|
|
75100
|
+
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; }
|
|
75015
75101
|
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; }
|
|
75016
75102
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
75017
75103
|
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); }
|
|
75104
|
+
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; }
|
|
75105
|
+
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; }
|
|
75018
75106
|
|
|
75019
75107
|
|
|
75020
75108
|
|
|
75021
|
-
function TagCount(
|
|
75022
|
-
var count =
|
|
75023
|
-
|
|
75024
|
-
color =
|
|
75025
|
-
|
|
75026
|
-
size =
|
|
75027
|
-
|
|
75028
|
-
|
|
75109
|
+
function TagCount(props) {
|
|
75110
|
+
var count = props.count,
|
|
75111
|
+
_props$color = props.color,
|
|
75112
|
+
color = _props$color === void 0 ? 'gray' : _props$color,
|
|
75113
|
+
_props$size = props.size,
|
|
75114
|
+
size = _props$size === void 0 ? 'medium' : _props$size,
|
|
75115
|
+
_props$as = props.as,
|
|
75116
|
+
as = _props$as === void 0 ? 'span' : _props$as,
|
|
75117
|
+
componentProps = _objectWithoutProperties(props, _excluded);
|
|
75118
|
+
var Component = as;
|
|
75119
|
+
return (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(Component, _objectSpread(_objectSpread({}, componentProps), {}, {
|
|
75120
|
+
className: (0,clsx__WEBPACK_IMPORTED_MODULE_1__["default"])(_styles__WEBPACK_IMPORTED_MODULE_2__.TagCountStyle === null || _styles__WEBPACK_IMPORTED_MODULE_2__.TagCountStyle === void 0 ? void 0 : _styles__WEBPACK_IMPORTED_MODULE_2__.TagCountStyle.tagCount, _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({}, _styles__WEBPACK_IMPORTED_MODULE_2__.TagCountStyle === null || _styles__WEBPACK_IMPORTED_MODULE_2__.TagCountStyle === void 0 ? void 0 : _styles__WEBPACK_IMPORTED_MODULE_2__.TagCountStyle.color, color === 'color'), _styles__WEBPACK_IMPORTED_MODULE_2__.TagCountStyle === null || _styles__WEBPACK_IMPORTED_MODULE_2__.TagCountStyle === void 0 ? void 0 : _styles__WEBPACK_IMPORTED_MODULE_2__.TagCountStyle.gray, color === 'gray'), _styles__WEBPACK_IMPORTED_MODULE_2__.TagCountStyle === null || _styles__WEBPACK_IMPORTED_MODULE_2__.TagCountStyle === void 0 ? void 0 : _styles__WEBPACK_IMPORTED_MODULE_2__.TagCountStyle.white, color === 'white'), _styles__WEBPACK_IMPORTED_MODULE_2__.TagCountStyle === null || _styles__WEBPACK_IMPORTED_MODULE_2__.TagCountStyle === void 0 ? void 0 : _styles__WEBPACK_IMPORTED_MODULE_2__.TagCountStyle.small, size === 'small'), _styles__WEBPACK_IMPORTED_MODULE_2__.TagCountStyle === null || _styles__WEBPACK_IMPORTED_MODULE_2__.TagCountStyle === void 0 ? void 0 : _styles__WEBPACK_IMPORTED_MODULE_2__.TagCountStyle.medium, size === 'medium'), _styles__WEBPACK_IMPORTED_MODULE_2__.TagCountStyle === null || _styles__WEBPACK_IMPORTED_MODULE_2__.TagCountStyle === void 0 ? void 0 : _styles__WEBPACK_IMPORTED_MODULE_2__.TagCountStyle.large, size === 'large')),
|
|
75029
75121
|
children: count
|
|
75030
|
-
});
|
|
75122
|
+
}));
|
|
75031
75123
|
}
|
|
75032
75124
|
|
|
75033
75125
|
/***/ }),
|
|
@@ -75041,13 +75133,17 @@ function TagCount(_ref) {
|
|
|
75041
75133
|
"use strict";
|
|
75042
75134
|
__webpack_require__.r(__webpack_exports__);
|
|
75043
75135
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
75136
|
+
/* harmony export */ FilterTag: () => (/* reexport safe */ _FilterTag__WEBPACK_IMPORTED_MODULE_3__.FilterTag),
|
|
75044
75137
|
/* harmony export */ Tag: () => (/* reexport safe */ _Tag__WEBPACK_IMPORTED_MODULE_0__.Tag),
|
|
75045
75138
|
/* harmony export */ TagCheckbox: () => (/* reexport safe */ _TagCheckbox__WEBPACK_IMPORTED_MODULE_1__.TagCheckbox),
|
|
75046
|
-
/* harmony export */ TagCount: () => (/* reexport safe */ _TagCount__WEBPACK_IMPORTED_MODULE_2__.TagCount)
|
|
75139
|
+
/* harmony export */ TagCount: () => (/* reexport safe */ _TagCount__WEBPACK_IMPORTED_MODULE_2__.TagCount),
|
|
75140
|
+
/* harmony export */ _FilterTag: () => (/* reexport safe */ _FilterTag__WEBPACK_IMPORTED_MODULE_3__._FilterTag)
|
|
75047
75141
|
/* harmony export */ });
|
|
75048
75142
|
/* harmony import */ var _Tag__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./Tag */ "./src/ui/Tag/ui/Tag.tsx");
|
|
75049
75143
|
/* harmony import */ var _TagCheckbox__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./TagCheckbox */ "./src/ui/Tag/ui/TagCheckbox.tsx");
|
|
75050
75144
|
/* harmony import */ var _TagCount__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./TagCount */ "./src/ui/Tag/ui/TagCount.tsx");
|
|
75145
|
+
/* harmony import */ var _FilterTag__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./FilterTag */ "./src/ui/Tag/ui/FilterTag.tsx");
|
|
75146
|
+
|
|
75051
75147
|
|
|
75052
75148
|
|
|
75053
75149
|
|
|
@@ -78692,6 +78788,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
78692
78788
|
/* harmony export */ Dropdown: () => (/* reexport safe */ _Dropdown__WEBPACK_IMPORTED_MODULE_26__.Dropdown),
|
|
78693
78789
|
/* harmony export */ DropdownItem: () => (/* reexport safe */ _DropdownItem__WEBPACK_IMPORTED_MODULE_18__.DropdownItem),
|
|
78694
78790
|
/* harmony export */ ELEMENT_ATTRIBUTE_NAME: () => (/* reexport safe */ _DateTimePicker__WEBPACK_IMPORTED_MODULE_24__.ELEMENT_ATTRIBUTE_NAME),
|
|
78791
|
+
/* harmony export */ FilterTag: () => (/* reexport safe */ _Tag__WEBPACK_IMPORTED_MODULE_9__.FilterTag),
|
|
78695
78792
|
/* harmony export */ FlexField: () => (/* reexport safe */ _InputFields__WEBPACK_IMPORTED_MODULE_2__.FlexField),
|
|
78696
78793
|
/* harmony export */ FormBuilder: () => (/* reexport safe */ _FormBuilder__WEBPACK_IMPORTED_MODULE_3__.FormBuilder),
|
|
78697
78794
|
/* harmony export */ FormDateField: () => (/* reexport safe */ _formFields__WEBPACK_IMPORTED_MODULE_27__.FormDateField),
|
|
@@ -78758,6 +78855,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
78758
78855
|
/* harmony export */ WEEK_START_NUM: () => (/* reexport safe */ _DateTimePicker__WEBPACK_IMPORTED_MODULE_24__.WEEK_START_NUM),
|
|
78759
78856
|
/* harmony export */ YearPicker: () => (/* reexport safe */ _DateTimePicker__WEBPACK_IMPORTED_MODULE_24__.YearPicker),
|
|
78760
78857
|
/* harmony export */ YearSwitcher: () => (/* reexport safe */ _DateTimePicker__WEBPACK_IMPORTED_MODULE_24__.YearSwitcher),
|
|
78858
|
+
/* harmony export */ _FilterTag: () => (/* reexport safe */ _Tag__WEBPACK_IMPORTED_MODULE_9__._FilterTag),
|
|
78761
78859
|
/* harmony export */ addDateYear: () => (/* reexport safe */ _DateTimePicker__WEBPACK_IMPORTED_MODULE_24__.addDateYear),
|
|
78762
78860
|
/* harmony export */ arrayFieldComponent: () => (/* reexport safe */ _FormBuilder__WEBPACK_IMPORTED_MODULE_3__.arrayFieldComponent),
|
|
78763
78861
|
/* harmony export */ blockWrapperComponent: () => (/* reexport safe */ _FormBuilder__WEBPACK_IMPORTED_MODULE_3__.blockWrapperComponent),
|
|
@@ -78986,6 +79084,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
78986
79084
|
/* harmony export */ Dropdown: () => (/* reexport safe */ _ui__WEBPACK_IMPORTED_MODULE_1__.Dropdown),
|
|
78987
79085
|
/* harmony export */ DropdownItem: () => (/* reexport safe */ _ui__WEBPACK_IMPORTED_MODULE_1__.DropdownItem),
|
|
78988
79086
|
/* harmony export */ ELEMENT_ATTRIBUTE_NAME: () => (/* reexport safe */ _ui__WEBPACK_IMPORTED_MODULE_1__.ELEMENT_ATTRIBUTE_NAME),
|
|
79087
|
+
/* harmony export */ FilterTag: () => (/* reexport safe */ _ui__WEBPACK_IMPORTED_MODULE_1__.FilterTag),
|
|
78989
79088
|
/* harmony export */ FlexField: () => (/* reexport safe */ _ui__WEBPACK_IMPORTED_MODULE_1__.FlexField),
|
|
78990
79089
|
/* harmony export */ FormBuilder: () => (/* reexport safe */ _ui__WEBPACK_IMPORTED_MODULE_1__.FormBuilder),
|
|
78991
79090
|
/* harmony export */ FormDateField: () => (/* reexport safe */ _ui__WEBPACK_IMPORTED_MODULE_1__.FormDateField),
|
|
@@ -79053,6 +79152,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
79053
79152
|
/* harmony export */ WEEK_START_NUM: () => (/* reexport safe */ _ui__WEBPACK_IMPORTED_MODULE_1__.WEEK_START_NUM),
|
|
79054
79153
|
/* harmony export */ YearPicker: () => (/* reexport safe */ _ui__WEBPACK_IMPORTED_MODULE_1__.YearPicker),
|
|
79055
79154
|
/* harmony export */ YearSwitcher: () => (/* reexport safe */ _ui__WEBPACK_IMPORTED_MODULE_1__.YearSwitcher),
|
|
79155
|
+
/* harmony export */ _FilterTag: () => (/* reexport safe */ _ui__WEBPACK_IMPORTED_MODULE_1__._FilterTag),
|
|
79056
79156
|
/* harmony export */ addDateYear: () => (/* reexport safe */ _ui__WEBPACK_IMPORTED_MODULE_1__.addDateYear),
|
|
79057
79157
|
/* harmony export */ arrayFieldComponent: () => (/* reexport safe */ _ui__WEBPACK_IMPORTED_MODULE_1__.arrayFieldComponent),
|
|
79058
79158
|
/* harmony export */ blockWrapperComponent: () => (/* reexport safe */ _ui__WEBPACK_IMPORTED_MODULE_1__.blockWrapperComponent),
|