superdesk-ui-framework 3.1.13 → 3.1.15
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/app/img/AvatarDefaultImage.svg +6 -0
- package/app/styles/_avatar.scss +28 -6
- package/app/styles/design-tokens/_new-colors.scss +32 -17
- package/app-typescript/components/Button.tsx +1 -1
- package/app-typescript/components/DatePicker.tsx +18 -2
- package/app-typescript/components/avatar/avatar-group.tsx +2 -1
- package/app-typescript/components/avatar/avatar-image.tsx +1 -1
- package/app-typescript/components/avatar/avatar-placeholder.tsx +0 -1
- package/app-typescript/components/avatar/avatar-wrapper.tsx +14 -2
- package/app-typescript/components/avatar/avatar.tsx +8 -1
- package/dist/components/Avatar.tsx +97 -40
- package/dist/components/Buttons.tsx +5 -3
- package/dist/components/Index.tsx +151 -127
- package/dist/examples.bundle.js +368 -331
- package/dist/playgrounds/react-playgrounds/TestGround.tsx +30 -10
- package/dist/superdesk-ui.bundle.css +55 -20
- package/dist/superdesk-ui.bundle.js +187 -177
- package/examples/pages/components/Avatar.tsx +97 -40
- package/examples/pages/components/Buttons.tsx +5 -3
- package/examples/pages/components/Index.tsx +151 -127
- package/examples/pages/playgrounds/react-playgrounds/TestGround.tsx +30 -10
- package/package.json +1 -1
- package/react/components/Button.js +1 -1
- package/react/components/DatePicker.d.ts +0 -1
- package/react/components/DatePicker.js +9 -1
- package/react/components/avatar/avatar-group.js +2 -2
- package/react/components/avatar/avatar-image.js +1 -1
- package/react/components/avatar/avatar-placeholder.js +1 -1
- package/react/components/avatar/avatar-wrapper.d.ts +4 -1
- package/react/components/avatar/avatar-wrapper.js +4 -2
- package/react/components/avatar/avatar.d.ts +4 -0
- package/react/components/avatar/avatar.js +2 -2
@@ -5944,7 +5944,7 @@ exports.Text = exports.LoadingOverlay = exports.Spinner = exports.ListItemLoader
|
|
5944
5944
|
exports.DragHandle = exports.DragHandleDots = exports.ResizeObserverComponent = exports.SpacerBlock = exports.Spacer = exports.WithPopover = exports.ResizablePanels = exports.MultiSelect = exports.ContentListItem = exports.TableListItem = exports.TableList = exports.TreeMenu = exports.TreeSelect = exports.BottomNav = exports.Heading = exports.Time = void 0;
|
5945
5945
|
var HelloWorld_1 = __webpack_require__(389);
|
5946
5946
|
Object.defineProperty(exports, "HelloWorld", { enumerable: true, get: function () { return HelloWorld_1.HelloWorld; } });
|
5947
|
-
var Button_1 = __webpack_require__(
|
5947
|
+
var Button_1 = __webpack_require__(58);
|
5948
5948
|
Object.defineProperty(exports, "Button", { enumerable: true, get: function () { return Button_1.Button; } });
|
5949
5949
|
var Input_1 = __webpack_require__(390);
|
5950
5950
|
Object.defineProperty(exports, "Input", { enumerable: true, get: function () { return Input_1.Input; } });
|
@@ -5959,11 +5959,11 @@ var Popover_1 = __webpack_require__(413);
|
|
5959
5959
|
Object.defineProperty(exports, "Popover", { enumerable: true, get: function () { return Popover_1.Popover; } });
|
5960
5960
|
var Label_1 = __webpack_require__(43);
|
5961
5961
|
Object.defineProperty(exports, "Label", { enumerable: true, get: function () { return Label_1.Label; } });
|
5962
|
-
var Badge_1 = __webpack_require__(
|
5962
|
+
var Badge_1 = __webpack_require__(59);
|
5963
5963
|
Object.defineProperty(exports, "Badge", { enumerable: true, get: function () { return Badge_1.Badge; } });
|
5964
5964
|
var Alert_1 = __webpack_require__(414);
|
5965
5965
|
Object.defineProperty(exports, "Alert", { enumerable: true, get: function () { return Alert_1.Alert; } });
|
5966
|
-
var avatar_wrapper_1 = __webpack_require__(
|
5966
|
+
var avatar_wrapper_1 = __webpack_require__(60);
|
5967
5967
|
Object.defineProperty(exports, "AvatarWrapper", { enumerable: true, get: function () { return avatar_wrapper_1.AvatarWrapper; } });
|
5968
5968
|
var avatar_text_1 = __webpack_require__(127);
|
5969
5969
|
Object.defineProperty(exports, "AvatarContentText", { enumerable: true, get: function () { return avatar_text_1.AvatarContentText; } });
|
@@ -5977,7 +5977,7 @@ var avatar_placeholder_1 = __webpack_require__(129);
|
|
5977
5977
|
Object.defineProperty(exports, "AvatarPlaceholder", { enumerable: true, get: function () { return avatar_placeholder_1.AvatarPlaceholder; } });
|
5978
5978
|
var Rotate_1 = __webpack_require__(373);
|
5979
5979
|
Object.defineProperty(exports, "Rotate", { enumerable: true, get: function () { return Rotate_1.Rotate; } });
|
5980
|
-
var IconButton_1 = __webpack_require__(
|
5980
|
+
var IconButton_1 = __webpack_require__(71);
|
5981
5981
|
Object.defineProperty(exports, "IconButton", { enumerable: true, get: function () { return IconButton_1.IconButton; } });
|
5982
5982
|
var IconLabel_1 = __webpack_require__(602);
|
5983
5983
|
Object.defineProperty(exports, "IconLabel", { enumerable: true, get: function () { return IconLabel_1.IconLabel; } });
|
@@ -6044,13 +6044,13 @@ var ContentDivider_1 = __webpack_require__(641);
|
|
6044
6044
|
Object.defineProperty(exports, "ContentDivider", { enumerable: true, get: function () { return ContentDivider_1.ContentDivider; } });
|
6045
6045
|
var HeadingText_1 = __webpack_require__(642);
|
6046
6046
|
Object.defineProperty(exports, "HeadingText", { enumerable: true, get: function () { return HeadingText_1.HeadingText; } });
|
6047
|
-
var DropdownFirst_1 = __webpack_require__(
|
6047
|
+
var DropdownFirst_1 = __webpack_require__(72);
|
6048
6048
|
Object.defineProperty(exports, "DropdownFirst", { enumerable: true, get: function () { return DropdownFirst_1.DropdownFirst; } });
|
6049
|
-
var DropdownFirst_2 = __webpack_require__(
|
6049
|
+
var DropdownFirst_2 = __webpack_require__(72);
|
6050
6050
|
Object.defineProperty(exports, "DropdownItem", { enumerable: true, get: function () { return DropdownFirst_2.DropdownItem; } });
|
6051
|
-
var DropdownFirst_3 = __webpack_require__(
|
6051
|
+
var DropdownFirst_3 = __webpack_require__(72);
|
6052
6052
|
Object.defineProperty(exports, "DropdownLabel", { enumerable: true, get: function () { return DropdownFirst_3.DropdownLabel; } });
|
6053
|
-
var DropdownFirst_4 = __webpack_require__(
|
6053
|
+
var DropdownFirst_4 = __webpack_require__(72);
|
6054
6054
|
Object.defineProperty(exports, "DropdownDivider", { enumerable: true, get: function () { return DropdownFirst_4.DropdownDivider; } });
|
6055
6055
|
var Dropdown_1 = __webpack_require__(343);
|
6056
6056
|
Object.defineProperty(exports, "Dropdown", { enumerable: true, get: function () { return Dropdown_1.Dropdown; } });
|
@@ -6115,7 +6115,7 @@ var IllustrationButton_1 = __webpack_require__(689);
|
|
6115
6115
|
Object.defineProperty(exports, "IllustrationButton", { enumerable: true, get: function () { return IllustrationButton_1.IllustrationButton; } });
|
6116
6116
|
__exportStar(__webpack_require__(17), exports);
|
6117
6117
|
__exportStar(__webpack_require__(14), exports);
|
6118
|
-
__exportStar(__webpack_require__(
|
6118
|
+
__exportStar(__webpack_require__(75), exports);
|
6119
6119
|
__exportStar(__webpack_require__(117), exports);
|
6120
6120
|
var Skeleton_1 = __webpack_require__(348);
|
6121
6121
|
Object.defineProperty(exports, "Skeleton", { enumerable: true, get: function () { return Skeleton_1.Skeleton; } });
|
@@ -6360,7 +6360,7 @@ process.umask = function() { return 0; };
|
|
6360
6360
|
*/
|
6361
6361
|
|
6362
6362
|
if (process.env.NODE_ENV !== 'production') {
|
6363
|
-
var ReactIs = __webpack_require__(
|
6363
|
+
var ReactIs = __webpack_require__(73);
|
6364
6364
|
|
6365
6365
|
// By explicitly using `prop-types` you are opting into new development behavior.
|
6366
6366
|
// http://fb.me/prop-types-in-prod
|
@@ -6658,7 +6658,7 @@ var FormItem_1 = __webpack_require__(394);
|
|
6658
6658
|
Object.defineProperty(exports, "FormItem", { enumerable: true, get: function () { return FormItem_1.FormItem; } });
|
6659
6659
|
var FormText_1 = __webpack_require__(395);
|
6660
6660
|
Object.defineProperty(exports, "FormText", { enumerable: true, get: function () { return FormText_1.FormText; } });
|
6661
|
-
var FormLabel_1 = __webpack_require__(
|
6661
|
+
var FormLabel_1 = __webpack_require__(74);
|
6662
6662
|
Object.defineProperty(exports, "FormLabel", { enumerable: true, get: function () { return FormLabel_1.FormLabel; } });
|
6663
6663
|
var InputWrapper_1 = __webpack_require__(121);
|
6664
6664
|
Object.defineProperty(exports, "InputWrapper", { enumerable: true, get: function () { return InputWrapper_1.InputWrapper; } });
|
@@ -26085,7 +26085,7 @@ function startOfISOWeek(dirtyDate) {
|
|
26085
26085
|
"use strict";
|
26086
26086
|
/* harmony export (immutable) */ __webpack_exports__["a"] = differenceInCalendarDays;
|
26087
26087
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__lib_getTimezoneOffsetInMilliseconds_index_js__ = __webpack_require__(20);
|
26088
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__startOfDay_index_js__ = __webpack_require__(
|
26088
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__startOfDay_index_js__ = __webpack_require__(62);
|
26089
26089
|
|
26090
26090
|
|
26091
26091
|
var MILLISECONDS_IN_DAY = 86400000;
|
@@ -26553,7 +26553,7 @@ function startOfISOWeekYear(dirtyDate) {
|
|
26553
26553
|
|
26554
26554
|
"use strict";
|
26555
26555
|
/* harmony export (immutable) */ __webpack_exports__["a"] = isSameDay;
|
26556
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__startOfDay_index_js__ = __webpack_require__(
|
26556
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__startOfDay_index_js__ = __webpack_require__(62);
|
26557
26557
|
|
26558
26558
|
/**
|
26559
26559
|
* @name isSameDay
|
@@ -26785,7 +26785,7 @@ function getBoundingClientRect(element, includeScale) {
|
|
26785
26785
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__getComputedStyle_js__ = __webpack_require__(42);
|
26786
26786
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__instanceOf_js__ = __webpack_require__(16);
|
26787
26787
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__isTableElement_js__ = __webpack_require__(581);
|
26788
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__getParentNode_js__ = __webpack_require__(
|
26788
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__getParentNode_js__ = __webpack_require__(70);
|
26789
26789
|
|
26790
26790
|
|
26791
26791
|
|
@@ -37987,6 +37987,88 @@ return jQuery;
|
|
37987
37987
|
|
37988
37988
|
"use strict";
|
37989
37989
|
|
37990
|
+
var __extends = (this && this.__extends) || (function () {
|
37991
|
+
var extendStatics = function (d, b) {
|
37992
|
+
extendStatics = Object.setPrototypeOf ||
|
37993
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
37994
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
37995
|
+
return extendStatics(d, b);
|
37996
|
+
};
|
37997
|
+
return function (d, b) {
|
37998
|
+
if (typeof b !== "function" && b !== null)
|
37999
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
38000
|
+
extendStatics(d, b);
|
38001
|
+
function __() { this.constructor = d; }
|
38002
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
38003
|
+
};
|
38004
|
+
})();
|
38005
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
38006
|
+
if (k2 === undefined) k2 = k;
|
38007
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
38008
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
38009
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
38010
|
+
}
|
38011
|
+
Object.defineProperty(o, k2, desc);
|
38012
|
+
}) : (function(o, m, k, k2) {
|
38013
|
+
if (k2 === undefined) k2 = k;
|
38014
|
+
o[k2] = m[k];
|
38015
|
+
}));
|
38016
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
38017
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
38018
|
+
}) : function(o, v) {
|
38019
|
+
o["default"] = v;
|
38020
|
+
});
|
38021
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
38022
|
+
if (mod && mod.__esModule) return mod;
|
38023
|
+
var result = {};
|
38024
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
38025
|
+
__setModuleDefault(result, mod);
|
38026
|
+
return result;
|
38027
|
+
};
|
38028
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
38029
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
38030
|
+
};
|
38031
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
38032
|
+
exports.Button = void 0;
|
38033
|
+
var React = __importStar(__webpack_require__(0));
|
38034
|
+
var classnames_1 = __importDefault(__webpack_require__(3));
|
38035
|
+
var Icon_1 = __webpack_require__(10);
|
38036
|
+
var Spinner_1 = __webpack_require__(77);
|
38037
|
+
var Button = /** @class */ (function (_super) {
|
38038
|
+
__extends(Button, _super);
|
38039
|
+
function Button() {
|
38040
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
38041
|
+
}
|
38042
|
+
Button.prototype.render = function () {
|
38043
|
+
var _a;
|
38044
|
+
var _this = this;
|
38045
|
+
var classes = (0, classnames_1.default)('btn', (_a = {
|
38046
|
+
'btn--expanded': this.props.expand
|
38047
|
+
},
|
38048
|
+
_a["btn--".concat(this.props.size)] = this.props.size !== 'normal' && this.props.size !== undefined,
|
38049
|
+
_a["btn--".concat(this.props.type)] = this.props.type !== 'default' && this.props.type !== undefined,
|
38050
|
+
_a["btn--".concat(this.props.style)] = this.props.style !== 'filled' && this.props.style !== undefined,
|
38051
|
+
_a['btn--disabled'] = this.props.disabled,
|
38052
|
+
_a['btn--icon-only'] = this.props.iconOnly,
|
38053
|
+
_a['btn--ui-dark'] = this.props.theme === 'dark',
|
38054
|
+
_a['btn--icon-only-circle'] = this.props.shape === 'round' && this.props.iconOnly,
|
38055
|
+
_a));
|
38056
|
+
return (React.createElement("button", { id: this.props.id, className: classes, tabIndex: 0, disabled: this.props.disabled || this.props.isLoading, "data-loading": this.props.isLoading, onClick: this.props.disabled ? function () { return false; } : function (event) { return _this.props.onClick(event); }, "aria-label": this.props.iconOnly ? this.props.text : '', "data-test-id": this.props['data-test-id'], title: this.props.tooltip },
|
38057
|
+
this.props.isLoading ? React.createElement(Spinner_1.Spinner, { size: "mini" }) : null,
|
38058
|
+
this.props.icon && !this.props.isLoading ? React.createElement(Icon_1.Icon, { ariaHidden: true, name: this.props.icon }) : null,
|
38059
|
+
this.props.iconOnly ? null : this.props.text));
|
38060
|
+
};
|
38061
|
+
return Button;
|
38062
|
+
}(React.PureComponent));
|
38063
|
+
exports.Button = Button;
|
38064
|
+
|
38065
|
+
|
38066
|
+
/***/ }),
|
38067
|
+
/* 59 */
|
38068
|
+
/***/ (function(module, exports, __webpack_require__) {
|
38069
|
+
|
38070
|
+
"use strict";
|
38071
|
+
|
37990
38072
|
var __extends = (this && this.__extends) || (function () {
|
37991
38073
|
var extendStatics = function (d, b) {
|
37992
38074
|
extendStatics = Object.setPrototypeOf ||
|
@@ -38059,7 +38141,7 @@ exports.Badge = Badge;
|
|
38059
38141
|
|
38060
38142
|
|
38061
38143
|
/***/ }),
|
38062
|
-
/*
|
38144
|
+
/* 60 */
|
38063
38145
|
/***/ (function(module, exports, __webpack_require__) {
|
38064
38146
|
|
38065
38147
|
"use strict";
|
@@ -38121,6 +38203,7 @@ var AvatarWrapper = /** @class */ (function (_super) {
|
|
38121
38203
|
AvatarWrapper.prototype.render = function () {
|
38122
38204
|
var _a, _b, _c;
|
38123
38205
|
var icon = this.props.icon;
|
38206
|
+
var statusDot = this.props.statusDot;
|
38124
38207
|
return (React.createElement("span", { className: (0, classnames_1.default)('sd-avatar', {
|
38125
38208
|
'sd-avatar--x-small': this.props.size === 'x-small',
|
38126
38209
|
'sd-avatar--small': this.props.size === 'small',
|
@@ -38130,14 +38213,15 @@ var AvatarWrapper = /** @class */ (function (_super) {
|
|
38130
38213
|
'sd-avatar--xx-large': this.props.size === 'xx-large',
|
38131
38214
|
'sd-avatar--indicator-status--online': ((_a = this.props.statusIndicator) === null || _a === void 0 ? void 0 : _a.status) === 'online',
|
38132
38215
|
'sd-avatar--indicator-status--offline': ((_b = this.props.statusIndicator) === null || _b === void 0 ? void 0 : _b.status) === 'offline',
|
38133
|
-
'sd-avatar--empty-light': this.props.
|
38216
|
+
'sd-avatar--empty-light': this.props.noAvatarPlaceholderColor === 'subtle',
|
38134
38217
|
}), "data-test-id": this.props['data-test-id'], title: this.props.statusIndicator != null ? this.props.statusIndicator.tooltipText : "" },
|
38135
38218
|
this.props.children,
|
38136
38219
|
((_c = this.props.administratorIndicator) === null || _c === void 0 ? void 0 : _c.enabled) === true
|
38137
38220
|
? (React.createElement("i", { className: "icon-settings sd-avatar--indicator-admin", title: this.props.administratorIndicator.tooltipText }))
|
38138
38221
|
: null,
|
38139
38222
|
icon != null && (React.createElement("span", { className: "sd-avatar__icon" },
|
38140
|
-
React.createElement(Icon_1.Icon, { name: icon.name, color: icon.color })))
|
38223
|
+
React.createElement(Icon_1.Icon, { name: icon.name, color: icon.color }))),
|
38224
|
+
statusDot != null && (React.createElement("span", { style: { backgroundColor: statusDot.color }, className: "sd-avatar__coverage-state" }))));
|
38141
38225
|
};
|
38142
38226
|
return AvatarWrapper;
|
38143
38227
|
}(React.PureComponent));
|
@@ -38145,7 +38229,7 @@ exports.AvatarWrapper = AvatarWrapper;
|
|
38145
38229
|
|
38146
38230
|
|
38147
38231
|
/***/ }),
|
38148
|
-
/*
|
38232
|
+
/* 61 */
|
38149
38233
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
38150
38234
|
|
38151
38235
|
"use strict";
|
@@ -38185,7 +38269,7 @@ function isWeekend(dirtyDate) {
|
|
38185
38269
|
}
|
38186
38270
|
|
38187
38271
|
/***/ }),
|
38188
|
-
/*
|
38272
|
+
/* 62 */
|
38189
38273
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
38190
38274
|
|
38191
38275
|
"use strict";
|
@@ -38226,7 +38310,7 @@ function startOfDay(dirtyDate) {
|
|
38226
38310
|
}
|
38227
38311
|
|
38228
38312
|
/***/ }),
|
38229
|
-
/*
|
38313
|
+
/* 63 */
|
38230
38314
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
38231
38315
|
|
38232
38316
|
"use strict";
|
@@ -38279,7 +38363,7 @@ function addMonths(dirtyDate, dirtyAmount) {
|
|
38279
38363
|
}
|
38280
38364
|
|
38281
38365
|
/***/ }),
|
38282
|
-
/*
|
38366
|
+
/* 64 */
|
38283
38367
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
38284
38368
|
|
38285
38369
|
"use strict";
|
@@ -38322,7 +38406,7 @@ function addWeeks(dirtyDate, dirtyAmount) {
|
|
38322
38406
|
}
|
38323
38407
|
|
38324
38408
|
/***/ }),
|
38325
|
-
/*
|
38409
|
+
/* 65 */
|
38326
38410
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
38327
38411
|
|
38328
38412
|
"use strict";
|
@@ -38397,7 +38481,7 @@ function isValid(dirtyDate) {
|
|
38397
38481
|
}
|
38398
38482
|
|
38399
38483
|
/***/ }),
|
38400
|
-
/*
|
38484
|
+
/* 66 */
|
38401
38485
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
38402
38486
|
|
38403
38487
|
"use strict";
|
@@ -38442,7 +38526,7 @@ function differenceInMilliseconds(dirtyDateLeft, dirtyDateRight) {
|
|
38442
38526
|
}
|
38443
38527
|
|
38444
38528
|
/***/ }),
|
38445
|
-
/*
|
38529
|
+
/* 67 */
|
38446
38530
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
38447
38531
|
|
38448
38532
|
"use strict";
|
@@ -38484,7 +38568,7 @@ function startOfMonth(dirtyDate) {
|
|
38484
38568
|
}
|
38485
38569
|
|
38486
38570
|
/***/ }),
|
38487
|
-
/*
|
38571
|
+
/* 68 */
|
38488
38572
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
38489
38573
|
|
38490
38574
|
"use strict";
|
@@ -38508,7 +38592,7 @@ function startOfUTCISOWeek(dirtyDate) {
|
|
38508
38592
|
}
|
38509
38593
|
|
38510
38594
|
/***/ }),
|
38511
|
-
/*
|
38595
|
+
/* 69 */
|
38512
38596
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
38513
38597
|
|
38514
38598
|
"use strict";
|
@@ -38543,7 +38627,7 @@ function startOfUTCWeek(dirtyDate, dirtyOptions) {
|
|
38543
38627
|
}
|
38544
38628
|
|
38545
38629
|
/***/ }),
|
38546
|
-
/*
|
38630
|
+
/* 70 */
|
38547
38631
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
38548
38632
|
|
38549
38633
|
"use strict";
|
@@ -38572,7 +38656,7 @@ function getParentNode(element) {
|
|
38572
38656
|
}
|
38573
38657
|
|
38574
38658
|
/***/ }),
|
38575
|
-
/*
|
38659
|
+
/* 71 */
|
38576
38660
|
/***/ (function(module, exports, __webpack_require__) {
|
38577
38661
|
|
38578
38662
|
"use strict";
|
@@ -38649,7 +38733,7 @@ exports.IconButton = IconButton;
|
|
38649
38733
|
|
38650
38734
|
|
38651
38735
|
/***/ }),
|
38652
|
-
/*
|
38736
|
+
/* 72 */
|
38653
38737
|
/***/ (function(module, exports, __webpack_require__) {
|
38654
38738
|
|
38655
38739
|
"use strict";
|
@@ -38850,7 +38934,7 @@ exports.DropdownFirst.Footer = exports.DropdownFooter;
|
|
38850
38934
|
|
38851
38935
|
|
38852
38936
|
/***/ }),
|
38853
|
-
/*
|
38937
|
+
/* 73 */
|
38854
38938
|
/***/ (function(module, exports, __webpack_require__) {
|
38855
38939
|
|
38856
38940
|
"use strict";
|
@@ -38865,7 +38949,7 @@ if (process.env.NODE_ENV === 'production') {
|
|
38865
38949
|
/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(6)))
|
38866
38950
|
|
38867
38951
|
/***/ }),
|
38868
|
-
/*
|
38952
|
+
/* 74 */
|
38869
38953
|
/***/ (function(module, exports, __webpack_require__) {
|
38870
38954
|
|
38871
38955
|
"use strict";
|
@@ -38938,7 +39022,7 @@ exports.FormLabel = FormLabel;
|
|
38938
39022
|
|
38939
39023
|
|
38940
39024
|
/***/ }),
|
38941
|
-
/*
|
39025
|
+
/* 75 */
|
38942
39026
|
/***/ (function(module, exports, __webpack_require__) {
|
38943
39027
|
|
38944
39028
|
"use strict";
|
@@ -38954,7 +39038,7 @@ Object.defineProperty(exports, "QuickNavBar", { enumerable: true, get: function
|
|
38954
39038
|
|
38955
39039
|
|
38956
39040
|
/***/ }),
|
38957
|
-
/*
|
39041
|
+
/* 76 */
|
38958
39042
|
/***/ (function(module, exports, __webpack_require__) {
|
38959
39043
|
|
38960
39044
|
"use strict";
|
@@ -38972,88 +39056,6 @@ var ReactPropTypesSecret = 'SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED';
|
|
38972
39056
|
module.exports = ReactPropTypesSecret;
|
38973
39057
|
|
38974
39058
|
|
38975
|
-
/***/ }),
|
38976
|
-
/* 76 */
|
38977
|
-
/***/ (function(module, exports, __webpack_require__) {
|
38978
|
-
|
38979
|
-
"use strict";
|
38980
|
-
|
38981
|
-
var __extends = (this && this.__extends) || (function () {
|
38982
|
-
var extendStatics = function (d, b) {
|
38983
|
-
extendStatics = Object.setPrototypeOf ||
|
38984
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
38985
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
38986
|
-
return extendStatics(d, b);
|
38987
|
-
};
|
38988
|
-
return function (d, b) {
|
38989
|
-
if (typeof b !== "function" && b !== null)
|
38990
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
38991
|
-
extendStatics(d, b);
|
38992
|
-
function __() { this.constructor = d; }
|
38993
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
38994
|
-
};
|
38995
|
-
})();
|
38996
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
38997
|
-
if (k2 === undefined) k2 = k;
|
38998
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
38999
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
39000
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
39001
|
-
}
|
39002
|
-
Object.defineProperty(o, k2, desc);
|
39003
|
-
}) : (function(o, m, k, k2) {
|
39004
|
-
if (k2 === undefined) k2 = k;
|
39005
|
-
o[k2] = m[k];
|
39006
|
-
}));
|
39007
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
39008
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
39009
|
-
}) : function(o, v) {
|
39010
|
-
o["default"] = v;
|
39011
|
-
});
|
39012
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
39013
|
-
if (mod && mod.__esModule) return mod;
|
39014
|
-
var result = {};
|
39015
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
39016
|
-
__setModuleDefault(result, mod);
|
39017
|
-
return result;
|
39018
|
-
};
|
39019
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
39020
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
39021
|
-
};
|
39022
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
39023
|
-
exports.Button = void 0;
|
39024
|
-
var React = __importStar(__webpack_require__(0));
|
39025
|
-
var classnames_1 = __importDefault(__webpack_require__(3));
|
39026
|
-
var Icon_1 = __webpack_require__(10);
|
39027
|
-
var Spinner_1 = __webpack_require__(77);
|
39028
|
-
var Button = /** @class */ (function (_super) {
|
39029
|
-
__extends(Button, _super);
|
39030
|
-
function Button() {
|
39031
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
39032
|
-
}
|
39033
|
-
Button.prototype.render = function () {
|
39034
|
-
var _a;
|
39035
|
-
var _this = this;
|
39036
|
-
var classes = (0, classnames_1.default)('btn', (_a = {
|
39037
|
-
'btn--expanded': this.props.expand
|
39038
|
-
},
|
39039
|
-
_a["btn--".concat(this.props.size)] = this.props.size !== 'normal' && this.props.size !== undefined,
|
39040
|
-
_a["btn--".concat(this.props.type)] = this.props.type !== 'default' && this.props.type !== undefined,
|
39041
|
-
_a["btn--".concat(this.props.style)] = this.props.style !== 'filled' && this.props.style !== undefined,
|
39042
|
-
_a['btn--disabled'] = this.props.disabled,
|
39043
|
-
_a['btn--icon-only'] = this.props.iconOnly,
|
39044
|
-
_a['btn--ui-dark'] = this.props.theme === 'dark',
|
39045
|
-
_a['btn--icon-only-circle'] = this.props.shape === 'round' && this.props.iconOnly,
|
39046
|
-
_a));
|
39047
|
-
return (React.createElement("button", { id: this.props.id, className: classes, tabIndex: 0, disabled: this.props.disabled || this.props.isLoading, "data-loading": this.props.isLoading, onClick: this.props.disabled ? function () { return false; } : function (event) { return _this.props.onClick(event); }, "aria-label": this.props.iconOnly ? this.props.text : '', "data-test-id": this.props['data-test-id'], title: this.props.tooltip },
|
39048
|
-
this.props.isLoading ? React.createElement(Spinner_1.Spinner, { size: "mini" }) : null,
|
39049
|
-
this.props.icon && !this.props.isLoading ? React.createElement(Icon_1.Icon, { name: this.props.icon }) : null,
|
39050
|
-
this.props.iconOnly ? null : this.props.text));
|
39051
|
-
};
|
39052
|
-
return Button;
|
39053
|
-
}(React.PureComponent));
|
39054
|
-
exports.Button = Button;
|
39055
|
-
|
39056
|
-
|
39057
39059
|
/***/ }),
|
39058
39060
|
/* 77 */
|
39059
39061
|
/***/ (function(module, exports, __webpack_require__) {
|
@@ -39881,7 +39883,7 @@ var AvatarContentImage = /** @class */ (function (_super) {
|
|
39881
39883
|
if (imageUrl == null) {
|
39882
39884
|
return (React.createElement("span", __assign({}, maybeButtonProps, { className: "sd-avatar-content sd-avatar-content--dummy-img", title: tooltipText }),
|
39883
39885
|
React.createElement("svg", { width: "200", height: "200", viewBox: "0 0 200 200", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
|
39884
|
-
React.createElement("circle", { cx: "100", cy: "100", r: "100", fill: "white", fillOpacity: "0
|
39886
|
+
React.createElement("circle", { cx: "100", cy: "100", r: "100", fill: "white", fillOpacity: "0" }),
|
39885
39887
|
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M40 153V145.384C40 141.557 41.16 137.981 43.16 135C49.14 126.057 66.24 119.711 77.14 118C82.74 117.115 90.16 116.538 100 116.538C109.84 116.538 117.26 117.115 122.86 118C133.76 119.711 150.86 126.057 156.84 135C158.84 137.981 160 141.557 160 145.384V153C150 165 130 180 100 180C70 180 50 165 40 153ZM100 30C122.08 30 140 47.2307 140 68.4614C140 89.6922 122.08 106.923 100 106.923C77.92 106.923 60 89.6922 60 68.4614C60 47.2307 77.92 30 100 30Z", fill: "var(--sd-colour-avatar-dummy)", fillOpacity: "1" }))));
|
39886
39888
|
}
|
39887
39889
|
else {
|
@@ -39997,7 +39999,7 @@ function differenceInMonths(dirtyDateLeft, dirtyDateRight) {
|
|
39997
39999
|
|
39998
40000
|
"use strict";
|
39999
40001
|
/* harmony export (immutable) */ __webpack_exports__["a"] = differenceInSeconds;
|
40000
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__differenceInMilliseconds_index_js__ = __webpack_require__(
|
40002
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__differenceInMilliseconds_index_js__ = __webpack_require__(66);
|
40001
40003
|
|
40002
40004
|
/**
|
40003
40005
|
* @name differenceInSeconds
|
@@ -40043,7 +40045,7 @@ function differenceInSeconds(dirtyDateLeft, dirtyDateRight) {
|
|
40043
40045
|
/* harmony export (immutable) */ __webpack_exports__["a"] = eachWeekendOfInterval;
|
40044
40046
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__eachDayOfInterval_index_js__ = __webpack_require__(145);
|
40045
40047
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__isSunday_index_js__ = __webpack_require__(146);
|
40046
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__isWeekend_index_js__ = __webpack_require__(
|
40048
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__isWeekend_index_js__ = __webpack_require__(61);
|
40047
40049
|
|
40048
40050
|
|
40049
40051
|
|
@@ -40230,7 +40232,7 @@ function endOfDay(dirtyDate) {
|
|
40230
40232
|
"use strict";
|
40231
40233
|
Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
|
40232
40234
|
/* harmony export (immutable) */ __webpack_exports__["default"] = format;
|
40233
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__isValid_index_js__ = __webpack_require__(
|
40235
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__isValid_index_js__ = __webpack_require__(65);
|
40234
40236
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__locale_en_US_index_js__ = __webpack_require__(47);
|
40235
40237
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__subMilliseconds_index_js__ = __webpack_require__(48);
|
40236
40238
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__toDate_index_js__ = __webpack_require__(2);
|
@@ -40680,7 +40682,7 @@ function cleanEscapedString(input) {
|
|
40680
40682
|
/* harmony export (immutable) */ __webpack_exports__["a"] = getUTCWeekYear;
|
40681
40683
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__toInteger_index_js__ = __webpack_require__(4);
|
40682
40684
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__toDate_index_js__ = __webpack_require__(2);
|
40683
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__startOfUTCWeek_index_js__ = __webpack_require__(
|
40685
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__startOfUTCWeek_index_js__ = __webpack_require__(69);
|
40684
40686
|
|
40685
40687
|
|
40686
40688
|
// This function will be a part of public API when UTC function will be implemented.
|
@@ -41753,6 +41755,7 @@ var calendar_1 = __webpack_require__(604);
|
|
41753
41755
|
var lodash_1 = __webpack_require__(21);
|
41754
41756
|
var react_id_generator_1 = __importDefault(__webpack_require__(11));
|
41755
41757
|
var Form_1 = __webpack_require__(14);
|
41758
|
+
var Button_1 = __webpack_require__(58);
|
41756
41759
|
var internalPrimereactClassnames = {
|
41757
41760
|
overlayVisible: 'p-input-overlay-visible',
|
41758
41761
|
};
|
@@ -41829,7 +41832,14 @@ var DatePicker = /** @class */ (function (_super) {
|
|
41829
41832
|
React.createElement("span", null, (0, moment_1.default)(this.state.value).format(this.props.dateFormat))));
|
41830
41833
|
}
|
41831
41834
|
return (React.createElement(Form_1.InputWrapper, { label: this.props.label, error: this.props.error, invalid: this.props.error != null, required: this.props.required, disabled: this.props.disabled, info: this.props.info, inlineLabel: this.props.inlineLabel, labelHidden: this.props.labelHidden, htmlId: this.htmlId, tabindex: this.props.tabindex },
|
41832
|
-
React.createElement(calendar_1.Calendar, {
|
41835
|
+
React.createElement(calendar_1.Calendar, { footerTemplate: this.props.required !== true ? function () { return (React.createElement("div", { className: 'd-flex justify-end' },
|
41836
|
+
React.createElement(Button_1.Button, { onClick: function () {
|
41837
|
+
_this.props.onChange(null);
|
41838
|
+
if (_this.instance != null
|
41839
|
+
&& typeof _this.instance.hideOverlay === 'function') {
|
41840
|
+
_this.instance.hideOverlay();
|
41841
|
+
}
|
41842
|
+
}, text: 'Clear', "data-test-id": 'clear-button' }))); } : undefined, inputId: this.htmlId, ariaLabelledBy: this.htmlId + 'label', ref: function (ref) {
|
41833
41843
|
_this.instance = ref;
|
41834
41844
|
var refAny = ref;
|
41835
41845
|
if (_this.props['data-test-id'] != null && (refAny === null || refAny === void 0 ? void 0 : refAny.inputElement) != null) {
|
@@ -42771,7 +42781,7 @@ var react_dom_1 = __importDefault(__webpack_require__(9));
|
|
42771
42781
|
var classnames_1 = __importDefault(__webpack_require__(3));
|
42772
42782
|
var react_beautiful_dnd_1 = __webpack_require__(355);
|
42773
42783
|
var Tooltip_1 = __webpack_require__(54);
|
42774
|
-
var Button_1 = __webpack_require__(
|
42784
|
+
var Button_1 = __webpack_require__(58);
|
42775
42785
|
var Dropdown_1 = __webpack_require__(343);
|
42776
42786
|
var SingleAndDoubleClickFunction_1 = __webpack_require__(364);
|
42777
42787
|
var reorder = function (list, startIndex, endIndex) {
|
@@ -44275,7 +44285,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
44275
44285
|
exports.Avatar = void 0;
|
44276
44286
|
var React = __importStar(__webpack_require__(0));
|
44277
44287
|
var avatar_image_1 = __webpack_require__(81);
|
44278
|
-
var avatar_wrapper_1 = __webpack_require__(
|
44288
|
+
var avatar_wrapper_1 = __webpack_require__(60);
|
44279
44289
|
var avatar_text_1 = __webpack_require__(127);
|
44280
44290
|
var Avatar = /** @class */ (function (_super) {
|
44281
44291
|
__extends(Avatar, _super);
|
@@ -44283,10 +44293,10 @@ var Avatar = /** @class */ (function (_super) {
|
|
44283
44293
|
return _super !== null && _super.apply(this, arguments) || this;
|
44284
44294
|
}
|
44285
44295
|
Avatar.prototype.render = function () {
|
44286
|
-
var _a = this.props, imageUrl = _a.imageUrl, initials = _a.initials, size = _a.size, statusIndicator = _a.statusIndicator, administratorIndicator = _a.administratorIndicator, icon = _a.icon, displayName = _a.displayName, customContent = _a.customContent;
|
44296
|
+
var _a = this.props, imageUrl = _a.imageUrl, initials = _a.initials, size = _a.size, statusIndicator = _a.statusIndicator, administratorIndicator = _a.administratorIndicator, icon = _a.icon, noAvatarPlaceholderColor = _a.noAvatarPlaceholderColor, displayName = _a.displayName, customContent = _a.customContent, statusDot = _a.statusDot;
|
44287
44297
|
var tooltipCombined = [displayName, this.props.tooltip]
|
44288
44298
|
.filter(function (str) { return (str !== null && str !== void 0 ? str : '').trim().length > 0; }).join('\n');
|
44289
|
-
return (React.createElement(avatar_wrapper_1.AvatarWrapper, { size: size, statusIndicator: statusIndicator ? { status: statusIndicator, tooltipText: '' } : undefined, administratorIndicator: administratorIndicator ? { enabled: true, tooltipText: '' } : undefined, icon: icon,
|
44299
|
+
return (React.createElement(avatar_wrapper_1.AvatarWrapper, { size: size, statusIndicator: statusIndicator ? { status: statusIndicator, tooltipText: '' } : undefined, administratorIndicator: administratorIndicator ? { enabled: true, tooltipText: '' } : undefined, icon: icon, statusDot: statusDot, noAvatarPlaceholderColor: noAvatarPlaceholderColor }, (function () {
|
44290
44300
|
if (customContent != null) {
|
44291
44301
|
return customContent;
|
44292
44302
|
}
|
@@ -44350,7 +44360,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
44350
44360
|
Object.defineProperty(exports, "__esModule", { value: true });
|
44351
44361
|
exports.AvatarPlaceholder = void 0;
|
44352
44362
|
var React = __importStar(__webpack_require__(0));
|
44353
|
-
var avatar_wrapper_1 = __webpack_require__(
|
44363
|
+
var avatar_wrapper_1 = __webpack_require__(60);
|
44354
44364
|
var avatar_action_add_1 = __webpack_require__(417);
|
44355
44365
|
var avatar_image_1 = __webpack_require__(81);
|
44356
44366
|
var AvatarPlaceholder = /** @class */ (function (_super) {
|
@@ -44360,7 +44370,7 @@ var AvatarPlaceholder = /** @class */ (function (_super) {
|
|
44360
44370
|
}
|
44361
44371
|
AvatarPlaceholder.prototype.render = function () {
|
44362
44372
|
var _a = this.props, size = _a.size, tooltip = _a.tooltip, icon = _a.icon, kind = _a.kind, onClick = _a.onClick;
|
44363
|
-
return (React.createElement(avatar_wrapper_1.AvatarWrapper, { size: size,
|
44373
|
+
return (React.createElement(avatar_wrapper_1.AvatarWrapper, { size: size, icon: icon }, (function () {
|
44364
44374
|
if (kind === 'plus-button') {
|
44365
44375
|
return (React.createElement(avatar_action_add_1.AvatarContentAdd, { tooltipText: tooltip !== null && tooltip !== void 0 ? tooltip : undefined, onClick: onClick }));
|
44366
44376
|
}
|
@@ -44383,7 +44393,7 @@ exports.AvatarPlaceholder = AvatarPlaceholder;
|
|
44383
44393
|
|
44384
44394
|
"use strict";
|
44385
44395
|
/* harmony export (immutable) */ __webpack_exports__["a"] = addBusinessDays;
|
44386
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__isWeekend_index_js__ = __webpack_require__(
|
44396
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__isWeekend_index_js__ = __webpack_require__(61);
|
44387
44397
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__toDate_index_js__ = __webpack_require__(2);
|
44388
44398
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__lib_toInteger_index_js__ = __webpack_require__(4);
|
44389
44399
|
|
@@ -44637,7 +44647,7 @@ function addMinutes(dirtyDate, dirtyAmount) {
|
|
44637
44647
|
"use strict";
|
44638
44648
|
/* harmony export (immutable) */ __webpack_exports__["a"] = addQuarters;
|
44639
44649
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__lib_toInteger_index_js__ = __webpack_require__(4);
|
44640
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__addMonths_index_js__ = __webpack_require__(
|
44650
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__addMonths_index_js__ = __webpack_require__(63);
|
44641
44651
|
|
44642
44652
|
|
44643
44653
|
/**
|
@@ -44722,7 +44732,7 @@ function addSeconds(dirtyDate, dirtyAmount) {
|
|
44722
44732
|
"use strict";
|
44723
44733
|
/* harmony export (immutable) */ __webpack_exports__["a"] = addYears;
|
44724
44734
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__lib_toInteger_index_js__ = __webpack_require__(4);
|
44725
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__addMonths_index_js__ = __webpack_require__(
|
44735
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__addMonths_index_js__ = __webpack_require__(63);
|
44726
44736
|
|
44727
44737
|
|
44728
44738
|
/**
|
@@ -45473,7 +45483,7 @@ function addLeadingZeros(number, targetLength) {
|
|
45473
45483
|
"use strict";
|
45474
45484
|
/* harmony export (immutable) */ __webpack_exports__["a"] = getUTCISOWeek;
|
45475
45485
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__toDate_index_js__ = __webpack_require__(2);
|
45476
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__startOfUTCISOWeek_index_js__ = __webpack_require__(
|
45486
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__startOfUTCISOWeek_index_js__ = __webpack_require__(68);
|
45477
45487
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__startOfUTCISOWeekYear_index_js__ = __webpack_require__(457);
|
45478
45488
|
|
45479
45489
|
|
@@ -45501,7 +45511,7 @@ function getUTCISOWeek(dirtyDate) {
|
|
45501
45511
|
"use strict";
|
45502
45512
|
/* harmony export (immutable) */ __webpack_exports__["a"] = getUTCISOWeekYear;
|
45503
45513
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__toDate_index_js__ = __webpack_require__(2);
|
45504
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__startOfUTCISOWeek_index_js__ = __webpack_require__(
|
45514
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__startOfUTCISOWeek_index_js__ = __webpack_require__(68);
|
45505
45515
|
|
45506
45516
|
// This function will be a part of public API when UTC function will be implemented.
|
45507
45517
|
// See issue: https://github.com/date-fns/date-fns/issues/376
|
@@ -45538,7 +45548,7 @@ function getUTCISOWeekYear(dirtyDate) {
|
|
45538
45548
|
"use strict";
|
45539
45549
|
/* harmony export (immutable) */ __webpack_exports__["a"] = getUTCWeek;
|
45540
45550
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__toDate_index_js__ = __webpack_require__(2);
|
45541
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__startOfUTCWeek_index_js__ = __webpack_require__(
|
45551
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__startOfUTCWeek_index_js__ = __webpack_require__(69);
|
45542
45552
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__startOfUTCWeekYear_index_js__ = __webpack_require__(458);
|
45543
45553
|
|
45544
45554
|
|
@@ -47626,7 +47636,7 @@ function flip(_ref) {
|
|
47626
47636
|
"use strict";
|
47627
47637
|
/* harmony export (immutable) */ __webpack_exports__["a"] = listScrollParents;
|
47628
47638
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__getScrollParent_js__ = __webpack_require__(587);
|
47629
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__getParentNode_js__ = __webpack_require__(
|
47639
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__getParentNode_js__ = __webpack_require__(70);
|
47630
47640
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__getWindow_js__ = __webpack_require__(23);
|
47631
47641
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__isScrollParent_js__ = __webpack_require__(102);
|
47632
47642
|
|
@@ -64535,7 +64545,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
64535
64545
|
Object.defineProperty(exports, "__esModule", { value: true });
|
64536
64546
|
exports.PanelTools = exports.PanelHeaderSlidingToolbar = exports.PanelFooter = exports.PanelContentBlock = exports.PanelContent = exports.PanelHeader = exports.Panel = void 0;
|
64537
64547
|
var React = __importStar(__webpack_require__(0));
|
64538
|
-
var IconButton_1 = __webpack_require__(
|
64548
|
+
var IconButton_1 = __webpack_require__(71);
|
64539
64549
|
var Spinner_1 = __webpack_require__(77);
|
64540
64550
|
var classnames_1 = __importDefault(__webpack_require__(3));
|
64541
64551
|
var ButtonGroup_1 = __webpack_require__(339);
|
@@ -74363,7 +74373,7 @@ function _arrayLikeToArray(arr, len) {
|
|
74363
74373
|
"use strict";
|
74364
74374
|
|
74365
74375
|
|
74366
|
-
var reactIs = __webpack_require__(
|
74376
|
+
var reactIs = __webpack_require__(73);
|
74367
74377
|
|
74368
74378
|
/**
|
74369
74379
|
* Copyright 2015, Yahoo! Inc.
|
@@ -77864,7 +77874,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
77864
77874
|
exports.BottomNav = void 0;
|
77865
77875
|
var React = __importStar(__webpack_require__(0));
|
77866
77876
|
var Icon_1 = __webpack_require__(10);
|
77867
|
-
var IconButton_1 = __webpack_require__(
|
77877
|
+
var IconButton_1 = __webpack_require__(71);
|
77868
77878
|
var lodash_1 = __webpack_require__(21);
|
77869
77879
|
var BottomNav = /** @class */ (function (_super) {
|
77870
77880
|
__extends(BottomNav, _super);
|
@@ -79193,10 +79203,10 @@ exports.typeOf = typeOf;
|
|
79193
79203
|
|
79194
79204
|
|
79195
79205
|
|
79196
|
-
var ReactIs = __webpack_require__(
|
79206
|
+
var ReactIs = __webpack_require__(73);
|
79197
79207
|
var assign = __webpack_require__(386);
|
79198
79208
|
|
79199
|
-
var ReactPropTypesSecret = __webpack_require__(
|
79209
|
+
var ReactPropTypesSecret = __webpack_require__(76);
|
79200
79210
|
var has = __webpack_require__(120);
|
79201
79211
|
var checkPropTypes = __webpack_require__(387);
|
79202
79212
|
|
@@ -79911,7 +79921,7 @@ module.exports = shouldUseNative() ? Object.assign : function (target, source) {
|
|
79911
79921
|
var printWarning = function() {};
|
79912
79922
|
|
79913
79923
|
if (process.env.NODE_ENV !== 'production') {
|
79914
|
-
var ReactPropTypesSecret = __webpack_require__(
|
79924
|
+
var ReactPropTypesSecret = __webpack_require__(76);
|
79915
79925
|
var loggedTypeFailures = {};
|
79916
79926
|
var has = __webpack_require__(120);
|
79917
79927
|
|
@@ -80019,7 +80029,7 @@ module.exports = checkPropTypes;
|
|
80019
80029
|
|
80020
80030
|
|
80021
80031
|
|
80022
|
-
var ReactPropTypesSecret = __webpack_require__(
|
80032
|
+
var ReactPropTypesSecret = __webpack_require__(76);
|
80023
80033
|
|
80024
80034
|
function emptyFunction() {}
|
80025
80035
|
function emptyFunctionWithReset() {}
|
@@ -83862,7 +83872,7 @@ exports.AvatarGroup = void 0;
|
|
83862
83872
|
var React = __importStar(__webpack_require__(0));
|
83863
83873
|
var classnames_1 = __importDefault(__webpack_require__(3));
|
83864
83874
|
var avatar_1 = __webpack_require__(128);
|
83865
|
-
var avatar_wrapper_1 = __webpack_require__(
|
83875
|
+
var avatar_wrapper_1 = __webpack_require__(60);
|
83866
83876
|
var avatar_number_1 = __webpack_require__(416);
|
83867
83877
|
var avatar_placeholder_1 = __webpack_require__(129);
|
83868
83878
|
var common_1 = __webpack_require__(115);
|
@@ -83916,7 +83926,7 @@ var AvatarGroup = /** @class */ (function (_super) {
|
|
83916
83926
|
isAvatar(item)
|
83917
83927
|
&& item.displayName,
|
83918
83928
|
isAvatar(item)
|
83919
|
-
? (React.createElement(avatar_1.Avatar, { size: 'small', imageUrl: item.imageUrl, initials: item.initials, displayName: item.displayName, icon: item.icon }))
|
83929
|
+
? (React.createElement(avatar_1.Avatar, { size: 'small', imageUrl: item.imageUrl, initials: item.initials, displayName: item.displayName, icon: item.icon, statusDot: item.statusDot }))
|
83920
83930
|
: (React.createElement(avatar_placeholder_1.AvatarPlaceholder, { kind: 'plus-button', size: 'small', icon: item.icon, onClick: item.onClick })))
|
83921
83931
|
: React.createElement("div", null,
|
83922
83932
|
React.createElement(avatar_placeholder_1.AvatarPlaceholder, { kind: 'plus-button', size: 'small', icon: item.icon, onClick: isAvatar(item) ? undefined : item.onClick, key: index })));
|
@@ -83930,7 +83940,7 @@ var AvatarGroup = /** @class */ (function (_super) {
|
|
83930
83940
|
}
|
83931
83941
|
}),
|
83932
83942
|
itemsOverLimit > 0 && (React.createElement(PlusButtonWrapper, { onToggle: onToggle },
|
83933
|
-
React.createElement(avatar_wrapper_1.AvatarWrapper, { size: size
|
83943
|
+
React.createElement(avatar_wrapper_1.AvatarWrapper, { size: size },
|
83934
83944
|
React.createElement(avatar_number_1.AvatarContentNumber, { number: "".concat(itemsOverLimit) })))))); }));
|
83935
83945
|
};
|
83936
83946
|
return AvatarGroup;
|
@@ -84101,13 +84111,13 @@ Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
|
|
84101
84111
|
/* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "addMilliseconds", function() { return __WEBPACK_IMPORTED_MODULE_4__addMilliseconds_index_js__["a"]; });
|
84102
84112
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__addMinutes_index_js__ = __webpack_require__(134);
|
84103
84113
|
/* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "addMinutes", function() { return __WEBPACK_IMPORTED_MODULE_5__addMinutes_index_js__["a"]; });
|
84104
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__addMonths_index_js__ = __webpack_require__(
|
84114
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__addMonths_index_js__ = __webpack_require__(63);
|
84105
84115
|
/* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "addMonths", function() { return __WEBPACK_IMPORTED_MODULE_6__addMonths_index_js__["a"]; });
|
84106
84116
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__addQuarters_index_js__ = __webpack_require__(135);
|
84107
84117
|
/* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "addQuarters", function() { return __WEBPACK_IMPORTED_MODULE_7__addQuarters_index_js__["a"]; });
|
84108
84118
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_8__addSeconds_index_js__ = __webpack_require__(136);
|
84109
84119
|
/* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "addSeconds", function() { return __WEBPACK_IMPORTED_MODULE_8__addSeconds_index_js__["a"]; });
|
84110
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_9__addWeeks_index_js__ = __webpack_require__(
|
84120
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_9__addWeeks_index_js__ = __webpack_require__(64);
|
84111
84121
|
/* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "addWeeks", function() { return __WEBPACK_IMPORTED_MODULE_9__addWeeks_index_js__["a"]; });
|
84112
84122
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_10__addYears_index_js__ = __webpack_require__(137);
|
84113
84123
|
/* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "addYears", function() { return __WEBPACK_IMPORTED_MODULE_10__addYears_index_js__["a"]; });
|
@@ -84143,7 +84153,7 @@ Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
|
|
84143
84153
|
/* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "differenceInHours", function() { return __WEBPACK_IMPORTED_MODULE_25__differenceInHours_index_js__["a"]; });
|
84144
84154
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_26__differenceInISOWeekYears_index_js__ = __webpack_require__(428);
|
84145
84155
|
/* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "differenceInISOWeekYears", function() { return __WEBPACK_IMPORTED_MODULE_26__differenceInISOWeekYears_index_js__["a"]; });
|
84146
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_27__differenceInMilliseconds_index_js__ = __webpack_require__(
|
84156
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_27__differenceInMilliseconds_index_js__ = __webpack_require__(66);
|
84147
84157
|
/* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "differenceInMilliseconds", function() { return __WEBPACK_IMPORTED_MODULE_27__differenceInMilliseconds_index_js__["a"]; });
|
84148
84158
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_28__differenceInMinutes_index_js__ = __webpack_require__(429);
|
84149
84159
|
/* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "differenceInMinutes", function() { return __WEBPACK_IMPORTED_MODULE_28__differenceInMinutes_index_js__["a"]; });
|
@@ -84325,11 +84335,11 @@ Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
|
|
84325
84335
|
/* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "isTomorrow", function() { return __WEBPACK_IMPORTED_MODULE_116__isTomorrow_index_js__["a"]; });
|
84326
84336
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_117__isTuesday_index_js__ = __webpack_require__(500);
|
84327
84337
|
/* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "isTuesday", function() { return __WEBPACK_IMPORTED_MODULE_117__isTuesday_index_js__["a"]; });
|
84328
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_118__isValid_index_js__ = __webpack_require__(
|
84338
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_118__isValid_index_js__ = __webpack_require__(65);
|
84329
84339
|
/* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "isValid", function() { return __WEBPACK_IMPORTED_MODULE_118__isValid_index_js__["a"]; });
|
84330
84340
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_119__isWednesday_index_js__ = __webpack_require__(501);
|
84331
84341
|
/* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "isWednesday", function() { return __WEBPACK_IMPORTED_MODULE_119__isWednesday_index_js__["a"]; });
|
84332
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_120__isWeekend_index_js__ = __webpack_require__(
|
84342
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_120__isWeekend_index_js__ = __webpack_require__(61);
|
84333
84343
|
/* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "isWeekend", function() { return __WEBPACK_IMPORTED_MODULE_120__isWeekend_index_js__["a"]; });
|
84334
84344
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_121__isWithinInterval_index_js__ = __webpack_require__(502);
|
84335
84345
|
/* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "isWithinInterval", function() { return __WEBPACK_IMPORTED_MODULE_121__isWithinInterval_index_js__["a"]; });
|
@@ -84395,7 +84405,7 @@ Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
|
|
84395
84405
|
/* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "setWeekYear", function() { return __WEBPACK_IMPORTED_MODULE_151__setWeekYear_index_js__["a"]; });
|
84396
84406
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_152__setYear_index_js__ = __webpack_require__(534);
|
84397
84407
|
/* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "setYear", function() { return __WEBPACK_IMPORTED_MODULE_152__setYear_index_js__["a"]; });
|
84398
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_153__startOfDay_index_js__ = __webpack_require__(
|
84408
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_153__startOfDay_index_js__ = __webpack_require__(62);
|
84399
84409
|
/* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "startOfDay", function() { return __WEBPACK_IMPORTED_MODULE_153__startOfDay_index_js__["a"]; });
|
84400
84410
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_154__startOfDecade_index_js__ = __webpack_require__(535);
|
84401
84411
|
/* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "startOfDecade", function() { return __WEBPACK_IMPORTED_MODULE_154__startOfDecade_index_js__["a"]; });
|
@@ -84407,7 +84417,7 @@ Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
|
|
84407
84417
|
/* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "startOfISOWeekYear", function() { return __WEBPACK_IMPORTED_MODULE_157__startOfISOWeekYear_index_js__["a"]; });
|
84408
84418
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_158__startOfMinute_index_js__ = __webpack_require__(172);
|
84409
84419
|
/* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "startOfMinute", function() { return __WEBPACK_IMPORTED_MODULE_158__startOfMinute_index_js__["a"]; });
|
84410
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_159__startOfMonth_index_js__ = __webpack_require__(
|
84420
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_159__startOfMonth_index_js__ = __webpack_require__(67);
|
84411
84421
|
/* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "startOfMonth", function() { return __WEBPACK_IMPORTED_MODULE_159__startOfMonth_index_js__["a"]; });
|
84412
84422
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_160__startOfQuarter_index_js__ = __webpack_require__(175);
|
84413
84423
|
/* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "startOfQuarter", function() { return __WEBPACK_IMPORTED_MODULE_160__startOfQuarter_index_js__["a"]; });
|
@@ -84969,8 +84979,8 @@ function compareDesc(dirtyDateLeft, dirtyDateRight) {
|
|
84969
84979
|
|
84970
84980
|
"use strict";
|
84971
84981
|
/* harmony export (immutable) */ __webpack_exports__["a"] = differenceInBusinessDays;
|
84972
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__isValid_index_js__ = __webpack_require__(
|
84973
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__isWeekend_index_js__ = __webpack_require__(
|
84982
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__isValid_index_js__ = __webpack_require__(65);
|
84983
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__isWeekend_index_js__ = __webpack_require__(61);
|
84974
84984
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__toDate_index_js__ = __webpack_require__(2);
|
84975
84985
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__differenceInCalendarDays_index_js__ = __webpack_require__(35);
|
84976
84986
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__addDays_index_js__ = __webpack_require__(28);
|
@@ -85140,7 +85150,7 @@ function differenceInCalendarQuarters(dirtyDateLeft, dirtyDateRight) {
|
|
85140
85150
|
|
85141
85151
|
"use strict";
|
85142
85152
|
/* harmony export (immutable) */ __webpack_exports__["a"] = differenceInHours;
|
85143
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__differenceInMilliseconds_index_js__ = __webpack_require__(
|
85153
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__differenceInMilliseconds_index_js__ = __webpack_require__(66);
|
85144
85154
|
|
85145
85155
|
var MILLISECONDS_IN_HOUR = 3600000;
|
85146
85156
|
/**
|
@@ -85250,7 +85260,7 @@ function differenceInISOWeekYears(dirtyDateLeft, dirtyDateRight) {
|
|
85250
85260
|
|
85251
85261
|
"use strict";
|
85252
85262
|
/* harmony export (immutable) */ __webpack_exports__["a"] = differenceInMinutes;
|
85253
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__differenceInMilliseconds_index_js__ = __webpack_require__(
|
85263
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__differenceInMilliseconds_index_js__ = __webpack_require__(66);
|
85254
85264
|
|
85255
85265
|
var MILLISECONDS_IN_MINUTE = 60000;
|
85256
85266
|
/**
|
@@ -85427,7 +85437,7 @@ function differenceInYears(dirtyDateLeft, dirtyDateRight) {
|
|
85427
85437
|
|
85428
85438
|
"use strict";
|
85429
85439
|
/* harmony export (immutable) */ __webpack_exports__["a"] = eachWeekOfInterval;
|
85430
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__addWeeks_index_js__ = __webpack_require__(
|
85440
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__addWeeks_index_js__ = __webpack_require__(64);
|
85431
85441
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__startOfWeek_index_js__ = __webpack_require__(29);
|
85432
85442
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__toDate_index_js__ = __webpack_require__(2);
|
85433
85443
|
|
@@ -85513,7 +85523,7 @@ function eachWeekOfInterval(dirtyInterval, options) {
|
|
85513
85523
|
"use strict";
|
85514
85524
|
/* harmony export (immutable) */ __webpack_exports__["a"] = eachWeekendOfMonth;
|
85515
85525
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__eachWeekendOfInterval_index_js__ = __webpack_require__(85);
|
85516
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__startOfMonth_index_js__ = __webpack_require__(
|
85526
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__startOfMonth_index_js__ = __webpack_require__(67);
|
85517
85527
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__endOfMonth_index_js__ = __webpack_require__(86);
|
85518
85528
|
|
85519
85529
|
|
@@ -87477,7 +87487,7 @@ function getUTCDayOfYear(dirtyDate) {
|
|
87477
87487
|
"use strict";
|
87478
87488
|
/* harmony export (immutable) */ __webpack_exports__["a"] = startOfUTCISOWeekYear;
|
87479
87489
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__getUTCISOWeekYear_index_js__ = __webpack_require__(152);
|
87480
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__startOfUTCISOWeek_index_js__ = __webpack_require__(
|
87490
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__startOfUTCISOWeek_index_js__ = __webpack_require__(68);
|
87481
87491
|
|
87482
87492
|
// This function will be a part of public API when UTC function will be implemented.
|
87483
87493
|
// See issue: https://github.com/date-fns/date-fns/issues/376
|
@@ -87503,7 +87513,7 @@ function startOfUTCISOWeekYear(dirtyDate) {
|
|
87503
87513
|
/* harmony export (immutable) */ __webpack_exports__["a"] = startOfUTCWeekYear;
|
87504
87514
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__toInteger_index_js__ = __webpack_require__(4);
|
87505
87515
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__getUTCWeekYear_index_js__ = __webpack_require__(90);
|
87506
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__startOfUTCWeek_index_js__ = __webpack_require__(
|
87516
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__startOfUTCWeek_index_js__ = __webpack_require__(69);
|
87507
87517
|
|
87508
87518
|
|
87509
87519
|
// This function will be a part of public API when UTC function will be implemented.
|
@@ -88232,7 +88242,7 @@ function getHours(dirtyDate) {
|
|
88232
88242
|
"use strict";
|
88233
88243
|
/* harmony export (immutable) */ __webpack_exports__["a"] = getISOWeeksInYear;
|
88234
88244
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__startOfISOWeekYear_index_js__ = __webpack_require__(45);
|
88235
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__addWeeks_index_js__ = __webpack_require__(
|
88245
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__addWeeks_index_js__ = __webpack_require__(64);
|
88236
88246
|
|
88237
88247
|
|
88238
88248
|
var MILLISECONDS_IN_WEEK = 604800000;
|
@@ -88583,7 +88593,7 @@ function getUnixTime(dirtyDate) {
|
|
88583
88593
|
/* harmony export (immutable) */ __webpack_exports__["a"] = getWeekOfMonth;
|
88584
88594
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__getDate_index_js__ = __webpack_require__(159);
|
88585
88595
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__getDay_index_js__ = __webpack_require__(160);
|
88586
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__startOfMonth_index_js__ = __webpack_require__(
|
88596
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__startOfMonth_index_js__ = __webpack_require__(67);
|
88587
88597
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__lib_toInteger_index_js__ = __webpack_require__(4);
|
88588
88598
|
|
88589
88599
|
|
@@ -88663,7 +88673,7 @@ function getWeekOfMonth(date, dirtyOptions) {
|
|
88663
88673
|
/* harmony export (immutable) */ __webpack_exports__["a"] = getWeeksInMonth;
|
88664
88674
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__differenceInCalendarWeeks_index_js__ = __webpack_require__(141);
|
88665
88675
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__lastDayOfMonth_index_js__ = __webpack_require__(167);
|
88666
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__startOfMonth_index_js__ = __webpack_require__(
|
88676
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__startOfMonth_index_js__ = __webpack_require__(67);
|
88667
88677
|
|
88668
88678
|
|
88669
88679
|
|
@@ -90176,7 +90186,7 @@ function lastDayOfYear(dirtyDate) {
|
|
90176
90186
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__toDate_index_js__ = __webpack_require__(2);
|
90177
90187
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__lib_format_lightFormatters_index_js__ = __webpack_require__(149);
|
90178
90188
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__lib_getTimezoneOffsetInMilliseconds_index_js__ = __webpack_require__(20);
|
90179
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__isValid_index_js__ = __webpack_require__(
|
90189
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__isValid_index_js__ = __webpack_require__(65);
|
90180
90190
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__subMilliseconds_index_js__ = __webpack_require__(48);
|
90181
90191
|
|
90182
90192
|
|
@@ -91024,8 +91034,8 @@ function cleanEscapedString(input) {
|
|
91024
91034
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__lib_setUTCISODay_index_js__ = __webpack_require__(515);
|
91025
91035
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__lib_setUTCISOWeek_index_js__ = __webpack_require__(516);
|
91026
91036
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__lib_setUTCWeek_index_js__ = __webpack_require__(517);
|
91027
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__lib_startOfUTCISOWeek_index_js__ = __webpack_require__(
|
91028
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__lib_startOfUTCWeek_index_js__ = __webpack_require__(
|
91037
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__lib_startOfUTCISOWeek_index_js__ = __webpack_require__(68);
|
91038
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__lib_startOfUTCWeek_index_js__ = __webpack_require__(69);
|
91029
91039
|
|
91030
91040
|
|
91031
91041
|
|
@@ -93900,7 +93910,7 @@ function startOfDecade(dirtyDate) {
|
|
93900
93910
|
|
93901
93911
|
"use strict";
|
93902
93912
|
/* harmony export (immutable) */ __webpack_exports__["a"] = startOfToday;
|
93903
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__startOfDay_index_js__ = __webpack_require__(
|
93913
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__startOfDay_index_js__ = __webpack_require__(62);
|
93904
93914
|
|
93905
93915
|
/**
|
93906
93916
|
* @name startOfToday
|
@@ -94139,7 +94149,7 @@ function subMinutes(dirtyDate, dirtyAmount) {
|
|
94139
94149
|
"use strict";
|
94140
94150
|
/* harmony export (immutable) */ __webpack_exports__["a"] = subMonths;
|
94141
94151
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__lib_toInteger_index_js__ = __webpack_require__(4);
|
94142
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__addMonths_index_js__ = __webpack_require__(
|
94152
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__addMonths_index_js__ = __webpack_require__(63);
|
94143
94153
|
|
94144
94154
|
|
94145
94155
|
/**
|
@@ -94265,7 +94275,7 @@ function subSeconds(dirtyDate, dirtyAmount) {
|
|
94265
94275
|
"use strict";
|
94266
94276
|
/* harmony export (immutable) */ __webpack_exports__["a"] = subWeeks;
|
94267
94277
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__lib_toInteger_index_js__ = __webpack_require__(4);
|
94268
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__addWeeks_index_js__ = __webpack_require__(
|
94278
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__addWeeks_index_js__ = __webpack_require__(64);
|
94269
94279
|
|
94270
94280
|
|
94271
94281
|
/**
|
@@ -118463,7 +118473,7 @@ function getOppositeVariationPlacement(placement) {
|
|
118463
118473
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__getComputedStyle_js__ = __webpack_require__(42);
|
118464
118474
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__instanceOf_js__ = __webpack_require__(16);
|
118465
118475
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_8__getBoundingClientRect_js__ = __webpack_require__(50);
|
118466
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_9__getParentNode_js__ = __webpack_require__(
|
118476
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_9__getParentNode_js__ = __webpack_require__(70);
|
118467
118477
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_10__contains_js__ = __webpack_require__(190);
|
118468
118478
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_11__getNodeName_js__ = __webpack_require__(37);
|
118469
118479
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_12__utils_rectToClientRect_js__ = __webpack_require__(197);
|
@@ -118636,7 +118646,7 @@ function getDocumentRect(element) {
|
|
118636
118646
|
|
118637
118647
|
"use strict";
|
118638
118648
|
/* harmony export (immutable) */ __webpack_exports__["a"] = getScrollParent;
|
118639
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__getParentNode_js__ = __webpack_require__(
|
118649
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__getParentNode_js__ = __webpack_require__(70);
|
118640
118650
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__isScrollParent_js__ = __webpack_require__(102);
|
118641
118651
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__getNodeName_js__ = __webpack_require__(37);
|
118642
118652
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__instanceOf_js__ = __webpack_require__(16);
|
@@ -123583,7 +123593,7 @@ exports.RadioButtonGroup = void 0;
|
|
123583
123593
|
var React = __importStar(__webpack_require__(0));
|
123584
123594
|
var classnames_1 = __importDefault(__webpack_require__(3));
|
123585
123595
|
var react_id_generator_1 = __importDefault(__webpack_require__(11));
|
123586
|
-
var FormLabel_1 = __webpack_require__(
|
123596
|
+
var FormLabel_1 = __webpack_require__(74);
|
123587
123597
|
var RadioButtonGroup = /** @class */ (function (_super) {
|
123588
123598
|
__extends(RadioButtonGroup, _super);
|
123589
123599
|
function RadioButtonGroup(props) {
|
@@ -123836,7 +123846,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
123836
123846
|
exports.CheckButtonGroup = void 0;
|
123837
123847
|
var React = __importStar(__webpack_require__(0));
|
123838
123848
|
var classnames_1 = __importDefault(__webpack_require__(3));
|
123839
|
-
var FormLabel_1 = __webpack_require__(
|
123849
|
+
var FormLabel_1 = __webpack_require__(74);
|
123840
123850
|
var CheckButtonGroup = /** @class */ (function (_super) {
|
123841
123851
|
__extends(CheckButtonGroup, _super);
|
123842
123852
|
function CheckButtonGroup() {
|
@@ -123915,7 +123925,7 @@ exports.NavButton = void 0;
|
|
123915
123925
|
var React = __importStar(__webpack_require__(0));
|
123916
123926
|
var classnames_1 = __importDefault(__webpack_require__(3));
|
123917
123927
|
var Icon_1 = __webpack_require__(10);
|
123918
|
-
var Badge_1 = __webpack_require__(
|
123928
|
+
var Badge_1 = __webpack_require__(59);
|
123919
123929
|
var NavButton = /** @class */ (function (_super) {
|
123920
123930
|
__extends(NavButton, _super);
|
123921
123931
|
function NavButton() {
|
@@ -143476,7 +143486,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
143476
143486
|
exports.Carousel = void 0;
|
143477
143487
|
var React = __importStar(__webpack_require__(0));
|
143478
143488
|
var carousel_1 = __webpack_require__(665);
|
143479
|
-
var Badge_1 = __webpack_require__(
|
143489
|
+
var Badge_1 = __webpack_require__(59);
|
143480
143490
|
var Carousel = /** @class */ (function (_super) {
|
143481
143491
|
__extends(Carousel, _super);
|
143482
143492
|
function Carousel() {
|
@@ -146965,7 +146975,7 @@ exports.IconPicker = void 0;
|
|
146965
146975
|
var React = __importStar(__webpack_require__(0));
|
146966
146976
|
// @ts-ignore
|
146967
146977
|
var iconFont = __importStar(__webpack_require__(378));
|
146968
|
-
var Button_1 = __webpack_require__(
|
146978
|
+
var Button_1 = __webpack_require__(58);
|
146969
146979
|
var Icon_1 = __webpack_require__(10);
|
146970
146980
|
var SelectGrid_1 = __webpack_require__(346);
|
146971
146981
|
var IconPicker = /** @class */ (function (_super) {
|
@@ -150435,7 +150445,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
150435
150445
|
exports.NotificationPanelFooter = exports.NotificationPanelContent = exports.NotificationPanelHeader = exports.NotificationPanelContainer = exports.NotificationPanel = void 0;
|
150436
150446
|
var React = __importStar(__webpack_require__(0));
|
150437
150447
|
var classnames_1 = __importDefault(__webpack_require__(3));
|
150438
|
-
var IconButton_1 = __webpack_require__(
|
150448
|
+
var IconButton_1 = __webpack_require__(71);
|
150439
150449
|
var NotificationPanelContainer = /** @class */ (function (_super) {
|
150440
150450
|
__extends(NotificationPanelContainer, _super);
|
150441
150451
|
function NotificationPanelContainer() {
|
@@ -150665,7 +150675,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
150665
150675
|
exports.SideBarTabs = void 0;
|
150666
150676
|
var React = __importStar(__webpack_require__(0));
|
150667
150677
|
var Icon_1 = __webpack_require__(10);
|
150668
|
-
var Badge_1 = __webpack_require__(
|
150678
|
+
var Badge_1 = __webpack_require__(59);
|
150669
150679
|
var classnames_1 = __importDefault(__webpack_require__(3));
|
150670
150680
|
var SideBarTabs = /** @class */ (function (_super) {
|
150671
150681
|
__extends(SideBarTabs, _super);
|