@epam/uui 4.7.1 → 4.8.0
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/bundle-stats.json +1 -1
- package/components/buttons/LinkButton.d.ts +1 -1
- package/components/inputs/TextInput.d.ts +1 -1
- package/components/overlays/DropdownMenu.d.ts +2 -2
- package/components/overlays/DropdownMenu.d.ts.map +1 -1
- package/components/widgets/Tag.d.ts +1 -1
- package/index.js +46 -50
- package/index.js.map +1 -1
- package/package.json +6 -6
- package/styles.css +613 -613
- package/styles.css.map +1 -1
|
@@ -5,5 +5,5 @@ import '../../assets/styles/variables/buttons/linkButton.scss';
|
|
|
5
5
|
export interface LinkButtonMods {
|
|
6
6
|
size?: types.ControlSize | '42';
|
|
7
7
|
}
|
|
8
|
-
export declare const LinkButton: import("react").ForwardRefExoticComponent<Pick<ButtonProps & LinkButtonMods, "cx" | "onClick" | "rawProps" | "tabIndex" | "isDisabled" | "link" | "count" | "isOpen" | "isDropdown" | "toggleDropdownOpening" | "isInteractedOutside" | "caption" | "dropdownIcon" | "dropdownIconPosition" | "countPosition" | "isLinkActive" | "href" | "target" | "icon" | "iconPosition" | "onIconClick" | "clickAnalyticsEvent" | "onClear" | "placeholder" | "
|
|
8
|
+
export declare const LinkButton: import("react").ForwardRefExoticComponent<Pick<ButtonProps & LinkButtonMods, "cx" | "onClick" | "rawProps" | "tabIndex" | "isDisabled" | "link" | "count" | "isOpen" | "isDropdown" | "toggleDropdownOpening" | "isInteractedOutside" | "caption" | "dropdownIcon" | "dropdownIconPosition" | "countPosition" | "isLinkActive" | "href" | "target" | "icon" | "iconPosition" | "onIconClick" | "clickAnalyticsEvent" | "onClear" | "placeholder" | "size" | "forwardedRef" | "clearIcon" | "captionCX"> & import("react").RefAttributes<any>>;
|
|
9
9
|
//# sourceMappingURL=LinkButton.d.ts.map
|
|
@@ -7,7 +7,7 @@ export interface TextInputMods extends IHasEditMode {
|
|
|
7
7
|
size?: ControlSize;
|
|
8
8
|
}
|
|
9
9
|
export declare function applyTextInputMods(mods: TextInputMods): string[];
|
|
10
|
-
export declare const TextInput: React.ForwardRefExoticComponent<Pick<TextInputProps & TextInputMods, "id" | "value" | "cx" | "onClick" | "rawProps" | "tabIndex" | "isDisabled" | "name" | "onValueChange" | "isInvalid" | "validationMessage" | "validationProps" | "isReadonly" | "isRequired" | "isOpen" | "isDropdown" | "toggleDropdownOpening" | "isInteractedOutside" | "caption" | "dropdownIcon" | "icon" | "iconPosition" | "onIconClick" | "placeholder" | "type" | "
|
|
10
|
+
export declare const TextInput: React.ForwardRefExoticComponent<Pick<TextInputProps & TextInputMods, "id" | "value" | "cx" | "onClick" | "rawProps" | "tabIndex" | "isDisabled" | "name" | "onValueChange" | "isInvalid" | "validationMessage" | "validationProps" | "isReadonly" | "isRequired" | "isOpen" | "isDropdown" | "toggleDropdownOpening" | "isInteractedOutside" | "caption" | "dropdownIcon" | "icon" | "iconPosition" | "onIconClick" | "placeholder" | "type" | "prefix" | "inputMode" | "maxLength" | "onFocus" | "onBlur" | "getValueChangeAnalyticsEvent" | "onCancel" | "onAccept" | "onKeyDown" | "autoFocus" | "autoComplete" | "suffix" | "acceptIcon" | "cancelIcon" | "inputCx" | "renderInput" | keyof TextInputMods> & React.RefAttributes<any>>;
|
|
11
11
|
export declare class SearchInput extends React.Component<TextInputProps & TextInputMods & IEditableDebouncerOptions, {}> {
|
|
12
12
|
render(): JSX.Element;
|
|
13
13
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { IDropdownToggler, IHasChildren, VPanelProps, IHasIcon, ICanRedirect, IHasCaption, IDisableable, IAnalyticableClick, IHasCX, IClickable } from '@epam/uui-core';
|
|
3
|
+
import { DropdownBodyProps } from '@epam/uui-components';
|
|
3
4
|
export interface IDropdownMenuItemProps extends IHasIcon, ICanRedirect, IHasCX, IDisableable, IAnalyticableClick, IDropdownToggler {
|
|
4
5
|
isSelected?: boolean;
|
|
5
6
|
}
|
|
6
|
-
export interface IDropdownMenuContainer extends VPanelProps {
|
|
7
|
-
onClose(): void;
|
|
7
|
+
export interface IDropdownMenuContainer extends VPanelProps, DropdownBodyProps {
|
|
8
8
|
closeOnKey?: React.KeyboardEvent<HTMLElement>['key'];
|
|
9
9
|
}
|
|
10
10
|
export declare const DropdownControlKeys: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DropdownMenu.d.ts","sourceRoot":"","sources":["../../../components/overlays/DropdownMenu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkD,MAAM,OAAO,CAAC;AAEvE,OAAO,EAAM,gBAAgB,EAAgC,YAAY,EAAE,WAAW,EAAE,QAAQ,EAAE,YAAY,EAAE,WAAW,EACvH,YAAY,EAAE,kBAAkB,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;
|
|
1
|
+
{"version":3,"file":"DropdownMenu.d.ts","sourceRoot":"","sources":["../../../components/overlays/DropdownMenu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkD,MAAM,OAAO,CAAC;AAEvE,OAAO,EAAM,gBAAgB,EAAgC,YAAY,EAAE,WAAW,EAAE,QAAQ,EAAE,YAAY,EAAE,WAAW,EACvH,YAAY,EAAE,kBAAkB,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AACjF,OAAO,EAAiF,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAMxI,MAAM,WAAW,sBAAuB,SAAQ,QAAQ,EAAE,YAAY,EAAE,MAAM,EAAE,YAAY,EAAE,kBAAkB,EAAE,gBAAgB;IAC9H,UAAU,CAAC,EAAE,OAAO,CAAC;CACxB;AAED,MAAM,WAAW,sBAAuB,SAAQ,WAAW,EAAE,iBAAiB;IAC1E,UAAU,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,WAAW,CAAC,CAAC,KAAK,CAAC,CAAC;CACxD;AAED,eAAO,MAAM,mBAAmB;;;;;;;CAO/B,CAAC;AA6CF,eAAO,MAAM,gBAAgB,oFAI5B,CAAC;AAEF,eAAO,MAAM,kBAAkB;YAAW,sBAAsB;;CA8E/D,CAAC;AAIF,eAAO,MAAM,oBAAoB,UAAW,MAAM,gBAIjD,CAAC;AAEF,UAAU,mBAAoB,SAAQ,MAAM,EAAE,WAAW;CAAG;AAE5D,eAAO,MAAM,kBAAkB,UAAW,mBAAmB,gBAI5D,CAAC;AAEF,UAAU,gBAAiB,SAAQ,YAAY,EAAE,WAAW,EAAE,QAAQ,EAAE,sBAAsB;IAC1F,WAAW,CAAC,EAAE,OAAO,CAAC;CACzB;AAED,eAAO,MAAM,eAAe,UAAW,gBAAgB,gBAwBtD,CAAC;AAEF,UAAU,yBAA0B,SAAQ,MAAM,EAAE,WAAW,EAAE,QAAQ,EAAE,YAAY,EAAE,kBAAkB,EAAE,UAAU;IACnH,aAAa,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IACxC,UAAU,EAAE,OAAO,CAAC;CACvB;AAED,eAAO,MAAM,wBAAwB,UAAW,yBAAyB,gBAmCxE,CAAC"}
|
|
@@ -5,5 +5,5 @@ export interface TagMods {
|
|
|
5
5
|
size?: '18' | '24' | '30' | '36' | '42' | '48';
|
|
6
6
|
}
|
|
7
7
|
export declare function applyTagMods(mods: TagMods): string[];
|
|
8
|
-
export declare const Tag: import("react").ForwardRefExoticComponent<Pick<ButtonProps & TagMods, "cx" | "onClick" | "rawProps" | "tabIndex" | "isDisabled" | "link" | "count" | "isOpen" | "isDropdown" | "toggleDropdownOpening" | "isInteractedOutside" | "caption" | "dropdownIcon" | "dropdownIconPosition" | "countPosition" | "isLinkActive" | "href" | "target" | "icon" | "iconPosition" | "onIconClick" | "clickAnalyticsEvent" | "onClear" | "placeholder" | "
|
|
8
|
+
export declare const Tag: import("react").ForwardRefExoticComponent<Pick<ButtonProps & TagMods, "cx" | "onClick" | "rawProps" | "tabIndex" | "isDisabled" | "link" | "count" | "isOpen" | "isDropdown" | "toggleDropdownOpening" | "isInteractedOutside" | "caption" | "dropdownIcon" | "dropdownIconPosition" | "countPosition" | "isLinkActive" | "href" | "target" | "icon" | "iconPosition" | "onIconClick" | "clickAnalyticsEvent" | "onClear" | "placeholder" | "size" | "forwardedRef" | "clearIcon" | "captionCX"> & import("react").RefAttributes<any>>;
|
|
9
9
|
//# sourceMappingURL=Tag.d.ts.map
|
package/index.js
CHANGED
|
@@ -648,7 +648,7 @@ function __classPrivateFieldIn(state, receiver) {
|
|
|
648
648
|
/***/ (function(module, exports, __webpack_require__) {
|
|
649
649
|
|
|
650
650
|
// extracted by mini-css-extract-plugin
|
|
651
|
-
module.exports = {"line-height-12":"
|
|
651
|
+
module.exports = {"line-height-12":"_3cUTi","lineHeight12":"_3cUTi","line-height-18":"_3S1kQ","lineHeight18":"_3S1kQ","line-height-24":"_1u_kI","lineHeight24":"_1u_kI","line-height-30":"_2CTgE","lineHeight30":"_2CTgE","font-size-10":"_1wOwG","fontSize10":"_1wOwG","font-size-12":"_1GKQY","fontSize12":"_1GKQY","font-size-14":"hVsdA","fontSize14":"hVsdA","font-size-16":"vUlp4","fontSize16":"vUlp4","font-size-18":"_1lZs7","fontSize18":"_1lZs7","font-size-24":"yTLr0","fontSize24":"yTLr0","v-padding-2":"_2nKO3","vPadding2":"_2nKO3","v-padding-3":"ah19N","vPadding3":"ah19N","v-padding-5":"_2dTr2","vPadding5":"_2dTr2","v-padding-6":"_1fvHg","vPadding6":"_1fvHg","v-padding-8":"_3CZqx","vPadding8":"_3CZqx","v-padding-9":"_2eLbO","vPadding9":"_2eLbO","v-padding-11":"_28OBo","vPadding11":"_28OBo","v-padding-12":"U9MJG","vPadding12":"U9MJG","v-padding-14":"_3D9ca","vPadding14":"_3D9ca","v-padding-15":"_28Y2H","vPadding15":"_28Y2H","v-padding-17":"ryBkV","vPadding17":"ryBkV","v-padding-18":"_2UVTQ","vPadding18":"_2UVTQ","v-padding-23":"_352yc","vPadding23":"_352yc","v-padding-24":"yJNmD","vPadding24":"yJNmD"};
|
|
652
652
|
|
|
653
653
|
/***/ }),
|
|
654
654
|
|
|
@@ -902,7 +902,7 @@ module.exports = {"line-height-12":"_3i-iO","lineHeight12":"_3i-iO","line-height
|
|
|
902
902
|
/***/ (function(module, exports, __webpack_require__) {
|
|
903
903
|
|
|
904
904
|
// extracted by mini-css-extract-plugin
|
|
905
|
-
module.exports = {"root":"
|
|
905
|
+
module.exports = {"root":"_1Rl5S","mode-solid":"_2qvsF","modeSolid":"_2qvsF","mode-outline":"XpVg-","modeOutline":"XpVg-","mode-none":"_3_Nr6","modeNone":"_3_Nr6","mode-ghost":"_2tjQY","modeGhost":"_2tjQY","size-24":"SkdZB","size24":"SkdZB","size-30":"_2me0M","size30":"_2me0M","size-36":"_2LzgF","size36":"_2LzgF","size-42":"pih0j","size42":"pih0j","size-48":"_2KS41","size48":"_2KS41"};
|
|
906
906
|
|
|
907
907
|
/***/ }),
|
|
908
908
|
|
|
@@ -951,7 +951,7 @@ exports.Button = (0, uui_core_1.withMods)(uui_components_1.Button, applyButtonMo
|
|
|
951
951
|
/***/ (function(module, exports, __webpack_require__) {
|
|
952
952
|
|
|
953
953
|
// extracted by mini-css-extract-plugin
|
|
954
|
-
module.exports = {"root":"
|
|
954
|
+
module.exports = {"root":"_1QIdh"};
|
|
955
955
|
|
|
956
956
|
/***/ }),
|
|
957
957
|
|
|
@@ -991,7 +991,7 @@ exports.IconButton = (0, uui_core_1.withMods)(uui_components_1.IconButton, apply
|
|
|
991
991
|
/***/ (function(module, exports, __webpack_require__) {
|
|
992
992
|
|
|
993
993
|
// extracted by mini-css-extract-plugin
|
|
994
|
-
module.exports = {"root":"
|
|
994
|
+
module.exports = {"root":"_2VoD8","size-18":"_2KnVo","size18":"_2KnVo","size-24":"_3-rfD","size24":"_3-rfD","size-30":"_13V6a","size30":"_13V6a","size-36":"_2wDa-","size36":"_2wDa-","size-42":"_3Qpyl","size42":"_3Qpyl","size-48":"_3WVFx","size48":"_3WVFx"};
|
|
995
995
|
|
|
996
996
|
/***/ }),
|
|
997
997
|
|
|
@@ -1037,7 +1037,7 @@ exports.LinkButton = (0, uui_core_1.withMods)(uui_components_1.Button, applyLink
|
|
|
1037
1037
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1038
1038
|
|
|
1039
1039
|
// extracted by mini-css-extract-plugin
|
|
1040
|
-
module.exports = {"root":"
|
|
1040
|
+
module.exports = {"root":"_2R9TO","uui-notification":"_1GElQ","uuiNotification":"_1GElQ","size-36":"_1DDSt","size36":"_1DDSt","size-48":"_1fss3","size48":"_1fss3","size-60":"eLDfe","size60":"eLDfe"};
|
|
1041
1041
|
|
|
1042
1042
|
/***/ }),
|
|
1043
1043
|
|
|
@@ -1080,7 +1080,7 @@ exports.TabButton = (0, uui_core_1.withMods)(uui_components_1.Button, applyTabBu
|
|
|
1080
1080
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1081
1081
|
|
|
1082
1082
|
// extracted by mini-css-extract-plugin
|
|
1083
|
-
module.exports = {"root":"
|
|
1083
|
+
module.exports = {"root":"_2LS2w"};
|
|
1084
1084
|
|
|
1085
1085
|
/***/ }),
|
|
1086
1086
|
|
|
@@ -1196,7 +1196,7 @@ var tslib_1 = __webpack_require__(/*! tslib */ "../node_modules/tslib/tslib.es6.
|
|
|
1196
1196
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1197
1197
|
|
|
1198
1198
|
// extracted by mini-css-extract-plugin
|
|
1199
|
-
module.exports = {"root":"
|
|
1199
|
+
module.exports = {"root":"_3u09V","size-18":"_3JlPD","size18":"_3JlPD","size-12":"_1YZac","size12":"_1YZac"};
|
|
1200
1200
|
|
|
1201
1201
|
/***/ }),
|
|
1202
1202
|
|
|
@@ -1244,7 +1244,7 @@ exports.Checkbox = (0, uui_core_1.withMods)(uui_components_1.Checkbox, applyChec
|
|
|
1244
1244
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1245
1245
|
|
|
1246
1246
|
// extracted by mini-css-extract-plugin
|
|
1247
|
-
module.exports = {"root":"
|
|
1247
|
+
module.exports = {"root":"_1l46-","size-18":"_28stn","size18":"_28stn","size-12":"_3eo_l","size12":"_3eo_l"};
|
|
1248
1248
|
|
|
1249
1249
|
/***/ }),
|
|
1250
1250
|
|
|
@@ -1285,7 +1285,7 @@ exports.RadioInput = (0, uui_core_1.withMods)(uui_components_1.RadioInput, apply
|
|
|
1285
1285
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1286
1286
|
|
|
1287
1287
|
// extracted by mini-css-extract-plugin
|
|
1288
|
-
module.exports = {"root":"
|
|
1288
|
+
module.exports = {"root":"_2OXfH","size-12":"_14RsI","size12":"_14RsI","size-18":"taG1x","size18":"taG1x","size-24":"_1z457","size24":"_1z457"};
|
|
1289
1289
|
|
|
1290
1290
|
/***/ }),
|
|
1291
1291
|
|
|
@@ -1326,7 +1326,7 @@ exports.Switch = (0, uui_core_1.withMods)(uui_components_1.Switch, applySwitchMo
|
|
|
1326
1326
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1327
1327
|
|
|
1328
1328
|
// extracted by mini-css-extract-plugin
|
|
1329
|
-
module.exports = {"root":"
|
|
1329
|
+
module.exports = {"root":"_24bab","mode-form":"_3c-1x","modeForm":"_3c-1x","mode-cell":"RdWv9","modeCell":"RdWv9","size-24":"_11msa","size24":"_11msa","size-30":"_2ai9C","size30":"_2ai9C","size-36":"_2_LE1","size36":"_2_LE1","size-42":"_3lT_6","size42":"_3lT_6","size-48":"_1jlNU","size48":"_1jlNU"};
|
|
1330
1330
|
|
|
1331
1331
|
/***/ }),
|
|
1332
1332
|
|
|
@@ -1413,7 +1413,7 @@ var tslib_1 = __webpack_require__(/*! tslib */ "../node_modules/tslib/tslib.es6.
|
|
|
1413
1413
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1414
1414
|
|
|
1415
1415
|
// extracted by mini-css-extract-plugin
|
|
1416
|
-
module.exports = {"root":"
|
|
1416
|
+
module.exports = {"root":"pJMDb","mode-block":"_3kI-S","modeBlock":"_3kI-S","mode-inline":"_23ihL","modeInline":"_23ihL","padding-0":"_3aX_9","padding0":"_3aX_9","padding-6":"_8yaEA","padding6":"_8yaEA","padding-12":"_2Suty","padding12":"_2Suty","padding-18":"_2SDs7","padding18":"_2SDs7"};
|
|
1417
1417
|
|
|
1418
1418
|
/***/ }),
|
|
1419
1419
|
|
|
@@ -1457,7 +1457,7 @@ exports.Accordion = (0, uui_core_1.withMods)(uui_components_1.Accordion, applyAc
|
|
|
1457
1457
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1458
1458
|
|
|
1459
1459
|
// extracted by mini-css-extract-plugin
|
|
1460
|
-
module.exports = {"root":"
|
|
1460
|
+
module.exports = {"root":"_2N3jq"};
|
|
1461
1461
|
|
|
1462
1462
|
/***/ }),
|
|
1463
1463
|
|
|
@@ -1511,7 +1511,7 @@ exports.FlexCell = (0, uui_core_1.withMods)(uui_components_1.FlexCell, function
|
|
|
1511
1511
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1512
1512
|
|
|
1513
1513
|
// extracted by mini-css-extract-plugin
|
|
1514
|
-
module.exports = {"root":"
|
|
1514
|
+
module.exports = {"root":"_38JRn","top-shadow":"_3WAe-","topShadow":"_3WAe-","size-24":"_2aXFF","size24":"_2aXFF","size-30":"_2YXb5","size30":"_2YXb5","size-36":"_3qVTZ","size36":"_3qVTZ","size-42":"_10YZ8","size42":"_10YZ8","size-48":"CScK4","size48":"CScK4","padding-6":"cxOj0","padding6":"cxOj0","padding-12":"_1gwXM","padding12":"_1gwXM","padding-18":"zm8XN","padding18":"zm8XN","padding-24":"BoKPV","padding24":"BoKPV","margin-24":"_12bAB","margin24":"_12bAB","margin-12":"_2dX4K","margin12":"_2dX4K","vPadding-12":"_87nLI","vPadding12":"_87nLI","vPadding-18":"_1AuW_","vPadding18":"_1AuW_","vPadding-24":"_1T9Si","vPadding24":"_1T9Si","vPadding-36":"_1HpOe","vPadding36":"_1HpOe","vPadding-48":"_3QS3c","vPadding48":"_3QS3c","spacing-6":"_1lhqM","spacing6":"_1lhqM","spacing-12":"cnPge","spacing12":"cnPge","spacing-18":"_3a6VN","spacing18":"_3a6VN","border-bottom":"_1eNKQ","borderBottom":"_1eNKQ"};
|
|
1515
1515
|
|
|
1516
1516
|
/***/ }),
|
|
1517
1517
|
|
|
@@ -1571,7 +1571,7 @@ exports.FlexSpacer = uui_components_1.FlexSpacer;
|
|
|
1571
1571
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1572
1572
|
|
|
1573
1573
|
// extracted by mini-css-extract-plugin
|
|
1574
|
-
module.exports = {"root":"
|
|
1574
|
+
module.exports = {"root":"UETWp","background":"_2JSKr","margin-24":"_1CU6V","margin24":"_1CU6V","padding-12":"_2OSEL","padding12":"_2OSEL","padding-24":"v0G7R","padding24":"v0G7R","shadow":"_3YlI4"};
|
|
1575
1575
|
|
|
1576
1576
|
/***/ }),
|
|
1577
1577
|
|
|
@@ -1629,7 +1629,7 @@ var tslib_1 = __webpack_require__(/*! tslib */ "../node_modules/tslib/tslib.es6.
|
|
|
1629
1629
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1630
1630
|
|
|
1631
1631
|
// extracted by mini-css-extract-plugin
|
|
1632
|
-
module.exports = {"root":"
|
|
1632
|
+
module.exports = {"root":"_1l_pk"};
|
|
1633
1633
|
|
|
1634
1634
|
/***/ }),
|
|
1635
1635
|
|
|
@@ -1669,7 +1669,7 @@ exports.IconContainer = (0, uui_core_1.withMods)(uui_components_1.IconContainer,
|
|
|
1669
1669
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1670
1670
|
|
|
1671
1671
|
// extracted by mini-css-extract-plugin
|
|
1672
|
-
module.exports = {"root":"
|
|
1672
|
+
module.exports = {"root":"_3ZKpQ","size-24":"YVFyi","size24":"YVFyi","size-30":"_35FKZ","size30":"_35FKZ","size-36":"_36ApW","size36":"_36ApW","size-42":"_10mT7","size42":"_10mT7","size-48":"_3e9NN","size48":"_3e9NN"};
|
|
1673
1673
|
|
|
1674
1674
|
/***/ }),
|
|
1675
1675
|
|
|
@@ -1715,7 +1715,7 @@ exports.LabeledInput = (0, uui_core_1.withMods)(uui_components_1.LabeledInput, a
|
|
|
1715
1715
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1716
1716
|
|
|
1717
1717
|
// extracted by mini-css-extract-plugin
|
|
1718
|
-
module.exports = {"root":"
|
|
1718
|
+
module.exports = {"root":"c4GtT"};
|
|
1719
1719
|
|
|
1720
1720
|
/***/ }),
|
|
1721
1721
|
|
|
@@ -1872,7 +1872,7 @@ exports.Dropdown = Dropdown;
|
|
|
1872
1872
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1873
1873
|
|
|
1874
1874
|
// extracted by mini-css-extract-plugin
|
|
1875
|
-
module.exports = {"root":"
|
|
1875
|
+
module.exports = {"root":"_3n6W-"};
|
|
1876
1876
|
|
|
1877
1877
|
/***/ }),
|
|
1878
1878
|
|
|
@@ -1911,7 +1911,7 @@ exports.DropdownContainer = (0, uui_core_1.withMods)(uui_components_1.DropdownCo
|
|
|
1911
1911
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1912
1912
|
|
|
1913
1913
|
// extracted by mini-css-extract-plugin
|
|
1914
|
-
module.exports = {"menuRoot":"
|
|
1914
|
+
module.exports = {"menuRoot":"uDwQU","bodyRoot":"_14cbe","submenuRootItem":"_3AhPx","iconAfter":"_2mKk2","iconCheck":"_1W1bC","splitterRoot":"_31lNR","splitter":"SUN5K","headerRoot":"_2X34O","itemRoot":"ZUPq7","icon":"_1rrux","link":"_1hErj"};
|
|
1915
1915
|
|
|
1916
1916
|
/***/ }),
|
|
1917
1917
|
|
|
@@ -1943,10 +1943,9 @@ exports.DropdownControlKeys = {
|
|
|
1943
1943
|
UP_ARROW: 'ArrowUp',
|
|
1944
1944
|
DOWN_ARROW: 'ArrowDown',
|
|
1945
1945
|
};
|
|
1946
|
-
var DropdownMenuContainer = function (
|
|
1947
|
-
var onClose = _a.onClose, _b = _a.closeOnKey, closeOnKey = _b === void 0 ? exports.DropdownControlKeys.ESCAPE : _b, props = (0, tslib_1.__rest)(_a, ["onClose", "closeOnKey"]);
|
|
1946
|
+
var DropdownMenuContainer = function (props) {
|
|
1948
1947
|
var menuRef = (0, react_1.useRef)(null);
|
|
1949
|
-
var
|
|
1948
|
+
var _a = (0, react_1.useState)(-1), currentlyFocused = _a[0], setFocused = _a[1];
|
|
1950
1949
|
var menuItems = menuRef.current ? Array.from(menuRef.current.querySelectorAll("[role=\"menuitem\"]:not(.".concat(uui_core_1.uuiMod.disabled, ")"))) : [];
|
|
1951
1950
|
(0, react_1.useEffect)(function () {
|
|
1952
1951
|
var _a;
|
|
@@ -1967,8 +1966,8 @@ var DropdownMenuContainer = function (_a) {
|
|
|
1967
1966
|
else if (e.key === exports.DropdownControlKeys.DOWN_ARROW) {
|
|
1968
1967
|
changeFocus(currentlyFocused < lastMenuItemsIndex ? currentlyFocused + 1 : 0);
|
|
1969
1968
|
}
|
|
1970
|
-
else if (e.key === closeOnKey && onClose) {
|
|
1971
|
-
onClose();
|
|
1969
|
+
else if (e.key === props.closeOnKey && props.onClose) {
|
|
1970
|
+
props.onClose();
|
|
1972
1971
|
}
|
|
1973
1972
|
};
|
|
1974
1973
|
return (react_1.default.createElement(react_focus_lock_1.default, { as: "menu", className: css.menuRoot, returnFocus: true, autoFocus: false, ref: menuRef, lockProps: { onKeyDown: handleArrowKeys, tabIndex: -1 } },
|
|
@@ -2023,10 +2022,7 @@ var DropdownMenuHeader = function (props) { return (react_1.default.createElemen
|
|
|
2023
2022
|
react_1.default.createElement("span", { className: css.header }, props.caption))); };
|
|
2024
2023
|
exports.DropdownMenuHeader = DropdownMenuHeader;
|
|
2025
2024
|
var DropdownSubMenu = function (props) {
|
|
2026
|
-
return (react_1.default.createElement(uui_components_1.Dropdown, { openOnHover: props.openOnHover || true, closeOnMouseLeave: "boundary", placement: "right-start", renderBody: function (_a) {
|
|
2027
|
-
var onClose = _a.onClose;
|
|
2028
|
-
return (react_1.default.createElement(exports.DropdownMenuBody, (0, tslib_1.__assign)({}, props, { closeOnKey: exports.DropdownControlKeys.LEFT_ARROW, onClose: onClose })));
|
|
2029
|
-
}, renderTarget: function (_a) {
|
|
2025
|
+
return (react_1.default.createElement(uui_components_1.Dropdown, { openOnHover: props.openOnHover || true, closeOnMouseLeave: "boundary", placement: "right-start", renderBody: function (props) { return (react_1.default.createElement(exports.DropdownMenuBody, (0, tslib_1.__assign)({ closeOnKey: exports.DropdownControlKeys.LEFT_ARROW }, props))); }, renderTarget: function (_a) {
|
|
2030
2026
|
var toggleDropdownOpening = _a.toggleDropdownOpening;
|
|
2031
2027
|
return (react_1.default.createElement(exports.DropdownMenuButton, (0, tslib_1.__assign)({ cx: (0, uui_core_1.cx)(css.submenuRootItem), icon: icons.foldingArrow, iconPosition: "right", isDropdown: true, toggleDropdownOpening: toggleDropdownOpening }, props)));
|
|
2032
2028
|
} }));
|
|
@@ -2065,7 +2061,7 @@ exports.DropdownMenuSwitchButton = DropdownMenuSwitchButton;
|
|
|
2065
2061
|
/***/ (function(module, exports, __webpack_require__) {
|
|
2066
2062
|
|
|
2067
2063
|
// extracted by mini-css-extract-plugin
|
|
2068
|
-
module.exports = {"modal-blocker":"
|
|
2064
|
+
module.exports = {"modal-blocker":"_3Y_uo","modalBlocker":"_3Y_uo","animateModalBlocker":"_2jnQ0","blocker-overlay":"_2MWkz","blockerOverlay":"_2MWkz","modal":"_3H4BQ","modal-footer":"_258xj","modalFooter":"_258xj","border-top":"_1Qz_p","borderTop":"_1Qz_p","modal-header":"_1mfVC","modalHeader":"_1mfVC"};
|
|
2069
2065
|
|
|
2070
2066
|
/***/ }),
|
|
2071
2067
|
|
|
@@ -2141,7 +2137,7 @@ exports.ModalFooter = ModalFooter;
|
|
|
2141
2137
|
/***/ (function(module, exports, __webpack_require__) {
|
|
2142
2138
|
|
|
2143
2139
|
// extracted by mini-css-extract-plugin
|
|
2144
|
-
module.exports = {"root":"
|
|
2140
|
+
module.exports = {"root":"_3Qs9I","icon-wrapper":"_38RlI","iconWrapper":"_38RlI","notification-wrapper":"_3zZvl","notificationWrapper":"_3zZvl","action-wrapper":"_198VP","actionWrapper":"_198VP","action-link":"_1odl0","actionLink":"_1odl0","close-icon":"h26AL","closeIcon":"h26AL","main-path":"_3yeLC","mainPath":"_3yeLC","content":"_3apVX","clear-button":"_1a8yi","clearButton":"_1a8yi"};
|
|
2145
2141
|
|
|
2146
2142
|
/***/ }),
|
|
2147
2143
|
|
|
@@ -2245,7 +2241,7 @@ exports.ClearNotification = ClearNotification;
|
|
|
2245
2241
|
/***/ (function(module, exports, __webpack_require__) {
|
|
2246
2242
|
|
|
2247
2243
|
// extracted by mini-css-extract-plugin
|
|
2248
|
-
module.exports = {"root":"
|
|
2244
|
+
module.exports = {"root":"_3Ap8-"};
|
|
2249
2245
|
|
|
2250
2246
|
/***/ }),
|
|
2251
2247
|
|
|
@@ -2305,7 +2301,7 @@ var tslib_1 = __webpack_require__(/*! tslib */ "../node_modules/tslib/tslib.es6.
|
|
|
2305
2301
|
/***/ (function(module, exports, __webpack_require__) {
|
|
2306
2302
|
|
|
2307
2303
|
// extracted by mini-css-extract-plugin
|
|
2308
|
-
module.exports = {"body":"
|
|
2304
|
+
module.exports = {"body":"_3pbZq","modal":"RcpGu","search":"_2p88I","checkbox":"_1EjJa","search-wrapper":"LWp0S","searchWrapper":"LWp0S","search-size-24":"_28NG1","searchSize24":"_28NG1","search-size-30":"j0r3R","searchSize30":"j0r3R","search-size-36":"kVsD7","searchSize36":"kVsD7","search-size-42":"_2utex","searchSize42":"_2utex","no-found-size-24":"_1OmUE","noFoundSize24":"_1OmUE","no-found-size-30":"_2WXLB","noFoundSize30":"_2WXLB","no-found-size-36":"lvE91","noFoundSize36":"lvE91","no-found-size-42":"_21_yR","noFoundSize42":"_21_yR"};
|
|
2309
2305
|
|
|
2310
2306
|
/***/ }),
|
|
2311
2307
|
|
|
@@ -2371,7 +2367,7 @@ exports.DataPickerBody = DataPickerBody;
|
|
|
2371
2367
|
/***/ (function(module, exports, __webpack_require__) {
|
|
2372
2368
|
|
|
2373
2369
|
// extracted by mini-css-extract-plugin
|
|
2374
|
-
module.exports = {"footer-wrapper":"
|
|
2370
|
+
module.exports = {"footer-wrapper":"_3rdSN","footerWrapper":"_3rdSN"};
|
|
2375
2371
|
|
|
2376
2372
|
/***/ }),
|
|
2377
2373
|
|
|
@@ -2433,7 +2429,7 @@ exports.DataPickerFooter = react_1.default.memo(DataPickerFooterImpl);
|
|
|
2433
2429
|
/***/ (function(module, exports, __webpack_require__) {
|
|
2434
2430
|
|
|
2435
2431
|
// extracted by mini-css-extract-plugin
|
|
2436
|
-
module.exports = {"header":"
|
|
2432
|
+
module.exports = {"header":"bRl9C","close":"_2gdvE"};
|
|
2437
2433
|
|
|
2438
2434
|
/***/ }),
|
|
2439
2435
|
|
|
@@ -2474,7 +2470,7 @@ exports.DataPickerHeader = react_1.default.memo(DataPickerHeaderImpl);
|
|
|
2474
2470
|
/***/ (function(module, exports, __webpack_require__) {
|
|
2475
2471
|
|
|
2476
2472
|
// extracted by mini-css-extract-plugin
|
|
2477
|
-
module.exports = {"render-item":"
|
|
2473
|
+
module.exports = {"render-item":"_3Dytk","renderItem":"_3Dytk","icon-wrapper":"_3EF3o","iconWrapper":"_3EF3o","picker-row":"_3-iwf","pickerRow":"_3-iwf"};
|
|
2478
2474
|
|
|
2479
2475
|
/***/ }),
|
|
2480
2476
|
|
|
@@ -2543,7 +2539,7 @@ exports.DataPickerRow = DataPickerRow;
|
|
|
2543
2539
|
/***/ (function(module, exports, __webpack_require__) {
|
|
2544
2540
|
|
|
2545
2541
|
// extracted by mini-css-extract-plugin
|
|
2546
|
-
module.exports = {"done":"
|
|
2542
|
+
module.exports = {"done":"_2cdkO"};
|
|
2547
2543
|
|
|
2548
2544
|
/***/ }),
|
|
2549
2545
|
|
|
@@ -2585,7 +2581,7 @@ exports.MobileDropdownWrapper = MobileDropdownWrapper;
|
|
|
2585
2581
|
/***/ (function(module, exports, __webpack_require__) {
|
|
2586
2582
|
|
|
2587
2583
|
// extracted by mini-css-extract-plugin
|
|
2588
|
-
module.exports = {"panel":"
|
|
2584
|
+
module.exports = {"panel":"_2_p8e","footer-wrapper":"JKefm","footerWrapper":"JKefm","footer-size-24":"_2KvxT","footerSize24":"_2KvxT","footer-size-30":"_3j7uI","footerSize30":"_3j7uI","footer-size-36":"_3Oami","footerSize36":"_3Oami","footer-size-42":"_21cUX","footerSize42":"_21cUX","footer-size-48":"_3a9TF","footerSize48":"_3a9TF"};
|
|
2589
2585
|
|
|
2590
2586
|
/***/ }),
|
|
2591
2587
|
|
|
@@ -2687,7 +2683,7 @@ exports.PickerInput = PickerInput;
|
|
|
2687
2683
|
/***/ (function(module, exports, __webpack_require__) {
|
|
2688
2684
|
|
|
2689
2685
|
// extracted by mini-css-extract-plugin
|
|
2690
|
-
module.exports = {"root":"
|
|
2686
|
+
module.exports = {"root":"_2OfZ0","multiline-vertical-padding-24":"_2TNl5","multilineVerticalPadding24":"_2TNl5","multiline-vertical-padding-30":"_1Ydjf","multilineVerticalPadding30":"_1Ydjf","multiline-vertical-padding-36":"oRRpB","multilineVerticalPadding36":"oRRpB","multiline-vertical-padding-42":"_3CHly","multilineVerticalPadding42":"_3CHly","multiline-vertical-padding-48":"rKbyK","multilineVerticalPadding48":"rKbyK"};
|
|
2691
2687
|
|
|
2692
2688
|
/***/ }),
|
|
2693
2689
|
|
|
@@ -2808,7 +2804,7 @@ exports.PickerList = PickerList;
|
|
|
2808
2804
|
/***/ (function(module, exports, __webpack_require__) {
|
|
2809
2805
|
|
|
2810
2806
|
// extracted by mini-css-extract-plugin
|
|
2811
|
-
module.exports = {"row":"
|
|
2807
|
+
module.exports = {"row":"_1jQaf"};
|
|
2812
2808
|
|
|
2813
2809
|
/***/ }),
|
|
2814
2810
|
|
|
@@ -2866,7 +2862,7 @@ exports.PickerListItem = PickerListItem;
|
|
|
2866
2862
|
/***/ (function(module, exports, __webpack_require__) {
|
|
2867
2863
|
|
|
2868
2864
|
// extracted by mini-css-extract-plugin
|
|
2869
|
-
module.exports = {"sub-header-wrapper":"
|
|
2865
|
+
module.exports = {"sub-header-wrapper":"_1EaUS","subHeaderWrapper":"_1EaUS","switch":"_2QlwZ"};
|
|
2870
2866
|
|
|
2871
2867
|
/***/ }),
|
|
2872
2868
|
|
|
@@ -2971,7 +2967,7 @@ exports.PickerModal = PickerModal;
|
|
|
2971
2967
|
/***/ (function(module, exports, __webpack_require__) {
|
|
2972
2968
|
|
|
2973
2969
|
// extracted by mini-css-extract-plugin
|
|
2974
|
-
module.exports = {"root":"
|
|
2970
|
+
module.exports = {"root":"_2gMxz","mode-form":"_1_IIY","modeForm":"_1_IIY","mode-cell":"_iBNJ","modeCell":"_iBNJ","size-24":"_2jon_","size24":"_2jon_","size-30":"_1fnUw","size30":"_1fnUw","size-36":"_2Pk0g","size36":"_2Pk0g","size-42":"_3oR0_","size42":"_3oR0_","size-48":"_38Om3","size48":"_38Om3"};
|
|
2975
2971
|
|
|
2976
2972
|
/***/ }),
|
|
2977
2973
|
|
|
@@ -3037,7 +3033,7 @@ function PickerTogglerComponent(props, ref) {
|
|
|
3037
3033
|
row.onCheck && row.onCheck(row);
|
|
3038
3034
|
e.stopPropagation();
|
|
3039
3035
|
} })); };
|
|
3040
|
-
return (React.createElement(uui_components_1.PickerToggler, (0, tslib_1.__assign)({}, props, { ref: ref, cx: [applyPickerTogglerMods(props), props.cx], renderItem: !!props.renderItem ? props.renderItem : renderItem, getName: function (
|
|
3036
|
+
return (React.createElement(uui_components_1.PickerToggler, (0, tslib_1.__assign)({}, props, { ref: ref, cx: [applyPickerTogglerMods(props), props.cx], renderItem: !!props.renderItem ? props.renderItem : renderItem, getName: function (item) { return props.getName ? props.getName(item) : item; }, cancelIcon: icons_1.systemIcons[props.size || defaultSize].clear, dropdownIcon: icons_1.systemIcons[props.size || defaultSize].foldingArrow })));
|
|
3041
3037
|
}
|
|
3042
3038
|
exports.PickerToggler = React.forwardRef(PickerTogglerComponent);
|
|
3043
3039
|
|
|
@@ -3078,7 +3074,7 @@ var tslib_1 = __webpack_require__(/*! tslib */ "../node_modules/tslib/tslib.es6.
|
|
|
3078
3074
|
/***/ (function(module, exports, __webpack_require__) {
|
|
3079
3075
|
|
|
3080
3076
|
// extracted by mini-css-extract-plugin
|
|
3081
|
-
module.exports = {"cell":"
|
|
3077
|
+
module.exports = {"cell":"_26uur","wrapper":"t2T1Z","align-widgets-top":"_21h0i","alignWidgetsTop":"_21h0i","size-24":"_2SlAP","size24":"_2SlAP","folding-arrow":"_3FhEg","foldingArrow":"_3FhEg","size-30":"_3tsyj","size30":"_3tsyj","size-36":"_2VpaL","size36":"_2VpaL","size-42":"_5NYnH","size42":"_5NYnH","size-48":"j-ieC","size48":"j-ieC","size-60":"_30paC","size60":"_30paC","align-widgets-center":"_2nz6P","alignWidgetsCenter":"_2nz6P","padding-12":"_1_FCK","padding12":"_1_FCK","padding-24":"_2NUie","padding24":"_2NUie","padding-left-12":"M1SEy","paddingLeft12":"M1SEy","padding-left-24":"_1TirY","paddingLeft24":"_1TirY","padding-right-24":"_153W0","paddingRight24":"_153W0","drag-handle":"_2YqIN","dragHandle":"_2YqIN","checkbox":"_1vs-9","indent":"_7ec6B","folding-arrow-12":"_394k9","foldingArrow12":"_394k9","folding-arrow-18":"K6ND-","foldingArrow18":"K6ND-"};
|
|
3082
3078
|
|
|
3083
3079
|
/***/ }),
|
|
3084
3080
|
|
|
@@ -3144,7 +3140,7 @@ exports.DataTableCell = DataTableCell;
|
|
|
3144
3140
|
/***/ (function(module, exports, __webpack_require__) {
|
|
3145
3141
|
|
|
3146
3142
|
// extracted by mini-css-extract-plugin
|
|
3147
|
-
module.exports = {"container":"
|
|
3143
|
+
module.exports = {"container":"UJqSO","target":"_2vcjy","panel":"_2P93r","divider":"_1ALJc","input":"_2w-kw","notification":"_2lxvG"};
|
|
3148
3144
|
|
|
3149
3145
|
/***/ }),
|
|
3150
3146
|
|
|
@@ -3232,7 +3228,7 @@ exports.Preset = Preset;
|
|
|
3232
3228
|
/***/ (function(module, exports, __webpack_require__) {
|
|
3233
3229
|
|
|
3234
3230
|
// extracted by mini-css-extract-plugin
|
|
3235
|
-
module.exports = {"row":"
|
|
3231
|
+
module.exports = {"row":"_11GdM"};
|
|
3236
3232
|
|
|
3237
3233
|
/***/ }),
|
|
3238
3234
|
|
|
@@ -3356,7 +3352,7 @@ var EditMode;
|
|
|
3356
3352
|
/***/ (function(module, exports, __webpack_require__) {
|
|
3357
3353
|
|
|
3358
3354
|
// extracted by mini-css-extract-plugin
|
|
3359
|
-
module.exports = {"root":"
|
|
3355
|
+
module.exports = {"root":"_3uoCD"};
|
|
3360
3356
|
|
|
3361
3357
|
/***/ }),
|
|
3362
3358
|
|
|
@@ -3403,7 +3399,7 @@ exports.Text = (0, uui_core_1.withMods)(uui_components_1.Text, applyTextMods);
|
|
|
3403
3399
|
/***/ (function(module, exports, __webpack_require__) {
|
|
3404
3400
|
|
|
3405
3401
|
// extracted by mini-css-extract-plugin
|
|
3406
|
-
module.exports = {"container":"
|
|
3402
|
+
module.exports = {"container":"_1AhT_","loading-word":"_3z-Yv","loadingWord":"_3z-Yv","animated-loading":"_3CUzj","animatedLoading":"_3CUzj","skeleton_loading":"yj2aF","skeletonLoading":"yj2aF"};
|
|
3407
3403
|
|
|
3408
3404
|
/***/ }),
|
|
3409
3405
|
|
|
@@ -3487,7 +3483,7 @@ exports.Avatar = (0, uui_core_1.withMods)(uui_components_1.Avatar, function () {
|
|
|
3487
3483
|
/***/ (function(module, exports, __webpack_require__) {
|
|
3488
3484
|
|
|
3489
3485
|
// extracted by mini-css-extract-plugin
|
|
3490
|
-
module.exports = {"root":"
|
|
3486
|
+
module.exports = {"root":"Jb4yU","size-18":"mQB3_","size18":"mQB3_","fill-transparent":"_3Fhb5","fillTransparent":"_3Fhb5","size-24":"_1GYNd","size24":"_1GYNd","size-30":"MUbNx","size30":"MUbNx","size-36":"gWywK","size36":"gWywK","size-42":"v7LDX","size42":"v7LDX","size-48":"_1VTTa","size48":"_1VTTa","fill-solid":"_1X5kq","fillSolid":"_1X5kq"};
|
|
3491
3487
|
|
|
3492
3488
|
/***/ }),
|
|
3493
3489
|
|
|
@@ -3545,7 +3541,7 @@ exports.Badge = (0, uui_core_1.withMods)(uui_components_1.Button, applyBadgeMods
|
|
|
3545
3541
|
/***/ (function(module, exports, __webpack_require__) {
|
|
3546
3542
|
|
|
3547
3543
|
// extracted by mini-css-extract-plugin
|
|
3548
|
-
module.exports = {"root":"
|
|
3544
|
+
module.exports = {"root":"_2qu9U","size-18":"_2BOvk","size18":"_2BOvk","size-24":"u34w1","size24":"u34w1","size-30":"_2BO6G","size30":"_2BO6G","size-36":"_1oeNK","size36":"_1oeNK","size-42":"_2kOM1","size42":"_2kOM1","size-48":"_2epcW","size48":"_2epcW"};
|
|
3549
3545
|
|
|
3550
3546
|
/***/ }),
|
|
3551
3547
|
|
|
@@ -5430,7 +5426,7 @@ __webpack_require__(/*! ./assets/styles/font-faces.scss */ "./assets/styles/font
|
|
|
5430
5426
|
/*! no static exports found */
|
|
5431
5427
|
/***/ (function(module, exports, __webpack_require__) {
|
|
5432
5428
|
|
|
5433
|
-
module.exports = __webpack_require__(/*! /Users/Aliaksei_Manetau/WebstormProjects/
|
|
5429
|
+
module.exports = __webpack_require__(/*! /Users/Aliaksei_Manetau/WebstormProjects/uui/uui/index.tsx */"./index.tsx");
|
|
5434
5430
|
|
|
5435
5431
|
|
|
5436
5432
|
/***/ }),
|