superdesk-ui-framework 2.4.17 → 2.4.20
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/styles/_accessibility.scss +8 -3
- package/app/styles/_buttons.scss +52 -1
- package/app/styles/_spinner.scss +46 -0
- package/app-typescript/components/Button.tsx +7 -1
- package/app-typescript/components/Input.tsx +22 -7
- package/app-typescript/components/Select.tsx +13 -3
- package/app-typescript/components/Spinner.tsx +33 -0
- package/app-typescript/components/TabCustom.tsx +89 -40
- package/app-typescript/components/TabList.tsx +43 -18
- package/app-typescript/components/Tag.tsx +2 -2
- package/app-typescript/index.ts +1 -1
- package/dist/examples.bundle.css +36 -1
- package/dist/examples.bundle.js +901 -632
- package/dist/react/Buttons.tsx +25 -0
- package/dist/react/Inputs.tsx +24 -3
- package/dist/react/Selects.tsx +23 -1
- package/dist/react/Tabs.tsx +225 -72
- package/dist/superdesk-ui.bundle.css +75 -13
- package/dist/superdesk-ui.bundle.js +560 -400
- package/dist/vendor.bundle.js +13 -13
- package/examples/pages/react/Buttons.tsx +25 -0
- package/examples/pages/react/Inputs.tsx +24 -3
- package/examples/pages/react/Selects.tsx +23 -1
- package/examples/pages/react/Tabs.tsx +225 -72
- package/package.json +2 -2
- package/react/components/Button.d.ts +2 -0
- package/react/components/Button.js +4 -2
- package/react/components/Input.d.ts +4 -1
- package/react/components/Input.js +17 -5
- package/react/components/Select.d.ts +3 -1
- package/react/components/Select.js +11 -2
- package/react/components/Spinner.d.ts +12 -0
- package/react/components/Spinner.js +70 -0
- package/react/components/TabCustom.d.ts +22 -12
- package/react/components/TabCustom.js +52 -23
- package/react/components/TabList.d.ts +11 -2
- package/react/components/TabList.js +32 -11
- package/react/components/Tag.js +1 -1
- package/react/index.d.ts +1 -1
- package/react/index.js +2 -2
@@ -70,7 +70,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
70
70
|
/******/ __webpack_require__.p = "";
|
71
71
|
/******/
|
72
72
|
/******/ // Load entry module and return exports
|
73
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
73
|
+
/******/ return __webpack_require__(__webpack_require__.s = 521);
|
74
74
|
/******/ })
|
75
75
|
/************************************************************************/
|
76
76
|
/******/ ([
|
@@ -2168,7 +2168,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
2168
2168
|
try {
|
2169
2169
|
oldLocale = globalLocale._abbr;
|
2170
2170
|
aliasedRequire = require;
|
2171
|
-
__webpack_require__(
|
2171
|
+
__webpack_require__(354)("./" + name);
|
2172
2172
|
getSetGlobalLocale(oldLocale);
|
2173
2173
|
} catch (e) {
|
2174
2174
|
// mark as not found to avoid repeating expensive file require call causing high CPU
|
@@ -5860,20 +5860,20 @@ var HelloWorld_1 = __webpack_require__(241);
|
|
5860
5860
|
Object.defineProperty(exports, "HelloWorld", { enumerable: true, get: function () { return HelloWorld_1.HelloWorld; } });
|
5861
5861
|
var Button_1 = __webpack_require__(61);
|
5862
5862
|
Object.defineProperty(exports, "Button", { enumerable: true, get: function () { return Button_1.Button; } });
|
5863
|
-
var Input_1 = __webpack_require__(
|
5863
|
+
var Input_1 = __webpack_require__(244);
|
5864
5864
|
Object.defineProperty(exports, "Input", { enumerable: true, get: function () { return Input_1.Input; } });
|
5865
|
-
var Select_1 = __webpack_require__(
|
5865
|
+
var Select_1 = __webpack_require__(245);
|
5866
5866
|
Object.defineProperty(exports, "Select", { enumerable: true, get: function () { return Select_1.Select; } });
|
5867
5867
|
Object.defineProperty(exports, "Option", { enumerable: true, get: function () { return Select_1.Option; } });
|
5868
|
-
var SelectWithTemplate_1 = __webpack_require__(
|
5868
|
+
var SelectWithTemplate_1 = __webpack_require__(246);
|
5869
5869
|
Object.defineProperty(exports, "SelectWithTemplate", { enumerable: true, get: function () { return SelectWithTemplate_1.SelectWithTemplate; } });
|
5870
|
-
var Popover_1 = __webpack_require__(
|
5870
|
+
var Popover_1 = __webpack_require__(261);
|
5871
5871
|
Object.defineProperty(exports, "Popover", { enumerable: true, get: function () { return Popover_1.Popover; } });
|
5872
|
-
var Label_1 = __webpack_require__(
|
5872
|
+
var Label_1 = __webpack_require__(262);
|
5873
5873
|
Object.defineProperty(exports, "Label", { enumerable: true, get: function () { return Label_1.Label; } });
|
5874
5874
|
var Badge_1 = __webpack_require__(65);
|
5875
5875
|
Object.defineProperty(exports, "Badge", { enumerable: true, get: function () { return Badge_1.Badge; } });
|
5876
|
-
var Alert_1 = __webpack_require__(
|
5876
|
+
var Alert_1 = __webpack_require__(263);
|
5877
5877
|
Object.defineProperty(exports, "Alert", { enumerable: true, get: function () { return Alert_1.Alert; } });
|
5878
5878
|
var Avatar_1 = __webpack_require__(44);
|
5879
5879
|
Object.defineProperty(exports, "AvatarWrapper", { enumerable: true, get: function () { return Avatar_1.AvatarWrapper; } });
|
@@ -5881,11 +5881,11 @@ var Avatar_2 = __webpack_require__(44);
|
|
5881
5881
|
Object.defineProperty(exports, "AvatarContentText", { enumerable: true, get: function () { return Avatar_2.AvatarContentText; } });
|
5882
5882
|
var Avatar_3 = __webpack_require__(44);
|
5883
5883
|
Object.defineProperty(exports, "AvatarContentImage", { enumerable: true, get: function () { return Avatar_3.AvatarContentImage; } });
|
5884
|
-
var IconButton_1 = __webpack_require__(
|
5884
|
+
var IconButton_1 = __webpack_require__(264);
|
5885
5885
|
Object.defineProperty(exports, "IconButton", { enumerable: true, get: function () { return IconButton_1.IconButton; } });
|
5886
|
-
var IconLabel_1 = __webpack_require__(
|
5886
|
+
var IconLabel_1 = __webpack_require__(265);
|
5887
5887
|
Object.defineProperty(exports, "IconLabel", { enumerable: true, get: function () { return IconLabel_1.IconLabel; } });
|
5888
|
-
var Tooltip_1 = __webpack_require__(
|
5888
|
+
var Tooltip_1 = __webpack_require__(266);
|
5889
5889
|
Object.defineProperty(exports, "Tooltip", { enumerable: true, get: function () { return Tooltip_1.Tooltip; } });
|
5890
5890
|
var DatePicker_1 = __webpack_require__(45);
|
5891
5891
|
Object.defineProperty(exports, "DatePicker", { enumerable: true, get: function () { return DatePicker_1.DatePicker; } });
|
@@ -5895,49 +5895,49 @@ var DatePicker_3 = __webpack_require__(45);
|
|
5895
5895
|
Object.defineProperty(exports, "DatePickerLocaleSettings", { enumerable: true, get: function () { return DatePicker_3.DatePickerLocaleSettings; } });
|
5896
5896
|
var TimePicker_1 = __webpack_require__(230);
|
5897
5897
|
Object.defineProperty(exports, "TimePicker", { enumerable: true, get: function () { return TimePicker_1.TimePicker; } });
|
5898
|
-
var FormLabel_1 = __webpack_require__(
|
5898
|
+
var FormLabel_1 = __webpack_require__(297);
|
5899
5899
|
Object.defineProperty(exports, "FormLabel", { enumerable: true, get: function () { return FormLabel_1.FormLabel; } });
|
5900
|
-
var Switch_1 = __webpack_require__(
|
5900
|
+
var Switch_1 = __webpack_require__(298);
|
5901
5901
|
Object.defineProperty(exports, "Switch", { enumerable: true, get: function () { return Switch_1.Switch; } });
|
5902
|
-
var SwitchGroup_1 = __webpack_require__(
|
5902
|
+
var SwitchGroup_1 = __webpack_require__(299);
|
5903
5903
|
Object.defineProperty(exports, "SwitchGroup", { enumerable: true, get: function () { return SwitchGroup_1.SwitchGroup; } });
|
5904
|
-
var ButtonGroup_1 = __webpack_require__(
|
5904
|
+
var ButtonGroup_1 = __webpack_require__(300);
|
5905
5905
|
Object.defineProperty(exports, "ButtonGroup", { enumerable: true, get: function () { return ButtonGroup_1.ButtonGroup; } });
|
5906
5906
|
var Loader_1 = __webpack_require__(71);
|
5907
5907
|
Object.defineProperty(exports, "Loader", { enumerable: true, get: function () { return Loader_1.Loader; } });
|
5908
|
-
var Radio_1 = __webpack_require__(
|
5908
|
+
var Radio_1 = __webpack_require__(301);
|
5909
5909
|
Object.defineProperty(exports, "Radio", { enumerable: true, get: function () { return Radio_1.Radio; } });
|
5910
|
-
var Checkbox_1 = __webpack_require__(
|
5910
|
+
var Checkbox_1 = __webpack_require__(302);
|
5911
5911
|
Object.defineProperty(exports, "Checkbox", { enumerable: true, get: function () { return Checkbox_1.Checkbox; } });
|
5912
|
-
var RadioButton_1 = __webpack_require__(
|
5912
|
+
var RadioButton_1 = __webpack_require__(303);
|
5913
5913
|
Object.defineProperty(exports, "RadioButton", { enumerable: true, get: function () { return RadioButton_1.RadioButton; } });
|
5914
|
-
var CheckboxButton_1 = __webpack_require__(
|
5914
|
+
var CheckboxButton_1 = __webpack_require__(304);
|
5915
5915
|
Object.defineProperty(exports, "CheckboxButton", { enumerable: true, get: function () { return CheckboxButton_1.CheckboxButton; } });
|
5916
|
-
var CheckGroup_1 = __webpack_require__(
|
5916
|
+
var CheckGroup_1 = __webpack_require__(305);
|
5917
5917
|
Object.defineProperty(exports, "CheckGroup", { enumerable: true, get: function () { return CheckGroup_1.CheckGroup; } });
|
5918
|
-
var CheckButtonGroup_1 = __webpack_require__(
|
5918
|
+
var CheckButtonGroup_1 = __webpack_require__(306);
|
5919
5919
|
Object.defineProperty(exports, "CheckButtonGroup", { enumerable: true, get: function () { return CheckButtonGroup_1.CheckButtonGroup; } });
|
5920
|
-
var NavButton_1 = __webpack_require__(
|
5920
|
+
var NavButton_1 = __webpack_require__(307);
|
5921
5921
|
Object.defineProperty(exports, "NavButton", { enumerable: true, get: function () { return NavButton_1.NavButton; } });
|
5922
|
-
var TabList_1 = __webpack_require__(
|
5922
|
+
var TabList_1 = __webpack_require__(308);
|
5923
5923
|
Object.defineProperty(exports, "Tab", { enumerable: true, get: function () { return TabList_1.Tab; } });
|
5924
5924
|
Object.defineProperty(exports, "TabList", { enumerable: true, get: function () { return TabList_1.TabList; } });
|
5925
|
-
var LeftMenu_1 = __webpack_require__(
|
5925
|
+
var LeftMenu_1 = __webpack_require__(309);
|
5926
5926
|
Object.defineProperty(exports, "LeftMenu", { enumerable: true, get: function () { return LeftMenu_1.LeftMenu; } });
|
5927
|
-
var SubNav_1 = __webpack_require__(
|
5927
|
+
var SubNav_1 = __webpack_require__(310);
|
5928
5928
|
Object.defineProperty(exports, "SubNav", { enumerable: true, get: function () { return SubNav_1.SubNav; } });
|
5929
|
-
var SlidingToolbar_1 = __webpack_require__(
|
5929
|
+
var SlidingToolbar_1 = __webpack_require__(311);
|
5930
5930
|
Object.defineProperty(exports, "SlidingToolbar", { enumerable: true, get: function () { return SlidingToolbar_1.SlidingToolbar; } });
|
5931
|
-
var StrechBar_1 = __webpack_require__(
|
5931
|
+
var StrechBar_1 = __webpack_require__(312);
|
5932
5932
|
Object.defineProperty(exports, "StrechBar", { enumerable: true, get: function () { return StrechBar_1.StrechBar; } });
|
5933
|
-
var PropsList_1 = __webpack_require__(
|
5933
|
+
var PropsList_1 = __webpack_require__(313);
|
5934
5934
|
Object.defineProperty(exports, "PropsList", { enumerable: true, get: function () { return PropsList_1.PropsList; } });
|
5935
5935
|
Object.defineProperty(exports, "Prop", { enumerable: true, get: function () { return PropsList_1.Prop; } });
|
5936
5936
|
var Icon_1 = __webpack_require__(19);
|
5937
5937
|
Object.defineProperty(exports, "Icon", { enumerable: true, get: function () { return Icon_1.Icon; } });
|
5938
|
-
var Divider_1 = __webpack_require__(
|
5938
|
+
var Divider_1 = __webpack_require__(314);
|
5939
5939
|
Object.defineProperty(exports, "Divider", { enumerable: true, get: function () { return Divider_1.Divider; } });
|
5940
|
-
var HeadingText_1 = __webpack_require__(
|
5940
|
+
var HeadingText_1 = __webpack_require__(315);
|
5941
5941
|
Object.defineProperty(exports, "HeadingText", { enumerable: true, get: function () { return HeadingText_1.HeadingText; } });
|
5942
5942
|
var DropdownFirst_1 = __webpack_require__(36);
|
5943
5943
|
Object.defineProperty(exports, "DropdownFirst", { enumerable: true, get: function () { return DropdownFirst_1.DropdownFirst; } });
|
@@ -5947,30 +5947,30 @@ var DropdownFirst_3 = __webpack_require__(36);
|
|
5947
5947
|
Object.defineProperty(exports, "DropdownLabel", { enumerable: true, get: function () { return DropdownFirst_3.DropdownLabel; } });
|
5948
5948
|
var DropdownFirst_4 = __webpack_require__(36);
|
5949
5949
|
Object.defineProperty(exports, "DropdownDivider", { enumerable: true, get: function () { return DropdownFirst_4.DropdownDivider; } });
|
5950
|
-
var Dropdown_1 = __webpack_require__(
|
5950
|
+
var Dropdown_1 = __webpack_require__(316);
|
5951
5951
|
Object.defineProperty(exports, "Dropdown", { enumerable: true, get: function () { return Dropdown_1.Dropdown; } });
|
5952
|
-
var Tag_1 = __webpack_require__(
|
5952
|
+
var Tag_1 = __webpack_require__(336);
|
5953
5953
|
Object.defineProperty(exports, "Tag", { enumerable: true, get: function () { return Tag_1.Tag; } });
|
5954
|
-
var TabCustom_1 = __webpack_require__(
|
5955
|
-
Object.defineProperty(exports, "
|
5954
|
+
var TabCustom_1 = __webpack_require__(337);
|
5955
|
+
Object.defineProperty(exports, "TabItem", { enumerable: true, get: function () { return TabCustom_1.TabItem; } });
|
5956
5956
|
Object.defineProperty(exports, "TabPanel", { enumerable: true, get: function () { return TabCustom_1.TabPanel; } });
|
5957
5957
|
Object.defineProperty(exports, "TabContent", { enumerable: true, get: function () { return TabCustom_1.TabContent; } });
|
5958
|
-
Object.defineProperty(exports, "
|
5959
|
-
var EmptyState_1 = __webpack_require__(
|
5958
|
+
Object.defineProperty(exports, "TabNav", { enumerable: true, get: function () { return TabCustom_1.TabNav; } });
|
5959
|
+
var EmptyState_1 = __webpack_require__(338);
|
5960
5960
|
Object.defineProperty(exports, "EmptyState", { enumerable: true, get: function () { return EmptyState_1.EmptyState; } });
|
5961
|
-
var Autocomplete_1 = __webpack_require__(
|
5961
|
+
var Autocomplete_1 = __webpack_require__(347);
|
5962
5962
|
Object.defineProperty(exports, "Autocomplete", { enumerable: true, get: function () { return Autocomplete_1.Autocomplete; } });
|
5963
|
-
var DonutChart_1 = __webpack_require__(
|
5963
|
+
var DonutChart_1 = __webpack_require__(350);
|
5964
5964
|
Object.defineProperty(exports, "DonutChart", { enumerable: true, get: function () { return DonutChart_1.DonutChart; } });
|
5965
|
-
var Carousel_1 = __webpack_require__(
|
5965
|
+
var Carousel_1 = __webpack_require__(355);
|
5966
5966
|
Object.defineProperty(exports, "Carousel", { enumerable: true, get: function () { return Carousel_1.Carousel; } });
|
5967
|
-
var Modal_1 = __webpack_require__(
|
5967
|
+
var Modal_1 = __webpack_require__(358);
|
5968
5968
|
Object.defineProperty(exports, "Modal", { enumerable: true, get: function () { return Modal_1.Modal; } });
|
5969
|
-
var TagInput_1 = __webpack_require__(
|
5969
|
+
var TagInput_1 = __webpack_require__(361);
|
5970
5970
|
Object.defineProperty(exports, "TagInput", { enumerable: true, get: function () { return TagInput_1.TagInput; } });
|
5971
|
-
var TagInputTest_1 = __webpack_require__(
|
5971
|
+
var TagInputTest_1 = __webpack_require__(362);
|
5972
5972
|
Object.defineProperty(exports, "TagInputTest", { enumerable: true, get: function () { return TagInputTest_1.TagInputTest; } });
|
5973
|
-
var GridList_1 = __webpack_require__(
|
5973
|
+
var GridList_1 = __webpack_require__(363);
|
5974
5974
|
Object.defineProperty(exports, "GridList", { enumerable: true, get: function () { return GridList_1.GridList; } });
|
5975
5975
|
var GridItem_1 = __webpack_require__(224);
|
5976
5976
|
Object.defineProperty(exports, "GridItem", { enumerable: true, get: function () { return GridItem_1.GridItem; } });
|
@@ -5986,19 +5986,19 @@ Object.defineProperty(exports, "GridItemFooterBlock", { enumerable: true, get: f
|
|
5986
5986
|
Object.defineProperty(exports, "GridItemFooterActions", { enumerable: true, get: function () { return GridItem_1.GridItemFooterActions; } });
|
5987
5987
|
Object.defineProperty(exports, "GridItemTopActions", { enumerable: true, get: function () { return GridItem_1.GridItemTopActions; } });
|
5988
5988
|
Object.defineProperty(exports, "GridItemCheckWrapper", { enumerable: true, get: function () { return GridItem_1.GridItemCheckWrapper; } });
|
5989
|
-
var Toast_1 = __webpack_require__(
|
5989
|
+
var Toast_1 = __webpack_require__(364);
|
5990
5990
|
Object.defineProperty(exports, "toasted", { enumerable: true, get: function () { return Toast_1.toasted; } });
|
5991
|
-
var Menu_1 = __webpack_require__(
|
5991
|
+
var Menu_1 = __webpack_require__(368);
|
5992
5992
|
Object.defineProperty(exports, "Menu", { enumerable: true, get: function () { return Menu_1.Menu; } });
|
5993
|
-
var Togglebox_1 = __webpack_require__(
|
5993
|
+
var Togglebox_1 = __webpack_require__(372);
|
5994
5994
|
Object.defineProperty(exports, "ToggleBox", { enumerable: true, get: function () { return Togglebox_1.ToggleBox; } });
|
5995
5995
|
var SelectGrid_1 = __webpack_require__(225);
|
5996
5996
|
Object.defineProperty(exports, "SelectGrid", { enumerable: true, get: function () { return SelectGrid_1.SelectGrid; } });
|
5997
|
-
var IconPicker_1 = __webpack_require__(
|
5997
|
+
var IconPicker_1 = __webpack_require__(375);
|
5998
5998
|
Object.defineProperty(exports, "IconPicker", { enumerable: true, get: function () { return IconPicker_1.IconPicker; } });
|
5999
5999
|
var Skeleton_1 = __webpack_require__(226);
|
6000
6000
|
Object.defineProperty(exports, "Skeleton", { enumerable: true, get: function () { return Skeleton_1.Skeleton; } });
|
6001
|
-
var ListItemLoader_1 = __webpack_require__(
|
6001
|
+
var ListItemLoader_1 = __webpack_require__(376);
|
6002
6002
|
Object.defineProperty(exports, "ListItemLoader", { enumerable: true, get: function () { return ListItemLoader_1.ListItemLoader; } });
|
6003
6003
|
|
6004
6004
|
|
@@ -7495,7 +7495,7 @@ var _react = _interopRequireWildcard(__webpack_require__(1));
|
|
7495
7495
|
|
7496
7496
|
var _DomHandler = _interopRequireDefault(__webpack_require__(10));
|
7497
7497
|
|
7498
|
-
var _PrimeReact = _interopRequireDefault(__webpack_require__(
|
7498
|
+
var _PrimeReact = _interopRequireDefault(__webpack_require__(252));
|
7499
7499
|
|
7500
7500
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
7501
7501
|
|
@@ -8408,11 +8408,11 @@ exports.default = ConnectedOverlayScrollHandler;
|
|
8408
8408
|
|
8409
8409
|
"use strict";
|
8410
8410
|
Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
|
8411
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__CSSTransition__ = __webpack_require__(
|
8411
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__CSSTransition__ = __webpack_require__(253);
|
8412
8412
|
/* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "CSSTransition", function() { return __WEBPACK_IMPORTED_MODULE_0__CSSTransition__["a"]; });
|
8413
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__ReplaceTransition__ = __webpack_require__(
|
8413
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__ReplaceTransition__ = __webpack_require__(257);
|
8414
8414
|
/* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "ReplaceTransition", function() { return __WEBPACK_IMPORTED_MODULE_1__ReplaceTransition__["a"]; });
|
8415
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__SwitchTransition__ = __webpack_require__(
|
8415
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__SwitchTransition__ = __webpack_require__(260);
|
8416
8416
|
/* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "SwitchTransition", function() { return __WEBPACK_IMPORTED_MODULE_2__SwitchTransition__["a"]; });
|
8417
8417
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__TransitionGroup__ = __webpack_require__(64);
|
8418
8418
|
/* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "TransitionGroup", function() { return __WEBPACK_IMPORTED_MODULE_3__TransitionGroup__["a"]; });
|
@@ -8515,7 +8515,7 @@ function getBoundingClientRect(element, includeScale) {
|
|
8515
8515
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__getNodeName_js__ = __webpack_require__(22);
|
8516
8516
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__getComputedStyle_js__ = __webpack_require__(28);
|
8517
8517
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__instanceOf_js__ = __webpack_require__(11);
|
8518
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__isTableElement_js__ = __webpack_require__(
|
8518
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__isTableElement_js__ = __webpack_require__(317);
|
8519
8519
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__getParentNode_js__ = __webpack_require__(37);
|
8520
8520
|
|
8521
8521
|
|
@@ -8550,6 +8550,10 @@ function getContainingBlock(element) {
|
|
8550
8550
|
|
8551
8551
|
var currentNode = Object(__WEBPACK_IMPORTED_MODULE_5__getParentNode_js__["a" /* default */])(element);
|
8552
8552
|
|
8553
|
+
if (Object(__WEBPACK_IMPORTED_MODULE_3__instanceOf_js__["c" /* isShadowRoot */])(currentNode)) {
|
8554
|
+
currentNode = currentNode.host;
|
8555
|
+
}
|
8556
|
+
|
8553
8557
|
while (Object(__WEBPACK_IMPORTED_MODULE_3__instanceOf_js__["b" /* isHTMLElement */])(currentNode) && ['html', 'body'].indexOf(Object(__WEBPACK_IMPORTED_MODULE_1__getNodeName_js__["a" /* default */])(currentNode)) < 0) {
|
8554
8558
|
var css = Object(__WEBPACK_IMPORTED_MODULE_2__getComputedStyle_js__["a" /* default */])(currentNode); // This is non-exhaustive but covers the most common CSS properties that
|
8555
8559
|
// create a containing block.
|
@@ -8598,7 +8602,7 @@ function getVariation(placement) {
|
|
8598
8602
|
|
8599
8603
|
"use strict";
|
8600
8604
|
/* harmony export (immutable) */ __webpack_exports__["a"] = detectOverflow;
|
8601
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__dom_utils_getClippingRect_js__ = __webpack_require__(
|
8605
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__dom_utils_getClippingRect_js__ = __webpack_require__(320);
|
8602
8606
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__dom_utils_getDocumentElement_js__ = __webpack_require__(18);
|
8603
8607
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__dom_utils_getBoundingClientRect_js__ = __webpack_require__(30);
|
8604
8608
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__computeOffsets_js__ = __webpack_require__(83);
|
@@ -37896,9 +37900,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
37896
37900
|
Object.defineProperty(exports, "__esModule", { value: true });
|
37897
37901
|
exports.DatePickerISO = exports.DatePicker = void 0;
|
37898
37902
|
var React = __importStar(__webpack_require__(1));
|
37899
|
-
var addDays_1 = __importDefault(__webpack_require__(
|
37900
|
-
var format_1 = __importDefault(__webpack_require__(
|
37901
|
-
var calendar_1 = __webpack_require__(
|
37903
|
+
var addDays_1 = __importDefault(__webpack_require__(268));
|
37904
|
+
var format_1 = __importDefault(__webpack_require__(269));
|
37905
|
+
var calendar_1 = __webpack_require__(293);
|
37902
37906
|
var lodash_1 = __webpack_require__(38);
|
37903
37907
|
var internalPrimereactClassnames = {
|
37904
37908
|
overlayVisible: 'p-input-overlay-visible',
|
@@ -38307,7 +38311,7 @@ function mapToStyles(_ref2) {
|
|
38307
38311
|
|
38308
38312
|
if (placement === __WEBPACK_IMPORTED_MODULE_0__enums_js__["u" /* top */] || (placement === __WEBPACK_IMPORTED_MODULE_0__enums_js__["l" /* left */] || placement === __WEBPACK_IMPORTED_MODULE_0__enums_js__["s" /* right */]) && variation === __WEBPACK_IMPORTED_MODULE_0__enums_js__["k" /* end */]) {
|
38309
38313
|
sideY = __WEBPACK_IMPORTED_MODULE_0__enums_js__["i" /* bottom */];
|
38310
|
-
var offsetY = isFixed && win.visualViewport ? win.visualViewport.height : // $FlowFixMe[prop-missing]
|
38314
|
+
var offsetY = isFixed && offsetParent === win && win.visualViewport ? win.visualViewport.height : // $FlowFixMe[prop-missing]
|
38311
38315
|
offsetParent[heightProp];
|
38312
38316
|
y -= offsetY - popperRect.height;
|
38313
38317
|
y *= gpuAcceleration ? 1 : -1;
|
@@ -38315,7 +38319,7 @@ function mapToStyles(_ref2) {
|
|
38315
38319
|
|
38316
38320
|
if (placement === __WEBPACK_IMPORTED_MODULE_0__enums_js__["l" /* left */] || (placement === __WEBPACK_IMPORTED_MODULE_0__enums_js__["u" /* top */] || placement === __WEBPACK_IMPORTED_MODULE_0__enums_js__["i" /* bottom */]) && variation === __WEBPACK_IMPORTED_MODULE_0__enums_js__["k" /* end */]) {
|
38317
38321
|
sideX = __WEBPACK_IMPORTED_MODULE_0__enums_js__["s" /* right */];
|
38318
|
-
var offsetX = isFixed && win.visualViewport ? win.visualViewport.width : // $FlowFixMe[prop-missing]
|
38322
|
+
var offsetX = isFixed && offsetParent === win && win.visualViewport ? win.visualViewport.width : // $FlowFixMe[prop-missing]
|
38319
38323
|
offsetParent[widthProp];
|
38320
38324
|
x -= offsetX - popperRect.width;
|
38321
38325
|
x *= gpuAcceleration ? 1 : -1;
|
@@ -38562,17 +38566,17 @@ function popperOffsets(_ref) {
|
|
38562
38566
|
"use strict";
|
38563
38567
|
/* WEBPACK VAR INJECTION */(function(process) {/* harmony export (immutable) */ __webpack_exports__["c"] = popperGenerator;
|
38564
38568
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return createPopper; });
|
38565
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__dom_utils_getCompositeRect_js__ = __webpack_require__(
|
38569
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__dom_utils_getCompositeRect_js__ = __webpack_require__(326);
|
38566
38570
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__dom_utils_getLayoutRect_js__ = __webpack_require__(49);
|
38567
38571
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__dom_utils_listScrollParents_js__ = __webpack_require__(81);
|
38568
38572
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__dom_utils_getOffsetParent_js__ = __webpack_require__(31);
|
38569
38573
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__dom_utils_getComputedStyle_js__ = __webpack_require__(28);
|
38570
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__utils_orderModifiers_js__ = __webpack_require__(
|
38571
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__utils_debounce_js__ = __webpack_require__(
|
38572
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__utils_validateModifiers_js__ = __webpack_require__(
|
38573
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_8__utils_uniqueBy_js__ = __webpack_require__(
|
38574
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__utils_orderModifiers_js__ = __webpack_require__(329);
|
38575
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__utils_debounce_js__ = __webpack_require__(330);
|
38576
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__utils_validateModifiers_js__ = __webpack_require__(331);
|
38577
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_8__utils_uniqueBy_js__ = __webpack_require__(333);
|
38574
38578
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_9__utils_getBasePlacement_js__ = __webpack_require__(17);
|
38575
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_10__utils_mergeByName_js__ = __webpack_require__(
|
38579
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_10__utils_mergeByName_js__ = __webpack_require__(334);
|
38576
38580
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_11__utils_detectOverflow_js__ = __webpack_require__(33);
|
38577
38581
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_12__dom_utils_instanceOf_js__ = __webpack_require__(11);
|
38578
38582
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_13__enums_js__ = __webpack_require__(9);
|
@@ -38907,6 +38911,7 @@ exports.Button = void 0;
|
|
38907
38911
|
var React = __importStar(__webpack_require__(1));
|
38908
38912
|
var classnames_1 = __importDefault(__webpack_require__(2));
|
38909
38913
|
var Icon_1 = __webpack_require__(19);
|
38914
|
+
var Spinner_1 = __webpack_require__(242);
|
38910
38915
|
var Button = /** @class */ (function (_super) {
|
38911
38916
|
__extends(Button, _super);
|
38912
38917
|
function Button() {
|
@@ -38926,8 +38931,9 @@ var Button = /** @class */ (function (_super) {
|
|
38926
38931
|
_a['btn--ui-dark'] = this.props.theme === 'dark',
|
38927
38932
|
_a['btn--icon-only-circle'] = this.props.shape === 'round' && this.props.iconOnly,
|
38928
38933
|
_a));
|
38929
|
-
return (React.createElement("button", { id: this.props.id, className: classes, tabIndex: 0, 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'] },
|
38930
|
-
this.props.
|
38934
|
+
return (React.createElement("button", { id: this.props.id, className: classes, tabIndex: 0, 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'] },
|
38935
|
+
this.props.isLoading ? React.createElement(Spinner_1.Spinner, { size: "mini" }) : null,
|
38936
|
+
this.props.icon && !this.props.isLoading ? React.createElement(Icon_1.Icon, { name: this.props.icon }) : null,
|
38931
38937
|
this.props.iconOnly ? null : this.props.text));
|
38932
38938
|
};
|
38933
38939
|
return Button;
|
@@ -38980,14 +38986,14 @@ var classNamesShape = process.env.NODE_ENV !== 'production' ? __WEBPACK_IMPORTED
|
|
38980
38986
|
"use strict";
|
38981
38987
|
/* WEBPACK VAR INJECTION */(function(process) {/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_esm_objectWithoutPropertiesLoose__ = __webpack_require__(29);
|
38982
38988
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__babel_runtime_helpers_esm_extends__ = __webpack_require__(39);
|
38983
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__babel_runtime_helpers_esm_assertThisInitialized__ = __webpack_require__(
|
38989
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__babel_runtime_helpers_esm_assertThisInitialized__ = __webpack_require__(258);
|
38984
38990
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__babel_runtime_helpers_esm_inheritsLoose__ = __webpack_require__(24);
|
38985
38991
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4_prop_types__ = __webpack_require__(3);
|
38986
38992
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4_prop_types___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_4_prop_types__);
|
38987
38993
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5_react__ = __webpack_require__(1);
|
38988
38994
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5_react___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_5_react__);
|
38989
38995
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__TransitionGroupContext__ = __webpack_require__(43);
|
38990
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__utils_ChildMapping__ = __webpack_require__(
|
38996
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__utils_ChildMapping__ = __webpack_require__(259);
|
38991
38997
|
|
38992
38998
|
|
38993
38999
|
|
@@ -39373,7 +39379,7 @@ var _propTypes = _interopRequireDefault(__webpack_require__(3));
|
|
39373
39379
|
|
39374
39380
|
var _ClassNames = __webpack_require__(8);
|
39375
39381
|
|
39376
|
-
var _KeyFilter = _interopRequireDefault(__webpack_require__(
|
39382
|
+
var _KeyFilter = _interopRequireDefault(__webpack_require__(295));
|
39377
39383
|
|
39378
39384
|
var _Tooltip = __webpack_require__(25);
|
39379
39385
|
|
@@ -39831,7 +39837,7 @@ Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
|
|
39831
39837
|
/* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "popperGenerator", function() { return __WEBPACK_IMPORTED_MODULE_2__createPopper_js__["c"]; });
|
39832
39838
|
/* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "detectOverflow", function() { return __WEBPACK_IMPORTED_MODULE_2__createPopper_js__["b"]; });
|
39833
39839
|
/* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "createPopperBase", function() { return __WEBPACK_IMPORTED_MODULE_2__createPopper_js__["a"]; });
|
39834
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__popper_js__ = __webpack_require__(
|
39840
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__popper_js__ = __webpack_require__(335);
|
39835
39841
|
/* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "createPopper", function() { return __WEBPACK_IMPORTED_MODULE_3__popper_js__["a"]; });
|
39836
39842
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__popper_lite_js__ = __webpack_require__(87);
|
39837
39843
|
/* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "createPopperLite", function() { return __WEBPACK_IMPORTED_MODULE_4__popper_lite_js__["a"]; });
|
@@ -40088,11 +40094,11 @@ function expandToHashMap(value, keys) {
|
|
40088
40094
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
40089
40095
|
|
40090
40096
|
"use strict";
|
40091
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__utils_getOppositePlacement_js__ = __webpack_require__(
|
40097
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__utils_getOppositePlacement_js__ = __webpack_require__(318);
|
40092
40098
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__utils_getBasePlacement_js__ = __webpack_require__(17);
|
40093
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__utils_getOppositeVariationPlacement_js__ = __webpack_require__(
|
40099
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__utils_getOppositeVariationPlacement_js__ = __webpack_require__(319);
|
40094
40100
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__utils_detectOverflow_js__ = __webpack_require__(33);
|
40095
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__utils_computeAutoPlacement_js__ = __webpack_require__(
|
40101
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__utils_computeAutoPlacement_js__ = __webpack_require__(324);
|
40096
40102
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__enums_js__ = __webpack_require__(9);
|
40097
40103
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__utils_getVariation_js__ = __webpack_require__(32);
|
40098
40104
|
|
@@ -40249,7 +40255,7 @@ function flip(_ref) {
|
|
40249
40255
|
|
40250
40256
|
"use strict";
|
40251
40257
|
/* harmony export (immutable) */ __webpack_exports__["a"] = listScrollParents;
|
40252
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__getScrollParent_js__ = __webpack_require__(
|
40258
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__getScrollParent_js__ = __webpack_require__(323);
|
40253
40259
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__getParentNode_js__ = __webpack_require__(37);
|
40254
40260
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__getWindow_js__ = __webpack_require__(14);
|
40255
40261
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__isScrollParent_js__ = __webpack_require__(55);
|
@@ -40516,7 +40522,7 @@ function offset(_ref2) {
|
|
40516
40522
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__enums_js__ = __webpack_require__(9);
|
40517
40523
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__utils_getBasePlacement_js__ = __webpack_require__(17);
|
40518
40524
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__utils_getMainAxisFromPlacement_js__ = __webpack_require__(50);
|
40519
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__utils_getAltAxis_js__ = __webpack_require__(
|
40525
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__utils_getAltAxis_js__ = __webpack_require__(325);
|
40520
40526
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__utils_within_js__ = __webpack_require__(76);
|
40521
40527
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__dom_utils_getLayoutRect_js__ = __webpack_require__(49);
|
40522
40528
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__dom_utils_getOffsetParent_js__ = __webpack_require__(31);
|
@@ -40700,7 +40706,7 @@ var createPopper = /*#__PURE__*/Object(__WEBPACK_IMPORTED_MODULE_0__createPopper
|
|
40700
40706
|
"use strict";
|
40701
40707
|
|
40702
40708
|
|
40703
|
-
module.exports = __webpack_require__(
|
40709
|
+
module.exports = __webpack_require__(348);
|
40704
40710
|
|
40705
40711
|
/***/ }),
|
40706
40712
|
/* 89 */
|
@@ -55996,7 +56002,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
55996
56002
|
exports.SelectGrid = void 0;
|
55997
56003
|
var react_1 = __importDefault(__webpack_require__(1));
|
55998
56004
|
var react_id_generator_1 = __importDefault(__webpack_require__(12));
|
55999
|
-
var overlaypanel_1 = __webpack_require__(
|
56005
|
+
var overlaypanel_1 = __webpack_require__(373);
|
56000
56006
|
var Loader_1 = __webpack_require__(71);
|
56001
56007
|
var SelectGrid = /** @class */ (function (_super) {
|
56002
56008
|
__extends(SelectGrid, _super);
|
@@ -60217,6 +60223,89 @@ exports.HelloWorld = HelloWorld;
|
|
60217
60223
|
|
60218
60224
|
"use strict";
|
60219
60225
|
|
60226
|
+
var __extends = (this && this.__extends) || (function () {
|
60227
|
+
var extendStatics = function (d, b) {
|
60228
|
+
extendStatics = Object.setPrototypeOf ||
|
60229
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
60230
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
60231
|
+
return extendStatics(d, b);
|
60232
|
+
};
|
60233
|
+
return function (d, b) {
|
60234
|
+
extendStatics(d, b);
|
60235
|
+
function __() { this.constructor = d; }
|
60236
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
60237
|
+
};
|
60238
|
+
})();
|
60239
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
60240
|
+
if (k2 === undefined) k2 = k;
|
60241
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
60242
|
+
}) : (function(o, m, k, k2) {
|
60243
|
+
if (k2 === undefined) k2 = k;
|
60244
|
+
o[k2] = m[k];
|
60245
|
+
}));
|
60246
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
60247
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
60248
|
+
}) : function(o, v) {
|
60249
|
+
o["default"] = v;
|
60250
|
+
});
|
60251
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
60252
|
+
if (mod && mod.__esModule) return mod;
|
60253
|
+
var result = {};
|
60254
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
60255
|
+
__setModuleDefault(result, mod);
|
60256
|
+
return result;
|
60257
|
+
};
|
60258
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
60259
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
60260
|
+
};
|
60261
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
60262
|
+
exports.LoadingOverlay = exports.Spinner = void 0;
|
60263
|
+
var React = __importStar(__webpack_require__(1));
|
60264
|
+
var classnames_1 = __importDefault(__webpack_require__(2));
|
60265
|
+
__webpack_require__(243);
|
60266
|
+
var LoadingOverlay = /** @class */ (function (_super) {
|
60267
|
+
__extends(LoadingOverlay, _super);
|
60268
|
+
function LoadingOverlay() {
|
60269
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
60270
|
+
}
|
60271
|
+
LoadingOverlay.prototype.render = function () {
|
60272
|
+
return (React.createElement("div", { className: "sd-loading-overlay--plain" }, this.props.children));
|
60273
|
+
};
|
60274
|
+
return LoadingOverlay;
|
60275
|
+
}(React.PureComponent));
|
60276
|
+
exports.LoadingOverlay = LoadingOverlay;
|
60277
|
+
var Spinner = /** @class */ (function (_super) {
|
60278
|
+
__extends(Spinner, _super);
|
60279
|
+
function Spinner() {
|
60280
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
60281
|
+
}
|
60282
|
+
Spinner.prototype.render = function () {
|
60283
|
+
var _a;
|
60284
|
+
var classes = classnames_1.default('sd-spinner', (_a = {
|
60285
|
+
'sd-spinner--small': this.props.size === undefined
|
60286
|
+
},
|
60287
|
+
_a["sd-spinner--" + this.props.size] = this.props.size || this.props.size !== undefined,
|
60288
|
+
_a));
|
60289
|
+
return (React.createElement("svg", { role: "progressbar", className: classes, viewBox: "0 0 50 50" },
|
60290
|
+
React.createElement("circle", { className: "sd-spinner__path", cx: "25", cy: "25", r: "20", fill: "none", "stroke-width": "5" })));
|
60291
|
+
};
|
60292
|
+
return Spinner;
|
60293
|
+
}(React.PureComponent));
|
60294
|
+
exports.Spinner = Spinner;
|
60295
|
+
|
60296
|
+
|
60297
|
+
/***/ }),
|
60298
|
+
/* 243 */
|
60299
|
+
/***/ (function(module, exports) {
|
60300
|
+
|
60301
|
+
// removed by extract-text-webpack-plugin
|
60302
|
+
|
60303
|
+
/***/ }),
|
60304
|
+
/* 244 */
|
60305
|
+
/***/ (function(module, exports, __webpack_require__) {
|
60306
|
+
|
60307
|
+
"use strict";
|
60308
|
+
|
60220
60309
|
var __extends = (this && this.__extends) || (function () {
|
60221
60310
|
var extendStatics = function (d, b) {
|
60222
60311
|
extendStatics = Object.setPrototypeOf ||
|
@@ -60270,11 +60359,20 @@ var Input = /** @class */ (function (_super) {
|
|
60270
60359
|
_this.handleChange = _this.handleChange.bind(_this);
|
60271
60360
|
return _this;
|
60272
60361
|
}
|
60273
|
-
Input.prototype.
|
60274
|
-
this.setState({ value:
|
60275
|
-
this.props.onChange(
|
60362
|
+
Input.prototype.handleData = function (value) {
|
60363
|
+
this.setState({ value: value !== null && value !== void 0 ? value : '' });
|
60364
|
+
this.props.onChange(value !== null && value !== void 0 ? value : '');
|
60276
60365
|
if (this.props.maxLength && !this.props.invalid) {
|
60277
|
-
this.setState({ invalid:
|
60366
|
+
this.setState({ invalid: value.length > this.props.maxLength });
|
60367
|
+
}
|
60368
|
+
};
|
60369
|
+
Input.prototype.handleChange = function (event) {
|
60370
|
+
this.handleData(event.target.value);
|
60371
|
+
};
|
60372
|
+
Input.prototype.componentDidUpdate = function (prevProps) {
|
60373
|
+
var _a;
|
60374
|
+
if (this.props.value !== prevProps.value) {
|
60375
|
+
this.handleData((_a = this.props.value) !== null && _a !== void 0 ? _a : '');
|
60278
60376
|
}
|
60279
60377
|
};
|
60280
60378
|
Input.prototype.render = function () {
|
@@ -60284,8 +60382,11 @@ var Input = /** @class */ (function (_super) {
|
|
60284
60382
|
'sd-input--disabled': this.props.disabled,
|
60285
60383
|
'sd-input--invalid': this.props.invalid || this.state.invalid,
|
60286
60384
|
});
|
60385
|
+
var labelClasses = classnames_1.default('sd-input__label', {
|
60386
|
+
'a11y-only': this.props.labelHidden,
|
60387
|
+
});
|
60287
60388
|
return (React.createElement("div", { className: classes },
|
60288
|
-
|
60389
|
+
React.createElement("label", { className: labelClasses, htmlFor: this.htmlId, id: this.htmlId + 'label' }, this.props.label),
|
60289
60390
|
React.createElement("input", { className: 'sd-input__input', type: 'text', id: this.htmlId, value: this.state.value, "aria-label": this.props.label, "aria-describedby": this.htmlId + 'label', onChange: this.handleChange, disabled: this.props.disabled }),
|
60290
60391
|
this.props.maxLength ?
|
60291
60392
|
React.createElement("div", { className: 'sd-input__char-count' },
|
@@ -60306,7 +60407,7 @@ exports.Input = Input;
|
|
60306
60407
|
|
60307
60408
|
|
60308
60409
|
/***/ }),
|
60309
|
-
/*
|
60410
|
+
/* 245 */
|
60310
60411
|
/***/ (function(module, exports, __webpack_require__) {
|
60311
60412
|
|
60312
60413
|
"use strict";
|
@@ -60368,6 +60469,13 @@ var Select = /** @class */ (function (_super) {
|
|
60368
60469
|
this.setState({ value: event.target.value });
|
60369
60470
|
this.props.onChange(event.target.value);
|
60370
60471
|
};
|
60472
|
+
Select.prototype.componentDidUpdate = function (prevProps) {
|
60473
|
+
var _a, _b;
|
60474
|
+
if (this.props.value !== prevProps.value) {
|
60475
|
+
this.setState({ value: (_a = this.props.value) !== null && _a !== void 0 ? _a : '' });
|
60476
|
+
this.props.onChange((_b = this.props.value) !== null && _b !== void 0 ? _b : '');
|
60477
|
+
}
|
60478
|
+
};
|
60371
60479
|
Select.prototype.render = function () {
|
60372
60480
|
var classes = classnames_1.default('sd-input sd-input--is-select', {
|
60373
60481
|
'sd-input--inline-label': this.props.inlineLabel,
|
@@ -60375,9 +60483,11 @@ var Select = /** @class */ (function (_super) {
|
|
60375
60483
|
'sd-input--disabled': this.props.disabled,
|
60376
60484
|
'sd-input--invalid': this.props.invalid || this.state.invalid,
|
60377
60485
|
});
|
60486
|
+
var labelClasses = classnames_1.default('sd-input__label', {
|
60487
|
+
'a11y-only': this.props.labelHidden,
|
60488
|
+
});
|
60378
60489
|
return (React.createElement("div", { className: classes },
|
60379
|
-
this.props.label
|
60380
|
-
React.createElement("label", { className: 'sd-input__label', htmlFor: this.htmlId }, this.props.label) : null,
|
60490
|
+
React.createElement("label", { className: labelClasses, htmlFor: this.htmlId }, this.props.label),
|
60381
60491
|
React.createElement("select", { className: 'sd-input__select', id: this.htmlId, value: this.state.value, "aria-label": this.props.label, "aria-describedby": this.htmlId, onChange: this.handleChange, disabled: this.props.disabled }, this.props.children),
|
60382
60492
|
React.createElement("div", { className: 'sd-input__message-box' },
|
60383
60493
|
this.props.info && !this.props.invalid && !this.state.invalid ?
|
@@ -60403,7 +60513,7 @@ exports.Option = Option;
|
|
60403
60513
|
|
60404
60514
|
|
60405
60515
|
/***/ }),
|
60406
|
-
/*
|
60516
|
+
/* 246 */
|
60407
60517
|
/***/ (function(module, exports, __webpack_require__) {
|
60408
60518
|
|
60409
60519
|
"use strict";
|
@@ -60443,7 +60553,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
60443
60553
|
Object.defineProperty(exports, "__esModule", { value: true });
|
60444
60554
|
exports.SelectWithTemplate = void 0;
|
60445
60555
|
var React = __importStar(__webpack_require__(1));
|
60446
|
-
var dropdown_1 = __webpack_require__(
|
60556
|
+
var dropdown_1 = __webpack_require__(247);
|
60447
60557
|
var labelKey = 'label';
|
60448
60558
|
var SelectWithTemplate = /** @class */ (function (_super) {
|
60449
60559
|
__extends(SelectWithTemplate, _super);
|
@@ -60508,16 +60618,16 @@ exports.SelectWithTemplate = SelectWithTemplate;
|
|
60508
60618
|
|
60509
60619
|
|
60510
60620
|
/***/ }),
|
60511
|
-
/*
|
60621
|
+
/* 247 */
|
60512
60622
|
/***/ (function(module, exports, __webpack_require__) {
|
60513
60623
|
|
60514
60624
|
"use strict";
|
60515
60625
|
|
60516
60626
|
|
60517
|
-
module.exports = __webpack_require__(
|
60627
|
+
module.exports = __webpack_require__(248);
|
60518
60628
|
|
60519
60629
|
/***/ }),
|
60520
|
-
/*
|
60630
|
+
/* 248 */
|
60521
60631
|
/***/ (function(module, exports, __webpack_require__) {
|
60522
60632
|
|
60523
60633
|
"use strict";
|
@@ -60538,13 +60648,13 @@ var _DomHandler = _interopRequireDefault(__webpack_require__(10));
|
|
60538
60648
|
|
60539
60649
|
var _ObjectUtils = _interopRequireDefault(__webpack_require__(15));
|
60540
60650
|
|
60541
|
-
var _FilterUtils = _interopRequireDefault(__webpack_require__(
|
60651
|
+
var _FilterUtils = _interopRequireDefault(__webpack_require__(249));
|
60542
60652
|
|
60543
60653
|
var _ClassNames = __webpack_require__(8);
|
60544
60654
|
|
60545
|
-
var _DropdownPanel = __webpack_require__(
|
60655
|
+
var _DropdownPanel = __webpack_require__(250);
|
60546
60656
|
|
60547
|
-
var _DropdownItem = __webpack_require__(
|
60657
|
+
var _DropdownItem = __webpack_require__(251);
|
60548
60658
|
|
60549
60659
|
var _Tooltip = __webpack_require__(25);
|
60550
60660
|
|
@@ -61626,7 +61736,7 @@ _defineProperty(Dropdown, "propTypes", {
|
|
61626
61736
|
});
|
61627
61737
|
|
61628
61738
|
/***/ }),
|
61629
|
-
/*
|
61739
|
+
/* 249 */
|
61630
61740
|
/***/ (function(module, exports, __webpack_require__) {
|
61631
61741
|
|
61632
61742
|
"use strict";
|
@@ -61858,7 +61968,7 @@ var FilterUtils = /*#__PURE__*/function () {
|
|
61858
61968
|
exports.default = FilterUtils;
|
61859
61969
|
|
61860
61970
|
/***/ }),
|
61861
|
-
/*
|
61971
|
+
/* 250 */
|
61862
61972
|
/***/ (function(module, exports, __webpack_require__) {
|
61863
61973
|
|
61864
61974
|
"use strict";
|
@@ -61981,7 +62091,7 @@ _defineProperty(DropdownPanel, "propTypes", {
|
|
61981
62091
|
});
|
61982
62092
|
|
61983
62093
|
/***/ }),
|
61984
|
-
/*
|
62094
|
+
/* 251 */
|
61985
62095
|
/***/ (function(module, exports, __webpack_require__) {
|
61986
62096
|
|
61987
62097
|
"use strict";
|
@@ -62101,7 +62211,7 @@ _defineProperty(DropdownItem, "propTypes", {
|
|
62101
62211
|
});
|
62102
62212
|
|
62103
62213
|
/***/ }),
|
62104
|
-
/*
|
62214
|
+
/* 252 */
|
62105
62215
|
/***/ (function(module, exports, __webpack_require__) {
|
62106
62216
|
|
62107
62217
|
"use strict";
|
@@ -62125,7 +62235,7 @@ exports.default = PrimeReact;
|
|
62125
62235
|
_defineProperty(PrimeReact, "ripple", false);
|
62126
62236
|
|
62127
62237
|
/***/ }),
|
62128
|
-
/*
|
62238
|
+
/* 253 */
|
62129
62239
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
62130
62240
|
|
62131
62241
|
"use strict";
|
@@ -62134,8 +62244,8 @@ _defineProperty(PrimeReact, "ripple", false);
|
|
62134
62244
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__babel_runtime_helpers_esm_inheritsLoose__ = __webpack_require__(24);
|
62135
62245
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3_prop_types__ = __webpack_require__(3);
|
62136
62246
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3_prop_types___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_3_prop_types__);
|
62137
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4_dom_helpers_addClass__ = __webpack_require__(
|
62138
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5_dom_helpers_removeClass__ = __webpack_require__(
|
62247
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4_dom_helpers_addClass__ = __webpack_require__(254);
|
62248
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5_dom_helpers_removeClass__ = __webpack_require__(256);
|
62139
62249
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6_react__ = __webpack_require__(1);
|
62140
62250
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6_react___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_6_react__);
|
62141
62251
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__Transition__ = __webpack_require__(42);
|
@@ -62555,12 +62665,12 @@ CSSTransition.propTypes = process.env.NODE_ENV !== "production" ? Object(__WEBPA
|
|
62555
62665
|
/* WEBPACK VAR INJECTION */}.call(__webpack_exports__, __webpack_require__(5)))
|
62556
62666
|
|
62557
62667
|
/***/ }),
|
62558
|
-
/*
|
62668
|
+
/* 254 */
|
62559
62669
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
62560
62670
|
|
62561
62671
|
"use strict";
|
62562
62672
|
/* harmony export (immutable) */ __webpack_exports__["a"] = addClass;
|
62563
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__hasClass__ = __webpack_require__(
|
62673
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__hasClass__ = __webpack_require__(255);
|
62564
62674
|
|
62565
62675
|
/**
|
62566
62676
|
* Adds a CSS class to a given element.
|
@@ -62574,7 +62684,7 @@ function addClass(element, className) {
|
|
62574
62684
|
}
|
62575
62685
|
|
62576
62686
|
/***/ }),
|
62577
|
-
/*
|
62687
|
+
/* 255 */
|
62578
62688
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
62579
62689
|
|
62580
62690
|
"use strict";
|
@@ -62591,7 +62701,7 @@ function hasClass(element, className) {
|
|
62591
62701
|
}
|
62592
62702
|
|
62593
62703
|
/***/ }),
|
62594
|
-
/*
|
62704
|
+
/* 256 */
|
62595
62705
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
62596
62706
|
|
62597
62707
|
"use strict";
|
@@ -62618,7 +62728,7 @@ function removeClass(element, className) {
|
|
62618
62728
|
}
|
62619
62729
|
|
62620
62730
|
/***/ }),
|
62621
|
-
/*
|
62731
|
+
/* 257 */
|
62622
62732
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
62623
62733
|
|
62624
62734
|
"use strict";
|
@@ -62770,7 +62880,7 @@ ReplaceTransition.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
62770
62880
|
/* WEBPACK VAR INJECTION */}.call(__webpack_exports__, __webpack_require__(5)))
|
62771
62881
|
|
62772
62882
|
/***/ }),
|
62773
|
-
/*
|
62883
|
+
/* 258 */
|
62774
62884
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
62775
62885
|
|
62776
62886
|
"use strict";
|
@@ -62784,7 +62894,7 @@ function _assertThisInitialized(self) {
|
|
62784
62894
|
}
|
62785
62895
|
|
62786
62896
|
/***/ }),
|
62787
|
-
/*
|
62897
|
+
/* 259 */
|
62788
62898
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
62789
62899
|
|
62790
62900
|
"use strict";
|
@@ -62936,7 +63046,7 @@ function getNextChildMapping(nextProps, prevChildMapping, onExited) {
|
|
62936
63046
|
}
|
62937
63047
|
|
62938
63048
|
/***/ }),
|
62939
|
-
/*
|
63049
|
+
/* 260 */
|
62940
63050
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
62941
63051
|
|
62942
63052
|
"use strict";
|
@@ -63208,7 +63318,7 @@ SwitchTransition.defaultProps = {
|
|
63208
63318
|
/* WEBPACK VAR INJECTION */}.call(__webpack_exports__, __webpack_require__(5)))
|
63209
63319
|
|
63210
63320
|
/***/ }),
|
63211
|
-
/*
|
63321
|
+
/* 261 */
|
63212
63322
|
/***/ (function(module, exports, __webpack_require__) {
|
63213
63323
|
|
63214
63324
|
"use strict";
|
@@ -63275,7 +63385,7 @@ exports.Popover = Popover;
|
|
63275
63385
|
|
63276
63386
|
|
63277
63387
|
/***/ }),
|
63278
|
-
/*
|
63388
|
+
/* 262 */
|
63279
63389
|
/***/ (function(module, exports, __webpack_require__) {
|
63280
63390
|
|
63281
63391
|
"use strict";
|
@@ -63347,7 +63457,7 @@ exports.Label = Label;
|
|
63347
63457
|
|
63348
63458
|
|
63349
63459
|
/***/ }),
|
63350
|
-
/*
|
63460
|
+
/* 263 */
|
63351
63461
|
/***/ (function(module, exports, __webpack_require__) {
|
63352
63462
|
|
63353
63463
|
"use strict";
|
@@ -63434,7 +63544,7 @@ exports.Alert = Alert;
|
|
63434
63544
|
|
63435
63545
|
|
63436
63546
|
/***/ }),
|
63437
|
-
/*
|
63547
|
+
/* 264 */
|
63438
63548
|
/***/ (function(module, exports, __webpack_require__) {
|
63439
63549
|
|
63440
63550
|
"use strict";
|
@@ -63497,7 +63607,7 @@ exports.IconButton = IconButton;
|
|
63497
63607
|
|
63498
63608
|
|
63499
63609
|
/***/ }),
|
63500
|
-
/*
|
63610
|
+
/* 265 */
|
63501
63611
|
/***/ (function(module, exports, __webpack_require__) {
|
63502
63612
|
|
63503
63613
|
"use strict";
|
@@ -63564,7 +63674,7 @@ exports.IconLabel = IconLabel;
|
|
63564
63674
|
|
63565
63675
|
|
63566
63676
|
/***/ }),
|
63567
|
-
/*
|
63677
|
+
/* 266 */
|
63568
63678
|
/***/ (function(module, exports, __webpack_require__) {
|
63569
63679
|
|
63570
63680
|
"use strict";
|
@@ -63630,7 +63740,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
63630
63740
|
exports.Tooltip = void 0;
|
63631
63741
|
var React = __importStar(__webpack_require__(1));
|
63632
63742
|
var react_id_generator_1 = __importDefault(__webpack_require__(12));
|
63633
|
-
var tooltip_1 = __webpack_require__(
|
63743
|
+
var tooltip_1 = __webpack_require__(267);
|
63634
63744
|
exports.Tooltip = function (_a) {
|
63635
63745
|
var appendToBody = _a.appendToBody, children = _a.children, otherProps = __rest(_a, ["appendToBody", "children"]);
|
63636
63746
|
return appendToBody ?
|
@@ -63677,7 +63787,7 @@ var TooltipAppended = function (_a) {
|
|
63677
63787
|
|
63678
63788
|
|
63679
63789
|
/***/ }),
|
63680
|
-
/*
|
63790
|
+
/* 267 */
|
63681
63791
|
/***/ (function(module, exports, __webpack_require__) {
|
63682
63792
|
|
63683
63793
|
"use strict";
|
@@ -63686,7 +63796,7 @@ var TooltipAppended = function (_a) {
|
|
63686
63796
|
module.exports = __webpack_require__(25);
|
63687
63797
|
|
63688
63798
|
/***/ }),
|
63689
|
-
/*
|
63799
|
+
/* 268 */
|
63690
63800
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
63691
63801
|
|
63692
63802
|
"use strict";
|
@@ -63731,20 +63841,20 @@ function addDays(dirtyDate, dirtyAmount) {
|
|
63731
63841
|
}
|
63732
63842
|
|
63733
63843
|
/***/ }),
|
63734
|
-
/*
|
63844
|
+
/* 269 */
|
63735
63845
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
63736
63846
|
|
63737
63847
|
"use strict";
|
63738
63848
|
Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
|
63739
63849
|
/* harmony export (immutable) */ __webpack_exports__["default"] = format;
|
63740
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__isValid_index_js__ = __webpack_require__(
|
63741
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__locale_en_US_index_js__ = __webpack_require__(
|
63742
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__subMilliseconds_index_js__ = __webpack_require__(
|
63850
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__isValid_index_js__ = __webpack_require__(270);
|
63851
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__locale_en_US_index_js__ = __webpack_require__(271);
|
63852
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__subMilliseconds_index_js__ = __webpack_require__(281);
|
63743
63853
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__toDate_index_js__ = __webpack_require__(13);
|
63744
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__lib_format_formatters_index_js__ = __webpack_require__(
|
63745
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__lib_format_longFormatters_index_js__ = __webpack_require__(
|
63746
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__lib_getTimezoneOffsetInMilliseconds_index_js__ = __webpack_require__(
|
63747
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__lib_protectedTokens_index_js__ = __webpack_require__(
|
63854
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__lib_format_formatters_index_js__ = __webpack_require__(283);
|
63855
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__lib_format_longFormatters_index_js__ = __webpack_require__(290);
|
63856
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__lib_getTimezoneOffsetInMilliseconds_index_js__ = __webpack_require__(291);
|
63857
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__lib_protectedTokens_index_js__ = __webpack_require__(292);
|
63748
63858
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_8__lib_toInteger_index_js__ = __webpack_require__(21);
|
63749
63859
|
|
63750
63860
|
|
@@ -64180,7 +64290,7 @@ function cleanEscapedString(input) {
|
|
64180
64290
|
}
|
64181
64291
|
|
64182
64292
|
/***/ }),
|
64183
|
-
/*
|
64293
|
+
/* 270 */
|
64184
64294
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
64185
64295
|
|
64186
64296
|
"use strict";
|
@@ -64255,15 +64365,15 @@ function isValid(dirtyDate) {
|
|
64255
64365
|
}
|
64256
64366
|
|
64257
64367
|
/***/ }),
|
64258
|
-
/*
|
64368
|
+
/* 271 */
|
64259
64369
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
64260
64370
|
|
64261
64371
|
"use strict";
|
64262
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__lib_formatDistance_index_js__ = __webpack_require__(
|
64263
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__lib_formatLong_index_js__ = __webpack_require__(
|
64264
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__lib_formatRelative_index_js__ = __webpack_require__(
|
64265
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__lib_localize_index_js__ = __webpack_require__(
|
64266
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__lib_match_index_js__ = __webpack_require__(
|
64372
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__lib_formatDistance_index_js__ = __webpack_require__(272);
|
64373
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__lib_formatLong_index_js__ = __webpack_require__(273);
|
64374
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__lib_formatRelative_index_js__ = __webpack_require__(275);
|
64375
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__lib_localize_index_js__ = __webpack_require__(276);
|
64376
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__lib_match_index_js__ = __webpack_require__(278);
|
64267
64377
|
|
64268
64378
|
|
64269
64379
|
|
@@ -64296,7 +64406,7 @@ var locale = {
|
|
64296
64406
|
/* harmony default export */ __webpack_exports__["a"] = (locale);
|
64297
64407
|
|
64298
64408
|
/***/ }),
|
64299
|
-
/*
|
64409
|
+
/* 272 */
|
64300
64410
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
64301
64411
|
|
64302
64412
|
"use strict";
|
@@ -64380,11 +64490,11 @@ function formatDistance(token, count, options) {
|
|
64380
64490
|
}
|
64381
64491
|
|
64382
64492
|
/***/ }),
|
64383
|
-
/*
|
64493
|
+
/* 273 */
|
64384
64494
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
64385
64495
|
|
64386
64496
|
"use strict";
|
64387
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__lib_buildFormatLongFn_index_js__ = __webpack_require__(
|
64497
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__lib_buildFormatLongFn_index_js__ = __webpack_require__(274);
|
64388
64498
|
|
64389
64499
|
var dateFormats = {
|
64390
64500
|
full: 'EEEE, MMMM do, y',
|
@@ -64421,7 +64531,7 @@ var formatLong = {
|
|
64421
64531
|
/* harmony default export */ __webpack_exports__["a"] = (formatLong);
|
64422
64532
|
|
64423
64533
|
/***/ }),
|
64424
|
-
/*
|
64534
|
+
/* 274 */
|
64425
64535
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
64426
64536
|
|
64427
64537
|
"use strict";
|
@@ -64436,7 +64546,7 @@ function buildFormatLongFn(args) {
|
|
64436
64546
|
}
|
64437
64547
|
|
64438
64548
|
/***/ }),
|
64439
|
-
/*
|
64549
|
+
/* 275 */
|
64440
64550
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
64441
64551
|
|
64442
64552
|
"use strict";
|
@@ -64454,11 +64564,11 @@ function formatRelative(token, _date, _baseDate, _options) {
|
|
64454
64564
|
}
|
64455
64565
|
|
64456
64566
|
/***/ }),
|
64457
|
-
/*
|
64567
|
+
/* 276 */
|
64458
64568
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
64459
64569
|
|
64460
64570
|
"use strict";
|
64461
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__lib_buildLocalizeFn_index_js__ = __webpack_require__(
|
64571
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__lib_buildLocalizeFn_index_js__ = __webpack_require__(277);
|
64462
64572
|
|
64463
64573
|
var eraValues = {
|
64464
64574
|
narrow: ['B', 'A'],
|
@@ -64610,7 +64720,7 @@ var localize = {
|
|
64610
64720
|
/* harmony default export */ __webpack_exports__["a"] = (localize);
|
64611
64721
|
|
64612
64722
|
/***/ }),
|
64613
|
-
/*
|
64723
|
+
/* 277 */
|
64614
64724
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
64615
64725
|
|
64616
64726
|
"use strict";
|
@@ -64639,12 +64749,12 @@ function buildLocalizeFn(args) {
|
|
64639
64749
|
}
|
64640
64750
|
|
64641
64751
|
/***/ }),
|
64642
|
-
/*
|
64752
|
+
/* 278 */
|
64643
64753
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
64644
64754
|
|
64645
64755
|
"use strict";
|
64646
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__lib_buildMatchPatternFn_index_js__ = __webpack_require__(
|
64647
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__lib_buildMatchFn_index_js__ = __webpack_require__(
|
64756
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__lib_buildMatchPatternFn_index_js__ = __webpack_require__(279);
|
64757
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__lib_buildMatchFn_index_js__ = __webpack_require__(280);
|
64648
64758
|
|
64649
64759
|
|
64650
64760
|
var matchOrdinalNumberPattern = /^(\d+)(th|st|nd|rd)?/i;
|
@@ -64745,7 +64855,7 @@ var match = {
|
|
64745
64855
|
/* harmony default export */ __webpack_exports__["a"] = (match);
|
64746
64856
|
|
64747
64857
|
/***/ }),
|
64748
|
-
/*
|
64858
|
+
/* 279 */
|
64749
64859
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
64750
64860
|
|
64751
64861
|
"use strict";
|
@@ -64777,7 +64887,7 @@ function buildMatchPatternFn(args) {
|
|
64777
64887
|
}
|
64778
64888
|
|
64779
64889
|
/***/ }),
|
64780
|
-
/*
|
64890
|
+
/* 280 */
|
64781
64891
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
64782
64892
|
|
64783
64893
|
"use strict";
|
@@ -64834,13 +64944,13 @@ function findIndex(array, predicate) {
|
|
64834
64944
|
}
|
64835
64945
|
|
64836
64946
|
/***/ }),
|
64837
|
-
/*
|
64947
|
+
/* 281 */
|
64838
64948
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
64839
64949
|
|
64840
64950
|
"use strict";
|
64841
64951
|
/* harmony export (immutable) */ __webpack_exports__["a"] = subMilliseconds;
|
64842
64952
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__lib_toInteger_index_js__ = __webpack_require__(21);
|
64843
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__addMilliseconds_index_js__ = __webpack_require__(
|
64953
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__addMilliseconds_index_js__ = __webpack_require__(282);
|
64844
64954
|
|
64845
64955
|
|
64846
64956
|
/**
|
@@ -64876,7 +64986,7 @@ function subMilliseconds(dirtyDate, dirtyAmount) {
|
|
64876
64986
|
}
|
64877
64987
|
|
64878
64988
|
/***/ }),
|
64879
|
-
/*
|
64989
|
+
/* 282 */
|
64880
64990
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
64881
64991
|
|
64882
64992
|
"use strict";
|
@@ -64919,15 +65029,15 @@ function addMilliseconds(dirtyDate, dirtyAmount) {
|
|
64919
65029
|
}
|
64920
65030
|
|
64921
65031
|
/***/ }),
|
64922
|
-
/*
|
65032
|
+
/* 283 */
|
64923
65033
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
64924
65034
|
|
64925
65035
|
"use strict";
|
64926
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__lightFormatters_index_js__ = __webpack_require__(
|
64927
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__lib_getUTCDayOfYear_index_js__ = __webpack_require__(
|
64928
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__lib_getUTCISOWeek_index_js__ = __webpack_require__(
|
65036
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__lightFormatters_index_js__ = __webpack_require__(284);
|
65037
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__lib_getUTCDayOfYear_index_js__ = __webpack_require__(285);
|
65038
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__lib_getUTCISOWeek_index_js__ = __webpack_require__(286);
|
64929
65039
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__lib_getUTCISOWeekYear_index_js__ = __webpack_require__(67);
|
64930
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__lib_getUTCWeek_index_js__ = __webpack_require__(
|
65040
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__lib_getUTCWeek_index_js__ = __webpack_require__(288);
|
64931
65041
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__lib_getUTCWeekYear_index_js__ = __webpack_require__(68);
|
64932
65042
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__addLeadingZeros_index_js__ = __webpack_require__(66);
|
64933
65043
|
|
@@ -65788,7 +65898,7 @@ function formatTimezone(offset, dirtyDelimiter) {
|
|
65788
65898
|
/* harmony default export */ __webpack_exports__["a"] = (formatters);
|
65789
65899
|
|
65790
65900
|
/***/ }),
|
65791
|
-
/*
|
65901
|
+
/* 284 */
|
65792
65902
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
65793
65903
|
|
65794
65904
|
"use strict";
|
@@ -65877,7 +65987,7 @@ var formatters = {
|
|
65877
65987
|
/* harmony default export */ __webpack_exports__["a"] = (formatters);
|
65878
65988
|
|
65879
65989
|
/***/ }),
|
65880
|
-
/*
|
65990
|
+
/* 285 */
|
65881
65991
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
65882
65992
|
|
65883
65993
|
"use strict";
|
@@ -65902,14 +66012,14 @@ function getUTCDayOfYear(dirtyDate) {
|
|
65902
66012
|
}
|
65903
66013
|
|
65904
66014
|
/***/ }),
|
65905
|
-
/*
|
66015
|
+
/* 286 */
|
65906
66016
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
65907
66017
|
|
65908
66018
|
"use strict";
|
65909
66019
|
/* harmony export (immutable) */ __webpack_exports__["a"] = getUTCISOWeek;
|
65910
66020
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__toDate_index_js__ = __webpack_require__(13);
|
65911
66021
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__startOfUTCISOWeek_index_js__ = __webpack_require__(46);
|
65912
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__startOfUTCISOWeekYear_index_js__ = __webpack_require__(
|
66022
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__startOfUTCISOWeekYear_index_js__ = __webpack_require__(287);
|
65913
66023
|
|
65914
66024
|
|
65915
66025
|
|
@@ -65930,7 +66040,7 @@ function getUTCISOWeek(dirtyDate) {
|
|
65930
66040
|
}
|
65931
66041
|
|
65932
66042
|
/***/ }),
|
65933
|
-
/*
|
66043
|
+
/* 287 */
|
65934
66044
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
65935
66045
|
|
65936
66046
|
"use strict";
|
@@ -65955,14 +66065,14 @@ function startOfUTCISOWeekYear(dirtyDate) {
|
|
65955
66065
|
}
|
65956
66066
|
|
65957
66067
|
/***/ }),
|
65958
|
-
/*
|
66068
|
+
/* 288 */
|
65959
66069
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
65960
66070
|
|
65961
66071
|
"use strict";
|
65962
66072
|
/* harmony export (immutable) */ __webpack_exports__["a"] = getUTCWeek;
|
65963
66073
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__toDate_index_js__ = __webpack_require__(13);
|
65964
66074
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__startOfUTCWeek_index_js__ = __webpack_require__(47);
|
65965
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__startOfUTCWeekYear_index_js__ = __webpack_require__(
|
66075
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__startOfUTCWeekYear_index_js__ = __webpack_require__(289);
|
65966
66076
|
|
65967
66077
|
|
65968
66078
|
|
@@ -65983,7 +66093,7 @@ function getUTCWeek(dirtyDate, options) {
|
|
65983
66093
|
}
|
65984
66094
|
|
65985
66095
|
/***/ }),
|
65986
|
-
/*
|
66096
|
+
/* 289 */
|
65987
66097
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
65988
66098
|
|
65989
66099
|
"use strict";
|
@@ -66015,7 +66125,7 @@ function startOfUTCWeekYear(dirtyDate, dirtyOptions) {
|
|
66015
66125
|
}
|
66016
66126
|
|
66017
66127
|
/***/ }),
|
66018
|
-
/*
|
66128
|
+
/* 290 */
|
66019
66129
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
66020
66130
|
|
66021
66131
|
"use strict";
|
@@ -66117,7 +66227,7 @@ var longFormatters = {
|
|
66117
66227
|
/* harmony default export */ __webpack_exports__["a"] = (longFormatters);
|
66118
66228
|
|
66119
66229
|
/***/ }),
|
66120
|
-
/*
|
66230
|
+
/* 291 */
|
66121
66231
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
66122
66232
|
|
66123
66233
|
"use strict";
|
@@ -66144,7 +66254,7 @@ function getTimezoneOffsetInMilliseconds(dirtyDate) {
|
|
66144
66254
|
}
|
66145
66255
|
|
66146
66256
|
/***/ }),
|
66147
|
-
/*
|
66257
|
+
/* 292 */
|
66148
66258
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
66149
66259
|
|
66150
66260
|
"use strict";
|
@@ -66172,16 +66282,16 @@ function throwProtectedError(token) {
|
|
66172
66282
|
}
|
66173
66283
|
|
66174
66284
|
/***/ }),
|
66175
|
-
/*
|
66285
|
+
/* 293 */
|
66176
66286
|
/***/ (function(module, exports, __webpack_require__) {
|
66177
66287
|
|
66178
66288
|
"use strict";
|
66179
66289
|
|
66180
66290
|
|
66181
|
-
module.exports = __webpack_require__(
|
66291
|
+
module.exports = __webpack_require__(294);
|
66182
66292
|
|
66183
66293
|
/***/ }),
|
66184
|
-
/*
|
66294
|
+
/* 294 */
|
66185
66295
|
/***/ (function(module, exports, __webpack_require__) {
|
66186
66296
|
|
66187
66297
|
"use strict";
|
@@ -66202,7 +66312,7 @@ var _InputText = __webpack_require__(69);
|
|
66202
66312
|
|
66203
66313
|
var _Button = __webpack_require__(70);
|
66204
66314
|
|
66205
|
-
var _CalendarPanel = __webpack_require__(
|
66315
|
+
var _CalendarPanel = __webpack_require__(296);
|
66206
66316
|
|
66207
66317
|
var _DomHandler = _interopRequireDefault(__webpack_require__(10));
|
66208
66318
|
|
@@ -69548,7 +69658,7 @@ _defineProperty(Calendar, "propTypes", {
|
|
69548
69658
|
});
|
69549
69659
|
|
69550
69660
|
/***/ }),
|
69551
|
-
/*
|
69661
|
+
/* 295 */
|
69552
69662
|
/***/ (function(module, exports, __webpack_require__) {
|
69553
69663
|
|
69554
69664
|
"use strict";
|
@@ -69697,7 +69807,7 @@ _defineProperty(KeyFilter, "SAFARI_KEYS", {
|
|
69697
69807
|
});
|
69698
69808
|
|
69699
69809
|
/***/ }),
|
69700
|
-
/*
|
69810
|
+
/* 296 */
|
69701
69811
|
/***/ (function(module, exports, __webpack_require__) {
|
69702
69812
|
|
69703
69813
|
"use strict";
|
@@ -69794,7 +69904,7 @@ _defineProperty(CalendarPanel, "propTypes", {
|
|
69794
69904
|
});
|
69795
69905
|
|
69796
69906
|
/***/ }),
|
69797
|
-
/*
|
69907
|
+
/* 297 */
|
69798
69908
|
/***/ (function(module, exports, __webpack_require__) {
|
69799
69909
|
|
69800
69910
|
"use strict";
|
@@ -69855,7 +69965,7 @@ exports.FormLabel = FormLabel;
|
|
69855
69965
|
|
69856
69966
|
|
69857
69967
|
/***/ }),
|
69858
|
-
/*
|
69968
|
+
/* 298 */
|
69859
69969
|
/***/ (function(module, exports, __webpack_require__) {
|
69860
69970
|
|
69861
69971
|
"use strict";
|
@@ -69933,7 +70043,7 @@ exports.Switch = Switch;
|
|
69933
70043
|
|
69934
70044
|
|
69935
70045
|
/***/ }),
|
69936
|
-
/*
|
70046
|
+
/* 299 */
|
69937
70047
|
/***/ (function(module, exports, __webpack_require__) {
|
69938
70048
|
|
69939
70049
|
"use strict";
|
@@ -69997,7 +70107,7 @@ exports.SwitchGroup = SwitchGroup;
|
|
69997
70107
|
|
69998
70108
|
|
69999
70109
|
/***/ }),
|
70000
|
-
/*
|
70110
|
+
/* 300 */
|
70001
70111
|
/***/ (function(module, exports, __webpack_require__) {
|
70002
70112
|
|
70003
70113
|
"use strict";
|
@@ -70063,7 +70173,7 @@ exports.ButtonGroup = ButtonGroup;
|
|
70063
70173
|
|
70064
70174
|
|
70065
70175
|
/***/ }),
|
70066
|
-
/*
|
70176
|
+
/* 301 */
|
70067
70177
|
/***/ (function(module, exports, __webpack_require__) {
|
70068
70178
|
|
70069
70179
|
"use strict";
|
@@ -70133,7 +70243,7 @@ exports.Radio = Radio;
|
|
70133
70243
|
|
70134
70244
|
|
70135
70245
|
/***/ }),
|
70136
|
-
/*
|
70246
|
+
/* 302 */
|
70137
70247
|
/***/ (function(module, exports, __webpack_require__) {
|
70138
70248
|
|
70139
70249
|
"use strict";
|
@@ -70203,7 +70313,7 @@ exports.Checkbox = Checkbox;
|
|
70203
70313
|
|
70204
70314
|
|
70205
70315
|
/***/ }),
|
70206
|
-
/*
|
70316
|
+
/* 303 */
|
70207
70317
|
/***/ (function(module, exports, __webpack_require__) {
|
70208
70318
|
|
70209
70319
|
"use strict";
|
@@ -70275,7 +70385,7 @@ exports.RadioButton = RadioButton;
|
|
70275
70385
|
|
70276
70386
|
|
70277
70387
|
/***/ }),
|
70278
|
-
/*
|
70388
|
+
/* 304 */
|
70279
70389
|
/***/ (function(module, exports, __webpack_require__) {
|
70280
70390
|
|
70281
70391
|
"use strict";
|
@@ -70347,7 +70457,7 @@ exports.CheckboxButton = CheckboxButton;
|
|
70347
70457
|
|
70348
70458
|
|
70349
70459
|
/***/ }),
|
70350
|
-
/*
|
70460
|
+
/* 305 */
|
70351
70461
|
/***/ (function(module, exports, __webpack_require__) {
|
70352
70462
|
|
70353
70463
|
"use strict";
|
@@ -70409,7 +70519,7 @@ exports.CheckGroup = CheckGroup;
|
|
70409
70519
|
|
70410
70520
|
|
70411
70521
|
/***/ }),
|
70412
|
-
/*
|
70522
|
+
/* 306 */
|
70413
70523
|
/***/ (function(module, exports, __webpack_require__) {
|
70414
70524
|
|
70415
70525
|
"use strict";
|
@@ -70475,7 +70585,7 @@ exports.CheckButtonGroup = CheckButtonGroup;
|
|
70475
70585
|
|
70476
70586
|
|
70477
70587
|
/***/ }),
|
70478
|
-
/*
|
70588
|
+
/* 307 */
|
70479
70589
|
/***/ (function(module, exports, __webpack_require__) {
|
70480
70590
|
|
70481
70591
|
"use strict";
|
@@ -70546,7 +70656,7 @@ exports.NavButton = NavButton;
|
|
70546
70656
|
|
70547
70657
|
|
70548
70658
|
/***/ }),
|
70549
|
-
/*
|
70659
|
+
/* 308 */
|
70550
70660
|
/***/ (function(module, exports, __webpack_require__) {
|
70551
70661
|
|
70552
70662
|
"use strict";
|
@@ -70612,31 +70722,52 @@ var TabList = /** @class */ (function (_super) {
|
|
70612
70722
|
_this.goTo = _this.goTo.bind(_this);
|
70613
70723
|
return _this;
|
70614
70724
|
}
|
70725
|
+
TabList.prototype.componentDidMount = function () {
|
70726
|
+
var _a;
|
70727
|
+
if (this.props.selected) {
|
70728
|
+
this.goTo((_a = this.props.selected) !== null && _a !== void 0 ? _a : '');
|
70729
|
+
}
|
70730
|
+
};
|
70615
70731
|
TabList.prototype.handleChange = function (index) {
|
70616
70732
|
this.setState({
|
70617
70733
|
index: index,
|
70618
70734
|
});
|
70619
70735
|
};
|
70620
|
-
TabList.prototype.goTo = function (
|
70621
|
-
var
|
70622
|
-
this.
|
70623
|
-
|
70736
|
+
TabList.prototype.goTo = function (index) {
|
70737
|
+
var _a, _b;
|
70738
|
+
if (this.props.tabs) {
|
70739
|
+
var refLabel = (_a = this.props.tabs) === null || _a === void 0 ? void 0 : _a.find(function (item) { return item.id === index; });
|
70740
|
+
this.setState({
|
70741
|
+
index: refLabel ? (_b = this.props.tabs) === null || _b === void 0 ? void 0 : _b.indexOf(refLabel) : 0,
|
70742
|
+
});
|
70743
|
+
}
|
70744
|
+
else {
|
70745
|
+
var refLabel = this.props.children.find(function (item) { return item.props.id === index; });
|
70746
|
+
this.setState({
|
70747
|
+
index: this.props.children.indexOf(refLabel),
|
70748
|
+
});
|
70749
|
+
}
|
70750
|
+
};
|
70751
|
+
TabList.prototype.navBar = function (arr) {
|
70752
|
+
var _this = this;
|
70753
|
+
return arr.map(function (item, index) {
|
70754
|
+
var label = _this.props.tabs ? item.label : item.props.label;
|
70755
|
+
return React.createElement("button", { id: "TabList-" + index, key: index, onClick: function () { return _this.handleChange(index); }, role: 'tab', "aria-selected": _this.state.index === index ? 'true' : 'false', className: 'sd-nav-tabs__tab' + (_this.state.index === index ? ' sd-nav-tabs__tab--active' : '') },
|
70756
|
+
React.createElement("span", null, label));
|
70624
70757
|
});
|
70625
70758
|
};
|
70626
70759
|
TabList.prototype.render = function () {
|
70627
70760
|
var _a;
|
70628
|
-
var _this = this;
|
70629
70761
|
var classes = classnames_1.default('sd-nav-tabs', (_a = {},
|
70630
70762
|
_a["sd-nav-tabs--" + this.props.size] = this.props.size && this.props.size !== undefined,
|
70631
70763
|
_a['sd-nav-tabs--ui-dark'] = this.props.theme === 'dark',
|
70632
70764
|
_a));
|
70633
70765
|
return (React.createElement(React.Fragment, null,
|
70634
|
-
React.createElement("div", { className: classes, role: 'tablist' }, this.props.
|
70635
|
-
|
70636
|
-
|
70637
|
-
|
70638
|
-
|
70639
|
-
(this.props.theme === 'dark' ? ' sd-nav-tabs__content--ui-dark' : '') }, this.props.children[this.state.index])));
|
70766
|
+
React.createElement("div", { className: classes, role: 'tablist' }, this.props.tabs ? this.navBar(this.props.tabs) : this.navBar(this.props.children)),
|
70767
|
+
React.createElement("div", { "aria-labelledby": "TabList-" + this.state.index, role: 'tabpanel', className: 'sd-nav-tabs__content' +
|
70768
|
+
(this.props.theme === 'dark' ? ' sd-nav-tabs__content--ui-dark' : '') }, this.props.tabs
|
70769
|
+
? React.createElement(Tab, { id: this.props.tabs[this.state.index].id }, this.props.tabs[this.state.index].content)
|
70770
|
+
: this.props.children[this.state.index])));
|
70640
70771
|
};
|
70641
70772
|
return TabList;
|
70642
70773
|
}(React.PureComponent));
|
@@ -70644,7 +70775,7 @@ exports.TabList = TabList;
|
|
70644
70775
|
|
70645
70776
|
|
70646
70777
|
/***/ }),
|
70647
|
-
/*
|
70778
|
+
/* 309 */
|
70648
70779
|
/***/ (function(module, exports, __webpack_require__) {
|
70649
70780
|
|
70650
70781
|
"use strict";
|
@@ -70725,7 +70856,7 @@ exports.LeftMenu = LeftMenu;
|
|
70725
70856
|
|
70726
70857
|
|
70727
70858
|
/***/ }),
|
70728
|
-
/*
|
70859
|
+
/* 310 */
|
70729
70860
|
/***/ (function(module, exports, __webpack_require__) {
|
70730
70861
|
|
70731
70862
|
"use strict";
|
@@ -70793,7 +70924,7 @@ exports.SubNav = SubNav;
|
|
70793
70924
|
|
70794
70925
|
|
70795
70926
|
/***/ }),
|
70796
|
-
/*
|
70927
|
+
/* 311 */
|
70797
70928
|
/***/ (function(module, exports, __webpack_require__) {
|
70798
70929
|
|
70799
70930
|
"use strict";
|
@@ -70847,7 +70978,7 @@ exports.SlidingToolbar = SlidingToolbar;
|
|
70847
70978
|
|
70848
70979
|
|
70849
70980
|
/***/ }),
|
70850
|
-
/*
|
70981
|
+
/* 312 */
|
70851
70982
|
/***/ (function(module, exports, __webpack_require__) {
|
70852
70983
|
|
70853
70984
|
"use strict";
|
@@ -70901,7 +71032,7 @@ exports.StrechBar = StrechBar;
|
|
70901
71032
|
|
70902
71033
|
|
70903
71034
|
/***/ }),
|
70904
|
-
/*
|
71035
|
+
/* 313 */
|
70905
71036
|
/***/ (function(module, exports, __webpack_require__) {
|
70906
71037
|
|
70907
71038
|
"use strict";
|
@@ -70980,7 +71111,7 @@ exports.PropsList = PropsList;
|
|
70980
71111
|
|
70981
71112
|
|
70982
71113
|
/***/ }),
|
70983
|
-
/*
|
71114
|
+
/* 314 */
|
70984
71115
|
/***/ (function(module, exports, __webpack_require__) {
|
70985
71116
|
|
70986
71117
|
"use strict";
|
@@ -71045,7 +71176,7 @@ exports.Divider = Divider;
|
|
71045
71176
|
|
71046
71177
|
|
71047
71178
|
/***/ }),
|
71048
|
-
/*
|
71179
|
+
/* 315 */
|
71049
71180
|
/***/ (function(module, exports, __webpack_require__) {
|
71050
71181
|
|
71051
71182
|
"use strict";
|
@@ -71104,7 +71235,7 @@ exports.HeadingText = HeadingText;
|
|
71104
71235
|
|
71105
71236
|
|
71106
71237
|
/***/ }),
|
71107
|
-
/*
|
71238
|
+
/* 316 */
|
71108
71239
|
/***/ (function(module, exports, __webpack_require__) {
|
71109
71240
|
|
71110
71241
|
"use strict";
|
@@ -71336,7 +71467,7 @@ var DropdownItem = function (_a) {
|
|
71336
71467
|
|
71337
71468
|
|
71338
71469
|
/***/ }),
|
71339
|
-
/*
|
71470
|
+
/* 317 */
|
71340
71471
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
71341
71472
|
|
71342
71473
|
"use strict";
|
@@ -71348,7 +71479,7 @@ function isTableElement(element) {
|
|
71348
71479
|
}
|
71349
71480
|
|
71350
71481
|
/***/ }),
|
71351
|
-
/*
|
71482
|
+
/* 318 */
|
71352
71483
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
71353
71484
|
|
71354
71485
|
"use strict";
|
@@ -71366,7 +71497,7 @@ function getOppositePlacement(placement) {
|
|
71366
71497
|
}
|
71367
71498
|
|
71368
71499
|
/***/ }),
|
71369
|
-
/*
|
71500
|
+
/* 319 */
|
71370
71501
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
71371
71502
|
|
71372
71503
|
"use strict";
|
@@ -71382,14 +71513,14 @@ function getOppositeVariationPlacement(placement) {
|
|
71382
71513
|
}
|
71383
71514
|
|
71384
71515
|
/***/ }),
|
71385
|
-
/*
|
71516
|
+
/* 320 */
|
71386
71517
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
71387
71518
|
|
71388
71519
|
"use strict";
|
71389
71520
|
/* harmony export (immutable) */ __webpack_exports__["a"] = getClippingRect;
|
71390
71521
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__enums_js__ = __webpack_require__(9);
|
71391
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__getViewportRect_js__ = __webpack_require__(
|
71392
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__getDocumentRect_js__ = __webpack_require__(
|
71522
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__getViewportRect_js__ = __webpack_require__(321);
|
71523
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__getDocumentRect_js__ = __webpack_require__(322);
|
71393
71524
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__listScrollParents_js__ = __webpack_require__(81);
|
71394
71525
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__getOffsetParent_js__ = __webpack_require__(31);
|
71395
71526
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__getDocumentElement_js__ = __webpack_require__(18);
|
@@ -71473,7 +71604,7 @@ function getClippingRect(element, boundary, rootBoundary) {
|
|
71473
71604
|
}
|
71474
71605
|
|
71475
71606
|
/***/ }),
|
71476
|
-
/*
|
71607
|
+
/* 321 */
|
71477
71608
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
71478
71609
|
|
71479
71610
|
"use strict";
|
@@ -71523,7 +71654,7 @@ function getViewportRect(element) {
|
|
71523
71654
|
}
|
71524
71655
|
|
71525
71656
|
/***/ }),
|
71526
|
-
/*
|
71657
|
+
/* 322 */
|
71527
71658
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
71528
71659
|
|
71529
71660
|
"use strict";
|
@@ -71564,7 +71695,7 @@ function getDocumentRect(element) {
|
|
71564
71695
|
}
|
71565
71696
|
|
71566
71697
|
/***/ }),
|
71567
|
-
/*
|
71698
|
+
/* 323 */
|
71568
71699
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
71569
71700
|
|
71570
71701
|
"use strict";
|
@@ -71591,7 +71722,7 @@ function getScrollParent(node) {
|
|
71591
71722
|
}
|
71592
71723
|
|
71593
71724
|
/***/ }),
|
71594
|
-
/*
|
71725
|
+
/* 324 */
|
71595
71726
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
71596
71727
|
|
71597
71728
|
"use strict";
|
@@ -71650,7 +71781,7 @@ function computeAutoPlacement(state, options) {
|
|
71650
71781
|
/* WEBPACK VAR INJECTION */}.call(__webpack_exports__, __webpack_require__(5)))
|
71651
71782
|
|
71652
71783
|
/***/ }),
|
71653
|
-
/*
|
71784
|
+
/* 325 */
|
71654
71785
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
71655
71786
|
|
71656
71787
|
"use strict";
|
@@ -71660,13 +71791,13 @@ function getAltAxis(axis) {
|
|
71660
71791
|
}
|
71661
71792
|
|
71662
71793
|
/***/ }),
|
71663
|
-
/*
|
71794
|
+
/* 326 */
|
71664
71795
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
71665
71796
|
|
71666
71797
|
"use strict";
|
71667
71798
|
/* harmony export (immutable) */ __webpack_exports__["a"] = getCompositeRect;
|
71668
71799
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__getBoundingClientRect_js__ = __webpack_require__(30);
|
71669
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__getNodeScroll_js__ = __webpack_require__(
|
71800
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__getNodeScroll_js__ = __webpack_require__(327);
|
71670
71801
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__getNodeName_js__ = __webpack_require__(22);
|
71671
71802
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__instanceOf_js__ = __webpack_require__(11);
|
71672
71803
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__getWindowScrollBarX_js__ = __webpack_require__(53);
|
@@ -71733,7 +71864,7 @@ function getCompositeRect(elementOrVirtualElement, offsetParent, isFixed) {
|
|
71733
71864
|
}
|
71734
71865
|
|
71735
71866
|
/***/ }),
|
71736
|
-
/*
|
71867
|
+
/* 327 */
|
71737
71868
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
71738
71869
|
|
71739
71870
|
"use strict";
|
@@ -71741,7 +71872,7 @@ function getCompositeRect(elementOrVirtualElement, offsetParent, isFixed) {
|
|
71741
71872
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__getWindowScroll_js__ = __webpack_require__(54);
|
71742
71873
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__getWindow_js__ = __webpack_require__(14);
|
71743
71874
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__instanceOf_js__ = __webpack_require__(11);
|
71744
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__getHTMLElementScroll_js__ = __webpack_require__(
|
71875
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__getHTMLElementScroll_js__ = __webpack_require__(328);
|
71745
71876
|
|
71746
71877
|
|
71747
71878
|
|
@@ -71755,7 +71886,7 @@ function getNodeScroll(node) {
|
|
71755
71886
|
}
|
71756
71887
|
|
71757
71888
|
/***/ }),
|
71758
|
-
/*
|
71889
|
+
/* 328 */
|
71759
71890
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
71760
71891
|
|
71761
71892
|
"use strict";
|
@@ -71768,7 +71899,7 @@ function getHTMLElementScroll(element) {
|
|
71768
71899
|
}
|
71769
71900
|
|
71770
71901
|
/***/ }),
|
71771
|
-
/*
|
71902
|
+
/* 329 */
|
71772
71903
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
71773
71904
|
|
71774
71905
|
"use strict";
|
@@ -71820,7 +71951,7 @@ function orderModifiers(modifiers) {
|
|
71820
71951
|
}
|
71821
71952
|
|
71822
71953
|
/***/ }),
|
71823
|
-
/*
|
71954
|
+
/* 330 */
|
71824
71955
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
71825
71956
|
|
71826
71957
|
"use strict";
|
@@ -71842,12 +71973,12 @@ function debounce(fn) {
|
|
71842
71973
|
}
|
71843
71974
|
|
71844
71975
|
/***/ }),
|
71845
|
-
/*
|
71976
|
+
/* 331 */
|
71846
71977
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
71847
71978
|
|
71848
71979
|
"use strict";
|
71849
71980
|
/* harmony export (immutable) */ __webpack_exports__["a"] = validateModifiers;
|
71850
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__format_js__ = __webpack_require__(
|
71981
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__format_js__ = __webpack_require__(332);
|
71851
71982
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__enums_js__ = __webpack_require__(9);
|
71852
71983
|
|
71853
71984
|
|
@@ -71932,7 +72063,7 @@ function validateModifiers(modifiers) {
|
|
71932
72063
|
}
|
71933
72064
|
|
71934
72065
|
/***/ }),
|
71935
|
-
/*
|
72066
|
+
/* 332 */
|
71936
72067
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
71937
72068
|
|
71938
72069
|
"use strict";
|
@@ -71948,7 +72079,7 @@ function format(str) {
|
|
71948
72079
|
}
|
71949
72080
|
|
71950
72081
|
/***/ }),
|
71951
|
-
/*
|
72082
|
+
/* 333 */
|
71952
72083
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
71953
72084
|
|
71954
72085
|
"use strict";
|
@@ -71966,7 +72097,7 @@ function uniqueBy(arr, fn) {
|
|
71966
72097
|
}
|
71967
72098
|
|
71968
72099
|
/***/ }),
|
71969
|
-
/*
|
72100
|
+
/* 334 */
|
71970
72101
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
71971
72102
|
|
71972
72103
|
"use strict";
|
@@ -71987,7 +72118,7 @@ function mergeByName(modifiers) {
|
|
71987
72118
|
}
|
71988
72119
|
|
71989
72120
|
/***/ }),
|
71990
|
-
/*
|
72121
|
+
/* 335 */
|
71991
72122
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
71992
72123
|
|
71993
72124
|
"use strict";
|
@@ -72031,7 +72162,7 @@ var createPopper = /*#__PURE__*/Object(__WEBPACK_IMPORTED_MODULE_0__createPopper
|
|
72031
72162
|
|
72032
72163
|
|
72033
72164
|
/***/ }),
|
72034
|
-
/*
|
72165
|
+
/* 336 */
|
72035
72166
|
/***/ (function(module, exports, __webpack_require__) {
|
72036
72167
|
|
72037
72168
|
"use strict";
|
@@ -72069,7 +72200,7 @@ exports.Tag = function (_a) {
|
|
72069
72200
|
_b["tag-label--" + shade] = shade && shade !== 'light',
|
72070
72201
|
_b['tag-label--square'] = shape === 'square',
|
72071
72202
|
_b));
|
72072
|
-
return (React.createElement("
|
72203
|
+
return (React.createElement("span", { className: classes, key: keyValue },
|
72073
72204
|
text,
|
72074
72205
|
!readOnly ? React.createElement("button", { className: 'tag-label__remove', onClick: onClick },
|
72075
72206
|
React.createElement("i", { className: 'icon-close-small' })) : null));
|
@@ -72077,7 +72208,7 @@ exports.Tag = function (_a) {
|
|
72077
72208
|
|
72078
72209
|
|
72079
72210
|
/***/ }),
|
72080
|
-
/*
|
72211
|
+
/* 337 */
|
72081
72212
|
/***/ (function(module, exports, __webpack_require__) {
|
72082
72213
|
|
72083
72214
|
"use strict";
|
@@ -72105,48 +72236,77 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
72105
72236
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
72106
72237
|
};
|
72107
72238
|
Object.defineProperty(exports, "__esModule", { value: true });
|
72108
|
-
exports.TabPanel = exports.
|
72239
|
+
exports.TabPanel = exports.TabItem = exports.TabContent = exports.TabNav = void 0;
|
72109
72240
|
var React = __importStar(__webpack_require__(1));
|
72110
72241
|
var classnames_1 = __importDefault(__webpack_require__(2));
|
72111
|
-
exports.
|
72112
|
-
var label = _a.label;
|
72113
|
-
return (React.createElement("span", null, label));
|
72114
|
-
};
|
72115
|
-
exports.Tabs = function (_a) {
|
72242
|
+
exports.TabNav = function (_a) {
|
72116
72243
|
var _b;
|
72117
|
-
var size = _a.size, theme = _a.theme, ariaLabel = _a.ariaLabel, children = _a.children, onClick = _a.onClick;
|
72244
|
+
var size = _a.size, theme = _a.theme, ariaLabel = _a.ariaLabel, children = _a.children, onClick = _a.onClick, tabs = _a.tabs, activePanel = _a.activePanel;
|
72118
72245
|
var _c = React.useState(0), index = _c[0], setIndex = _c[1];
|
72119
|
-
function
|
72120
|
-
|
72121
|
-
|
72246
|
+
function goTo(id) {
|
72247
|
+
if (tabs) {
|
72248
|
+
var refLabel = tabs === null || tabs === void 0 ? void 0 : tabs.find(function (item) { return item.id === id; });
|
72249
|
+
if (refLabel) {
|
72250
|
+
setIndex(tabs.indexOf(refLabel));
|
72251
|
+
}
|
72252
|
+
}
|
72253
|
+
else {
|
72254
|
+
var refLabel = children.find(function (item) { return item.props.id === id; });
|
72255
|
+
setIndex(children.indexOf(refLabel));
|
72256
|
+
}
|
72257
|
+
}
|
72258
|
+
React.useEffect(function () {
|
72259
|
+
goTo(activePanel ? activePanel : (tabs ? tabs[0].id : children[0].props.id));
|
72260
|
+
}, []);
|
72261
|
+
function handleSelected(id) {
|
72262
|
+
goTo(id);
|
72263
|
+
onClick(id);
|
72122
72264
|
}
|
72123
|
-
var handleClick = function (i) {
|
72124
|
-
onClick(i);
|
72125
|
-
};
|
72126
72265
|
var classes = classnames_1.default('sd-nav-tabs', (_b = {},
|
72127
72266
|
_b["sd-nav-tabs--" + size] = size && size !== undefined,
|
72128
72267
|
_b['sd-nav-tabs--ui-dark'] = theme === 'dark',
|
72129
72268
|
_b));
|
72130
|
-
return (React.createElement("div", { className: classes, role: 'tablist', "aria-label": ariaLabel ? ariaLabel : 'tabs' },
|
72131
|
-
|
72132
|
-
|
72269
|
+
return (React.createElement("div", { className: classes, role: 'tablist', "aria-label": ariaLabel ? ariaLabel : 'tabs' }, tabs ?
|
72270
|
+
tabs.map(function (item, i) {
|
72271
|
+
return React.createElement("button", { id: "tab-" + item.id, key: i, "aria-controls": 'tabpanel-' + item.id, className: 'sd-nav-tabs__tab' + (index === i ? ' sd-nav-tabs__tab--active' : ''), onClick: function () { return handleSelected(item.id); }, role: 'tab', "aria-selected": index === i ? 'true' : 'false' }, item.label);
|
72272
|
+
})
|
72273
|
+
:
|
72274
|
+
children.map(function (item, i) {
|
72275
|
+
return React.createElement("button", { id: "tab-" + item.props.id, key: i, "aria-controls": 'tabpanel-' + item.props.id, className: 'sd-nav-tabs__tab' + (index === i ? ' sd-nav-tabs__tab--active' : ''), onClick: function () { return handleSelected(item.props.id); }, role: 'tab', "aria-selected": index === i ? 'true' : 'false' }, item);
|
72276
|
+
})));
|
72133
72277
|
};
|
72134
72278
|
exports.TabContent = function (_a) {
|
72135
|
-
var theme = _a.theme, children = _a.children, activePanel = _a.activePanel;
|
72279
|
+
var theme = _a.theme, children = _a.children, activePanel = _a.activePanel, tabs = _a.tabs;
|
72280
|
+
if (!activePanel && tabs) {
|
72281
|
+
activePanel = tabs[0].id;
|
72282
|
+
}
|
72283
|
+
else if (!activePanel && children) {
|
72284
|
+
activePanel = children[0].props.id;
|
72285
|
+
}
|
72136
72286
|
return (React.createElement("div", { className: 'sd-nav-tabs__content' +
|
72137
|
-
(theme === 'dark' ? ' sd-nav-tabs__content--ui-dark' : '') },
|
72138
|
-
|
72139
|
-
|
72140
|
-
|
72287
|
+
(theme === 'dark' ? ' sd-nav-tabs__content--ui-dark' : '') }, tabs ?
|
72288
|
+
tabs.map(function (panel, i) {
|
72289
|
+
return panel.id === activePanel ?
|
72290
|
+
React.createElement("div", { className: 'sd-nav-tabs__pane', role: 'tabpanel', "aria-labelledby": "tab-" + panel.id, key: i }, panel.content) : null;
|
72291
|
+
})
|
72292
|
+
:
|
72293
|
+
children.map(function (panel, i) {
|
72294
|
+
return panel.props.id === activePanel ?
|
72295
|
+
React.createElement("div", { className: 'sd-nav-tabs__pane', role: 'tabpanel', "aria-labelledby": "tab-" + panel.props.id, key: i }, panel) : null;
|
72296
|
+
})));
|
72297
|
+
};
|
72298
|
+
exports.TabItem = function (_a) {
|
72299
|
+
var children = _a.children;
|
72300
|
+
return (React.createElement("span", null, children));
|
72141
72301
|
};
|
72142
72302
|
exports.TabPanel = function (_a) {
|
72143
|
-
var children = _a.children,
|
72144
|
-
return (React.createElement(React.Fragment, { key:
|
72303
|
+
var children = _a.children, id = _a.id;
|
72304
|
+
return (React.createElement(React.Fragment, { key: id }, children));
|
72145
72305
|
};
|
72146
72306
|
|
72147
72307
|
|
72148
72308
|
/***/ }),
|
72149
|
-
/*
|
72309
|
+
/* 338 */
|
72150
72310
|
/***/ (function(module, exports, __webpack_require__) {
|
72151
72311
|
|
72152
72312
|
"use strict";
|
@@ -72202,7 +72362,7 @@ var EmptyState = /** @class */ (function (_super) {
|
|
72202
72362
|
},
|
72203
72363
|
_a["content-state__image--" + this.props.size] = this.props.size || this.props.size !== undefined,
|
72204
72364
|
_a));
|
72205
|
-
var image = __webpack_require__(
|
72365
|
+
var image = __webpack_require__(339)("./empty-state--" + (this.props.size ? this.props.size : 'small') + "-" + (this.props.illustration ? this.props.illustration : '1') + ".svg");
|
72206
72366
|
return (React.createElement("div", { className: 'content-state--empty-container' },
|
72207
72367
|
React.createElement("div", { className: 'content-state__empty-info' },
|
72208
72368
|
React.createElement("figure", { className: classes },
|
@@ -72216,17 +72376,17 @@ exports.EmptyState = EmptyState;
|
|
72216
72376
|
|
72217
72377
|
|
72218
72378
|
/***/ }),
|
72219
|
-
/*
|
72379
|
+
/* 339 */
|
72220
72380
|
/***/ (function(module, exports, __webpack_require__) {
|
72221
72381
|
|
72222
72382
|
var map = {
|
72223
|
-
"./empty-state--large-1.svg":
|
72224
|
-
"./empty-state--large-2.svg":
|
72225
|
-
"./empty-state--large-3.svg":
|
72226
|
-
"./empty-state--large-dashboard.svg":
|
72227
|
-
"./empty-state--small-1.svg":
|
72228
|
-
"./empty-state--small-2.svg":
|
72229
|
-
"./empty-state--small-3.svg":
|
72383
|
+
"./empty-state--large-1.svg": 340,
|
72384
|
+
"./empty-state--large-2.svg": 341,
|
72385
|
+
"./empty-state--large-3.svg": 342,
|
72386
|
+
"./empty-state--large-dashboard.svg": 343,
|
72387
|
+
"./empty-state--small-1.svg": 344,
|
72388
|
+
"./empty-state--small-2.svg": 345,
|
72389
|
+
"./empty-state--small-3.svg": 346
|
72230
72390
|
};
|
72231
72391
|
function webpackContext(req) {
|
72232
72392
|
return __webpack_require__(webpackContextResolve(req));
|
@@ -72242,52 +72402,52 @@ webpackContext.keys = function webpackContextKeys() {
|
|
72242
72402
|
};
|
72243
72403
|
webpackContext.resolve = webpackContextResolve;
|
72244
72404
|
module.exports = webpackContext;
|
72245
|
-
webpackContext.id =
|
72405
|
+
webpackContext.id = 339;
|
72246
72406
|
|
72247
72407
|
/***/ }),
|
72248
|
-
/*
|
72408
|
+
/* 340 */
|
72249
72409
|
/***/ (function(module, exports, __webpack_require__) {
|
72250
72410
|
|
72251
72411
|
module.exports = __webpack_require__.p + "empty-state--large-1.svg";
|
72252
72412
|
|
72253
72413
|
/***/ }),
|
72254
|
-
/*
|
72414
|
+
/* 341 */
|
72255
72415
|
/***/ (function(module, exports, __webpack_require__) {
|
72256
72416
|
|
72257
72417
|
module.exports = __webpack_require__.p + "empty-state--large-2.svg";
|
72258
72418
|
|
72259
72419
|
/***/ }),
|
72260
|
-
/*
|
72420
|
+
/* 342 */
|
72261
72421
|
/***/ (function(module, exports, __webpack_require__) {
|
72262
72422
|
|
72263
72423
|
module.exports = __webpack_require__.p + "empty-state--large-3.svg";
|
72264
72424
|
|
72265
72425
|
/***/ }),
|
72266
|
-
/*
|
72426
|
+
/* 343 */
|
72267
72427
|
/***/ (function(module, exports, __webpack_require__) {
|
72268
72428
|
|
72269
72429
|
module.exports = __webpack_require__.p + "empty-state--large-dashboard.svg";
|
72270
72430
|
|
72271
72431
|
/***/ }),
|
72272
|
-
/*
|
72432
|
+
/* 344 */
|
72273
72433
|
/***/ (function(module, exports, __webpack_require__) {
|
72274
72434
|
|
72275
72435
|
module.exports = __webpack_require__.p + "empty-state--small-1.svg";
|
72276
72436
|
|
72277
72437
|
/***/ }),
|
72278
|
-
/*
|
72438
|
+
/* 345 */
|
72279
72439
|
/***/ (function(module, exports, __webpack_require__) {
|
72280
72440
|
|
72281
72441
|
module.exports = __webpack_require__.p + "empty-state--small-2.svg";
|
72282
72442
|
|
72283
72443
|
/***/ }),
|
72284
|
-
/*
|
72444
|
+
/* 346 */
|
72285
72445
|
/***/ (function(module, exports, __webpack_require__) {
|
72286
72446
|
|
72287
72447
|
module.exports = __webpack_require__.p + "empty-state--small-3.svg";
|
72288
72448
|
|
72289
72449
|
/***/ }),
|
72290
|
-
/*
|
72450
|
+
/* 347 */
|
72291
72451
|
/***/ (function(module, exports, __webpack_require__) {
|
72292
72452
|
|
72293
72453
|
"use strict";
|
@@ -72453,7 +72613,7 @@ exports.Autocomplete = Autocomplete;
|
|
72453
72613
|
|
72454
72614
|
|
72455
72615
|
/***/ }),
|
72456
|
-
/*
|
72616
|
+
/* 348 */
|
72457
72617
|
/***/ (function(module, exports, __webpack_require__) {
|
72458
72618
|
|
72459
72619
|
"use strict";
|
@@ -72480,7 +72640,7 @@ var _DomHandler = _interopRequireDefault(__webpack_require__(10));
|
|
72480
72640
|
|
72481
72641
|
var _ObjectUtils = _interopRequireDefault(__webpack_require__(15));
|
72482
72642
|
|
72483
|
-
var _AutoCompletePanel = __webpack_require__(
|
72643
|
+
var _AutoCompletePanel = __webpack_require__(349);
|
72484
72644
|
|
72485
72645
|
var _ClassNames = __webpack_require__(8);
|
72486
72646
|
|
@@ -73389,7 +73549,7 @@ _defineProperty(AutoComplete, "propTypes", {
|
|
73389
73549
|
});
|
73390
73550
|
|
73391
73551
|
/***/ }),
|
73392
|
-
/*
|
73552
|
+
/* 349 */
|
73393
73553
|
/***/ (function(module, exports, __webpack_require__) {
|
73394
73554
|
|
73395
73555
|
"use strict";
|
@@ -73542,7 +73702,7 @@ _defineProperty(AutoCompletePanel, "propTypes", {
|
|
73542
73702
|
});
|
73543
73703
|
|
73544
73704
|
/***/ }),
|
73545
|
-
/*
|
73705
|
+
/* 350 */
|
73546
73706
|
/***/ (function(module, exports, __webpack_require__) {
|
73547
73707
|
|
73548
73708
|
"use strict";
|
@@ -73566,7 +73726,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
73566
73726
|
Object.defineProperty(exports, "__esModule", { value: true });
|
73567
73727
|
exports.DonutChart = void 0;
|
73568
73728
|
var react_1 = __importDefault(__webpack_require__(1));
|
73569
|
-
var chart_1 = __webpack_require__(
|
73729
|
+
var chart_1 = __webpack_require__(351);
|
73570
73730
|
var DonutChart = /** @class */ (function (_super) {
|
73571
73731
|
__extends(DonutChart, _super);
|
73572
73732
|
function DonutChart() {
|
@@ -73581,16 +73741,16 @@ exports.DonutChart = DonutChart;
|
|
73581
73741
|
|
73582
73742
|
|
73583
73743
|
/***/ }),
|
73584
|
-
/*
|
73744
|
+
/* 351 */
|
73585
73745
|
/***/ (function(module, exports, __webpack_require__) {
|
73586
73746
|
|
73587
73747
|
"use strict";
|
73588
73748
|
|
73589
73749
|
|
73590
|
-
module.exports = __webpack_require__(
|
73750
|
+
module.exports = __webpack_require__(352);
|
73591
73751
|
|
73592
73752
|
/***/ }),
|
73593
|
-
/*
|
73753
|
+
/* 352 */
|
73594
73754
|
/***/ (function(module, exports, __webpack_require__) {
|
73595
73755
|
|
73596
73756
|
"use strict";
|
@@ -73607,7 +73767,7 @@ var _react = _interopRequireWildcard(__webpack_require__(1));
|
|
73607
73767
|
|
73608
73768
|
var _propTypes = _interopRequireDefault(__webpack_require__(3));
|
73609
73769
|
|
73610
|
-
var ChartJS = _interopRequireWildcard(__webpack_require__(
|
73770
|
+
var ChartJS = _interopRequireWildcard(__webpack_require__(353));
|
73611
73771
|
|
73612
73772
|
var _ClassNames = __webpack_require__(8);
|
73613
73773
|
|
@@ -73770,7 +73930,7 @@ _defineProperty(Chart, "propTypes", {
|
|
73770
73930
|
});
|
73771
73931
|
|
73772
73932
|
/***/ }),
|
73773
|
-
/*
|
73933
|
+
/* 353 */
|
73774
73934
|
/***/ (function(module, exports, __webpack_require__) {
|
73775
73935
|
|
73776
73936
|
/*!
|
@@ -89948,7 +90108,7 @@ return src;
|
|
89948
90108
|
|
89949
90109
|
|
89950
90110
|
/***/ }),
|
89951
|
-
/*
|
90111
|
+
/* 354 */
|
89952
90112
|
/***/ (function(module, exports, __webpack_require__) {
|
89953
90113
|
|
89954
90114
|
var map = {
|
@@ -90237,10 +90397,10 @@ webpackContext.keys = function webpackContextKeys() {
|
|
90237
90397
|
};
|
90238
90398
|
webpackContext.resolve = webpackContextResolve;
|
90239
90399
|
module.exports = webpackContext;
|
90240
|
-
webpackContext.id =
|
90400
|
+
webpackContext.id = 354;
|
90241
90401
|
|
90242
90402
|
/***/ }),
|
90243
|
-
/*
|
90403
|
+
/* 355 */
|
90244
90404
|
/***/ (function(module, exports, __webpack_require__) {
|
90245
90405
|
|
90246
90406
|
"use strict";
|
@@ -90280,7 +90440,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
90280
90440
|
Object.defineProperty(exports, "__esModule", { value: true });
|
90281
90441
|
exports.Carousel = void 0;
|
90282
90442
|
var React = __importStar(__webpack_require__(1));
|
90283
|
-
var carousel_1 = __webpack_require__(
|
90443
|
+
var carousel_1 = __webpack_require__(356);
|
90284
90444
|
var Badge_1 = __webpack_require__(65);
|
90285
90445
|
var Carousel = /** @class */ (function (_super) {
|
90286
90446
|
__extends(Carousel, _super);
|
@@ -90306,16 +90466,16 @@ exports.Carousel = Carousel;
|
|
90306
90466
|
|
90307
90467
|
|
90308
90468
|
/***/ }),
|
90309
|
-
/*
|
90469
|
+
/* 356 */
|
90310
90470
|
/***/ (function(module, exports, __webpack_require__) {
|
90311
90471
|
|
90312
90472
|
"use strict";
|
90313
90473
|
|
90314
90474
|
|
90315
|
-
module.exports = __webpack_require__(
|
90475
|
+
module.exports = __webpack_require__(357);
|
90316
90476
|
|
90317
90477
|
/***/ }),
|
90318
|
-
/*
|
90478
|
+
/* 357 */
|
90319
90479
|
/***/ (function(module, exports, __webpack_require__) {
|
90320
90480
|
|
90321
90481
|
"use strict";
|
@@ -91143,7 +91303,7 @@ _defineProperty(Carousel, "propTypes", {
|
|
91143
91303
|
});
|
91144
91304
|
|
91145
91305
|
/***/ }),
|
91146
|
-
/*
|
91306
|
+
/* 358 */
|
91147
91307
|
/***/ (function(module, exports, __webpack_require__) {
|
91148
91308
|
|
91149
91309
|
"use strict";
|
@@ -91167,7 +91327,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
91167
91327
|
Object.defineProperty(exports, "__esModule", { value: true });
|
91168
91328
|
exports.Modal = void 0;
|
91169
91329
|
var react_1 = __importDefault(__webpack_require__(1));
|
91170
|
-
var dialog_1 = __webpack_require__(
|
91330
|
+
var dialog_1 = __webpack_require__(359);
|
91171
91331
|
var Modal = /** @class */ (function (_super) {
|
91172
91332
|
__extends(Modal, _super);
|
91173
91333
|
function Modal() {
|
@@ -91183,16 +91343,16 @@ exports.Modal = Modal;
|
|
91183
91343
|
|
91184
91344
|
|
91185
91345
|
/***/ }),
|
91186
|
-
/*
|
91346
|
+
/* 359 */
|
91187
91347
|
/***/ (function(module, exports, __webpack_require__) {
|
91188
91348
|
|
91189
91349
|
"use strict";
|
91190
91350
|
|
91191
91351
|
|
91192
|
-
module.exports = __webpack_require__(
|
91352
|
+
module.exports = __webpack_require__(360);
|
91193
91353
|
|
91194
91354
|
/***/ }),
|
91195
|
-
/*
|
91355
|
+
/* 360 */
|
91196
91356
|
/***/ (function(module, exports, __webpack_require__) {
|
91197
91357
|
|
91198
91358
|
"use strict";
|
@@ -91740,7 +91900,7 @@ _defineProperty(Dialog, "propTypes", {
|
|
91740
91900
|
});
|
91741
91901
|
|
91742
91902
|
/***/ }),
|
91743
|
-
/*
|
91903
|
+
/* 361 */
|
91744
91904
|
/***/ (function(module, exports, __webpack_require__) {
|
91745
91905
|
|
91746
91906
|
"use strict";
|
@@ -91946,7 +92106,7 @@ exports.TagInput = function (_a) {
|
|
91946
92106
|
|
91947
92107
|
|
91948
92108
|
/***/ }),
|
91949
|
-
/*
|
92109
|
+
/* 362 */
|
91950
92110
|
/***/ (function(module, exports, __webpack_require__) {
|
91951
92111
|
|
91952
92112
|
"use strict";
|
@@ -92040,7 +92200,7 @@ exports.TagInputTest = TagInputTest;
|
|
92040
92200
|
|
92041
92201
|
|
92042
92202
|
/***/ }),
|
92043
|
-
/*
|
92203
|
+
/* 363 */
|
92044
92204
|
/***/ (function(module, exports, __webpack_require__) {
|
92045
92205
|
|
92046
92206
|
"use strict";
|
@@ -92110,7 +92270,7 @@ exports.GridList = GridList;
|
|
92110
92270
|
|
92111
92271
|
|
92112
92272
|
/***/ }),
|
92113
|
-
/*
|
92273
|
+
/* 364 */
|
92114
92274
|
/***/ (function(module, exports, __webpack_require__) {
|
92115
92275
|
|
92116
92276
|
"use strict";
|
@@ -92141,7 +92301,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
92141
92301
|
exports.toasted = void 0;
|
92142
92302
|
var React = __importStar(__webpack_require__(1));
|
92143
92303
|
var ReactDOM = __importStar(__webpack_require__(7));
|
92144
|
-
var ToastWrapper_1 = __importDefault(__webpack_require__(
|
92304
|
+
var ToastWrapper_1 = __importDefault(__webpack_require__(365));
|
92145
92305
|
var TOAST_ID = "react-toast";
|
92146
92306
|
var Toasted = /** @class */ (function () {
|
92147
92307
|
function Toasted() {
|
@@ -92186,7 +92346,7 @@ exports.toasted = new Toasted();
|
|
92186
92346
|
|
92187
92347
|
|
92188
92348
|
/***/ }),
|
92189
|
-
/*
|
92349
|
+
/* 365 */
|
92190
92350
|
/***/ (function(module, exports, __webpack_require__) {
|
92191
92351
|
|
92192
92352
|
"use strict";
|
@@ -92243,7 +92403,7 @@ var __spreadArrays = (this && this.__spreadArrays) || function () {
|
|
92243
92403
|
};
|
92244
92404
|
Object.defineProperty(exports, "__esModule", { value: true });
|
92245
92405
|
var React = __importStar(__webpack_require__(1));
|
92246
|
-
var ToastMessage_1 = __webpack_require__(
|
92406
|
+
var ToastMessage_1 = __webpack_require__(366);
|
92247
92407
|
var firstState = {
|
92248
92408
|
top: [],
|
92249
92409
|
bottom: [],
|
@@ -92309,7 +92469,7 @@ exports.default = ToastWrapper;
|
|
92309
92469
|
|
92310
92470
|
|
92311
92471
|
/***/ }),
|
92312
|
-
/*
|
92472
|
+
/* 366 */
|
92313
92473
|
/***/ (function(module, exports, __webpack_require__) {
|
92314
92474
|
|
92315
92475
|
"use strict";
|
@@ -92339,7 +92499,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
92339
92499
|
Object.defineProperty(exports, "__esModule", { value: true });
|
92340
92500
|
exports.ToastMessage = void 0;
|
92341
92501
|
var React = __importStar(__webpack_require__(1));
|
92342
|
-
var ToastText_1 = __importDefault(__webpack_require__(
|
92502
|
+
var ToastText_1 = __importDefault(__webpack_require__(367));
|
92343
92503
|
var classnames_1 = __importDefault(__webpack_require__(2));
|
92344
92504
|
exports.ToastMessage = function (_a) {
|
92345
92505
|
var _b;
|
@@ -92382,7 +92542,7 @@ exports.ToastMessage = function (_a) {
|
|
92382
92542
|
|
92383
92543
|
|
92384
92544
|
/***/ }),
|
92385
|
-
/*
|
92545
|
+
/* 367 */
|
92386
92546
|
/***/ (function(module, exports, __webpack_require__) {
|
92387
92547
|
|
92388
92548
|
"use strict";
|
@@ -92431,7 +92591,7 @@ exports.default = ToastText;
|
|
92431
92591
|
|
92432
92592
|
|
92433
92593
|
/***/ }),
|
92434
|
-
/*
|
92594
|
+
/* 368 */
|
92435
92595
|
/***/ (function(module, exports, __webpack_require__) {
|
92436
92596
|
|
92437
92597
|
"use strict";
|
@@ -92455,7 +92615,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
92455
92615
|
Object.defineProperty(exports, "__esModule", { value: true });
|
92456
92616
|
exports.Menu = void 0;
|
92457
92617
|
var react_1 = __importDefault(__webpack_require__(1));
|
92458
|
-
var tieredmenu_1 = __webpack_require__(
|
92618
|
+
var tieredmenu_1 = __webpack_require__(369);
|
92459
92619
|
var superdeskTopBarZIndex = 1030;
|
92460
92620
|
var Menu = /** @class */ (function (_super) {
|
92461
92621
|
__extends(Menu, _super);
|
@@ -92530,16 +92690,16 @@ exports.Menu = Menu;
|
|
92530
92690
|
|
92531
92691
|
|
92532
92692
|
/***/ }),
|
92533
|
-
/*
|
92693
|
+
/* 369 */
|
92534
92694
|
/***/ (function(module, exports, __webpack_require__) {
|
92535
92695
|
|
92536
92696
|
"use strict";
|
92537
92697
|
|
92538
92698
|
|
92539
|
-
module.exports = __webpack_require__(
|
92699
|
+
module.exports = __webpack_require__(370);
|
92540
92700
|
|
92541
92701
|
/***/ }),
|
92542
|
-
/*
|
92702
|
+
/* 370 */
|
92543
92703
|
/***/ (function(module, exports, __webpack_require__) {
|
92544
92704
|
|
92545
92705
|
"use strict";
|
@@ -92562,7 +92722,7 @@ var _ClassNames = __webpack_require__(8);
|
|
92562
92722
|
|
92563
92723
|
var _DomHandler = _interopRequireDefault(__webpack_require__(10));
|
92564
92724
|
|
92565
|
-
var _TieredMenuSub = __webpack_require__(
|
92725
|
+
var _TieredMenuSub = __webpack_require__(371);
|
92566
92726
|
|
92567
92727
|
var _reactTransitionGroup = __webpack_require__(27);
|
92568
92728
|
|
@@ -92924,7 +93084,7 @@ _defineProperty(TieredMenu, "propTypes", {
|
|
92924
93084
|
});
|
92925
93085
|
|
92926
93086
|
/***/ }),
|
92927
|
-
/*
|
93087
|
+
/* 371 */
|
92928
93088
|
/***/ (function(module, exports, __webpack_require__) {
|
92929
93089
|
|
92930
93090
|
"use strict";
|
@@ -93334,7 +93494,7 @@ _defineProperty(TieredMenuSub, "propTypes", {
|
|
93334
93494
|
});
|
93335
93495
|
|
93336
93496
|
/***/ }),
|
93337
|
-
/*
|
93497
|
+
/* 372 */
|
93338
93498
|
/***/ (function(module, exports, __webpack_require__) {
|
93339
93499
|
|
93340
93500
|
"use strict";
|
@@ -93417,16 +93577,16 @@ exports.ToggleBox = ToggleBox;
|
|
93417
93577
|
|
93418
93578
|
|
93419
93579
|
/***/ }),
|
93420
|
-
/*
|
93580
|
+
/* 373 */
|
93421
93581
|
/***/ (function(module, exports, __webpack_require__) {
|
93422
93582
|
|
93423
93583
|
"use strict";
|
93424
93584
|
|
93425
93585
|
|
93426
|
-
module.exports = __webpack_require__(
|
93586
|
+
module.exports = __webpack_require__(374);
|
93427
93587
|
|
93428
93588
|
/***/ }),
|
93429
|
-
/*
|
93589
|
+
/* 374 */
|
93430
93590
|
/***/ (function(module, exports, __webpack_require__) {
|
93431
93591
|
|
93432
93592
|
"use strict";
|
@@ -93784,7 +93944,7 @@ _defineProperty(OverlayPanel, "propTypes", {
|
|
93784
93944
|
});
|
93785
93945
|
|
93786
93946
|
/***/ }),
|
93787
|
-
/*
|
93947
|
+
/* 375 */
|
93788
93948
|
/***/ (function(module, exports, __webpack_require__) {
|
93789
93949
|
|
93790
93950
|
"use strict";
|
@@ -94074,7 +94234,7 @@ var getIcons = function (translateFunction) {
|
|
94074
94234
|
|
94075
94235
|
|
94076
94236
|
/***/ }),
|
94077
|
-
/*
|
94237
|
+
/* 376 */
|
94078
94238
|
/***/ (function(module, exports, __webpack_require__) {
|
94079
94239
|
|
94080
94240
|
"use strict";
|
@@ -94143,7 +94303,7 @@ exports.ListItemLoader = ListItemLoader;
|
|
94143
94303
|
|
94144
94304
|
|
94145
94305
|
/***/ }),
|
94146
|
-
/*
|
94306
|
+
/* 377 */
|
94147
94307
|
/***/ (function(module, exports, __webpack_require__) {
|
94148
94308
|
|
94149
94309
|
"use strict";
|
@@ -94323,12 +94483,12 @@ function reactToAngular1(component) {
|
|
94323
94483
|
}
|
94324
94484
|
|
94325
94485
|
/***/ }),
|
94326
|
-
/* 376 */,
|
94327
|
-
/* 377 */,
|
94328
94486
|
/* 378 */,
|
94329
94487
|
/* 379 */,
|
94330
94488
|
/* 380 */,
|
94331
|
-
/* 381
|
94489
|
+
/* 381 */,
|
94490
|
+
/* 382 */,
|
94491
|
+
/* 383 */
|
94332
94492
|
/***/ (function(module, exports, __webpack_require__) {
|
94333
94493
|
|
94334
94494
|
"use strict";
|
@@ -94349,7 +94509,7 @@ var _propTypes = __webpack_require__(3);
|
|
94349
94509
|
|
94350
94510
|
var _propTypes2 = _interopRequireDefault(_propTypes);
|
94351
94511
|
|
94352
|
-
var _reactToAngular = __webpack_require__(
|
94512
|
+
var _reactToAngular = __webpack_require__(377);
|
94353
94513
|
|
94354
94514
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
94355
94515
|
|
@@ -94444,7 +94604,7 @@ ToggleBoxNext.propTypes = {
|
|
94444
94604
|
angular.module('superdesk-ui.toggleBoxNext', []).component('toggleBoxNext', (0, _reactToAngular.reactToAngular1)(ToggleBoxNext, ['mode', 'title', 'style', 'isOpen']));
|
94445
94605
|
|
94446
94606
|
/***/ }),
|
94447
|
-
/*
|
94607
|
+
/* 384 */
|
94448
94608
|
/***/ (function(module, exports, __webpack_require__) {
|
94449
94609
|
|
94450
94610
|
"use strict";
|
@@ -94455,7 +94615,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
94455
94615
|
});
|
94456
94616
|
exports.Positioner = undefined;
|
94457
94617
|
|
94458
|
-
var _reactToAngular = __webpack_require__(
|
94618
|
+
var _reactToAngular = __webpack_require__(377);
|
94459
94619
|
|
94460
94620
|
var _Positioner2 = __webpack_require__(228);
|
94461
94621
|
|
@@ -94496,8 +94656,6 @@ angular.module('superdesk-ui.positioner', []).component('sdPositioner', (0, _rea
|
|
94496
94656
|
*/
|
94497
94657
|
|
94498
94658
|
/***/ }),
|
94499
|
-
/* 383 */,
|
94500
|
-
/* 384 */,
|
94501
94659
|
/* 385 */,
|
94502
94660
|
/* 386 */,
|
94503
94661
|
/* 387 */,
|
@@ -94632,7 +94790,9 @@ angular.module('superdesk-ui.positioner', []).component('sdPositioner', (0, _rea
|
|
94632
94790
|
/* 516 */,
|
94633
94791
|
/* 517 */,
|
94634
94792
|
/* 518 */,
|
94635
|
-
/* 519
|
94793
|
+
/* 519 */,
|
94794
|
+
/* 520 */,
|
94795
|
+
/* 521 */
|
94636
94796
|
/***/ (function(module, exports, __webpack_require__) {
|
94637
94797
|
|
94638
94798
|
"use strict";
|
@@ -94643,7 +94803,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
94643
94803
|
});
|
94644
94804
|
exports.Carousel = exports.Popover = exports.Dropdown = exports.NotificationToast = exports.Icon = exports.Prop = exports.PropsList = exports.StrechBar = exports.SlidingToolbar = exports.SubNav = exports.Menu = exports.toasted = exports.TabList = exports.Tab = exports.NavButton = exports.CheckButtonGroup = exports.CheckGroup = exports.CheckboxButton = exports.RadioButton = exports.CheckBox = exports.Radio = exports.Loader = exports.SwitchGroup = exports.Switch = exports.FormLabel = exports.TimePicker = exports.DatePickerISO = exports.DatePicker = exports.Tooltip = exports.IconLabel = exports.IconButton = exports.AvatarContentImage = exports.AvatarContentText = exports.AvatarWrapper = exports.Alert = exports.Badge = exports.Label = exports.ButtonGroup = exports.Button = exports.HelloWorld = exports.Positioner = exports.ToggleBoxNext = exports.reactToAngular1 = undefined;
|
94645
94805
|
|
94646
|
-
var _reactToAngular = __webpack_require__(
|
94806
|
+
var _reactToAngular = __webpack_require__(377);
|
94647
94807
|
|
94648
94808
|
Object.defineProperty(exports, 'reactToAngular1', {
|
94649
94809
|
enumerable: true,
|
@@ -94652,7 +94812,7 @@ Object.defineProperty(exports, 'reactToAngular1', {
|
|
94652
94812
|
}
|
94653
94813
|
});
|
94654
94814
|
|
94655
|
-
var _toggleBoxNext = __webpack_require__(
|
94815
|
+
var _toggleBoxNext = __webpack_require__(383);
|
94656
94816
|
|
94657
94817
|
Object.defineProperty(exports, 'ToggleBoxNext', {
|
94658
94818
|
enumerable: true,
|
@@ -94661,7 +94821,7 @@ Object.defineProperty(exports, 'ToggleBoxNext', {
|
|
94661
94821
|
}
|
94662
94822
|
});
|
94663
94823
|
|
94664
|
-
var _positioner = __webpack_require__(
|
94824
|
+
var _positioner = __webpack_require__(384);
|
94665
94825
|
|
94666
94826
|
Object.defineProperty(exports, 'Positioner', {
|
94667
94827
|
enumerable: true,
|
@@ -94913,40 +95073,38 @@ Object.defineProperty(exports, 'Carousel', {
|
|
94913
95073
|
}
|
94914
95074
|
});
|
94915
95075
|
|
94916
|
-
__webpack_require__(
|
95076
|
+
__webpack_require__(522);
|
94917
95077
|
|
94918
|
-
__webpack_require__(
|
95078
|
+
__webpack_require__(557);
|
94919
95079
|
|
94920
95080
|
exports.default = angular.module('superdesk-ui', ['superdesk-ui.helper', 'superdesk-ui.carousel', 'superdesk-ui.wizard', 'superdesk-ui.dropdown', 'superdesk-ui.positioner', 'superdesk-ui.modals', 'superdesk-ui.switch', 'superdesk-ui.check', 'superdesk-ui.circularProgress', 'superdesk-ui.toggleBox', 'superdesk-ui.toggleBoxNext', 'superdesk-ui.tags', 'superdesk-ui.lineInput', 'superdesk-ui.searchHandler', 'superdesk-ui.splitter', 'superdesk-ui.mediaQuery']);
|
94921
95081
|
|
94922
95082
|
/***/ }),
|
94923
|
-
/*
|
95083
|
+
/* 522 */
|
94924
95084
|
/***/ (function(module, exports, __webpack_require__) {
|
94925
95085
|
|
94926
95086
|
"use strict";
|
94927
95087
|
|
94928
95088
|
|
94929
|
-
__webpack_require__(
|
94930
|
-
|
94931
|
-
__webpack_require__(535);
|
95089
|
+
__webpack_require__(523);
|
94932
95090
|
|
94933
95091
|
__webpack_require__(537);
|
94934
95092
|
|
94935
|
-
__webpack_require__(538);
|
94936
|
-
|
94937
|
-
__webpack_require__(382);
|
94938
|
-
|
94939
95093
|
__webpack_require__(539);
|
94940
95094
|
|
94941
95095
|
__webpack_require__(540);
|
94942
95096
|
|
94943
|
-
__webpack_require__(
|
95097
|
+
__webpack_require__(384);
|
94944
95098
|
|
94945
|
-
__webpack_require__(
|
95099
|
+
__webpack_require__(541);
|
94946
95100
|
|
94947
95101
|
__webpack_require__(542);
|
94948
95102
|
|
94949
|
-
__webpack_require__(
|
95103
|
+
__webpack_require__(543);
|
95104
|
+
|
95105
|
+
__webpack_require__(383);
|
95106
|
+
|
95107
|
+
__webpack_require__(544);
|
94950
95108
|
|
94951
95109
|
__webpack_require__(547);
|
94952
95110
|
|
@@ -94956,10 +95114,12 @@ __webpack_require__(551);
|
|
94956
95114
|
|
94957
95115
|
__webpack_require__(553);
|
94958
95116
|
|
94959
|
-
__webpack_require__(
|
95117
|
+
__webpack_require__(555);
|
95118
|
+
|
95119
|
+
__webpack_require__(556);
|
94960
95120
|
|
94961
95121
|
/***/ }),
|
94962
|
-
/*
|
95122
|
+
/* 523 */
|
94963
95123
|
/***/ (function(module, exports, __webpack_require__) {
|
94964
95124
|
|
94965
95125
|
"use strict";
|
@@ -94969,22 +95129,22 @@ Object.defineProperty(exports, "__esModule", {
|
|
94969
95129
|
value: true
|
94970
95130
|
});
|
94971
95131
|
|
94972
|
-
__webpack_require__(
|
95132
|
+
__webpack_require__(524);
|
94973
95133
|
|
94974
|
-
__webpack_require__(
|
95134
|
+
__webpack_require__(525);
|
94975
95135
|
|
94976
|
-
__webpack_require__(
|
95136
|
+
__webpack_require__(531);
|
94977
95137
|
|
94978
|
-
__webpack_require__(
|
95138
|
+
__webpack_require__(532);
|
94979
95139
|
|
94980
|
-
__webpack_require__(
|
95140
|
+
__webpack_require__(535);
|
94981
95141
|
|
94982
|
-
__webpack_require__(
|
95142
|
+
__webpack_require__(536);
|
94983
95143
|
|
94984
95144
|
exports.default = angular.module('superdesk-ui.helper', ['superdesk-ui.helper.dropdown', 'superdesk-ui.helper.modal', 'superdesk-ui.helper.datepicker', 'superdesk-ui.helper.ngTagsInput']);
|
94985
95145
|
|
94986
95146
|
/***/ }),
|
94987
|
-
/*
|
95147
|
+
/* 524 */
|
94988
95148
|
/***/ (function(module, exports, __webpack_require__) {
|
94989
95149
|
|
94990
95150
|
"use strict";
|
@@ -95201,7 +95361,7 @@ angular.module('superdesk-ui.helper.dateparser', []).service('dateParser', ['$lo
|
|
95201
95361
|
}]);
|
95202
95362
|
|
95203
95363
|
/***/ }),
|
95204
|
-
/*
|
95364
|
+
/* 525 */
|
95205
95365
|
/***/ (function(module, exports, __webpack_require__) {
|
95206
95366
|
|
95207
95367
|
"use strict";
|
@@ -95420,7 +95580,7 @@ angular.module('superdesk-ui.helper.datepicker', ['superdesk-ui.helper.dateparse
|
|
95420
95580
|
return {
|
95421
95581
|
restrict: 'EA',
|
95422
95582
|
replace: true,
|
95423
|
-
template: __webpack_require__(
|
95583
|
+
template: __webpack_require__(526),
|
95424
95584
|
scope: {
|
95425
95585
|
datepickerMode: '=?',
|
95426
95586
|
dateDisabled: '&',
|
@@ -95442,7 +95602,7 @@ angular.module('superdesk-ui.helper.datepicker', ['superdesk-ui.helper.dateparse
|
|
95442
95602
|
return {
|
95443
95603
|
restrict: 'EA',
|
95444
95604
|
replace: true,
|
95445
|
-
template: __webpack_require__(
|
95605
|
+
template: __webpack_require__(527),
|
95446
95606
|
require: '^datepicker',
|
95447
95607
|
link: function link(scope, element, attrs, ctrl) {
|
95448
95608
|
scope.showWeeks = ctrl.showWeeks;
|
@@ -95561,7 +95721,7 @@ angular.module('superdesk-ui.helper.datepicker', ['superdesk-ui.helper.dateparse
|
|
95561
95721
|
return {
|
95562
95722
|
restrict: 'EA',
|
95563
95723
|
replace: true,
|
95564
|
-
template: __webpack_require__(
|
95724
|
+
template: __webpack_require__(528),
|
95565
95725
|
require: '^datepicker',
|
95566
95726
|
link: function link(scope, element, attrs, ctrl) {
|
95567
95727
|
ctrl.step = { years: 1 };
|
@@ -95618,7 +95778,7 @@ angular.module('superdesk-ui.helper.datepicker', ['superdesk-ui.helper.dateparse
|
|
95618
95778
|
return {
|
95619
95779
|
restrict: 'EA',
|
95620
95780
|
replace: true,
|
95621
|
-
template: __webpack_require__(
|
95781
|
+
template: __webpack_require__(529),
|
95622
95782
|
require: '^datepicker',
|
95623
95783
|
link: function link(scope, element, attrs, ctrl) {
|
95624
95784
|
var range = ctrl.yearRange;
|
@@ -95985,42 +96145,42 @@ angular.module('superdesk-ui.helper.datepicker', ['superdesk-ui.helper.dateparse
|
|
95985
96145
|
restrict: 'EA',
|
95986
96146
|
replace: true,
|
95987
96147
|
transclude: true,
|
95988
|
-
template: __webpack_require__(
|
96148
|
+
template: __webpack_require__(530)
|
95989
96149
|
};
|
95990
96150
|
});
|
95991
96151
|
|
95992
96152
|
/***/ }),
|
95993
|
-
/*
|
96153
|
+
/* 526 */
|
95994
96154
|
/***/ (function(module, exports) {
|
95995
96155
|
|
95996
96156
|
module.exports = "<div ng-switch=\"datepickerMode\" role=\"application\" ng-keydown=\"keydown($event)\">\n <daypicker ng-switch-when=\"day\" tabindex=\"0\"></daypicker>\n <monthpicker ng-switch-when=\"month\" tabindex=\"0\"></monthpicker>\n <yearpicker ng-switch-when=\"year\" tabindex=\"0\"></yearpicker>\n</div>";
|
95997
96157
|
|
95998
96158
|
/***/ }),
|
95999
|
-
/*
|
96159
|
+
/* 527 */
|
96000
96160
|
/***/ (function(module, exports) {
|
96001
96161
|
|
96002
96162
|
module.exports = "<table role=\"grid\" aria-labelledby=\"{{::uniqueId}}-title\" aria-activedescendant=\"{{activeDateId}}\">\n <thead>\n <tr>\n <th><button type=\"button\" class=\"btn btn-default btn-sm pull-left\" ng-click=\"move(-1)\" tabindex=\"-1\"><i class=\"icon-chevron-left-thin\"></i></button></th>\n <th colspan=\"{{::5 + showWeeks}}\"><button id=\"{{::uniqueId}}-title\" role=\"heading\" aria-live=\"assertive\" aria-atomic=\"true\" type=\"button\" class=\"btn btn-default btn-sm\" ng-click=\"toggleMode()\" ng-disabled=\"datepickerMode === maxMode\" tabindex=\"-1\" style=\"width:100%;\"><strong>{{title}}</strong></button></th>\n <th><button type=\"button\" class=\"btn btn-default btn-sm pull-right\" ng-click=\"move(1)\" tabindex=\"-1\"><i class=\"icon-chevron-right-thin\"></i></button></th>\n </tr>\n <tr>\n <th ng-if=\"showWeeks\" class=\"text-center\"></th>\n <th ng-repeat=\"label in ::labels track by $index\" class=\"text-center\"><small aria-label=\"{{::label.full}}\">{{::label.abbr}}</small></th>\n </tr>\n </thead>\n <tbody>\n <tr ng-repeat=\"row in rows track by $index\">\n <td ng-if=\"showWeeks\" class=\"text-center h6\"><em>{{ weekNumbers[$index] }}</em></td>\n <td ng-repeat=\"dt in row track by dt.date\" class=\"text-center\" role=\"gridcell\" id=\"{{::dt.uid}}\" ng-class=\"::dt.customClass\">\n <button type=\"button\" style=\"min-width:100%;\" class=\"btn btn-default btn-sm\" ng-class=\"{'btn-info': dt.selected, active: isActive(dt)}\" ng-click=\"select(dt.date)\" ng-disabled=\"dt.disabled\" tabindex=\"-1\"><span ng-class=\"::{'text-muted': dt.secondary, 'text-info': dt.current}\">{{::dt.label}}</span></button>\n </td>\n </tr>\n </tbody>\n</table>\n";
|
96003
96163
|
|
96004
96164
|
/***/ }),
|
96005
|
-
/*
|
96165
|
+
/* 528 */
|
96006
96166
|
/***/ (function(module, exports) {
|
96007
96167
|
|
96008
96168
|
module.exports = "<table role=\"grid\" aria-labelledby=\"{{::uniqueId}}-title\" aria-activedescendant=\"{{activeDateId}}\">\n <thead>\n <tr>\n <th><button type=\"button\" class=\"btn btn-default btn-sm pull-left\" ng-click=\"move(-1)\" tabindex=\"-1\"><i class=\"icon-chevron-left-thin\"></i></button></th>\n <th><button id=\"{{::uniqueId}}-title\" role=\"heading\" aria-live=\"assertive\" aria-atomic=\"true\" type=\"button\" class=\"btn btn-default btn-sm\" ng-click=\"toggleMode()\" ng-disabled=\"datepickerMode === maxMode\" tabindex=\"-1\" style=\"width:100%;\"><strong>{{title}}</strong></button></th>\n <th><button type=\"button\" class=\"btn btn-default btn-sm pull-right\" ng-click=\"move(1)\" tabindex=\"-1\"><i class=\"icon-chevron-right-thin\"></i></button></th>\n </tr>\n </thead>\n <tbody>\n <tr ng-repeat=\"row in rows track by $index\">\n <td ng-repeat=\"dt in row track by dt.date\" class=\"text-center\" role=\"gridcell\" id=\"{{::dt.uid}}\" ng-class=\"::dt.customClass\">\n <button type=\"button\" style=\"min-width:100%;\" class=\"btn btn-default\" ng-class=\"{'btn-info': dt.selected, active: isActive(dt)}\" ng-click=\"select(dt.date)\" ng-disabled=\"dt.disabled\" tabindex=\"-1\"><span ng-class=\"::{'text-info': dt.current}\">{{::dt.label}}</span></button>\n </td>\n </tr>\n </tbody>\n</table>\n";
|
96009
96169
|
|
96010
96170
|
/***/ }),
|
96011
|
-
/*
|
96171
|
+
/* 529 */
|
96012
96172
|
/***/ (function(module, exports) {
|
96013
96173
|
|
96014
96174
|
module.exports = "<table role=\"grid\" aria-labelledby=\"{{::uniqueId}}-title\" aria-activedescendant=\"{{activeDateId}}\">\n <thead>\n <tr>\n <th><button type=\"button\" class=\"btn btn-default btn-sm pull-left\" ng-click=\"move(-1)\" tabindex=\"-1\"><i class=\"icon-chevron-left-thin\"></i></button></th>\n <th colspan=\"3\"><button id=\"{{::uniqueId}}-title\" role=\"heading\" aria-live=\"assertive\" aria-atomic=\"true\" type=\"button\" class=\"btn btn-default btn-sm\" ng-click=\"toggleMode()\" ng-disabled=\"datepickerMode === maxMode\" tabindex=\"-1\" style=\"width:100%;\"><strong>{{title}}</strong></button></th>\n <th><button type=\"button\" class=\"btn btn-default btn-sm pull-right\" ng-click=\"move(1)\" tabindex=\"-1\"><i class=\"icon-chevron-right-thin\"></i></button></th>\n </tr>\n </thead>\n <tbody>\n <tr ng-repeat=\"row in rows track by $index\">\n <td ng-repeat=\"dt in row track by dt.date\" class=\"text-center\" role=\"gridcell\" id=\"{{::dt.uid}}\">\n <button type=\"button\" style=\"min-width:100%;\" class=\"btn btn-default\" ng-class=\"{'btn-info': dt.selected, active: isActive(dt)}\" ng-click=\"select(dt.date)\" ng-disabled=\"dt.disabled\" tabindex=\"-1\"><span ng-class=\"::{'text-info': dt.current}\">{{::dt.label}}</span></button>\n </td>\n </tr>\n </tbody>\n</table>\n";
|
96015
96175
|
|
96016
96176
|
/***/ }),
|
96017
|
-
/*
|
96177
|
+
/* 530 */
|
96018
96178
|
/***/ (function(module, exports) {
|
96019
96179
|
|
96020
96180
|
module.exports = "<ul class=\"dropdown-menu\" ng-if=\"isOpen\" style=\"display: block\" ng-style=\"{top: position.top+'px', left: position.left+'px'}\" ng-keydown=\"keydown($event)\" ng-click=\"$event.stopPropagation()\">\n\t<li ng-transclude></li>\n\t<li ng-if=\"showButtonBar\" style=\"padding:10px 9px 2px\">\n\t\t<span class=\"btn-group pull-left\">\n\t\t\t<button type=\"button\" class=\"btn btn-sm btn-info\" ng-click=\"select('today')\">{{ getText('current') }}</button>\n\t\t\t<button type=\"button\" class=\"btn btn-sm btn-danger\" ng-click=\"select(null)\">{{ getText('clear') }}</button>\n\t\t</span>\n\t\t<button type=\"button\" class=\"btn btn-sm btn-success pull-right\" ng-click=\"close()\">{{ getText('close') }}</button>\n\t</li>\n</ul>\n";
|
96021
96181
|
|
96022
96182
|
/***/ }),
|
96023
|
-
/*
|
96183
|
+
/* 531 */
|
96024
96184
|
/***/ (function(module, exports, __webpack_require__) {
|
96025
96185
|
|
96026
96186
|
"use strict";
|
@@ -96363,7 +96523,7 @@ angular.module('superdesk-ui.helper.dropdown', ['superdesk-ui.helper.position'])
|
|
96363
96523
|
});
|
96364
96524
|
|
96365
96525
|
/***/ }),
|
96366
|
-
/*
|
96526
|
+
/* 532 */
|
96367
96527
|
/***/ (function(module, exports, __webpack_require__) {
|
96368
96528
|
|
96369
96529
|
"use strict";
|
@@ -96430,7 +96590,7 @@ angular.module('superdesk-ui.helper.modal', []).factory('$$stackedMap', function
|
|
96430
96590
|
return {
|
96431
96591
|
restrict: 'EA',
|
96432
96592
|
replace: true,
|
96433
|
-
template: __webpack_require__(
|
96593
|
+
template: __webpack_require__(533),
|
96434
96594
|
compile: function compile(tElement, tAttrs) {
|
96435
96595
|
tElement.addClass(tAttrs.backdropClass);
|
96436
96596
|
return linkFn;
|
@@ -96457,7 +96617,7 @@ angular.module('superdesk-ui.helper.modal', []).factory('$$stackedMap', function
|
|
96457
96617
|
// templateUrl: function templateUrl(tElement, tAttrs) {
|
96458
96618
|
// return tAttrs.templateUrl || '../app/template/window.html';
|
96459
96619
|
// },
|
96460
|
-
template: __webpack_require__(
|
96620
|
+
template: __webpack_require__(534),
|
96461
96621
|
link: function link(scope, element, attrs) {
|
96462
96622
|
element.addClass(attrs.windowClass || '');
|
96463
96623
|
scope.size = attrs.size;
|
@@ -96834,19 +96994,19 @@ angular.module('superdesk-ui.helper.modal', []).factory('$$stackedMap', function
|
|
96834
96994
|
});
|
96835
96995
|
|
96836
96996
|
/***/ }),
|
96837
|
-
/*
|
96997
|
+
/* 533 */
|
96838
96998
|
/***/ (function(module, exports) {
|
96839
96999
|
|
96840
97000
|
module.exports = "<div class=\"modal__backdrop fade in\"></div>";
|
96841
97001
|
|
96842
97002
|
/***/ }),
|
96843
|
-
/*
|
97003
|
+
/* 534 */
|
96844
97004
|
/***/ (function(module, exports) {
|
96845
97005
|
|
96846
97006
|
module.exports = "<div modal-render=\"{{$isRendered}}\" tabindex=\"-1\" role=\"dialog\" class=\"modal\"\n modal-animation-class=\"fade\"\n modal-in-class=\"in\"\n ng-style=\"{'z-index': 1050 + index * 10, display: 'block'}\"\n ng-class=\"size ? 'modal--' + size : ''\">\n <div class=\"modal__dialog\">\n <div class=\"modal__content\" modal-transclude></div>\n </div>\n</div>\n";
|
96847
97007
|
|
96848
97008
|
/***/ }),
|
96849
|
-
/*
|
97009
|
+
/* 535 */
|
96850
97010
|
/***/ (function(module, exports, __webpack_require__) {
|
96851
97011
|
|
96852
97012
|
"use strict";
|
@@ -97009,7 +97169,7 @@ angular.module('superdesk-ui.helper.position', [])
|
|
97009
97169
|
}]);
|
97010
97170
|
|
97011
97171
|
/***/ }),
|
97012
|
-
/*
|
97172
|
+
/* 536 */
|
97013
97173
|
/***/ (function(module, exports, __webpack_require__) {
|
97014
97174
|
|
97015
97175
|
"use strict";
|
@@ -98235,7 +98395,7 @@ function _toConsumableArray(arr) { if (Array.isArray(arr)) { for (var i = 0, arr
|
|
98235
98395
|
})();
|
98236
98396
|
|
98237
98397
|
/***/ }),
|
98238
|
-
/*
|
98398
|
+
/* 537 */
|
98239
98399
|
/***/ (function(module, exports, __webpack_require__) {
|
98240
98400
|
|
98241
98401
|
"use strict";
|
@@ -98252,7 +98412,7 @@ function CarouselDirective() {
|
|
98252
98412
|
finish: '&',
|
98253
98413
|
model: '='
|
98254
98414
|
},
|
98255
|
-
template: __webpack_require__(
|
98415
|
+
template: __webpack_require__(538),
|
98256
98416
|
transclude: true,
|
98257
98417
|
controllerAs: 'ctrl',
|
98258
98418
|
controller: ['$scope', '$document', function ($scope, $document) {
|
@@ -98374,13 +98534,13 @@ function CarouselStepDirective() {
|
|
98374
98534
|
angular.module('superdesk-ui.carousel', []).directive('sdCarousel', CarouselDirective).directive('sdCarouselStep', CarouselStepDirective);
|
98375
98535
|
|
98376
98536
|
/***/ }),
|
98377
|
-
/*
|
98537
|
+
/* 538 */
|
98378
98538
|
/***/ (function(module, exports) {
|
98379
98539
|
|
98380
98540
|
module.exports = "<div class=\"sd-carousel__backdrop\"></div>\n<div class=\"sd-carousel\">\n <div class=\"sd-carousel__dialog\">\n <div class=\"sd-carousel__content\" ng-transclude></div>\n <a class=\"sd-carousel__nav-button sd-carousel__nav-button--prev\" ng-click=\"ctrl.previous()\" ng-hide=\"pageIndex === 0\"></a>\n <a class=\"sd-carousel__nav-button\" ng-click=\"pageIndex === steps.length-1 ? ctrl.finish() : ctrl.next()\" ng-class=\"pageIndex === steps.length-1 ? 'sd-carousel__nav-button--end' : 'sd-carousel__nav-button--next'\"></a>\n <div class=\"sd-carousel__page-indication-bar\">\n <span ng-repeat=\"step in steps\" \n class=\"sd-carousel__page-indicator\" \n ng-class=\"{'sd-carousel__page-indicator--selected': step.selected}\"\n ng-click=\"goTo(step)\">\n </span>\n </div>\n </div>\n</div>";
|
98381
98541
|
|
98382
98542
|
/***/ }),
|
98383
|
-
/*
|
98543
|
+
/* 539 */
|
98384
98544
|
/***/ (function(module, exports, __webpack_require__) {
|
98385
98545
|
|
98386
98546
|
"use strict";
|
@@ -98483,7 +98643,7 @@ function sdCheck($parse) {
|
|
98483
98643
|
angular.module('superdesk-ui.check', []).directive('sdCheck', sdCheck);
|
98484
98644
|
|
98485
98645
|
/***/ }),
|
98486
|
-
/*
|
98646
|
+
/* 540 */
|
98487
98647
|
/***/ (function(module, exports, __webpack_require__) {
|
98488
98648
|
|
98489
98649
|
"use strict";
|
@@ -98663,7 +98823,7 @@ angular.module("superdesk-ui.dropdown", []).directive("dropdown", sdDropdown).di
|
|
98663
98823
|
/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(35)))
|
98664
98824
|
|
98665
98825
|
/***/ }),
|
98666
|
-
/*
|
98826
|
+
/* 541 */
|
98667
98827
|
/***/ (function(module, exports, __webpack_require__) {
|
98668
98828
|
|
98669
98829
|
"use strict";
|
@@ -98750,7 +98910,7 @@ function sdModal($document, $rootScope) {
|
|
98750
98910
|
angular.module('superdesk-ui.modals', []).directive('sdModal', sdModal);
|
98751
98911
|
|
98752
98912
|
/***/ }),
|
98753
|
-
/*
|
98913
|
+
/* 542 */
|
98754
98914
|
/***/ (function(module, exports, __webpack_require__) {
|
98755
98915
|
|
98756
98916
|
"use strict";
|
@@ -98835,7 +98995,7 @@ function sdSwitch() {
|
|
98835
98995
|
angular.module('superdesk-ui.switch', []).directive('sdSwitch', sdSwitch);
|
98836
98996
|
|
98837
98997
|
/***/ }),
|
98838
|
-
/*
|
98998
|
+
/* 543 */
|
98839
98999
|
/***/ (function(module, exports, __webpack_require__) {
|
98840
99000
|
|
98841
99001
|
"use strict";
|
@@ -98873,7 +99033,7 @@ function ToggleBoxDirective() {
|
|
98873
99033
|
angular.module('superdesk-ui.toggleBox', []).directive('sdToggleBox', ToggleBoxDirective);
|
98874
99034
|
|
98875
99035
|
/***/ }),
|
98876
|
-
/*
|
99036
|
+
/* 544 */
|
98877
99037
|
/***/ (function(module, exports, __webpack_require__) {
|
98878
99038
|
|
98879
99039
|
"use strict";
|
@@ -98908,7 +99068,7 @@ function WizardHandlerFactory() {
|
|
98908
99068
|
WizardDirective.$inject = [];
|
98909
99069
|
function WizardDirective() {
|
98910
99070
|
return {
|
98911
|
-
template: __webpack_require__(
|
99071
|
+
template: __webpack_require__(545),
|
98912
99072
|
scope: {
|
98913
99073
|
currentStep: '=',
|
98914
99074
|
finish: '&',
|
@@ -99012,7 +99172,7 @@ function WizardDirective() {
|
|
99012
99172
|
WizardStepDirective.$inject = [];
|
99013
99173
|
function WizardStepDirective() {
|
99014
99174
|
return {
|
99015
|
-
template: __webpack_require__(
|
99175
|
+
template: __webpack_require__(546),
|
99016
99176
|
scope: {
|
99017
99177
|
title: '@',
|
99018
99178
|
code: '@',
|
@@ -99030,19 +99190,19 @@ function WizardStepDirective() {
|
|
99030
99190
|
angular.module('superdesk-ui.wizard', []).factory('WizardHandler', WizardHandlerFactory).directive('sdWizard', WizardDirective).directive('sdWizardStep', WizardStepDirective);
|
99031
99191
|
|
99032
99192
|
/***/ }),
|
99033
|
-
/*
|
99193
|
+
/* 545 */
|
99034
99194
|
/***/ (function(module, exports) {
|
99035
99195
|
|
99036
99196
|
module.exports = "<div class=\"modal__body-header\">\n <ul class=\"nav-tabs\">\n <li ng-repeat=\"step in steps\" ng-class=\"{'nav-tabs__tab--active': step.selected}\" class=\"nav-tabs__tab\">\n <button\n ng-click=\"goTo(step)\"\n ng-disabled=\"step.disabled\"\n ng-hide=\"step.hide\"\n class=\"nav-tabs__link\"\n data-test-id=\"wizard--{{step.title}}\"\n >\n {{ step.title}}\n </button>\n </li>\n </ul>\n</div>\n<div class=\"modal__body-content\" ng-transclude></div>";
|
99037
99197
|
|
99038
99198
|
/***/ }),
|
99039
|
-
/*
|
99199
|
+
/* 546 */
|
99040
99200
|
/***/ (function(module, exports) {
|
99041
99201
|
|
99042
99202
|
module.exports = "<div ng-show=\"selected\" class=\"modal-screen\" ng-transclude></div>\r\n";
|
99043
99203
|
|
99044
99204
|
/***/ }),
|
99045
|
-
/*
|
99205
|
+
/* 547 */
|
99046
99206
|
/***/ (function(module, exports, __webpack_require__) {
|
99047
99207
|
|
99048
99208
|
"use strict";
|
@@ -99071,7 +99231,7 @@ function TagInputDirective($q) {
|
|
99071
99231
|
maxResultsToShow: '='
|
99072
99232
|
},
|
99073
99233
|
require: '?ngModel',
|
99074
|
-
template: __webpack_require__(
|
99234
|
+
template: __webpack_require__(548),
|
99075
99235
|
link: function link(scope) {
|
99076
99236
|
scope.loadTags = function (query) {
|
99077
99237
|
return $q(function (resolve, reject) {
|
@@ -99089,13 +99249,13 @@ function TagInputDirective($q) {
|
|
99089
99249
|
angular.module('superdesk-ui.tags', []).directive('sdTagInput', TagInputDirective);
|
99090
99250
|
|
99091
99251
|
/***/ }),
|
99092
|
-
/*
|
99252
|
+
/* 548 */
|
99093
99253
|
/***/ (function(module, exports) {
|
99094
99254
|
|
99095
99255
|
module.exports = "<label class=\"tags-input__label\" ng-if=\"label\">{{label}}</label>\n<tags-input ng-model=\"model\"\n add-from-autocomplete-only=\"{{items ? !freetext : false}}\"\n show-button=\"{{!!items}}\"\n display-property=\"{{field}}\"\n key-property=\"{{keyProperty}}\"\n use-strings=\"{{!field}}\"\n ng-required=\"required\"\n on-tag-added=\"onChange($tag)\"\n on-tag-removed=\"onChange($tag)\"\n replace-spaces-with-dashes=\"{{replaceSpacesWithDashes}}\"\n min-length=\"{{minLength}}\"\n max-length=\"{{maxLength}}\"\n max-tags=\"{{maxTags}}\"\n max-items=\"{{maxItems}}\"\n boxed={{boxed}}\n placeholder=\"{{placeholder}}\">\n\n <auto-complete ng-if=\"items\"\n source=\"loadTags($query)\"\n load-on-empty=\"true\"\n min-length=\"{{minLength}}\"\n display-property=\"{{field}}\"\n key-property=\"{{keyProperty}}\"\n max-results-to-show=\"{{maxResultsToShow}}\">\n </auto-complete>\n</tags-input>\n";
|
99096
99256
|
|
99097
99257
|
/***/ }),
|
99098
|
-
/*
|
99258
|
+
/* 549 */
|
99099
99259
|
/***/ (function(module, exports, __webpack_require__) {
|
99100
99260
|
|
99101
99261
|
"use strict";
|
@@ -99112,7 +99272,7 @@ module.exports = "<label class=\"tags-input__label\" ng-if=\"label\">{{label}}</
|
|
99112
99272
|
*/
|
99113
99273
|
function LineInputDirective() {
|
99114
99274
|
return {
|
99115
|
-
template: __webpack_require__(
|
99275
|
+
template: __webpack_require__(550),
|
99116
99276
|
replace: true,
|
99117
99277
|
transclude: true,
|
99118
99278
|
require: '?ngModel',
|
@@ -99154,13 +99314,13 @@ function LineInputDirective() {
|
|
99154
99314
|
angular.module('superdesk-ui.lineInput', []).directive('sdLineInput', LineInputDirective);
|
99155
99315
|
|
99156
99316
|
/***/ }),
|
99157
|
-
/*
|
99317
|
+
/* 550 */
|
99158
99318
|
/***/ (function(module, exports) {
|
99159
99319
|
|
99160
99320
|
module.exports = " <div class=\"sd-line-input\" ng-class=\"{'sd-line-input--dark-ui': dark, 'sd-line-input--boxed': boxed, 'sd-line-input--required': required}\">\n <label class=\"sd-line-input__label\" translate>{{label}}</label>\n\n <input class=\"sd-line-input__input\" type=\"text\" ng-model=\"modelFixed.value\" ng-change=\"update(modelFixed.value)\" ng-blur=\"onblur()\" ng-disabled=\"disabled\" placeholder=\"{{placeholder}}\" ng-if=\"!transclude && !textarea\">\n\n <textarea class=\"sd-line-input__input\"\n ng-model=\"modelFixed.value\"\n ng-change=\"update(modelFixed.value)\"\n ng-blur=\"onblur()\"\n ng-disabled=\"disabled\"\n placeholder=\"{{placeholder}}\"\n ng-if=\"textarea\"\n sd-auto-height>\n </textarea>\n\n <ng-transclude></ng-transclude>\n <div class=\"sd-line-input__char-count\" ng-if=\"maxlength\" sd-character-count data-item=\"modelFixed.value\" data-limit=\"maxlength\" data-html=\"true\"></div>\n</div>\n";
|
99161
99321
|
|
99162
99322
|
/***/ }),
|
99163
|
-
/*
|
99323
|
+
/* 551 */
|
99164
99324
|
/***/ (function(module, exports, __webpack_require__) {
|
99165
99325
|
|
99166
99326
|
"use strict";
|
@@ -99180,7 +99340,7 @@ module.exports = " <div class=\"sd-line-input\" ng-class=\"{'sd-line-input--dark
|
|
99180
99340
|
*/
|
99181
99341
|
function SearchHandlerDirective() {
|
99182
99342
|
return {
|
99183
|
-
template: __webpack_require__(
|
99343
|
+
template: __webpack_require__(552),
|
99184
99344
|
replace: true,
|
99185
99345
|
transclude: true,
|
99186
99346
|
require: '?ngModel',
|
@@ -99206,13 +99366,13 @@ function SearchHandlerDirective() {
|
|
99206
99366
|
angular.module('superdesk-ui.searchHandler', []).directive('sdSearchHandler', SearchHandlerDirective);
|
99207
99367
|
|
99208
99368
|
/***/ }),
|
99209
|
-
/*
|
99369
|
+
/* 552 */
|
99210
99370
|
/***/ (function(module, exports) {
|
99211
99371
|
|
99212
99372
|
module.exports = "<div class=\"flat-searchbar\" ng-class=\"{extended: extended}\">\n <div class=\"search-handler\" ng-class=\"{'search-handler--left-border': borderleft}\">\n <label for=\"search-input\" class=\"trigger-icon\" ng-click=\"extended = !extended\"><i class=\"icon-search\"></i></label>\n <input id=\"search-input\" type=\"text\" placeholder=\"{{ :: label || 'Search' }}\" ng-model=\"model\" ng-model-options=\"{debounce: debounce}\">\n <button class=\"search-close\" ng-if=\"model.length\" ng-click=\"clearInput()\" ng-class=\"{visible: model.length}\"><i class=\"icon-remove-sign\"></i></button>\n\n <button class=\"search-close\" ng-if=\"button && model.length\" ng-click=\"\" ng-class=\"{visible: button && model.length}\">\n <i class=\"big-icon--chevron-right\"></i>\n </button>\n </div>\n</div>\n";
|
99213
99373
|
|
99214
99374
|
/***/ }),
|
99215
|
-
/*
|
99375
|
+
/* 553 */
|
99216
99376
|
/***/ (function(module, exports, __webpack_require__) {
|
99217
99377
|
|
99218
99378
|
"use strict";
|
@@ -99228,7 +99388,7 @@ function sdCircularProgress() {
|
|
99228
99388
|
error: '=',
|
99229
99389
|
counter: '='
|
99230
99390
|
},
|
99231
|
-
template: __webpack_require__(
|
99391
|
+
template: __webpack_require__(554),
|
99232
99392
|
link: function link(scope, element) {
|
99233
99393
|
var elem = $(element).find('.progress-svg');
|
99234
99394
|
|
@@ -99274,13 +99434,13 @@ angular.module('superdesk-ui.circularProgress', []).directive('sdCircularProgres
|
|
99274
99434
|
/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(35)))
|
99275
99435
|
|
99276
99436
|
/***/ }),
|
99277
|
-
/*
|
99437
|
+
/* 554 */
|
99278
99438
|
/***/ (function(module, exports) {
|
99279
99439
|
|
99280
99440
|
module.exports = "<div class=\"progress-bar-container\">\n <div class=\"progress-done\" ng-class=\"{'progress-done--completed': status === 'completed', 'progress-done--error': status === 'error'}\">\n <i class=\"icon-ok\" ng-hide=\"status === 'error'\"></i>\n <i class=\"icon-close-small\" ng-hide=\"status === 'completed'\"></i>\n </div>\n <span class=\"progress-text\" ng-if=\"counter\">{{value}}<em>%</em></span>\n <svg class=\"progress-svg\">\n <circle ng-attr-r=\"{{radius}}\" ng-attr-cx=\"50%\" ng-attr-cy=\"50%\"></circle>\n <circle class=\"progressbar\" ng-attr-r=\"{{radius}}\" ng-attr-cx=\"50%\" ng-attr-cy=\"50%\" ng-style=\"{'stroke-dashoffset': dashOffset, 'stroke-dasharray': circumference}\"></circle>\n </svg>\n</div>";
|
99281
99441
|
|
99282
99442
|
/***/ }),
|
99283
|
-
/*
|
99443
|
+
/* 555 */
|
99284
99444
|
/***/ (function(module, exports, __webpack_require__) {
|
99285
99445
|
|
99286
99446
|
"use strict";
|
@@ -99325,7 +99485,7 @@ function SplitterDirective($window) {
|
|
99325
99485
|
angular.module('superdesk-ui.splitter', []).directive('sdSplitter', SplitterDirective);
|
99326
99486
|
|
99327
99487
|
/***/ }),
|
99328
|
-
/*
|
99488
|
+
/* 556 */
|
99329
99489
|
/***/ (function(module, exports, __webpack_require__) {
|
99330
99490
|
|
99331
99491
|
"use strict";
|
@@ -99366,16 +99526,16 @@ function MediaQuery($window) {
|
|
99366
99526
|
angular.module('superdesk-ui.mediaQuery', []).directive('sdMediaQuery', MediaQuery);
|
99367
99527
|
|
99368
99528
|
/***/ }),
|
99369
|
-
/*
|
99529
|
+
/* 557 */
|
99370
99530
|
/***/ (function(module, exports, __webpack_require__) {
|
99371
99531
|
|
99372
99532
|
"use strict";
|
99373
99533
|
|
99374
99534
|
|
99375
|
-
__webpack_require__(
|
99535
|
+
__webpack_require__(558);
|
99376
99536
|
|
99377
99537
|
/***/ }),
|
99378
|
-
/*
|
99538
|
+
/* 558 */
|
99379
99539
|
/***/ (function(module, exports) {
|
99380
99540
|
|
99381
99541
|
// removed by extract-text-webpack-plugin
|