superdesk-ui-framework 3.0.74 → 3.0.76
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/app/img/icon_illustrations/IconIllustration__headlines.svg +25 -0
- package/app/img/icon_illustrations/IconIllustration__keywords.svg +46 -0
- package/app/img/icon_illustrations/IconIllustration__optimise.svg +38 -0
- package/app/img/icon_illustrations/IconIllustration__summary.svg +27 -0
- package/app/img/icon_illustrations/IconIllustration__translate.svg +12 -0
- package/app/styles/_buttons.scss +47 -0
- package/app/styles/_simple-list.scss +13 -1
- package/app/styles/components/_list-item.scss +4 -0
- package/app/styles/components/_sd-grid-item.scss +4 -0
- package/app/styles/design-tokens/_design-tokens-general.scss +14 -1
- package/app/styles/form-elements/_inputs.scss +53 -11
- package/app-typescript/components/FormLabel.tsx +1 -1
- package/app-typescript/components/IllustrationButton.tsx +29 -0
- package/app-typescript/components/Lists/SimpleList.tsx +3 -0
- package/app-typescript/components/Select.tsx +13 -11
- package/app-typescript/components/SvgIconIllustration.tsx +191 -0
- package/app-typescript/index.ts +2 -0
- package/dist/examples.bundle.js +1143 -543
- package/dist/playgrounds/react-playgrounds/Rundowns.tsx +1 -1
- package/dist/playgrounds/react-playgrounds/TestGround.tsx +462 -2
- package/dist/react/IllustrationButton.tsx +89 -0
- package/dist/react/Index.tsx +6 -1
- package/dist/superdesk-ui.bundle.css +110 -14
- package/dist/superdesk-ui.bundle.js +588 -306
- package/dist/vendor.bundle.js +13 -13
- package/examples/pages/playgrounds/react-playgrounds/Rundowns.tsx +1 -1
- package/examples/pages/playgrounds/react-playgrounds/TestGround.tsx +462 -2
- package/examples/pages/react/IllustrationButton.tsx +89 -0
- package/examples/pages/react/Index.tsx +6 -1
- package/package.json +1 -4
- package/react/components/FormLabel.js +1 -1
- package/react/components/IllustrationButton.d.ts +11 -0
- package/react/components/IllustrationButton.js +62 -0
- package/react/components/Lists/SimpleList.d.ts +1 -0
- package/react/components/Lists/SimpleList.js +1 -0
- package/react/components/Select.js +2 -1
- package/react/components/SvgIconIllustration.d.ts +9 -0
- package/react/components/SvgIconIllustration.js +199 -0
- package/react/index.d.ts +2 -0
- package/react/index.js +6 -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 = 736);
|
74
74
|
/******/ })
|
75
75
|
/************************************************************************/
|
76
76
|
/******/ ([
|
@@ -5860,8 +5860,8 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
5860
5860
|
};
|
5861
5861
|
Object.defineProperty(exports, "__esModule", { value: true });
|
5862
5862
|
exports.Divider = exports.Icon = exports.Prop = exports.PropsList = exports.StrechBar = exports.SlidingToolbar = exports.SubNavDivider = exports.SubNav = exports.LeftMenu = exports.TabList = exports.Tab = exports.NavButton = exports.CheckButtonGroup = exports.CheckGroup = exports.CheckboxButton = exports.RadioButtonGroup = exports.Checkbox = exports.RadioGroup = exports.Loader = exports.ButtonGroup = exports.SwitchGroup = exports.Switch = exports.FormLabel = exports.TimePicker = exports.DatePickerLocaleSettings = exports.DatePickerISO = exports.DatePicker = exports.getDurationString = exports.DurationInput = exports.Tooltip = exports.IconLabel = exports.IconButton = exports.Rotate = exports.AvatarPlaceholder = exports.Avatar = exports.AvatarGroup = exports.AvatarContentImage = exports.AvatarContentText = exports.AvatarWrapper = exports.Alert = exports.Badge = exports.Label = exports.Popover = exports.WithPagination = exports.SelectWithTemplate = exports.Option = exports.Select = exports.Input = exports.Button = exports.HelloWorld = void 0;
|
5863
|
-
exports.
|
5864
|
-
exports.DragHandle = exports.ResizeObserverComponent = exports.SpacerBlock = exports.Spacer = exports.WithPopover = exports.ResizablePanels = exports.MultiSelect = exports.ContentListItem = exports.TableListItem = exports.TableList = exports.TreeSelect = void 0;
|
5863
|
+
exports.Time = exports.Text = exports.LoadingOverlay = exports.Spinner = exports.ListItemLoader = exports.Skeleton = exports.IllustrationButton = exports.SvgIconIllustration = exports.WithSizeObserver = exports.SearchBar = exports.CreateButton = exports.DropZone = exports.ThemeSelector = exports.IconPicker = exports.SelectGrid = exports.ToggleBox = exports.Menu = exports.toasted = exports.GridItemCheckWrapper = exports.GridItemTopActions = exports.GridItemFooterActions = exports.GridItemFooterBlock = exports.GridItemSlug = exports.GridItemText = exports.GridItemTitle = exports.GridItemTime = exports.GridItemContentBlock = exports.GridItemFooter = exports.GridItemMedia = exports.GridItemContent = exports.GridItem = exports.GridList = exports.Modal = exports.Carousel = exports.DonutChart = exports.Autocomplete = exports.EmptyState = exports.Tabs = exports.TabContent = exports.TabPanel = exports.TabLabel = exports.TagInput = exports.Tag = exports.Dropdown = exports.DropdownDivider = exports.DropdownLabel = exports.DropdownItem = exports.DropdownFirst = exports.HeadingText = exports.ContentDivider = void 0;
|
5864
|
+
exports.DragHandle = exports.ResizeObserverComponent = exports.SpacerBlock = exports.Spacer = exports.WithPopover = exports.ResizablePanels = exports.MultiSelect = exports.ContentListItem = exports.TableListItem = exports.TableList = exports.TreeSelect = exports.BottomNav = exports.Heading = void 0;
|
5865
5865
|
var HelloWorld_1 = __webpack_require__(295);
|
5866
5866
|
Object.defineProperty(exports, "HelloWorld", { enumerable: true, get: function () { return HelloWorld_1.HelloWorld; } });
|
5867
5867
|
var Button_1 = __webpack_require__(55);
|
@@ -6027,22 +6027,26 @@ var SearchBar_1 = __webpack_require__(457);
|
|
6027
6027
|
Object.defineProperty(exports, "SearchBar", { enumerable: true, get: function () { return SearchBar_1.SearchBar; } });
|
6028
6028
|
var WithSizeObserver_1 = __webpack_require__(281);
|
6029
6029
|
Object.defineProperty(exports, "WithSizeObserver", { enumerable: true, get: function () { return WithSizeObserver_1.WithSizeObserver; } });
|
6030
|
+
var SvgIconIllustration_1 = __webpack_require__(458);
|
6031
|
+
Object.defineProperty(exports, "SvgIconIllustration", { enumerable: true, get: function () { return SvgIconIllustration_1.SvgIconIllustration; } });
|
6032
|
+
var IllustrationButton_1 = __webpack_require__(459);
|
6033
|
+
Object.defineProperty(exports, "IllustrationButton", { enumerable: true, get: function () { return IllustrationButton_1.IllustrationButton; } });
|
6030
6034
|
__exportStar(__webpack_require__(16), exports);
|
6031
6035
|
__exportStar(__webpack_require__(13), exports);
|
6032
6036
|
__exportStar(__webpack_require__(52), exports);
|
6033
6037
|
__exportStar(__webpack_require__(83), exports);
|
6034
6038
|
var Skeleton_1 = __webpack_require__(257);
|
6035
6039
|
Object.defineProperty(exports, "Skeleton", { enumerable: true, get: function () { return Skeleton_1.Skeleton; } });
|
6036
|
-
var ListItemLoader_1 = __webpack_require__(
|
6040
|
+
var ListItemLoader_1 = __webpack_require__(503);
|
6037
6041
|
Object.defineProperty(exports, "ListItemLoader", { enumerable: true, get: function () { return ListItemLoader_1.ListItemLoader; } });
|
6038
6042
|
var Spinner_1 = __webpack_require__(56);
|
6039
6043
|
Object.defineProperty(exports, "Spinner", { enumerable: true, get: function () { return Spinner_1.Spinner; } });
|
6040
6044
|
Object.defineProperty(exports, "LoadingOverlay", { enumerable: true, get: function () { return Spinner_1.LoadingOverlay; } });
|
6041
|
-
var Text_1 = __webpack_require__(
|
6045
|
+
var Text_1 = __webpack_require__(504);
|
6042
6046
|
Object.defineProperty(exports, "Text", { enumerable: true, get: function () { return Text_1.Text; } });
|
6043
|
-
var Time_1 = __webpack_require__(
|
6047
|
+
var Time_1 = __webpack_require__(505);
|
6044
6048
|
Object.defineProperty(exports, "Time", { enumerable: true, get: function () { return Time_1.Time; } });
|
6045
|
-
var Heading_1 = __webpack_require__(
|
6049
|
+
var Heading_1 = __webpack_require__(506);
|
6046
6050
|
Object.defineProperty(exports, "Heading", { enumerable: true, get: function () { return Heading_1.Heading; } });
|
6047
6051
|
var BottomNav_1 = __webpack_require__(282);
|
6048
6052
|
Object.defineProperty(exports, "BottomNav", { enumerable: true, get: function () { return BottomNav_1.BottomNav; } });
|
@@ -6053,18 +6057,18 @@ Object.defineProperty(exports, "TableList", { enumerable: true, get: function ()
|
|
6053
6057
|
Object.defineProperty(exports, "TableListItem", { enumerable: true, get: function () { return TableList_1.TableListItem; } });
|
6054
6058
|
var ContentList_1 = __webpack_require__(84);
|
6055
6059
|
Object.defineProperty(exports, "ContentListItem", { enumerable: true, get: function () { return ContentList_1.ContentListItem; } });
|
6056
|
-
var MultiSelect_1 = __webpack_require__(
|
6060
|
+
var MultiSelect_1 = __webpack_require__(544);
|
6057
6061
|
Object.defineProperty(exports, "MultiSelect", { enumerable: true, get: function () { return MultiSelect_1.MultiSelect; } });
|
6058
|
-
var ResizablePanels_1 = __webpack_require__(
|
6062
|
+
var ResizablePanels_1 = __webpack_require__(551);
|
6059
6063
|
Object.defineProperty(exports, "ResizablePanels", { enumerable: true, get: function () { return ResizablePanels_1.ResizablePanels; } });
|
6060
6064
|
var WithPopover_1 = __webpack_require__(95);
|
6061
6065
|
Object.defineProperty(exports, "WithPopover", { enumerable: true, get: function () { return WithPopover_1.WithPopover; } });
|
6062
6066
|
var Spacer_1 = __webpack_require__(81);
|
6063
6067
|
Object.defineProperty(exports, "Spacer", { enumerable: true, get: function () { return Spacer_1.Spacer; } });
|
6064
6068
|
Object.defineProperty(exports, "SpacerBlock", { enumerable: true, get: function () { return Spacer_1.SpacerBlock; } });
|
6065
|
-
var ResizeObserverComponent_1 = __webpack_require__(
|
6069
|
+
var ResizeObserverComponent_1 = __webpack_require__(562);
|
6066
6070
|
Object.defineProperty(exports, "ResizeObserverComponent", { enumerable: true, get: function () { return ResizeObserverComponent_1.ResizeObserverComponent; } });
|
6067
|
-
var DragHandle_1 = __webpack_require__(
|
6071
|
+
var DragHandle_1 = __webpack_require__(563);
|
6068
6072
|
Object.defineProperty(exports, "DragHandle", { enumerable: true, get: function () { return DragHandle_1.DragHandle; } });
|
6069
6073
|
|
6070
6074
|
|
@@ -7477,82 +7481,82 @@ Object.defineProperty(exports, "PanelContent", { enumerable: true, get: function
|
|
7477
7481
|
Object.defineProperty(exports, "PanelContentBlock", { enumerable: true, get: function () { return Panel_1.PanelContentBlock; } });
|
7478
7482
|
Object.defineProperty(exports, "PanelFooter", { enumerable: true, get: function () { return Panel_1.PanelFooter; } });
|
7479
7483
|
Object.defineProperty(exports, "PanelHeaderSlidingToolbar", { enumerable: true, get: function () { return Panel_1.PanelHeaderSlidingToolbar; } });
|
7480
|
-
var Layout_1 = __webpack_require__(
|
7484
|
+
var Layout_1 = __webpack_require__(460);
|
7481
7485
|
Object.defineProperty(exports, "Layout", { enumerable: true, get: function () { return Layout_1.Layout; } });
|
7482
|
-
var LayoutContainer_1 = __webpack_require__(
|
7486
|
+
var LayoutContainer_1 = __webpack_require__(461);
|
7483
7487
|
Object.defineProperty(exports, "LayoutContainer", { enumerable: true, get: function () { return LayoutContainer_1.LayoutContainer; } });
|
7484
|
-
var HeaderPanel_1 = __webpack_require__(
|
7488
|
+
var HeaderPanel_1 = __webpack_require__(462);
|
7485
7489
|
Object.defineProperty(exports, "HeaderPanel", { enumerable: true, get: function () { return HeaderPanel_1.HeaderPanel; } });
|
7486
|
-
var MainPanel_1 = __webpack_require__(
|
7490
|
+
var MainPanel_1 = __webpack_require__(463);
|
7487
7491
|
Object.defineProperty(exports, "MainPanel", { enumerable: true, get: function () { return MainPanel_1.MainPanel; } });
|
7488
7492
|
Object.defineProperty(exports, "IMainPanelProps", { enumerable: true, get: function () { return MainPanel_1.IMainPanelProps; } });
|
7489
|
-
var LeftPanel_1 = __webpack_require__(
|
7493
|
+
var LeftPanel_1 = __webpack_require__(464);
|
7490
7494
|
Object.defineProperty(exports, "LeftPanel", { enumerable: true, get: function () { return LeftPanel_1.LeftPanel; } });
|
7491
|
-
var RightPanel_1 = __webpack_require__(
|
7495
|
+
var RightPanel_1 = __webpack_require__(465);
|
7492
7496
|
Object.defineProperty(exports, "RightPanel", { enumerable: true, get: function () { return RightPanel_1.RightPanel; } });
|
7493
|
-
var OverlayPanel_1 = __webpack_require__(
|
7497
|
+
var OverlayPanel_1 = __webpack_require__(466);
|
7494
7498
|
Object.defineProperty(exports, "OverlayPanel", { enumerable: true, get: function () { return OverlayPanel_1.OverlayPanel; } });
|
7495
|
-
var AuthoringContainer_1 = __webpack_require__(
|
7499
|
+
var AuthoringContainer_1 = __webpack_require__(467);
|
7496
7500
|
Object.defineProperty(exports, "AuthoringContainer", { enumerable: true, get: function () { return AuthoringContainer_1.AuthoringContainer; } });
|
7497
|
-
var ContentSplitter_1 = __webpack_require__(
|
7501
|
+
var ContentSplitter_1 = __webpack_require__(468);
|
7498
7502
|
Object.defineProperty(exports, "ContentSplitter", { enumerable: true, get: function () { return ContentSplitter_1.ContentSplitter; } });
|
7499
|
-
var PageLayout_1 = __webpack_require__(
|
7503
|
+
var PageLayout_1 = __webpack_require__(469);
|
7500
7504
|
Object.defineProperty(exports, "PageLayout", { enumerable: true, get: function () { return PageLayout_1.PageLayout; } });
|
7501
|
-
var Container_1 = __webpack_require__(
|
7505
|
+
var Container_1 = __webpack_require__(470);
|
7502
7506
|
Object.defineProperty(exports, "Container", { enumerable: true, get: function () { return Container_1.Container; } });
|
7503
|
-
var AuthoringFrameContainer_1 = __webpack_require__(
|
7507
|
+
var AuthoringFrameContainer_1 = __webpack_require__(471);
|
7504
7508
|
Object.defineProperty(exports, "AuthoringFrameContainer", { enumerable: true, get: function () { return AuthoringFrameContainer_1.AuthoringFrameContainer; } });
|
7505
|
-
var AuthoringFrameMain_1 = __webpack_require__(
|
7509
|
+
var AuthoringFrameMain_1 = __webpack_require__(472);
|
7506
7510
|
Object.defineProperty(exports, "AuthoringFrameMain", { enumerable: true, get: function () { return AuthoringFrameMain_1.AuthoringFrameMain; } });
|
7507
|
-
var AuthoringFrameNavBar_1 = __webpack_require__(
|
7511
|
+
var AuthoringFrameNavBar_1 = __webpack_require__(473);
|
7508
7512
|
Object.defineProperty(exports, "AuthoringFrameNavBar", { enumerable: true, get: function () { return AuthoringFrameNavBar_1.AuthoringFrameNavBar; } });
|
7509
|
-
var AuthoringFrameLeftBar_1 = __webpack_require__(
|
7513
|
+
var AuthoringFrameLeftBar_1 = __webpack_require__(474);
|
7510
7514
|
Object.defineProperty(exports, "AuthoringFrameLeftBar", { enumerable: true, get: function () { return AuthoringFrameLeftBar_1.AuthoringFrameLeftBar; } });
|
7511
|
-
var AuthoringFrameRightBar_1 = __webpack_require__(
|
7515
|
+
var AuthoringFrameRightBar_1 = __webpack_require__(475);
|
7512
7516
|
Object.defineProperty(exports, "AuthoringFrameRightBar", { enumerable: true, get: function () { return AuthoringFrameRightBar_1.AuthoringFrameRightBar; } });
|
7513
|
-
var AuthoringFrameSidePanel_1 = __webpack_require__(
|
7517
|
+
var AuthoringFrameSidePanel_1 = __webpack_require__(476);
|
7514
7518
|
Object.defineProperty(exports, "AuthoringFrameSidePanel", { enumerable: true, get: function () { return AuthoringFrameSidePanel_1.AuthoringFrameSidePanel; } });
|
7515
|
-
var AuthoringFrameSidePanelOverlay_1 = __webpack_require__(
|
7519
|
+
var AuthoringFrameSidePanelOverlay_1 = __webpack_require__(477);
|
7516
7520
|
Object.defineProperty(exports, "AuthoringFrameSidePanelOverlay", { enumerable: true, get: function () { return AuthoringFrameSidePanelOverlay_1.AuthoringFrameSidePanelOverlay; } });
|
7517
|
-
var AuthoringFrameOverlay_1 = __webpack_require__(
|
7521
|
+
var AuthoringFrameOverlay_1 = __webpack_require__(478);
|
7518
7522
|
Object.defineProperty(exports, "AuthoringFrameOverlay", { enumerable: true, get: function () { return AuthoringFrameOverlay_1.AuthoringFrameOverlay; } });
|
7519
|
-
var AuthoringFrame_1 = __webpack_require__(
|
7523
|
+
var AuthoringFrame_1 = __webpack_require__(479);
|
7520
7524
|
Object.defineProperty(exports, "AuthoringFrame", { enumerable: true, get: function () { return AuthoringFrame_1.AuthoringFrame; } });
|
7521
|
-
var AuthoringMain_1 = __webpack_require__(
|
7525
|
+
var AuthoringMain_1 = __webpack_require__(480);
|
7522
7526
|
Object.defineProperty(exports, "AuthoringMain", { enumerable: true, get: function () { return AuthoringMain_1.AuthoringMain; } });
|
7523
|
-
var AuthoringMainContainer_1 = __webpack_require__(
|
7527
|
+
var AuthoringMainContainer_1 = __webpack_require__(481);
|
7524
7528
|
Object.defineProperty(exports, "AuthoringMainContainer", { enumerable: true, get: function () { return AuthoringMainContainer_1.AuthoringMainContainer; } });
|
7525
|
-
var AuthoringMainToolBar_1 = __webpack_require__(
|
7529
|
+
var AuthoringMainToolBar_1 = __webpack_require__(482);
|
7526
7530
|
Object.defineProperty(exports, "AuthoringMainToolBar", { enumerable: true, get: function () { return AuthoringMainToolBar_1.AuthoringMainToolBar; } });
|
7527
|
-
var AuthoringMainContent_1 = __webpack_require__(
|
7531
|
+
var AuthoringMainContent_1 = __webpack_require__(483);
|
7528
7532
|
Object.defineProperty(exports, "AuthoringMainContent", { enumerable: true, get: function () { return AuthoringMainContent_1.AuthoringMainContent; } });
|
7529
|
-
var AuthoringInnerHeader_1 = __webpack_require__(
|
7533
|
+
var AuthoringInnerHeader_1 = __webpack_require__(484);
|
7530
7534
|
Object.defineProperty(exports, "AuthoringInnerHeader", { enumerable: true, get: function () { return AuthoringInnerHeader_1.AuthoringInnerHeader; } });
|
7531
|
-
var AuthoringInnerBody_1 = __webpack_require__(
|
7535
|
+
var AuthoringInnerBody_1 = __webpack_require__(485);
|
7532
7536
|
Object.defineProperty(exports, "AuthoringInnerBody", { enumerable: true, get: function () { return AuthoringInnerBody_1.AuthoringInnerBody; } });
|
7533
|
-
var AuthorinInnerSideBar_1 = __webpack_require__(
|
7537
|
+
var AuthorinInnerSideBar_1 = __webpack_require__(486);
|
7534
7538
|
Object.defineProperty(exports, "AuthorinInnerSideBar", { enumerable: true, get: function () { return AuthorinInnerSideBar_1.AuthorinInnerSideBar; } });
|
7535
|
-
var CoreLayout_1 = __webpack_require__(
|
7539
|
+
var CoreLayout_1 = __webpack_require__(487);
|
7536
7540
|
Object.defineProperty(exports, "CoreLayout", { enumerable: true, get: function () { return CoreLayout_1.CoreLayout; } });
|
7537
|
-
var CoreLayoutContainer_1 = __webpack_require__(
|
7541
|
+
var CoreLayoutContainer_1 = __webpack_require__(488);
|
7538
7542
|
Object.defineProperty(exports, "CoreLayoutContainer", { enumerable: true, get: function () { return CoreLayoutContainer_1.CoreLayoutContainer; } });
|
7539
|
-
var CoreLayoutTopMenu_1 = __webpack_require__(
|
7543
|
+
var CoreLayoutTopMenu_1 = __webpack_require__(489);
|
7540
7544
|
Object.defineProperty(exports, "CoreLayoutTopMenu", { enumerable: true, get: function () { return CoreLayoutTopMenu_1.CoreLayoutTopMenu; } });
|
7541
|
-
var CoreLayoutMain_1 = __webpack_require__(
|
7545
|
+
var CoreLayoutMain_1 = __webpack_require__(490);
|
7542
7546
|
Object.defineProperty(exports, "CoreLayoutMain", { enumerable: true, get: function () { return CoreLayoutMain_1.CoreLayoutMain; } });
|
7543
|
-
var CoreLayoutSlideInMenu_1 = __webpack_require__(
|
7547
|
+
var CoreLayoutSlideInMenu_1 = __webpack_require__(491);
|
7544
7548
|
Object.defineProperty(exports, "CoreLayoutSlideInMenu", { enumerable: true, get: function () { return CoreLayoutSlideInMenu_1.CoreLayoutSlideInMenu; } });
|
7545
|
-
var CoreLayoutFooter_1 = __webpack_require__(
|
7549
|
+
var CoreLayoutFooter_1 = __webpack_require__(492);
|
7546
7550
|
Object.defineProperty(exports, "CoreLayoutFooter", { enumerable: true, get: function () { return CoreLayoutFooter_1.CoreLayoutFooter; } });
|
7547
|
-
var CoreLayoutOverlay_1 = __webpack_require__(
|
7551
|
+
var CoreLayoutOverlay_1 = __webpack_require__(493);
|
7548
7552
|
Object.defineProperty(exports, "CoreLayoutOverlay", { enumerable: true, get: function () { return CoreLayoutOverlay_1.CoreLayoutOverlay; } });
|
7549
|
-
var HamburgerButton_1 = __webpack_require__(
|
7553
|
+
var HamburgerButton_1 = __webpack_require__(494);
|
7550
7554
|
Object.defineProperty(exports, "HamburgerButton", { enumerable: true, get: function () { return HamburgerButton_1.HamburgerButton; } });
|
7551
|
-
var BottomBarAction_1 = __webpack_require__(
|
7555
|
+
var BottomBarAction_1 = __webpack_require__(495);
|
7552
7556
|
Object.defineProperty(exports, "BottomBarAction", { enumerable: true, get: function () { return BottomBarAction_1.BottomBarAction; } });
|
7553
|
-
var MainMenu_1 = __webpack_require__(
|
7557
|
+
var MainMenu_1 = __webpack_require__(496);
|
7554
7558
|
Object.defineProperty(exports, "MainMenu", { enumerable: true, get: function () { return MainMenu_1.MainMenu; } });
|
7555
|
-
var NotificationPanel_1 = __webpack_require__(
|
7559
|
+
var NotificationPanel_1 = __webpack_require__(497);
|
7556
7560
|
Object.defineProperty(exports, "NotificationPanel", { enumerable: true, get: function () { return NotificationPanel_1.NotificationPanel; } });
|
7557
7561
|
|
7558
7562
|
|
@@ -37924,11 +37928,11 @@ exports.FormLabel = FormLabel;
|
|
37924
37928
|
|
37925
37929
|
Object.defineProperty(exports, "__esModule", { value: true });
|
37926
37930
|
exports.QuickNavBar = exports.SideBarTabs = exports.SideBarMenu = void 0;
|
37927
|
-
var SideBarMenu_1 = __webpack_require__(
|
37931
|
+
var SideBarMenu_1 = __webpack_require__(498);
|
37928
37932
|
Object.defineProperty(exports, "SideBarMenu", { enumerable: true, get: function () { return SideBarMenu_1.SideBarMenu; } });
|
37929
|
-
var SideBarTabs_1 = __webpack_require__(
|
37933
|
+
var SideBarTabs_1 = __webpack_require__(499);
|
37930
37934
|
Object.defineProperty(exports, "SideBarTabs", { enumerable: true, get: function () { return SideBarTabs_1.SideBarTabs; } });
|
37931
|
-
var QuickNavBar_1 = __webpack_require__(
|
37935
|
+
var QuickNavBar_1 = __webpack_require__(500);
|
37932
37936
|
Object.defineProperty(exports, "QuickNavBar", { enumerable: true, get: function () { return QuickNavBar_1.QuickNavBar; } });
|
37933
37937
|
|
37934
37938
|
|
@@ -40563,7 +40567,7 @@ exports.TableListItem = exports.TableList = void 0;
|
|
40563
40567
|
var React = __importStar(__webpack_require__(0));
|
40564
40568
|
var react_dom_1 = __importDefault(__webpack_require__(8));
|
40565
40569
|
var classnames_1 = __importDefault(__webpack_require__(2));
|
40566
|
-
var react_beautiful_dnd_1 = __webpack_require__(
|
40570
|
+
var react_beautiful_dnd_1 = __webpack_require__(519);
|
40567
40571
|
var Tooltip_1 = __webpack_require__(41);
|
40568
40572
|
var Button_1 = __webpack_require__(55);
|
40569
40573
|
var Dropdown_1 = __webpack_require__(254);
|
@@ -41433,10 +41437,10 @@ exports.getDurationString = getDurationString;
|
|
41433
41437
|
|
41434
41438
|
Object.defineProperty(exports, "__esModule", { value: true });
|
41435
41439
|
exports.BoxedListContentRow = exports.BoxedListItem = exports.BoxedList = exports.SimpleListItem = exports.SimpleList = void 0;
|
41436
|
-
var SimpleList_1 = __webpack_require__(
|
41440
|
+
var SimpleList_1 = __webpack_require__(501);
|
41437
41441
|
Object.defineProperty(exports, "SimpleList", { enumerable: true, get: function () { return SimpleList_1.SimpleList; } });
|
41438
41442
|
Object.defineProperty(exports, "SimpleListItem", { enumerable: true, get: function () { return SimpleList_1.SimpleListItem; } });
|
41439
|
-
var BoxedList_1 = __webpack_require__(
|
41443
|
+
var BoxedList_1 = __webpack_require__(502);
|
41440
41444
|
Object.defineProperty(exports, "BoxedList", { enumerable: true, get: function () { return BoxedList_1.BoxedList; } });
|
41441
41445
|
Object.defineProperty(exports, "BoxedListItem", { enumerable: true, get: function () { return BoxedList_1.BoxedListItem; } });
|
41442
41446
|
Object.defineProperty(exports, "BoxedListContentRow", { enumerable: true, get: function () { return BoxedList_1.BoxedListContentRow; } });
|
@@ -60039,7 +60043,7 @@ module.exports = isObject;
|
|
60039
60043
|
/* 259 */
|
60040
60044
|
/***/ (function(module, exports, __webpack_require__) {
|
60041
60045
|
|
60042
|
-
var freeGlobal = __webpack_require__(
|
60046
|
+
var freeGlobal = __webpack_require__(509);
|
60043
60047
|
|
60044
60048
|
/** Detect free variable `self`. */
|
60045
60049
|
var freeSelf = typeof self == 'object' && self && self.Object === Object && self;
|
@@ -60096,7 +60100,7 @@ var getBatch = function getBatch() {
|
|
60096
60100
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_hoist_non_react_statics___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_2_hoist_non_react_statics__);
|
60097
60101
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3_react__ = __webpack_require__(0);
|
60098
60102
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3_react___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_3_react__);
|
60099
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4_react_is__ = __webpack_require__(
|
60103
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4_react_is__ = __webpack_require__(526);
|
60100
60104
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4_react_is___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_4_react_is__);
|
60101
60105
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__utils_Subscription__ = __webpack_require__(78);
|
60102
60106
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__utils_useIsomorphicLayoutEffect__ = __webpack_require__(79);
|
@@ -60595,7 +60599,7 @@ function wrapMapToPropsFunc(mapToProps, methodName) {
|
|
60595
60599
|
|
60596
60600
|
"use strict";
|
60597
60601
|
/* harmony export (immutable) */ __webpack_exports__["a"] = verifyPlainObject;
|
60598
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__isPlainObject__ = __webpack_require__(
|
60602
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__isPlainObject__ = __webpack_require__(532);
|
60599
60603
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__warning__ = __webpack_require__(266);
|
60600
60604
|
|
60601
60605
|
|
@@ -64150,13 +64154,13 @@ var React = __importStar(__webpack_require__(0));
|
|
64150
64154
|
var Icon_1 = __webpack_require__(7);
|
64151
64155
|
var Loader_1 = __webpack_require__(74);
|
64152
64156
|
var react_id_generator_1 = __importDefault(__webpack_require__(9));
|
64153
|
-
var debounce_1 = __importDefault(__webpack_require__(
|
64157
|
+
var debounce_1 = __importDefault(__webpack_require__(507));
|
64154
64158
|
var Form_1 = __webpack_require__(13);
|
64155
64159
|
var core_1 = __webpack_require__(42);
|
64156
64160
|
var lodash_1 = __webpack_require__(21);
|
64157
64161
|
var Label_1 = __webpack_require__(36);
|
64158
64162
|
var SelectPreview_1 = __webpack_require__(75);
|
64159
|
-
var TreeSelectPill_1 = __webpack_require__(
|
64163
|
+
var TreeSelectPill_1 = __webpack_require__(518);
|
64160
64164
|
var TreeSelectItem_1 = __webpack_require__(284);
|
64161
64165
|
var KeyboardNavigation_1 = __webpack_require__(285);
|
64162
64166
|
var WithPortal_1 = __webpack_require__(286);
|
@@ -66312,7 +66316,8 @@ var Select = /** @class */ (function (_super) {
|
|
66312
66316
|
React.createElement("span", null, this.props.value)));
|
66313
66317
|
}
|
66314
66318
|
return (React.createElement(Form_1.InputWrapper, { label: this.props.label, error: this.props.error, invalid: this.props.error != null, required: this.props.required, disabled: this.props.disabled, readonly: this.props.readonly, info: this.props.info, inlineLabel: this.props.inlineLabel, labelHidden: this.props.labelHidden, fullWidth: this.props.fullWidth, htmlId: this.htmlId, tabindex: this.props.tabindex },
|
66315
|
-
React.createElement("
|
66319
|
+
React.createElement("span", { className: 'sd-input__select-caret-wrapper' },
|
66320
|
+
React.createElement("select", { className: 'sd-input__select', id: this.htmlId, value: this.props.value, "aria-describedby": this.htmlId, tabIndex: this.props.tabindex, onChange: this.handleChange, disabled: this.props.disabled || this.props.readonly }, this.props.children))));
|
66316
66321
|
};
|
66317
66322
|
return Select;
|
66318
66323
|
}(React.Component));
|
@@ -77554,7 +77559,7 @@ var FormLabel = /** @class */ (function (_super) {
|
|
77554
77559
|
var classes = (0, classnames_1.default)('form-label form-label--block', {
|
77555
77560
|
'form-label--light': this.props.style === 'light',
|
77556
77561
|
});
|
77557
|
-
return (React.createElement("
|
77562
|
+
return (React.createElement("label", { className: classes }, this.props.text));
|
77558
77563
|
};
|
77559
77564
|
return FormLabel;
|
77560
77565
|
}(React.PureComponent));
|
@@ -101918,6 +101923,281 @@ exports.SearchBar = SearchBar;
|
|
101918
101923
|
|
101919
101924
|
"use strict";
|
101920
101925
|
|
101926
|
+
var __extends = (this && this.__extends) || (function () {
|
101927
|
+
var extendStatics = function (d, b) {
|
101928
|
+
extendStatics = Object.setPrototypeOf ||
|
101929
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
101930
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
101931
|
+
return extendStatics(d, b);
|
101932
|
+
};
|
101933
|
+
return function (d, b) {
|
101934
|
+
if (typeof b !== "function" && b !== null)
|
101935
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
101936
|
+
extendStatics(d, b);
|
101937
|
+
function __() { this.constructor = d; }
|
101938
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
101939
|
+
};
|
101940
|
+
})();
|
101941
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
101942
|
+
if (k2 === undefined) k2 = k;
|
101943
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
101944
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
101945
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
101946
|
+
}
|
101947
|
+
Object.defineProperty(o, k2, desc);
|
101948
|
+
}) : (function(o, m, k, k2) {
|
101949
|
+
if (k2 === undefined) k2 = k;
|
101950
|
+
o[k2] = m[k];
|
101951
|
+
}));
|
101952
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
101953
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
101954
|
+
}) : function(o, v) {
|
101955
|
+
o["default"] = v;
|
101956
|
+
});
|
101957
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
101958
|
+
if (mod && mod.__esModule) return mod;
|
101959
|
+
var result = {};
|
101960
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
101961
|
+
__setModuleDefault(result, mod);
|
101962
|
+
return result;
|
101963
|
+
};
|
101964
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
101965
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
101966
|
+
};
|
101967
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
101968
|
+
exports.SvgIconIllustration = void 0;
|
101969
|
+
var React = __importStar(__webpack_require__(0));
|
101970
|
+
var classnames_1 = __importDefault(__webpack_require__(2));
|
101971
|
+
var SvgIconIllustration = /** @class */ (function (_super) {
|
101972
|
+
__extends(SvgIconIllustration, _super);
|
101973
|
+
function SvgIconIllustration() {
|
101974
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
101975
|
+
}
|
101976
|
+
/* tslint:disable */
|
101977
|
+
SvgIconIllustration.prototype.renderSVG = function () {
|
101978
|
+
switch (this.props.illustration) {
|
101979
|
+
case 'headlines':
|
101980
|
+
return (React.createElement("svg", { width: "64", height: "32", viewBox: "0 0 64 32", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
|
101981
|
+
React.createElement("g", { "clip-path": "url(#clip0_1958_28602)" },
|
101982
|
+
React.createElement("path", { d: "M26 14.5C26 14.2239 26.2239 14 26.5 14H32.5C32.7761 14 33 14.2239 33 14.5C33 14.7761 32.7761 15 32.5 15H26.5C26.2239 15 26 14.7761 26 14.5Z", fill: "var(--color-text-lighter)", "fill-opacity": "0.5" }),
|
101983
|
+
React.createElement("path", { d: "M26 17.5C26 17.2239 26.2239 17 26.5 17H32.5C32.7761 17 33 17.2239 33 17.5C33 17.7761 32.7761 18 32.5 18H26.5C26.2239 18 26 17.7761 26 17.5Z", fill: "var(--color-text-lighter)", "fill-opacity": "0.5" }),
|
101984
|
+
React.createElement("path", { d: "M35 17.5C35 17.2239 35.2239 17 35.5 17H41.5C41.7761 17 42 17.2239 42 17.5C42 17.7761 41.7761 18 41.5 18H35.5C35.2239 18 35 17.7761 35 17.5Z", fill: "var(--color-text-lighter)", "fill-opacity": "0.5" }),
|
101985
|
+
React.createElement("path", { d: "M26.5 20C26.2239 20 26 20.2239 26 20.5C26 20.7761 26.2239 21 26.5 21H32.5C32.7761 21 33 20.7761 33 20.5C33 20.2239 32.7761 20 32.5 20H26.5Z", fill: "var(--color-text-lighter)", "fill-opacity": "0.5" }),
|
101986
|
+
React.createElement("path", { d: "M35.5 20C35.2239 20 35 20.2239 35 20.5C35 20.7761 35.2239 21 35.5 21H41.5C41.7761 21 42 20.7761 42 20.5C42 20.2239 41.7761 20 41.5 20H35.5Z", fill: "var(--color-text-lighter)", "fill-opacity": "0.5" }),
|
101987
|
+
React.createElement("path", { d: "M26 23.5C26 23.2239 26.2239 23 26.5 23H32.5C32.7761 23 33 23.2239 33 23.5C33 23.7761 32.7761 24 32.5 24H26.5C26.2239 24 26 23.7761 26 23.5Z", fill: "var(--color-text-lighter)", "fill-opacity": "0.5" }),
|
101988
|
+
React.createElement("path", { d: "M34.998 23.5C34.998 23.2239 35.2219 23 35.498 23H41.498C41.7742 23 41.998 23.2239 41.998 23.5C41.998 23.7761 41.7742 24 41.498 24H35.498C35.2219 24 34.998 23.7761 34.998 23.5Z", fill: "var(--color-text-lighter)", "fill-opacity": "0.5" })),
|
101989
|
+
React.createElement("path", { opacity: "0.6", "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M27 5C26.4477 5 26 5.44772 26 6V10C26 10.5523 26.4477 11 27 11H33V8.6C33 7.71634 33.7163 7 34.6 7H42V6C42 5.44772 41.5523 5 41 5H27Z", fill: "var(--sd-colour-primary--active)" }),
|
101990
|
+
React.createElement("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M21 5V2C21 0.981692 21.9378 0 23 0H45C46.1043 0 47 0.895715 47 2V7H45V2H23V27C23 27.5523 22.5523 28 22 28C21.4477 28 21 27.5523 21 27V7H19V28C19 29.0889 19.9118 30 21 30H43C44 30 45 29 45 28V17H47V28C47 29.0608 46.579 30.0782 45.8281 30.8281C45.0783 31.579 44.0608 32 43 32H21C19.9392 32 18.9218 31.579 18.1719 30.8281C17.421 30.0782 17 29.0608 17 28V6C17 5.5 17.4477 5 18 5H21Z", fill: "var(--color-text-light)", "fill-opacity": "0.8" }),
|
101991
|
+
React.createElement("rect", { x: "35", y: "9", width: "16", height: "6", rx: "1", fill: "var(--sd-colour-primary--active)" }),
|
101992
|
+
React.createElement("path", { d: "M53.25 10L54.8167 6.56667L58.25 5L54.8167 3.43333L53.25 0L51.6833 3.43333L48.25 5L51.6833 6.56667L53.25 10Z", fill: "var(--sd-colour-primary--active)", "fill-opacity": "0.4" }),
|
101993
|
+
React.createElement("path", { d: "M58.25 14L58.8767 12.6267L60.25 12L58.8767 11.3733L58.25 10L57.6233 11.3733L56.25 12L57.6233 12.6267L58.25 14Z", fill: "var(--sd-colour-primary--active)", "fill-opacity": "0.32" }),
|
101994
|
+
React.createElement("path", { d: "M59 23L59.94 20.94L62 20L59.94 19.06L59 17L58.06 19.06L56 20L58.06 20.94L59 23Z", fill: "var(--sd-colour-primary--active)", "fill-opacity": "0.32" }),
|
101995
|
+
React.createElement("path", { d: "M5 15L5.94 12.94L8 12L5.94 11.06L5 9L4.06 11.06L2 12L4.06 12.94L5 15Z", fill: "var(--sd-colour-primary--active)", "fill-opacity": "0.32" }),
|
101996
|
+
React.createElement("path", { d: "M10 9L11.2533 6.25333L14 5L11.2533 3.74667L10 1L8.74667 3.74667L6 5L8.74667 6.25333L10 9Z", fill: "var(--sd-colour-primary--active)", "fill-opacity": "0.4" }),
|
101997
|
+
React.createElement("path", { d: "M10 19L10.6267 17.6267L12 17L10.6267 16.3733L10 15L9.37333 16.3733L8 17L9.37333 17.6267L10 19Z", fill: "var(--sd-colour-primary--active)", "fill-opacity": "0.32" }),
|
101998
|
+
React.createElement("defs", null,
|
101999
|
+
React.createElement("clipPath", { id: "clip0_1958_28602" },
|
102000
|
+
React.createElement("rect", { width: "16", height: "10", fill: "white", transform: "translate(26 14)" })))));
|
102001
|
+
case 'keywords':
|
102002
|
+
return (React.createElement("svg", { width: "64", height: "32", viewBox: "0 0 64 32", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
|
102003
|
+
React.createElement("g", { "clip-path": "url(#clip0_1814_54108)" },
|
102004
|
+
React.createElement("g", { "clip-path": "url(#clip1_1814_54108)" },
|
102005
|
+
React.createElement("rect", { x: "21", y: "5", width: "22", height: "5", rx: "1", fill: "var(--color-text-lighter)", "fill-opacity": "0.8" }),
|
102006
|
+
React.createElement("path", { d: "M21.5 13C21.2239 13 21 13.2239 21 13.5C21 13.7761 21.2239 14 21.5 14H30.5C30.7761 14 31 13.7761 31 13.5C31 13.2239 30.7761 13 30.5 13H21.5Z", fill: "var(--color-text-lighter)", "fill-opacity": "0.5" }),
|
102007
|
+
React.createElement("path", { d: "M33.5 13C33.2239 13 33 13.2239 33 13.5C33 13.7761 33.2239 14 33.5 14H42.5C42.7761 14 43 13.7761 43 13.5C43 13.2239 42.7761 13 42.5 13H33.5Z", fill: "var(--color-text-lighter)", "fill-opacity": "0.5" }),
|
102008
|
+
React.createElement("path", { d: "M21.5 16C21.2239 16 21 16.2239 21 16.5C21 16.7761 21.2239 17 21.5 17H30.5C30.7761 17 31 16.7761 31 16.5C31 16.2239 30.7761 16 30.5 16H21.5Z", fill: "var(--color-text-lighter)", "fill-opacity": "0.5" }),
|
102009
|
+
React.createElement("path", { d: "M33.5 16C33.2239 16 33 16.2239 33 16.5C33 16.7761 33.2239 17 33.5 17H42.5C42.7761 17 43 16.7761 43 16.5C43 16.2239 42.7761 16 42.5 16H33.5Z", fill: "var(--color-text-lighter)", "fill-opacity": "0.5" }),
|
102010
|
+
React.createElement("path", { d: "M21 19.5C21 19.2239 21.2239 19 21.5 19H30.5C30.7761 19 31 19.2239 31 19.5C31 19.7761 30.7761 20 30.5 20H21.5C21.2239 20 21 19.7761 21 19.5Z", fill: "var(--color-text-lighter)", "fill-opacity": "0.5" }),
|
102011
|
+
React.createElement("path", { d: "M33 19.5C33 19.2239 33.2239 19 33.5 19H42.5C42.7761 19 43 19.2239 43 19.5C43 19.7761 42.7761 20 42.5 20H33.5C33.2239 20 33 19.7761 33 19.5Z", fill: "var(--color-text-lighter)", "fill-opacity": "0.5" }),
|
102012
|
+
React.createElement("path", { d: "M21.5 22C21.2239 22 21 22.2239 21 22.5C21 22.7761 21.2239 23 21.5 23H30.5C30.7761 23 31 22.7761 31 22.5C31 22.2239 30.7761 22 30.5 22H21.5Z", fill: "var(--color-text-lighter)", "fill-opacity": "0.5" }),
|
102013
|
+
React.createElement("path", { d: "M33.5 22C33.2239 22 33 22.2239 33 22.5C33 22.7761 33.2239 23 33.5 23H42.5C42.7761 23 43 22.7761 43 22.5C43 22.2239 42.7761 22 42.5 22H33.5Z", fill: "var(--color-text-lighter)", "fill-opacity": "0.5" }),
|
102014
|
+
React.createElement("path", { d: "M21 25.5C21 25.2239 21.2239 25 21.5 25H30.5C30.7761 25 31 25.2239 31 25.5C31 25.7761 30.7761 26 30.5 26H21.5C21.2239 26 21 25.7761 21 25.5Z", fill: "var(--color-text-lighter)", "fill-opacity": "0.5" }),
|
102015
|
+
React.createElement("path", { d: "M33 25.5C33 25.2239 33.2239 25 33.5 25H42.5C42.7761 25 43 25.2239 43 25.5C43 25.7761 42.7761 26 42.5 26H33.5C33.2239 26 33 25.7761 33 25.5Z", fill: "var(--color-text-lighter)", "fill-opacity": "0.5" })),
|
102016
|
+
React.createElement("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M47 2H17V6H15V2C15 0.895431 15.8954 0 17 0H47C48.1046 0 49 0.895431 49 2V15H47V2ZM47 27V30H17V20H15V30C15 31.1046 15.8954 32 17 32H47C48.1046 32 49 31.1046 49 30V27H47Z", fill: "var(--color-text-light)", "fill-opacity": "0.8" }),
|
102017
|
+
React.createElement("rect", { x: "45", y: "17", width: "19", height: "8", rx: "1", fill: "var(--sd-colour-primary--active)" }),
|
102018
|
+
React.createElement("path", { d: "M48 19.5C48 19.2239 48.2239 19 48.5 19H51.5C51.7761 19 52 19.2239 52 19.5C52 19.7761 51.7761 20 51.5 20H48.5C48.2239 20 48 19.7761 48 19.5Z", fill: "#F6F7F8" }),
|
102019
|
+
React.createElement("path", { d: "M48 22.5C48 22.2239 48.2239 22 48.5 22H53.5C53.7761 22 54 22.2239 54 22.5C54 22.7761 53.7761 23 53.5 23H48.5C48.2239 23 48 22.7761 48 22.5Z", fill: "#F6F7F8" }),
|
102020
|
+
React.createElement("path", { d: "M53.5 19C53.2239 19 53 19.2239 53 19.5C53 19.7761 53.2239 20 53.5 20H54.5C54.7761 20 55 19.7761 55 19.5C55 19.2239 54.7761 19 54.5 19H53.5Z", fill: "#F6F7F8" }),
|
102021
|
+
React.createElement("path", { d: "M56 19.5C56 19.2239 56.2239 19 56.5 19H60.5C60.7761 19 61 19.2239 61 19.5C61 19.7761 60.7761 20 60.5 20H56.5C56.2239 20 56 19.7761 56 19.5Z", fill: "#F6F7F8" }),
|
102022
|
+
React.createElement("path", { d: "M55.5 22C55.2239 22 55 22.2239 55 22.5C55 22.7761 55.2239 23 55.5 23H57.5C57.7761 23 58 22.7761 58 22.5C58 22.2239 57.7761 22 57.5 22H55.5Z", fill: "#F6F7F8" }),
|
102023
|
+
React.createElement("rect", { y: "8", width: "19", height: "10", rx: "1", fill: "var(--sd-colour-primary--active)" }),
|
102024
|
+
React.createElement("path", { d: "M3 11.5C3 11.2239 3.22386 11 3.5 11H6.5C6.77614 11 7 11.2239 7 11.5C7 11.7761 6.77614 12 6.5 12H3.5C3.22386 12 3 11.7761 3 11.5Z", fill: "#F6F7F8" }),
|
102025
|
+
React.createElement("path", { d: "M3 14.5C3 14.2239 3.22386 14 3.5 14H8.5C8.77614 14 9 14.2239 9 14.5C9 14.7761 8.77614 15 8.5 15H3.5C3.22386 15 3 14.7761 3 14.5Z", fill: "#F6F7F8" }),
|
102026
|
+
React.createElement("path", { d: "M8.5 11C8.22386 11 8 11.2239 8 11.5C8 11.7761 8.22386 12 8.5 12H9.5C9.77614 12 10 11.7761 10 11.5C10 11.2239 9.77614 11 9.5 11H8.5Z", fill: "#F6F7F8" }),
|
102027
|
+
React.createElement("path", { d: "M11 11.5C11 11.2239 11.2239 11 11.5 11H15.5C15.7761 11 16 11.2239 16 11.5C16 11.7761 15.7761 12 15.5 12H11.5C11.2239 12 11 11.7761 11 11.5Z", fill: "#F6F7F8" }),
|
102028
|
+
React.createElement("path", { d: "M10.5 14C10.2239 14 10 14.2239 10 14.5C10 14.7761 10.2239 15 10.5 15H12.5C12.7761 15 13 14.7761 13 14.5C13 14.2239 12.7761 14 12.5 14H10.5Z", fill: "#F6F7F8" }),
|
102029
|
+
React.createElement("path", { d: "M55 9L56.2533 6.25333L59 5L56.2533 3.74667L55 1L53.7467 3.74667L51 5L53.7467 6.25333L55 9Z", fill: "var(--sd-colour-primary--active)", "fill-opacity": "0.4" }),
|
102030
|
+
React.createElement("path", { d: "M5 32L6.25333 29.2533L9 28L6.25333 26.7467L5 24L3.74667 26.7467L1 28L3.74667 29.2533L5 32Z", fill: "var(--sd-colour-primary--active)", "fill-opacity": "0.4" }),
|
102031
|
+
React.createElement("path", { d: "M59.5 32L60.1267 30.6267L61.5 30L60.1267 29.3733L59.5 28L58.8733 29.3733L57.5 30L58.8733 30.6267L59.5 32Z", fill: "var(--sd-colour-primary--active)", "fill-opacity": "0.32" }),
|
102032
|
+
React.createElement("path", { d: "M53 15L53.6267 13.6267L55 13L53.6267 12.3733L53 11L52.3733 12.3733L51 13L52.3733 13.6267L53 15Z", fill: "var(--sd-colour-primary--active)", "fill-opacity": "0.32" }),
|
102033
|
+
React.createElement("path", { d: "M11 25L11.6267 23.6267L13 23L11.6267 22.3733L11 21L10.3733 22.3733L9 23L10.3733 23.6267L11 25Z", fill: "var(--sd-colour-primary--active)", "fill-opacity": "0.32" }),
|
102034
|
+
React.createElement("path", { d: "M2 4L2.62667 2.62667L4 2L2.62667 1.37333L2 0L1.37333 1.37333L0 2L1.37333 2.62667L2 4Z", fill: "var(--sd-colour-primary--active)", "fill-opacity": "0.32" }),
|
102035
|
+
React.createElement("path", { d: "M60.5 15L61.44 12.94L63.5 12L61.44 11.06L60.5 9L59.56 11.06L57.5 12L59.56 12.94L60.5 15Z", fill: "var(--sd-colour-primary--active)", "fill-opacity": "0.4" }),
|
102036
|
+
React.createElement("path", { d: "M10 6L10.94 3.94L13 3L10.94 2.06L10 0L9.06 2.06L7 3L9.06 3.94L10 6Z", fill: "var(--sd-colour-primary--active)", "fill-opacity": "0.4" })),
|
102037
|
+
React.createElement("defs", null,
|
102038
|
+
React.createElement("clipPath", { id: "clip0_1814_54108" },
|
102039
|
+
React.createElement("rect", { width: "64", height: "32", fill: "white" })),
|
102040
|
+
React.createElement("clipPath", { id: "clip1_1814_54108" },
|
102041
|
+
React.createElement("rect", { width: "22", height: "21", fill: "white", transform: "translate(21 5)" })))));
|
102042
|
+
case 'optimise':
|
102043
|
+
return (React.createElement("svg", { width: "64", height: "32", viewBox: "0 0 64 32", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
|
102044
|
+
React.createElement("g", { "clip-path": "url(#clip0_1814_54107)" },
|
102045
|
+
React.createElement("g", { "clip-path": "url(#clip1_1814_54107)" },
|
102046
|
+
React.createElement("path", { d: "M37.0012 22C37.2658 22.3521 37.5531 22.6861 37.8609 23H30.5C30.2239 23 30 22.7761 30 22.5C30 22.2239 30.2239 22 30.5 22H37.0012Z", fill: "var(--color-text-lighter)", "fill-opacity": "0.5" }),
|
102047
|
+
React.createElement("path", { d: "M35.4584 19C35.5658 19.3416 35.6911 19.6753 35.8331 20H30.5C30.2239 20 30 19.7761 30 19.5C30 19.2239 30.2239 19 30.5 19H35.4584Z", fill: "var(--color-text-lighter)", "fill-opacity": "0.5" }),
|
102048
|
+
React.createElement("path", { d: "M35 16H30.5C30.2239 16 30 16.2239 30 16.5C30 16.7761 30.2239 17 30.5 17H35.0495C35.0167 16.6711 35 16.3375 35 16Z", fill: "var(--color-text-lighter)", "fill-opacity": "0.5" }),
|
102049
|
+
React.createElement("path", { d: "M35.4584 13C35.3558 13.3265 35.2694 13.6601 35.2003 14H30.5C30.2239 14 30 13.7761 30 13.5C30 13.2239 30.2239 13 30.5 13H35.4584Z", fill: "var(--color-text-lighter)", "fill-opacity": "0.5" }),
|
102050
|
+
React.createElement("path", { d: "M18 13.5C18 13.2239 18.2239 13 18.5 13H27.5C27.7761 13 28 13.2239 28 13.5C28 13.7761 27.7761 14 27.5 14H18.5C18.2239 14 18 13.7761 18 13.5Z", fill: "var(--color-text-lighter)", "fill-opacity": "0.5" }),
|
102051
|
+
React.createElement("path", { d: "M18 16.5C18 16.2239 18.2239 16 18.5 16H27.5C27.7761 16 28 16.2239 28 16.5C28 16.7761 27.7761 17 27.5 17H18.5C18.2239 17 18 16.7761 18 16.5Z", fill: "var(--color-text-lighter)", "fill-opacity": "0.5" }),
|
102052
|
+
React.createElement("path", { d: "M18.5 19C18.2239 19 18 19.2239 18 19.5C18 19.7761 18.2239 20 18.5 20H27.5C27.7761 20 28 19.7761 28 19.5C28 19.2239 27.7761 19 27.5 19H18.5Z", fill: "var(--color-text-lighter)", "fill-opacity": "0.5" }),
|
102053
|
+
React.createElement("path", { d: "M18 22.5C18 22.2239 18.2239 22 18.5 22H27.5C27.7761 22 28 22.2239 28 22.5C28 22.7761 27.7761 23 27.5 23H18.5C18.2239 23 18 22.7761 18 22.5Z", fill: "var(--color-text-lighter)", "fill-opacity": "0.5" }),
|
102054
|
+
React.createElement("path", { d: "M18.5 25C18.2239 25 18 25.2239 18 25.5C18 25.7761 18.2239 26 18.5 26H27.5C27.7761 26 28 25.7761 28 25.5C28 25.2239 27.7761 25 27.5 25H18.5Z", fill: "var(--color-text-lighter)", "fill-opacity": "0.5" }),
|
102055
|
+
React.createElement("path", { d: "M30.5 25C30.2239 25 30 25.2239 30 25.5C30 25.7761 30.2239 26 30.5 26H39.5C39.7761 26 40 25.7761 40 25.5C40 25.2239 39.7761 25 39.5 25H30.5Z", fill: "var(--color-text-lighter)", "fill-opacity": "0.5" }),
|
102056
|
+
React.createElement("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M19 5C18.4477 5 18 5.44772 18 6V9C18 9.55228 18.4477 10 19 10H37.0012C37.8097 8.92425 38.83 8.01663 40 7.33929V6C40 5.44772 39.5523 5 39 5H19Z", fill: "var(--color-text-lighter)", "fill-opacity": "0.8" })),
|
102057
|
+
React.createElement("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M14 2H44V6.04946C44.3289 6.01675 44.6625 6 45 6C45.3375 6 45.6711 6.01675 46 6.04946V2C46 0.895431 45.1046 0 44 0H14C12.8954 0 12 0.895431 12 2V30C12 31.1046 12.8954 32 14 32H44C45.1046 32 46 31.1046 46 30V25.9505C45.6711 25.9833 45.3375 26 45 26C44.6625 26 44.3289 25.9833 44 25.9505V30H14L14 2Z", fill: "var(--color-text-light)", "fill-opacity": "0.8" }),
|
102058
|
+
React.createElement("circle", { cx: "45", cy: "16", r: "7", fill: "var(--color-bg-00)" }),
|
102059
|
+
React.createElement("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M53 16C53 11.5848 49.4152 8 45 8C40.5848 8 37 11.5848 37 16C37 20.4152 40.5848 24 45 24C46.9918 24 48.8147 23.2704 50.2156 22.0642L52.7246 24.5732C52.5137 25.1115 52.6257 25.7471 53.0607 26.182L56.5962 29.7175C57.182 30.3033 58.1317 30.3033 58.7175 29.7175C59.3033 29.1317 59.3033 28.182 58.7175 27.5962L55.182 24.0607C54.747 23.6257 54.1114 23.5137 53.5732 23.7247L51.0641 21.2156C52.2704 19.8147 53 17.9919 53 16ZM51 16C51 12.6894 48.3106 10 45 10C41.6894 10 39 12.6894 39 16C39 19.3106 41.6894 22 45 22C48.3106 22 51 19.3106 51 16Z", fill: "var(--sd-colour-primary--active)" }),
|
102060
|
+
React.createElement("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M48.7046 13.2955C49.0937 13.6846 49.0937 14.3155 48.7046 14.7046L44.7046 18.7046C44.3155 19.0938 43.6846 19.0938 43.2954 18.7046L41.2954 16.7046C40.9063 16.3155 40.9063 15.6846 41.2954 15.2955C41.6846 14.9064 42.3155 14.9064 42.7046 15.2955L44 16.5909L47.2954 13.2955C47.6846 12.9064 48.3155 12.9064 48.7046 13.2955Z", fill: "var(--sd-colour-primary--hover)" }),
|
102061
|
+
React.createElement("path", { d: "M53.75 9L55.0033 6.25333L57.75 5L55.0033 3.74667L53.75 1L52.4967 3.74667L49.75 5L52.4967 6.25333L53.75 9Z", fill: "var(--sd-colour-primary--active)", "fill-opacity": "0.4" }),
|
102062
|
+
React.createElement("path", { d: "M3.75 13L5.00333 10.2533L7.75 9L5.00333 7.74667L3.75 5L2.49667 7.74667L-0.25 9L2.49667 10.2533L3.75 13Z", fill: "var(--sd-colour-primary--active)", "fill-opacity": "0.4" }),
|
102063
|
+
React.createElement("path", { d: "M55.75 16L56.3767 14.6267L57.75 14L56.3767 13.3733L55.75 12L55.1233 13.3733L53.75 14L55.1233 14.6267L55.75 16Z", fill: "var(--sd-colour-primary--active)", "fill-opacity": "0.32" }),
|
102064
|
+
React.createElement("path", { d: "M8.5 29L9.12667 27.6267L10.5 27L9.12667 26.3733L8.5 25L7.87333 26.3733L6.5 27L7.87333 27.6267L8.5 29Z", fill: "var(--sd-colour-primary--active)", "fill-opacity": "0.32" }),
|
102065
|
+
React.createElement("path", { d: "M60.75 18L61.3767 16.6267L62.75 16L61.3767 15.3733L60.75 14L60.1233 15.3733L58.75 16L60.1233 16.6267L60.75 18Z", fill: "var(--sd-colour-primary--active)", "fill-opacity": "0.32" }),
|
102066
|
+
React.createElement("path", { d: "M7.75 5L8.37667 3.62667L9.75 3L8.37667 2.37333L7.75 1L7.12333 2.37333L5.75 3L7.12333 3.62667L7.75 5Z", fill: "var(--sd-colour-primary--active)", "fill-opacity": "0.32" }),
|
102067
|
+
React.createElement("path", { d: "M50.75 32L51.3767 30.6267L52.75 30L51.3767 29.3733L50.75 28L50.1233 29.3733L48.75 30L50.1233 30.6267L50.75 32Z", fill: "var(--sd-colour-primary--active)", "fill-opacity": "0.32" }),
|
102068
|
+
React.createElement("path", { d: "M58.75 25L59.69 22.94L61.75 22L59.69 21.06L58.75 19L57.81 21.06L55.75 22L57.81 22.94L58.75 25Z", fill: "var(--sd-colour-primary--active)", "fill-opacity": "0.4" }),
|
102069
|
+
React.createElement("path", { d: "M6.75 21L7.69 18.94L9.75 18L7.69 17.06L6.75 15L5.81 17.06L3.75 18L5.81 18.94L6.75 21Z", fill: "var(--sd-colour-primary--active)", "fill-opacity": "0.4" })),
|
102070
|
+
React.createElement("defs", null,
|
102071
|
+
React.createElement("clipPath", { id: "clip0_1814_54107" },
|
102072
|
+
React.createElement("rect", { width: "64", height: "32", fill: "white" })),
|
102073
|
+
React.createElement("clipPath", { id: "clip1_1814_54107" },
|
102074
|
+
React.createElement("rect", { width: "22", height: "21", fill: "white", transform: "translate(18 5)" })))));
|
102075
|
+
case 'summary':
|
102076
|
+
return (React.createElement("svg", { width: "64", height: "32", viewBox: "0 0 64 32", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
|
102077
|
+
React.createElement("g", { "clip-path": "url(#clip0_1814_54105)" },
|
102078
|
+
React.createElement("g", { "clip-path": "url(#clip1_1814_54105)" },
|
102079
|
+
React.createElement("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M41 6.34267V6C41 5.44772 40.5523 5 40 5H20C19.4477 5 19 5.44772 19 6V9C19 9.55228 19.4477 10 20 10H39.223C39.5322 8.63763 40.1504 7.39265 41 6.34267Z", fill: "var(--color-text-lighter)", "fill-opacity": "0.8" }),
|
102080
|
+
React.createElement("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M31.5 13H39.0549C39.0924 13.3394 39.1488 13.6731 39.223 14H31.5C31.2239 14 31 13.7761 31 13.5C31 13.2239 31.2239 13 31.5 13ZM31.5 16H39.9355C40.1077 16.3465 40.3016 16.6804 40.5154 16.9998L40.5 17H31.5C31.2239 17 31 16.7761 31 16.5C31 16.2239 31.2239 16 31.5 16ZM19.5 13C19.2239 13 19 13.2239 19 13.5C19 13.7761 19.2239 14 19.5 14H28.5C28.7761 14 29 13.7761 29 13.5C29 13.2239 28.7761 13 28.5 13H19.5ZM20.9291 20C20.8802 19.6581 20.8066 19.3241 20.7101 19H28.5C28.7761 19 29 19.2239 29 19.5C29 19.7761 28.7761 20 28.5 20H20.9291ZM20.7101 23C20.8066 22.6759 20.8802 22.3419 20.9291 22H28.5C28.7761 22 29 22.2239 29 22.5C29 22.7761 28.7761 23 28.5 23H20.7101ZM19.0978 16.2029C19.1889 16.0798 19.3351 16 19.5 16H28.5C28.7761 16 29 16.2239 29 16.5C29 16.7761 28.7761 17 28.5 17H19.7453C19.5489 16.7185 19.3324 16.4521 19.0978 16.2029ZM19.0978 25.7971C19.3324 25.5479 19.5489 25.2815 19.7453 25H28.5C28.7761 25 29 25.2239 29 25.5C29 25.7761 28.7761 26 28.5 26H19.5C19.3351 26 19.1889 25.9202 19.0978 25.7971ZM31 19.5C31 19.2239 31.2239 19 31.5 19H40.5C40.7761 19 41 19.2239 41 19.5C41 19.7761 40.7761 20 40.5 20H31.5C31.2239 20 31 19.7761 31 19.5ZM31.5 22C31.2239 22 31 22.2239 31 22.5C31 22.7761 31.2239 23 31.5 23H40.5C40.7761 23 41 22.7761 41 22.5C41 22.2239 40.7761 22 40.5 22H31.5ZM31 25.5C31 25.2239 31.2239 25 31.5 25H40.5C40.7761 25 41 25.2239 41 25.5C41 25.7761 40.7761 26 40.5 26H31.5C31.2239 26 31 25.7761 31 25.5Z", fill: "var(--color-text-lighter)", "fill-opacity": "0.5" })),
|
102081
|
+
React.createElement("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M45 2H15V14.0709C14.6734 14.0242 14.3395 14 14 14C13.6605 14 13.3266 14.0242 13 14.0709V2C13 0.895431 13.8954 0 15 0H45C46.1046 0 47 0.895431 47 2V3.05493C46.3065 3.13159 45.6368 3.28703 45 3.51212V2ZM45 20.4879V30H15V27.9291C14.6734 27.9758 14.3395 28 14 28C13.6605 28 13.3266 27.9758 13 27.9291V30C13 31.1046 13.8954 32 15 32H45C46.1046 32 47 31.1046 47 30V20.9451C46.3065 20.8684 45.6368 20.713 45 20.4879Z", fill: "var(--color-text-light)", "fill-opacity": "0.8" }),
|
102082
|
+
React.createElement("circle", { cx: "48", cy: "12", r: "7", fill: "var(--sd-colour-primary--active)" }),
|
102083
|
+
React.createElement("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M51.2043 9.67574C51.4386 9.91005 51.4386 10.2899 51.2043 10.5243L47.3614 14.3671C47.1271 14.6014 46.7472 14.6014 46.5129 14.3671L44.9757 12.83C44.7414 12.5957 44.7414 12.2158 44.9757 11.9814C45.21 11.7471 45.5899 11.7471 45.8243 11.9814L46.9371 13.0943L50.3557 9.67574C50.59 9.44142 50.9699 9.44142 51.2043 9.67574Z", fill: "white" }),
|
102084
|
+
React.createElement("circle", { cx: "14", cy: "21", r: "5", fill: "var(--sd-colour-primary--active)" }),
|
102085
|
+
React.createElement("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M16.1743 19.3256C16.4086 19.56 16.4086 19.9399 16.1743 20.1742L13.6743 22.6742C13.4399 22.9085 13.06 22.9085 12.8257 22.6742L11.8257 21.6742C11.5914 21.4399 11.5914 21.06 11.8257 20.8256C12.06 20.5913 12.4399 20.5913 12.6743 20.8256L13.25 21.4014L15.3257 19.3256C15.56 19.0913 15.9399 19.0913 16.1743 19.3256Z", fill: "white" }),
|
102086
|
+
React.createElement("path", { d: "M55.25 27L56.5033 24.2533L59.25 23L56.5033 21.7467L55.25 19L53.9967 21.7467L51.25 23L53.9967 24.2533L55.25 27Z", fill: "var(--sd-colour-primary--active)", "fill-opacity": "0.4" }),
|
102087
|
+
React.createElement("path", { d: "M57.5 6L58.1267 4.62667L59.5 4L58.1267 3.37333L57.5 2L56.8733 3.37333L55.5 4L56.8733 4.62667L57.5 6Z", fill: "var(--sd-colour-primary--active)", "fill-opacity": "0.32" }),
|
102088
|
+
React.createElement("path", { d: "M60.25 16L61.19 13.94L63.25 13L61.19 12.06L60.25 10L59.31 12.06L57.25 13L59.31 13.94L60.25 16Z", fill: "var(--sd-colour-primary--active)", "fill-opacity": "0.32" }),
|
102089
|
+
React.createElement("path", { d: "M3 14L3.94 11.94L6 11L3.94 10.06L3 8L2.06 10.06L0 11L2.06 11.94L3 14Z", fill: "var(--sd-colour-primary--active)", "fill-opacity": "0.32" }),
|
102090
|
+
React.createElement("path", { d: "M8 8L9.25333 5.25333L12 4L9.25333 2.74667L8 0L6.74667 2.74667L4 4L6.74667 5.25333L8 8Z", fill: "var(--sd-colour-primary--active)", "fill-opacity": "0.4" }),
|
102091
|
+
React.createElement("path", { d: "M8 16L8.62667 14.6267L10 14L8.62667 13.3733L8 12L7.37333 13.3733L6 14L7.37333 14.6267L8 16Z", fill: "var(--sd-colour-primary--active)", "fill-opacity": "0.32" })),
|
102092
|
+
React.createElement("defs", null,
|
102093
|
+
React.createElement("clipPath", { id: "clip0_1814_54105" },
|
102094
|
+
React.createElement("rect", { width: "64", height: "32", fill: "white" })),
|
102095
|
+
React.createElement("clipPath", { id: "clip1_1814_54105" },
|
102096
|
+
React.createElement("rect", { width: "22", height: "21", fill: "white", transform: "translate(19 5)" })))));
|
102097
|
+
case 'translate':
|
102098
|
+
return (React.createElement("svg", { width: "64", height: "32", viewBox: "0 0 64 32", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
|
102099
|
+
React.createElement("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M28 20V25C28 26.1046 28.8954 27 30 27H45L50 32V11C50 9.89543 49.1046 9 48 9H34V11L48 11V27.1716L45.8284 25H30L30 20H28Z", fill: "var(--color-text-light)", "fill-opacity": "0.8" }),
|
102100
|
+
React.createElement("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M39 13.3C39.2943 13.3 39.5573 13.4842 39.6578 13.7608L41.654 19.2504L42.6499 21.7401C42.7935 22.099 42.6189 22.5064 42.26 22.65C41.901 22.7936 41.4936 22.619 41.3501 22.26L40.5261 20.2H37.4739L36.6499 22.26C36.5063 22.619 36.099 22.7936 35.74 22.65C35.3811 22.5064 35.2065 22.099 35.3501 21.7401L36.3459 19.2504L38.3421 13.7608C38.4427 13.4842 38.7056 13.3 39 13.3ZM37.9994 18.8H40.0006L39 16.0484L37.9994 18.8Z", fill: "var(--color-text-light)" }),
|
102101
|
+
React.createElement("path", { d: "M49 8L50.2533 5.25333L53 4L50.2533 2.74667L49 0L47.7467 2.74667L45 4L47.7467 5.25333L49 8Z", fill: "var(--sd-colour-primary--active)", "fill-opacity": "0.4" }),
|
102102
|
+
React.createElement("path", { d: "M59 5L59.6267 3.62667L61 3L59.6267 2.37333L59 1L58.3733 2.37333L57 3L58.3733 3.62667L59 5Z", fill: "var(--sd-colour-primary--active)", "fill-opacity": "0.32" }),
|
102103
|
+
React.createElement("path", { d: "M10 2C10 0.89543 10.8954 0 12 0H30C31.1046 0 32 0.895431 32 2V16C32 17.1046 31.1046 18 30 18H15L10 23V2Z", fill: "var(--sd-colour-primary--active)" }),
|
102104
|
+
React.createElement("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M19.505 3.00507C19.7784 2.73171 20.2216 2.73171 20.495 3.00507L21.495 4.00507C21.7683 4.27844 21.7683 4.72166 21.495 4.99502C21.2216 5.26839 20.7784 5.26839 20.505 4.99502L19.505 3.99502C19.2316 3.72166 19.2316 3.27844 19.505 3.00507ZM16.3 6.50005C16.3 6.11345 16.6134 5.80005 17 5.80005H25C25.3866 5.80005 25.7 6.11345 25.7 6.50005C25.7 6.88665 25.3866 7.20005 25 7.20005H24.1474C23.9415 8.57972 23.1504 9.87026 22.1242 10.8808C23.055 11.4606 24.0746 11.8 25 11.8C25.3866 11.8 25.7 12.1134 25.7 12.5C25.7 12.8866 25.3866 13.2 25 13.2C23.6228 13.2 22.2014 12.6549 21 11.8152C19.7985 12.6549 18.3772 13.2 17 13.2C16.6134 13.2 16.3 12.8866 16.3 12.5C16.3 12.1134 16.6134 11.8 17 11.8C17.9254 11.8 18.945 11.4606 19.8757 10.8808C18.8495 9.87026 18.0584 8.57972 17.8526 7.20005H17C16.6134 7.20005 16.3 6.88665 16.3 6.50005ZM19.2749 7.20005C19.4819 8.1869 20.1062 9.18668 21 10.0193C21.8937 9.18668 22.5181 8.1869 22.7251 7.20005H19.2749Z", fill: "white" }),
|
102105
|
+
React.createElement("path", { d: "M19 28L20.2533 25.2533L23 24L20.2533 22.7467L19 20L17.7467 22.7467L15 24L17.7467 25.2533L19 28Z", fill: "var(--sd-colour-primary--active)", "fill-opacity": "0.4" }),
|
102106
|
+
React.createElement("path", { d: "M7 31L7.94 28.94L10 28L7.94 27.06L7 25L6.06 27.06L4 28L6.06 28.94L7 31Z", fill: "var(--sd-colour-primary--active)", "fill-opacity": "0.32" }),
|
102107
|
+
React.createElement("path", { d: "M25 31L25.6267 29.6267L27 29L25.6267 28.3733L25 27L24.3733 28.3733L23 29L24.3733 29.6267L25 31Z", fill: "var(--sd-colour-primary--active)", "fill-opacity": "0.32" }),
|
102108
|
+
React.createElement("path", { d: "M54 16L54.94 13.94L57 13L54.94 12.06L54 10L53.06 12.06L51 13L53.06 13.94L54 16Z", fill: "var(--sd-colour-primary--active)", "fill-opacity": "0.32" })));
|
102109
|
+
default:
|
102110
|
+
return null;
|
102111
|
+
}
|
102112
|
+
};
|
102113
|
+
/* tslint:enable */
|
102114
|
+
SvgIconIllustration.prototype.render = function () {
|
102115
|
+
var _a;
|
102116
|
+
var classes = (0, classnames_1.default)('svg-icon-illustration', (_a = {},
|
102117
|
+
_a["svg-icon-illustration--".concat(this.props.illustration)] = this.props.illustration,
|
102118
|
+
_a));
|
102119
|
+
return (React.createElement("figure", { className: classes, "aria-hidden": "true" }, this.renderSVG()));
|
102120
|
+
};
|
102121
|
+
return SvgIconIllustration;
|
102122
|
+
}(React.PureComponent));
|
102123
|
+
exports.SvgIconIllustration = SvgIconIllustration;
|
102124
|
+
|
102125
|
+
|
102126
|
+
/***/ }),
|
102127
|
+
/* 459 */
|
102128
|
+
/***/ (function(module, exports, __webpack_require__) {
|
102129
|
+
|
102130
|
+
"use strict";
|
102131
|
+
|
102132
|
+
var __extends = (this && this.__extends) || (function () {
|
102133
|
+
var extendStatics = function (d, b) {
|
102134
|
+
extendStatics = Object.setPrototypeOf ||
|
102135
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
102136
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
102137
|
+
return extendStatics(d, b);
|
102138
|
+
};
|
102139
|
+
return function (d, b) {
|
102140
|
+
if (typeof b !== "function" && b !== null)
|
102141
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
102142
|
+
extendStatics(d, b);
|
102143
|
+
function __() { this.constructor = d; }
|
102144
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
102145
|
+
};
|
102146
|
+
})();
|
102147
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
102148
|
+
if (k2 === undefined) k2 = k;
|
102149
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
102150
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
102151
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
102152
|
+
}
|
102153
|
+
Object.defineProperty(o, k2, desc);
|
102154
|
+
}) : (function(o, m, k, k2) {
|
102155
|
+
if (k2 === undefined) k2 = k;
|
102156
|
+
o[k2] = m[k];
|
102157
|
+
}));
|
102158
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
102159
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
102160
|
+
}) : function(o, v) {
|
102161
|
+
o["default"] = v;
|
102162
|
+
});
|
102163
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
102164
|
+
if (mod && mod.__esModule) return mod;
|
102165
|
+
var result = {};
|
102166
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
102167
|
+
__setModuleDefault(result, mod);
|
102168
|
+
return result;
|
102169
|
+
};
|
102170
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
102171
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
102172
|
+
};
|
102173
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
102174
|
+
exports.IllustrationButton = void 0;
|
102175
|
+
var React = __importStar(__webpack_require__(0));
|
102176
|
+
var classnames_1 = __importDefault(__webpack_require__(2));
|
102177
|
+
var IllustrationButton = /** @class */ (function (_super) {
|
102178
|
+
__extends(IllustrationButton, _super);
|
102179
|
+
function IllustrationButton() {
|
102180
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
102181
|
+
}
|
102182
|
+
IllustrationButton.prototype.render = function () {
|
102183
|
+
var classes = (0, classnames_1.default)('illustration-button', {
|
102184
|
+
'illustration-button--disabled': this.props.disabled,
|
102185
|
+
});
|
102186
|
+
return (React.createElement("button", { className: classes, tabIndex: 0, onClick: this.props.onClick },
|
102187
|
+
this.props.children,
|
102188
|
+
React.createElement("span", { className: 'illustration-button__text-label' }, this.props.text)));
|
102189
|
+
};
|
102190
|
+
return IllustrationButton;
|
102191
|
+
}(React.PureComponent));
|
102192
|
+
exports.IllustrationButton = IllustrationButton;
|
102193
|
+
|
102194
|
+
|
102195
|
+
/***/ }),
|
102196
|
+
/* 460 */
|
102197
|
+
/***/ (function(module, exports, __webpack_require__) {
|
102198
|
+
|
102199
|
+
"use strict";
|
102200
|
+
|
101921
102201
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
101922
102202
|
if (k2 === undefined) k2 = k;
|
101923
102203
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
@@ -101960,7 +102240,7 @@ exports.Layout = Layout;
|
|
101960
102240
|
|
101961
102241
|
|
101962
102242
|
/***/ }),
|
101963
|
-
/*
|
102243
|
+
/* 461 */
|
101964
102244
|
/***/ (function(module, exports, __webpack_require__) {
|
101965
102245
|
|
101966
102246
|
"use strict";
|
@@ -102020,7 +102300,7 @@ exports.LayoutContainer = LayoutContainer;
|
|
102020
102300
|
|
102021
102301
|
|
102022
102302
|
/***/ }),
|
102023
|
-
/*
|
102303
|
+
/* 462 */
|
102024
102304
|
/***/ (function(module, exports, __webpack_require__) {
|
102025
102305
|
|
102026
102306
|
"use strict";
|
@@ -102080,7 +102360,7 @@ exports.HeaderPanel = HeaderPanel;
|
|
102080
102360
|
|
102081
102361
|
|
102082
102362
|
/***/ }),
|
102083
|
-
/*
|
102363
|
+
/* 463 */
|
102084
102364
|
/***/ (function(module, exports, __webpack_require__) {
|
102085
102365
|
|
102086
102366
|
"use strict";
|
@@ -102150,7 +102430,7 @@ exports.MainPanel = MainPanel;
|
|
102150
102430
|
|
102151
102431
|
|
102152
102432
|
/***/ }),
|
102153
|
-
/*
|
102433
|
+
/* 464 */
|
102154
102434
|
/***/ (function(module, exports, __webpack_require__) {
|
102155
102435
|
|
102156
102436
|
"use strict";
|
@@ -102217,7 +102497,7 @@ exports.LeftPanel = LeftPanel;
|
|
102217
102497
|
|
102218
102498
|
|
102219
102499
|
/***/ }),
|
102220
|
-
/*
|
102500
|
+
/* 465 */
|
102221
102501
|
/***/ (function(module, exports, __webpack_require__) {
|
102222
102502
|
|
102223
102503
|
"use strict";
|
@@ -102277,7 +102557,7 @@ exports.RightPanel = RightPanel;
|
|
102277
102557
|
|
102278
102558
|
|
102279
102559
|
/***/ }),
|
102280
|
-
/*
|
102560
|
+
/* 466 */
|
102281
102561
|
/***/ (function(module, exports, __webpack_require__) {
|
102282
102562
|
|
102283
102563
|
"use strict";
|
@@ -102339,7 +102619,7 @@ exports.OverlayPanel = OverlayPanel;
|
|
102339
102619
|
|
102340
102620
|
|
102341
102621
|
/***/ }),
|
102342
|
-
/*
|
102622
|
+
/* 467 */
|
102343
102623
|
/***/ (function(module, exports, __webpack_require__) {
|
102344
102624
|
|
102345
102625
|
"use strict";
|
@@ -102410,7 +102690,7 @@ exports.AuthoringContainer = AuthoringContainer;
|
|
102410
102690
|
|
102411
102691
|
|
102412
102692
|
/***/ }),
|
102413
|
-
/*
|
102693
|
+
/* 468 */
|
102414
102694
|
/***/ (function(module, exports, __webpack_require__) {
|
102415
102695
|
|
102416
102696
|
"use strict";
|
@@ -102479,7 +102759,7 @@ exports.ContentSplitter = ContentSplitter;
|
|
102479
102759
|
|
102480
102760
|
|
102481
102761
|
/***/ }),
|
102482
|
-
/*
|
102762
|
+
/* 469 */
|
102483
102763
|
/***/ (function(module, exports, __webpack_require__) {
|
102484
102764
|
|
102485
102765
|
"use strict";
|
@@ -102556,7 +102836,7 @@ exports.PageLayout = PageLayout;
|
|
102556
102836
|
|
102557
102837
|
|
102558
102838
|
/***/ }),
|
102559
|
-
/*
|
102839
|
+
/* 470 */
|
102560
102840
|
/***/ (function(module, exports, __webpack_require__) {
|
102561
102841
|
|
102562
102842
|
"use strict";
|
@@ -102629,7 +102909,7 @@ exports.Container = Container;
|
|
102629
102909
|
|
102630
102910
|
|
102631
102911
|
/***/ }),
|
102632
|
-
/*
|
102912
|
+
/* 471 */
|
102633
102913
|
/***/ (function(module, exports, __webpack_require__) {
|
102634
102914
|
|
102635
102915
|
"use strict";
|
@@ -102689,7 +102969,7 @@ exports.AuthoringFrameContainer = AuthoringFrameContainer;
|
|
102689
102969
|
|
102690
102970
|
|
102691
102971
|
/***/ }),
|
102692
|
-
/*
|
102972
|
+
/* 472 */
|
102693
102973
|
/***/ (function(module, exports, __webpack_require__) {
|
102694
102974
|
|
102695
102975
|
"use strict";
|
@@ -102749,7 +103029,7 @@ exports.AuthoringFrameMain = AuthoringFrameMain;
|
|
102749
103029
|
|
102750
103030
|
|
102751
103031
|
/***/ }),
|
102752
|
-
/*
|
103032
|
+
/* 473 */
|
102753
103033
|
/***/ (function(module, exports, __webpack_require__) {
|
102754
103034
|
|
102755
103035
|
"use strict";
|
@@ -102809,7 +103089,7 @@ exports.AuthoringFrameNavBar = AuthoringFrameNavBar;
|
|
102809
103089
|
|
102810
103090
|
|
102811
103091
|
/***/ }),
|
102812
|
-
/*
|
103092
|
+
/* 474 */
|
102813
103093
|
/***/ (function(module, exports, __webpack_require__) {
|
102814
103094
|
|
102815
103095
|
"use strict";
|
@@ -102869,7 +103149,7 @@ exports.AuthoringFrameLeftBar = AuthoringFrameLeftBar;
|
|
102869
103149
|
|
102870
103150
|
|
102871
103151
|
/***/ }),
|
102872
|
-
/*
|
103152
|
+
/* 475 */
|
102873
103153
|
/***/ (function(module, exports, __webpack_require__) {
|
102874
103154
|
|
102875
103155
|
"use strict";
|
@@ -102940,7 +103220,7 @@ exports.AuthoringFrameRightBar = AuthoringFrameRightBar;
|
|
102940
103220
|
|
102941
103221
|
|
102942
103222
|
/***/ }),
|
102943
|
-
/*
|
103223
|
+
/* 476 */
|
102944
103224
|
/***/ (function(module, exports, __webpack_require__) {
|
102945
103225
|
|
102946
103226
|
"use strict";
|
@@ -103009,7 +103289,7 @@ exports.AuthoringFrameSidePanel = AuthoringFrameSidePanel;
|
|
103009
103289
|
|
103010
103290
|
|
103011
103291
|
/***/ }),
|
103012
|
-
/*
|
103292
|
+
/* 477 */
|
103013
103293
|
/***/ (function(module, exports, __webpack_require__) {
|
103014
103294
|
|
103015
103295
|
"use strict";
|
@@ -103078,7 +103358,7 @@ exports.AuthoringFrameSidePanelOverlay = AuthoringFrameSidePanelOverlay;
|
|
103078
103358
|
|
103079
103359
|
|
103080
103360
|
/***/ }),
|
103081
|
-
/*
|
103361
|
+
/* 478 */
|
103082
103362
|
/***/ (function(module, exports, __webpack_require__) {
|
103083
103363
|
|
103084
103364
|
"use strict";
|
@@ -103138,7 +103418,7 @@ exports.AuthoringFrameOverlay = AuthoringFrameOverlay;
|
|
103138
103418
|
|
103139
103419
|
|
103140
103420
|
/***/ }),
|
103141
|
-
/*
|
103421
|
+
/* 479 */
|
103142
103422
|
/***/ (function(module, exports, __webpack_require__) {
|
103143
103423
|
|
103144
103424
|
"use strict";
|
@@ -103207,7 +103487,7 @@ exports.AuthoringFrame = AuthoringFrame;
|
|
103207
103487
|
|
103208
103488
|
|
103209
103489
|
/***/ }),
|
103210
|
-
/*
|
103490
|
+
/* 480 */
|
103211
103491
|
/***/ (function(module, exports, __webpack_require__) {
|
103212
103492
|
|
103213
103493
|
"use strict";
|
@@ -103273,7 +103553,7 @@ exports.AuthoringMain = AuthoringMain;
|
|
103273
103553
|
|
103274
103554
|
|
103275
103555
|
/***/ }),
|
103276
|
-
/*
|
103556
|
+
/* 481 */
|
103277
103557
|
/***/ (function(module, exports, __webpack_require__) {
|
103278
103558
|
|
103279
103559
|
"use strict";
|
@@ -103333,7 +103613,7 @@ exports.AuthoringMainContainer = AuthoringMainContainer;
|
|
103333
103613
|
|
103334
103614
|
|
103335
103615
|
/***/ }),
|
103336
|
-
/*
|
103616
|
+
/* 482 */
|
103337
103617
|
/***/ (function(module, exports, __webpack_require__) {
|
103338
103618
|
|
103339
103619
|
"use strict";
|
@@ -103400,7 +103680,7 @@ exports.AuthoringMainToolBar = AuthoringMainToolBar;
|
|
103400
103680
|
|
103401
103681
|
|
103402
103682
|
/***/ }),
|
103403
|
-
/*
|
103683
|
+
/* 483 */
|
103404
103684
|
/***/ (function(module, exports, __webpack_require__) {
|
103405
103685
|
|
103406
103686
|
"use strict";
|
@@ -103460,7 +103740,7 @@ exports.AuthoringMainContent = AuthoringMainContent;
|
|
103460
103740
|
|
103461
103741
|
|
103462
103742
|
/***/ }),
|
103463
|
-
/*
|
103743
|
+
/* 484 */
|
103464
103744
|
/***/ (function(module, exports, __webpack_require__) {
|
103465
103745
|
|
103466
103746
|
"use strict";
|
@@ -103539,7 +103819,7 @@ exports.AuthoringInnerHeader = AuthoringInnerHeader;
|
|
103539
103819
|
|
103540
103820
|
|
103541
103821
|
/***/ }),
|
103542
|
-
/*
|
103822
|
+
/* 485 */
|
103543
103823
|
/***/ (function(module, exports, __webpack_require__) {
|
103544
103824
|
|
103545
103825
|
"use strict";
|
@@ -103605,7 +103885,7 @@ exports.AuthoringInnerBody = AuthoringInnerBody;
|
|
103605
103885
|
|
103606
103886
|
|
103607
103887
|
/***/ }),
|
103608
|
-
/*
|
103888
|
+
/* 486 */
|
103609
103889
|
/***/ (function(module, exports, __webpack_require__) {
|
103610
103890
|
|
103611
103891
|
"use strict";
|
@@ -103665,7 +103945,7 @@ exports.AuthorinInnerSideBar = AuthorinInnerSideBar;
|
|
103665
103945
|
|
103666
103946
|
|
103667
103947
|
/***/ }),
|
103668
|
-
/*
|
103948
|
+
/* 487 */
|
103669
103949
|
/***/ (function(module, exports, __webpack_require__) {
|
103670
103950
|
|
103671
103951
|
"use strict";
|
@@ -103731,7 +104011,7 @@ exports.CoreLayout = CoreLayout;
|
|
103731
104011
|
|
103732
104012
|
|
103733
104013
|
/***/ }),
|
103734
|
-
/*
|
104014
|
+
/* 488 */
|
103735
104015
|
/***/ (function(module, exports, __webpack_require__) {
|
103736
104016
|
|
103737
104017
|
"use strict";
|
@@ -103791,7 +104071,7 @@ exports.CoreLayoutContainer = CoreLayoutContainer;
|
|
103791
104071
|
|
103792
104072
|
|
103793
104073
|
/***/ }),
|
103794
|
-
/*
|
104074
|
+
/* 489 */
|
103795
104075
|
/***/ (function(module, exports, __webpack_require__) {
|
103796
104076
|
|
103797
104077
|
"use strict";
|
@@ -103856,7 +104136,7 @@ exports.CoreLayoutTopMenu = CoreLayoutTopMenu;
|
|
103856
104136
|
|
103857
104137
|
|
103858
104138
|
/***/ }),
|
103859
|
-
/*
|
104139
|
+
/* 490 */
|
103860
104140
|
/***/ (function(module, exports, __webpack_require__) {
|
103861
104141
|
|
103862
104142
|
"use strict";
|
@@ -103923,7 +104203,7 @@ exports.CoreLayoutMain = CoreLayoutMain;
|
|
103923
104203
|
|
103924
104204
|
|
103925
104205
|
/***/ }),
|
103926
|
-
/*
|
104206
|
+
/* 491 */
|
103927
104207
|
/***/ (function(module, exports, __webpack_require__) {
|
103928
104208
|
|
103929
104209
|
"use strict";
|
@@ -103992,7 +104272,7 @@ exports.CoreLayoutSlideInMenu = CoreLayoutSlideInMenu;
|
|
103992
104272
|
|
103993
104273
|
|
103994
104274
|
/***/ }),
|
103995
|
-
/*
|
104275
|
+
/* 492 */
|
103996
104276
|
/***/ (function(module, exports, __webpack_require__) {
|
103997
104277
|
|
103998
104278
|
"use strict";
|
@@ -104052,7 +104332,7 @@ exports.CoreLayoutFooter = CoreLayoutFooter;
|
|
104052
104332
|
|
104053
104333
|
|
104054
104334
|
/***/ }),
|
104055
|
-
/*
|
104335
|
+
/* 493 */
|
104056
104336
|
/***/ (function(module, exports, __webpack_require__) {
|
104057
104337
|
|
104058
104338
|
"use strict";
|
@@ -104112,7 +104392,7 @@ exports.CoreLayoutOverlay = CoreLayoutOverlay;
|
|
104112
104392
|
|
104113
104393
|
|
104114
104394
|
/***/ }),
|
104115
|
-
/*
|
104395
|
+
/* 494 */
|
104116
104396
|
/***/ (function(module, exports, __webpack_require__) {
|
104117
104397
|
|
104118
104398
|
"use strict";
|
@@ -104186,7 +104466,7 @@ exports.HamburgerButton = HamburgerButton;
|
|
104186
104466
|
|
104187
104467
|
|
104188
104468
|
/***/ }),
|
104189
|
-
/*
|
104469
|
+
/* 495 */
|
104190
104470
|
/***/ (function(module, exports, __webpack_require__) {
|
104191
104471
|
|
104192
104472
|
"use strict";
|
@@ -104256,7 +104536,7 @@ exports.BottomBarAction = BottomBarAction;
|
|
104256
104536
|
|
104257
104537
|
|
104258
104538
|
/***/ }),
|
104259
|
-
/*
|
104539
|
+
/* 496 */
|
104260
104540
|
/***/ (function(module, exports, __webpack_require__) {
|
104261
104541
|
|
104262
104542
|
"use strict";
|
@@ -104370,7 +104650,7 @@ exports.default = MainMenu;
|
|
104370
104650
|
|
104371
104651
|
|
104372
104652
|
/***/ }),
|
104373
|
-
/*
|
104653
|
+
/* 497 */
|
104374
104654
|
/***/ (function(module, exports, __webpack_require__) {
|
104375
104655
|
|
104376
104656
|
"use strict";
|
@@ -104491,7 +104771,7 @@ exports.default = NotificationPanel;
|
|
104491
104771
|
|
104492
104772
|
|
104493
104773
|
/***/ }),
|
104494
|
-
/*
|
104774
|
+
/* 498 */
|
104495
104775
|
/***/ (function(module, exports, __webpack_require__) {
|
104496
104776
|
|
104497
104777
|
"use strict";
|
@@ -104600,7 +104880,7 @@ exports.SideBarMenu = SideBarMenu;
|
|
104600
104880
|
|
104601
104881
|
|
104602
104882
|
/***/ }),
|
104603
|
-
/*
|
104883
|
+
/* 499 */
|
104604
104884
|
/***/ (function(module, exports, __webpack_require__) {
|
104605
104885
|
|
104606
104886
|
"use strict";
|
@@ -104697,7 +104977,7 @@ exports.SideBarTabs = SideBarTabs;
|
|
104697
104977
|
|
104698
104978
|
|
104699
104979
|
/***/ }),
|
104700
|
-
/*
|
104980
|
+
/* 500 */
|
104701
104981
|
/***/ (function(module, exports, __webpack_require__) {
|
104702
104982
|
|
104703
104983
|
"use strict";
|
@@ -104826,7 +105106,7 @@ exports.QuickNavBar = QuickNavBar;
|
|
104826
105106
|
|
104827
105107
|
|
104828
105108
|
/***/ }),
|
104829
|
-
/*
|
105109
|
+
/* 501 */
|
104830
105110
|
/***/ (function(module, exports, __webpack_require__) {
|
104831
105111
|
|
104832
105112
|
"use strict";
|
@@ -104888,6 +105168,7 @@ var SimpleListItem = /** @class */ (function (_super) {
|
|
104888
105168
|
'simple-list__item--justify-flex-start': this.props.justify === undefined
|
104889
105169
|
},
|
104890
105170
|
_a["simple-list__item--justify-".concat(this.props.justify)] = this.props.justify || this.props.justify !== undefined,
|
105171
|
+
_a["simple-list__item--gap-".concat(this.props.gap)] = this.props.gap || this.props.gap !== undefined,
|
104891
105172
|
_a));
|
104892
105173
|
return (React.createElement("li", { className: classes, id: this.props.id || undefined }, this.props.children));
|
104893
105174
|
};
|
@@ -104917,7 +105198,7 @@ exports.SimpleList = SimpleList;
|
|
104917
105198
|
|
104918
105199
|
|
104919
105200
|
/***/ }),
|
104920
|
-
/*
|
105201
|
+
/* 502 */
|
104921
105202
|
/***/ (function(module, exports, __webpack_require__) {
|
104922
105203
|
|
104923
105204
|
"use strict";
|
@@ -105088,7 +105369,7 @@ exports.BoxedList = BoxedList;
|
|
105088
105369
|
|
105089
105370
|
|
105090
105371
|
/***/ }),
|
105091
|
-
/*
|
105372
|
+
/* 503 */
|
105092
105373
|
/***/ (function(module, exports, __webpack_require__) {
|
105093
105374
|
|
105094
105375
|
"use strict";
|
@@ -105163,7 +105444,7 @@ exports.ListItemLoader = ListItemLoader;
|
|
105163
105444
|
|
105164
105445
|
|
105165
105446
|
/***/ }),
|
105166
|
-
/*
|
105447
|
+
/* 504 */
|
105167
105448
|
/***/ (function(module, exports, __webpack_require__) {
|
105168
105449
|
|
105169
105450
|
"use strict";
|
@@ -105241,7 +105522,7 @@ exports.Text = Text;
|
|
105241
105522
|
|
105242
105523
|
|
105243
105524
|
/***/ }),
|
105244
|
-
/*
|
105525
|
+
/* 505 */
|
105245
105526
|
/***/ (function(module, exports, __webpack_require__) {
|
105246
105527
|
|
105247
105528
|
"use strict";
|
@@ -105317,7 +105598,7 @@ exports.Time = Time;
|
|
105317
105598
|
|
105318
105599
|
|
105319
105600
|
/***/ }),
|
105320
|
-
/*
|
105601
|
+
/* 506 */
|
105321
105602
|
/***/ (function(module, exports, __webpack_require__) {
|
105322
105603
|
|
105323
105604
|
"use strict";
|
@@ -105407,12 +105688,12 @@ exports.Heading = Heading;
|
|
105407
105688
|
|
105408
105689
|
|
105409
105690
|
/***/ }),
|
105410
|
-
/*
|
105691
|
+
/* 507 */
|
105411
105692
|
/***/ (function(module, exports, __webpack_require__) {
|
105412
105693
|
|
105413
105694
|
var isObject = __webpack_require__(258),
|
105414
|
-
now = __webpack_require__(
|
105415
|
-
toNumber = __webpack_require__(
|
105695
|
+
now = __webpack_require__(508),
|
105696
|
+
toNumber = __webpack_require__(510);
|
105416
105697
|
|
105417
105698
|
/** Error message constants. */
|
105418
105699
|
var FUNC_ERROR_TEXT = 'Expected a function';
|
@@ -105604,7 +105885,7 @@ module.exports = debounce;
|
|
105604
105885
|
|
105605
105886
|
|
105606
105887
|
/***/ }),
|
105607
|
-
/*
|
105888
|
+
/* 508 */
|
105608
105889
|
/***/ (function(module, exports, __webpack_require__) {
|
105609
105890
|
|
105610
105891
|
var root = __webpack_require__(259);
|
@@ -105633,7 +105914,7 @@ module.exports = now;
|
|
105633
105914
|
|
105634
105915
|
|
105635
105916
|
/***/ }),
|
105636
|
-
/*
|
105917
|
+
/* 509 */
|
105637
105918
|
/***/ (function(module, exports, __webpack_require__) {
|
105638
105919
|
|
105639
105920
|
/* WEBPACK VAR INJECTION */(function(global) {/** Detect free variable `global` from Node.js. */
|
@@ -105644,12 +105925,12 @@ module.exports = freeGlobal;
|
|
105644
105925
|
/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(35)))
|
105645
105926
|
|
105646
105927
|
/***/ }),
|
105647
|
-
/*
|
105928
|
+
/* 510 */
|
105648
105929
|
/***/ (function(module, exports, __webpack_require__) {
|
105649
105930
|
|
105650
|
-
var baseTrim = __webpack_require__(
|
105931
|
+
var baseTrim = __webpack_require__(511),
|
105651
105932
|
isObject = __webpack_require__(258),
|
105652
|
-
isSymbol = __webpack_require__(
|
105933
|
+
isSymbol = __webpack_require__(513);
|
105653
105934
|
|
105654
105935
|
/** Used as references for various `Number` constants. */
|
105655
105936
|
var NAN = 0 / 0;
|
@@ -105714,10 +105995,10 @@ module.exports = toNumber;
|
|
105714
105995
|
|
105715
105996
|
|
105716
105997
|
/***/ }),
|
105717
|
-
/*
|
105998
|
+
/* 511 */
|
105718
105999
|
/***/ (function(module, exports, __webpack_require__) {
|
105719
106000
|
|
105720
|
-
var trimmedEndIndex = __webpack_require__(
|
106001
|
+
var trimmedEndIndex = __webpack_require__(512);
|
105721
106002
|
|
105722
106003
|
/** Used to match leading whitespace. */
|
105723
106004
|
var reTrimStart = /^\s+/;
|
@@ -105739,7 +106020,7 @@ module.exports = baseTrim;
|
|
105739
106020
|
|
105740
106021
|
|
105741
106022
|
/***/ }),
|
105742
|
-
/*
|
106023
|
+
/* 512 */
|
105743
106024
|
/***/ (function(module, exports) {
|
105744
106025
|
|
105745
106026
|
/** Used to match a single whitespace character. */
|
@@ -105764,11 +106045,11 @@ module.exports = trimmedEndIndex;
|
|
105764
106045
|
|
105765
106046
|
|
105766
106047
|
/***/ }),
|
105767
|
-
/*
|
106048
|
+
/* 513 */
|
105768
106049
|
/***/ (function(module, exports, __webpack_require__) {
|
105769
106050
|
|
105770
|
-
var baseGetTag = __webpack_require__(
|
105771
|
-
isObjectLike = __webpack_require__(
|
106051
|
+
var baseGetTag = __webpack_require__(514),
|
106052
|
+
isObjectLike = __webpack_require__(517);
|
105772
106053
|
|
105773
106054
|
/** `Object#toString` result references. */
|
105774
106055
|
var symbolTag = '[object Symbol]';
|
@@ -105799,12 +106080,12 @@ module.exports = isSymbol;
|
|
105799
106080
|
|
105800
106081
|
|
105801
106082
|
/***/ }),
|
105802
|
-
/*
|
106083
|
+
/* 514 */
|
105803
106084
|
/***/ (function(module, exports, __webpack_require__) {
|
105804
106085
|
|
105805
106086
|
var Symbol = __webpack_require__(260),
|
105806
|
-
getRawTag = __webpack_require__(
|
105807
|
-
objectToString = __webpack_require__(
|
106087
|
+
getRawTag = __webpack_require__(515),
|
106088
|
+
objectToString = __webpack_require__(516);
|
105808
106089
|
|
105809
106090
|
/** `Object#toString` result references. */
|
105810
106091
|
var nullTag = '[object Null]',
|
@@ -105833,7 +106114,7 @@ module.exports = baseGetTag;
|
|
105833
106114
|
|
105834
106115
|
|
105835
106116
|
/***/ }),
|
105836
|
-
/*
|
106117
|
+
/* 515 */
|
105837
106118
|
/***/ (function(module, exports, __webpack_require__) {
|
105838
106119
|
|
105839
106120
|
var Symbol = __webpack_require__(260);
|
@@ -105885,7 +106166,7 @@ module.exports = getRawTag;
|
|
105885
106166
|
|
105886
106167
|
|
105887
106168
|
/***/ }),
|
105888
|
-
/*
|
106169
|
+
/* 516 */
|
105889
106170
|
/***/ (function(module, exports) {
|
105890
106171
|
|
105891
106172
|
/** Used for built-in method references. */
|
@@ -105913,7 +106194,7 @@ module.exports = objectToString;
|
|
105913
106194
|
|
105914
106195
|
|
105915
106196
|
/***/ }),
|
105916
|
-
/*
|
106197
|
+
/* 517 */
|
105917
106198
|
/***/ (function(module, exports) {
|
105918
106199
|
|
105919
106200
|
/**
|
@@ -105948,7 +106229,7 @@ module.exports = isObjectLike;
|
|
105948
106229
|
|
105949
106230
|
|
105950
106231
|
/***/ }),
|
105951
|
-
/*
|
106232
|
+
/* 518 */
|
105952
106233
|
/***/ (function(module, exports, __webpack_require__) {
|
105953
106234
|
|
105954
106235
|
"use strict";
|
@@ -106026,7 +106307,7 @@ exports.TreeSelectPill = TreeSelectPill;
|
|
106026
106307
|
|
106027
106308
|
|
106028
106309
|
/***/ }),
|
106029
|
-
/*
|
106310
|
+
/* 519 */
|
106030
106311
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
106031
106312
|
|
106032
106313
|
"use strict";
|
@@ -106042,12 +106323,12 @@ Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
|
|
106042
106323
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_react___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_react__);
|
106043
106324
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__babel_runtime_helpers_esm_inheritsLoose__ = __webpack_require__(26);
|
106044
106325
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__babel_runtime_helpers_esm_extends__ = __webpack_require__(27);
|
106045
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3_redux__ = __webpack_require__(
|
106046
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4_react_redux__ = __webpack_require__(
|
106047
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5_use_memo_one__ = __webpack_require__(
|
106048
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6_css_box_model__ = __webpack_require__(
|
106049
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7_memoize_one__ = __webpack_require__(
|
106050
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_8_raf_schd__ = __webpack_require__(
|
106326
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3_redux__ = __webpack_require__(520);
|
106327
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4_react_redux__ = __webpack_require__(523);
|
106328
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5_use_memo_one__ = __webpack_require__(540);
|
106329
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6_css_box_model__ = __webpack_require__(541);
|
106330
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7_memoize_one__ = __webpack_require__(542);
|
106331
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_8_raf_schd__ = __webpack_require__(543);
|
106051
106332
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_9_react_dom__ = __webpack_require__(8);
|
106052
106333
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_9_react_dom___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_9_react_dom__);
|
106053
106334
|
|
@@ -114568,7 +114849,7 @@ ConnectedDroppable.defaultProps = defaultProps;
|
|
114568
114849
|
/* WEBPACK VAR INJECTION */}.call(__webpack_exports__, __webpack_require__(5)))
|
114569
114850
|
|
114570
114851
|
/***/ }),
|
114571
|
-
/*
|
114852
|
+
/* 520 */
|
114572
114853
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
114573
114854
|
|
114574
114855
|
"use strict";
|
@@ -114579,7 +114860,7 @@ ConnectedDroppable.defaultProps = defaultProps;
|
|
114579
114860
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return compose; });
|
114580
114861
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return createStore; });
|
114581
114862
|
/* unused harmony export legacy_createStore */
|
114582
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_esm_objectSpread2__ = __webpack_require__(
|
114863
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_esm_objectSpread2__ = __webpack_require__(521);
|
114583
114864
|
|
114584
114865
|
|
114585
114866
|
/**
|
@@ -115300,12 +115581,12 @@ if (process.env.NODE_ENV !== 'production' && typeof isCrushed.name === 'string'
|
|
115300
115581
|
/* WEBPACK VAR INJECTION */}.call(__webpack_exports__, __webpack_require__(5)))
|
115301
115582
|
|
115302
115583
|
/***/ }),
|
115303
|
-
/*
|
115584
|
+
/* 521 */
|
115304
115585
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
115305
115586
|
|
115306
115587
|
"use strict";
|
115307
115588
|
/* harmony export (immutable) */ __webpack_exports__["a"] = _objectSpread2;
|
115308
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__defineProperty_js__ = __webpack_require__(
|
115589
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__defineProperty_js__ = __webpack_require__(522);
|
115309
115590
|
|
115310
115591
|
|
115311
115592
|
function ownKeys(object, enumerableOnly) {
|
@@ -115335,7 +115616,7 @@ function _objectSpread2(target) {
|
|
115335
115616
|
}
|
115336
115617
|
|
115337
115618
|
/***/ }),
|
115338
|
-
/*
|
115619
|
+
/* 522 */
|
115339
115620
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
115340
115621
|
|
115341
115622
|
"use strict";
|
@@ -115356,14 +115637,14 @@ function _defineProperty(obj, key, value) {
|
|
115356
115637
|
}
|
115357
115638
|
|
115358
115639
|
/***/ }),
|
115359
|
-
/*
|
115640
|
+
/* 523 */
|
115360
115641
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
115361
115642
|
|
115362
115643
|
"use strict";
|
115363
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__exports__ = __webpack_require__(
|
115644
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__exports__ = __webpack_require__(524);
|
115364
115645
|
/* harmony namespace reexport (by used) */ __webpack_require__.d(__webpack_exports__, "a", function() { return __WEBPACK_IMPORTED_MODULE_0__exports__["a"]; });
|
115365
115646
|
/* harmony namespace reexport (by used) */ __webpack_require__.d(__webpack_exports__, "b", function() { return __WEBPACK_IMPORTED_MODULE_0__exports__["b"]; });
|
115366
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__utils_reactBatchedUpdates__ = __webpack_require__(
|
115647
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__utils_reactBatchedUpdates__ = __webpack_require__(539);
|
115367
115648
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__utils_batch__ = __webpack_require__(261);
|
115368
115649
|
/* unused harmony reexport batch */
|
115369
115650
|
|
@@ -115375,16 +115656,16 @@ Object(__WEBPACK_IMPORTED_MODULE_2__utils_batch__["b" /* setBatch */])(__WEBPACK
|
|
115375
115656
|
|
115376
115657
|
|
115377
115658
|
/***/ }),
|
115378
|
-
/*
|
115659
|
+
/* 524 */
|
115379
115660
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
115380
115661
|
|
115381
115662
|
"use strict";
|
115382
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__components_Provider__ = __webpack_require__(
|
115663
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__components_Provider__ = __webpack_require__(525);
|
115383
115664
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__components_connectAdvanced__ = __webpack_require__(262);
|
115384
115665
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__components_Context__ = __webpack_require__(33);
|
115385
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__connect_connect__ = __webpack_require__(
|
115386
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__hooks_useDispatch__ = __webpack_require__(
|
115387
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__hooks_useSelector__ = __webpack_require__(
|
115666
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__connect_connect__ = __webpack_require__(529);
|
115667
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__hooks_useDispatch__ = __webpack_require__(537);
|
115668
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__hooks_useSelector__ = __webpack_require__(538);
|
115388
115669
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__hooks_useStore__ = __webpack_require__(267);
|
115389
115670
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__utils_shallowEqual__ = __webpack_require__(263);
|
115390
115671
|
/* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return __WEBPACK_IMPORTED_MODULE_0__components_Provider__["a"]; });
|
@@ -115409,7 +115690,7 @@ Object(__WEBPACK_IMPORTED_MODULE_2__utils_batch__["b" /* setBatch */])(__WEBPACK
|
|
115409
115690
|
|
115410
115691
|
|
115411
115692
|
/***/ }),
|
115412
|
-
/*
|
115693
|
+
/* 525 */
|
115413
115694
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
115414
115695
|
|
115415
115696
|
"use strict";
|
@@ -115476,22 +115757,22 @@ if (process.env.NODE_ENV !== 'production') {
|
|
115476
115757
|
/* WEBPACK VAR INJECTION */}.call(__webpack_exports__, __webpack_require__(5)))
|
115477
115758
|
|
115478
115759
|
/***/ }),
|
115479
|
-
/*
|
115760
|
+
/* 526 */
|
115480
115761
|
/***/ (function(module, exports, __webpack_require__) {
|
115481
115762
|
|
115482
115763
|
"use strict";
|
115483
115764
|
/* WEBPACK VAR INJECTION */(function(process) {
|
115484
115765
|
|
115485
115766
|
if (process.env.NODE_ENV === 'production') {
|
115486
|
-
module.exports = __webpack_require__(
|
115767
|
+
module.exports = __webpack_require__(527);
|
115487
115768
|
} else {
|
115488
|
-
module.exports = __webpack_require__(
|
115769
|
+
module.exports = __webpack_require__(528);
|
115489
115770
|
}
|
115490
115771
|
|
115491
115772
|
/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(5)))
|
115492
115773
|
|
115493
115774
|
/***/ }),
|
115494
|
-
/*
|
115775
|
+
/* 527 */
|
115495
115776
|
/***/ (function(module, exports, __webpack_require__) {
|
115496
115777
|
|
115497
115778
|
"use strict";
|
@@ -115512,7 +115793,7 @@ exports.typeOf=y;
|
|
115512
115793
|
|
115513
115794
|
|
115514
115795
|
/***/ }),
|
115515
|
-
/*
|
115796
|
+
/* 528 */
|
115516
115797
|
/***/ (function(module, exports, __webpack_require__) {
|
115517
115798
|
|
115518
115799
|
"use strict";
|
@@ -115746,7 +116027,7 @@ exports.typeOf = typeOf;
|
|
115746
116027
|
/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(5)))
|
115747
116028
|
|
115748
116029
|
/***/ }),
|
115749
|
-
/*
|
116030
|
+
/* 529 */
|
115750
116031
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
115751
116032
|
|
115752
116033
|
"use strict";
|
@@ -115755,10 +116036,10 @@ exports.typeOf = typeOf;
|
|
115755
116036
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__babel_runtime_helpers_esm_objectWithoutPropertiesLoose__ = __webpack_require__(22);
|
115756
116037
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__components_connectAdvanced__ = __webpack_require__(262);
|
115757
116038
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__utils_shallowEqual__ = __webpack_require__(263);
|
115758
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__mapDispatchToProps__ = __webpack_require__(
|
115759
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__mapStateToProps__ = __webpack_require__(
|
115760
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__mergeProps__ = __webpack_require__(
|
115761
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__selectorFactory__ = __webpack_require__(
|
116039
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__mapDispatchToProps__ = __webpack_require__(530);
|
116040
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__mapStateToProps__ = __webpack_require__(533);
|
116041
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__mergeProps__ = __webpack_require__(534);
|
116042
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__selectorFactory__ = __webpack_require__(535);
|
115762
116043
|
|
115763
116044
|
|
115764
116045
|
var _excluded = ["pure", "areStatesEqual", "areOwnPropsEqual", "areStatePropsEqual", "areMergedPropsEqual"];
|
@@ -115860,14 +116141,14 @@ function createConnect(_temp) {
|
|
115860
116141
|
/* harmony default export */ __webpack_exports__["a"] = (createConnect());
|
115861
116142
|
|
115862
116143
|
/***/ }),
|
115863
|
-
/*
|
116144
|
+
/* 530 */
|
115864
116145
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
115865
116146
|
|
115866
116147
|
"use strict";
|
115867
116148
|
/* unused harmony export whenMapDispatchToPropsIsFunction */
|
115868
116149
|
/* unused harmony export whenMapDispatchToPropsIsMissing */
|
115869
116150
|
/* unused harmony export whenMapDispatchToPropsIsObject */
|
115870
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__utils_bindActionCreators__ = __webpack_require__(
|
116151
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__utils_bindActionCreators__ = __webpack_require__(531);
|
115871
116152
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__wrapMapToProps__ = __webpack_require__(264);
|
115872
116153
|
|
115873
116154
|
|
@@ -115889,7 +116170,7 @@ function whenMapDispatchToPropsIsObject(mapDispatchToProps) {
|
|
115889
116170
|
/* harmony default export */ __webpack_exports__["a"] = ([whenMapDispatchToPropsIsFunction, whenMapDispatchToPropsIsMissing, whenMapDispatchToPropsIsObject]);
|
115890
116171
|
|
115891
116172
|
/***/ }),
|
115892
|
-
/*
|
116173
|
+
/* 531 */
|
115893
116174
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
115894
116175
|
|
115895
116176
|
"use strict";
|
@@ -115915,7 +116196,7 @@ function bindActionCreators(actionCreators, dispatch) {
|
|
115915
116196
|
}
|
115916
116197
|
|
115917
116198
|
/***/ }),
|
115918
|
-
/*
|
116199
|
+
/* 532 */
|
115919
116200
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
115920
116201
|
|
115921
116202
|
"use strict";
|
@@ -115938,7 +116219,7 @@ function isPlainObject(obj) {
|
|
115938
116219
|
}
|
115939
116220
|
|
115940
116221
|
/***/ }),
|
115941
|
-
/*
|
116222
|
+
/* 533 */
|
115942
116223
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
115943
116224
|
|
115944
116225
|
"use strict";
|
@@ -115957,7 +116238,7 @@ function whenMapStateToPropsIsMissing(mapStateToProps) {
|
|
115957
116238
|
/* harmony default export */ __webpack_exports__["a"] = ([whenMapStateToPropsIsFunction, whenMapStateToPropsIsMissing]);
|
115958
116239
|
|
115959
116240
|
/***/ }),
|
115960
|
-
/*
|
116241
|
+
/* 534 */
|
115961
116242
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
115962
116243
|
|
115963
116244
|
"use strict";
|
@@ -116006,7 +116287,7 @@ function whenMergePropsIsOmitted(mergeProps) {
|
|
116006
116287
|
/* WEBPACK VAR INJECTION */}.call(__webpack_exports__, __webpack_require__(5)))
|
116007
116288
|
|
116008
116289
|
/***/ }),
|
116009
|
-
/*
|
116290
|
+
/* 535 */
|
116010
116291
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
116011
116292
|
|
116012
116293
|
"use strict";
|
@@ -116014,7 +116295,7 @@ function whenMergePropsIsOmitted(mergeProps) {
|
|
116014
116295
|
/* unused harmony export pureFinalPropsSelectorFactory */
|
116015
116296
|
/* harmony export (immutable) */ __webpack_exports__["a"] = finalPropsSelectorFactory;
|
116016
116297
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_esm_objectWithoutPropertiesLoose__ = __webpack_require__(22);
|
116017
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__verifySubselectors__ = __webpack_require__(
|
116298
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__verifySubselectors__ = __webpack_require__(536);
|
116018
116299
|
|
116019
116300
|
var _excluded = ["initMapStateToProps", "initMapDispatchToProps", "initMergeProps"];
|
116020
116301
|
|
@@ -116106,7 +116387,7 @@ function finalPropsSelectorFactory(dispatch, _ref2) {
|
|
116106
116387
|
/* WEBPACK VAR INJECTION */}.call(__webpack_exports__, __webpack_require__(5)))
|
116107
116388
|
|
116108
116389
|
/***/ }),
|
116109
|
-
/*
|
116390
|
+
/* 536 */
|
116110
116391
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
116111
116392
|
|
116112
116393
|
"use strict";
|
@@ -116131,7 +116412,7 @@ function verifySubselectors(mapStateToProps, mapDispatchToProps, mergeProps, dis
|
|
116131
116412
|
}
|
116132
116413
|
|
116133
116414
|
/***/ }),
|
116134
|
-
/*
|
116415
|
+
/* 537 */
|
116135
116416
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
116136
116417
|
|
116137
116418
|
"use strict";
|
@@ -116184,7 +116465,7 @@ function createDispatchHook(context) {
|
|
116184
116465
|
var useDispatch = /*#__PURE__*/createDispatchHook();
|
116185
116466
|
|
116186
116467
|
/***/ }),
|
116187
|
-
/*
|
116468
|
+
/* 538 */
|
116188
116469
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
116189
116470
|
|
116190
116471
|
"use strict";
|
@@ -116357,7 +116638,7 @@ var useSelector = /*#__PURE__*/createSelectorHook();
|
|
116357
116638
|
/* WEBPACK VAR INJECTION */}.call(__webpack_exports__, __webpack_require__(5)))
|
116358
116639
|
|
116359
116640
|
/***/ }),
|
116360
|
-
/*
|
116641
|
+
/* 539 */
|
116361
116642
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
116362
116643
|
|
116363
116644
|
"use strict";
|
@@ -116368,7 +116649,7 @@ var useSelector = /*#__PURE__*/createSelectorHook();
|
|
116368
116649
|
|
116369
116650
|
|
116370
116651
|
/***/ }),
|
116371
|
-
/*
|
116652
|
+
/* 540 */
|
116372
116653
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
116373
116654
|
|
116374
116655
|
"use strict";
|
@@ -116426,7 +116707,7 @@ var useCallback = useCallbackOne;
|
|
116426
116707
|
|
116427
116708
|
|
116428
116709
|
/***/ }),
|
116429
|
-
/*
|
116710
|
+
/* 541 */
|
116430
116711
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
116431
116712
|
|
116432
116713
|
"use strict";
|
@@ -116595,7 +116876,7 @@ var getBox = function getBox(el) {
|
|
116595
116876
|
/* WEBPACK VAR INJECTION */}.call(__webpack_exports__, __webpack_require__(5)))
|
116596
116877
|
|
116597
116878
|
/***/ }),
|
116598
|
-
/*
|
116879
|
+
/* 542 */
|
116599
116880
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
116600
116881
|
|
116601
116882
|
"use strict";
|
@@ -116651,7 +116932,7 @@ function memoizeOne(resultFn, isEqual) {
|
|
116651
116932
|
|
116652
116933
|
|
116653
116934
|
/***/ }),
|
116654
|
-
/*
|
116935
|
+
/* 543 */
|
116655
116936
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
116656
116937
|
|
116657
116938
|
"use strict";
|
@@ -116692,7 +116973,7 @@ var rafSchd = function rafSchd(fn) {
|
|
116692
116973
|
|
116693
116974
|
|
116694
116975
|
/***/ }),
|
116695
|
-
/*
|
116976
|
+
/* 544 */
|
116696
116977
|
/***/ (function(module, exports, __webpack_require__) {
|
116697
116978
|
|
116698
116979
|
"use strict";
|
@@ -116741,7 +117022,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
116741
117022
|
Object.defineProperty(exports, "__esModule", { value: true });
|
116742
117023
|
exports.MultiSelect = void 0;
|
116743
117024
|
var React = __importStar(__webpack_require__(0));
|
116744
|
-
var multiselect_1 = __webpack_require__(
|
117025
|
+
var multiselect_1 = __webpack_require__(545);
|
116745
117026
|
var classnames_1 = __importDefault(__webpack_require__(2));
|
116746
117027
|
var react_id_generator_1 = __importDefault(__webpack_require__(9));
|
116747
117028
|
var Form_1 = __webpack_require__(13);
|
@@ -116780,16 +117061,16 @@ exports.MultiSelect = MultiSelect;
|
|
116780
117061
|
|
116781
117062
|
|
116782
117063
|
/***/ }),
|
116783
|
-
/*
|
117064
|
+
/* 545 */
|
116784
117065
|
/***/ (function(module, exports, __webpack_require__) {
|
116785
117066
|
|
116786
117067
|
"use strict";
|
116787
117068
|
|
116788
117069
|
|
116789
|
-
module.exports = __webpack_require__(
|
117070
|
+
module.exports = __webpack_require__(546);
|
116790
117071
|
|
116791
117072
|
/***/ }),
|
116792
|
-
/*
|
117073
|
+
/* 546 */
|
116793
117074
|
/***/ (function(module, exports, __webpack_require__) {
|
116794
117075
|
|
116795
117076
|
"use strict";
|
@@ -116818,11 +117099,11 @@ var _FilterUtils = _interopRequireDefault(__webpack_require__(87));
|
|
116818
117099
|
|
116819
117100
|
var _ObjectUtils = _interopRequireDefault(__webpack_require__(17));
|
116820
117101
|
|
116821
|
-
var _MultiSelectHeader = __webpack_require__(
|
117102
|
+
var _MultiSelectHeader = __webpack_require__(547);
|
116822
117103
|
|
116823
|
-
var _MultiSelectItem = __webpack_require__(
|
117104
|
+
var _MultiSelectItem = __webpack_require__(549);
|
116824
117105
|
|
116825
|
-
var _MultiSelectPanel = __webpack_require__(
|
117106
|
+
var _MultiSelectPanel = __webpack_require__(550);
|
116826
117107
|
|
116827
117108
|
var _UniqueComponentId = _interopRequireDefault(__webpack_require__(23));
|
116828
117109
|
|
@@ -117733,7 +118014,7 @@ _defineProperty(MultiSelect, "propTypes", {
|
|
117733
118014
|
});
|
117734
118015
|
|
117735
118016
|
/***/ }),
|
117736
|
-
/*
|
118017
|
+
/* 547 */
|
117737
118018
|
/***/ (function(module, exports, __webpack_require__) {
|
117738
118019
|
|
117739
118020
|
"use strict";
|
@@ -117752,7 +118033,7 @@ var _propTypes = _interopRequireDefault(__webpack_require__(4));
|
|
117752
118033
|
|
117753
118034
|
var _InputText = __webpack_require__(73);
|
117754
118035
|
|
117755
|
-
var _Checkbox = __webpack_require__(
|
118036
|
+
var _Checkbox = __webpack_require__(548);
|
117756
118037
|
|
117757
118038
|
var _Ripple = __webpack_require__(18);
|
117758
118039
|
|
@@ -117887,7 +118168,7 @@ _defineProperty(MultiSelectHeader, "propTypes", {
|
|
117887
118168
|
});
|
117888
118169
|
|
117889
118170
|
/***/ }),
|
117890
|
-
/*
|
118171
|
+
/* 548 */
|
117891
118172
|
/***/ (function(module, exports, __webpack_require__) {
|
117892
118173
|
|
117893
118174
|
"use strict";
|
@@ -118137,7 +118418,7 @@ _defineProperty(Checkbox, "propTypes", {
|
|
118137
118418
|
});
|
118138
118419
|
|
118139
118420
|
/***/ }),
|
118140
|
-
/*
|
118421
|
+
/* 549 */
|
118141
118422
|
/***/ (function(module, exports, __webpack_require__) {
|
118142
118423
|
|
118143
118424
|
"use strict";
|
@@ -118282,7 +118563,7 @@ _defineProperty(MultiSelectItem, "propTypes", {
|
|
118282
118563
|
});
|
118283
118564
|
|
118284
118565
|
/***/ }),
|
118285
|
-
/*
|
118566
|
+
/* 550 */
|
118286
118567
|
/***/ (function(module, exports, __webpack_require__) {
|
118287
118568
|
|
118288
118569
|
"use strict";
|
@@ -118403,7 +118684,7 @@ _defineProperty(MultiSelectPanel, "propTypes", {
|
|
118403
118684
|
});
|
118404
118685
|
|
118405
118686
|
/***/ }),
|
118406
|
-
/*
|
118687
|
+
/* 551 */
|
118407
118688
|
/***/ (function(module, exports, __webpack_require__) {
|
118408
118689
|
|
118409
118690
|
"use strict";
|
@@ -118460,7 +118741,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
118460
118741
|
Object.defineProperty(exports, "__esModule", { value: true });
|
118461
118742
|
exports.ResizablePanels = void 0;
|
118462
118743
|
var React = __importStar(__webpack_require__(0));
|
118463
|
-
var react_resizable_panels_1 = __webpack_require__(
|
118744
|
+
var react_resizable_panels_1 = __webpack_require__(552);
|
118464
118745
|
/**
|
118465
118746
|
Features:
|
118466
118747
|
* No absolute positioning is used
|
@@ -118511,7 +118792,7 @@ exports.ResizablePanels = ResizablePanels;
|
|
118511
118792
|
|
118512
118793
|
|
118513
118794
|
/***/ }),
|
118514
|
-
/*
|
118795
|
+
/* 552 */
|
118515
118796
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
118516
118797
|
|
118517
118798
|
"use strict";
|
@@ -118519,12 +118800,12 @@ Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
|
|
118519
118800
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Panel", function() { return $68ce93498c99866c$export$2ddb90ad54e5f587; });
|
118520
118801
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "PanelGroup", function() { return $d6da68d748ce761b$export$1d05749f6f573bb; });
|
118521
118802
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "PanelResizeHandle", function() { return $6ebc1e3786ab631d$export$8829ecf6b6b15484; });
|
118522
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__swc_helpers_src_object_spread_mjs__ = __webpack_require__(
|
118523
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__swc_helpers_src_object_spread_props_mjs__ = __webpack_require__(
|
118803
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__swc_helpers_src_object_spread_mjs__ = __webpack_require__(553);
|
118804
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__swc_helpers_src_object_spread_props_mjs__ = __webpack_require__(555);
|
118524
118805
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_react__ = __webpack_require__(0);
|
118525
118806
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_react___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_2_react__);
|
118526
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__swc_helpers_src_sliced_to_array_mjs__ = __webpack_require__(
|
118527
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__swc_helpers_src_to_consumable_array_mjs__ = __webpack_require__(
|
118807
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__swc_helpers_src_sliced_to_array_mjs__ = __webpack_require__(556);
|
118808
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__swc_helpers_src_to_consumable_array_mjs__ = __webpack_require__(559);
|
118528
118809
|
|
118529
118810
|
|
118530
118811
|
|
@@ -119684,12 +119965,12 @@ $6ebc1e3786ab631d$export$8829ecf6b6b15484.displayName = "PanelResizeHandle";
|
|
119684
119965
|
|
119685
119966
|
|
119686
119967
|
/***/ }),
|
119687
|
-
/*
|
119968
|
+
/* 553 */
|
119688
119969
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
119689
119970
|
|
119690
119971
|
"use strict";
|
119691
119972
|
/* harmony export (immutable) */ __webpack_exports__["a"] = _objectSpread;
|
119692
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__define_property_mjs__ = __webpack_require__(
|
119973
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__define_property_mjs__ = __webpack_require__(554);
|
119693
119974
|
|
119694
119975
|
|
119695
119976
|
function _objectSpread(target) {
|
@@ -119712,7 +119993,7 @@ function _objectSpread(target) {
|
|
119712
119993
|
}
|
119713
119994
|
|
119714
119995
|
/***/ }),
|
119715
|
-
/*
|
119996
|
+
/* 554 */
|
119716
119997
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
119717
119998
|
|
119718
119999
|
"use strict";
|
@@ -119734,7 +120015,7 @@ function _defineProperty(obj, key, value) {
|
|
119734
120015
|
|
119735
120016
|
|
119736
120017
|
/***/ }),
|
119737
|
-
/*
|
120018
|
+
/* 555 */
|
119738
120019
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
119739
120020
|
|
119740
120021
|
"use strict";
|
@@ -119771,14 +120052,14 @@ function _objectSpreadProps(target, source) {
|
|
119771
120052
|
}
|
119772
120053
|
|
119773
120054
|
/***/ }),
|
119774
|
-
/*
|
120055
|
+
/* 556 */
|
119775
120056
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
119776
120057
|
|
119777
120058
|
"use strict";
|
119778
120059
|
/* harmony export (immutable) */ __webpack_exports__["a"] = _slicedToArray;
|
119779
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__array_with_holes_mjs__ = __webpack_require__(
|
120060
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__array_with_holes_mjs__ = __webpack_require__(557);
|
119780
120061
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__iterable_to_array_mjs__ = __webpack_require__(270);
|
119781
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__non_iterable_rest_mjs__ = __webpack_require__(
|
120062
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__non_iterable_rest_mjs__ = __webpack_require__(558);
|
119782
120063
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__unsupported_iterable_to_array_mjs__ = __webpack_require__(271);
|
119783
120064
|
|
119784
120065
|
|
@@ -119791,7 +120072,7 @@ function _slicedToArray(arr, i) {
|
|
119791
120072
|
|
119792
120073
|
|
119793
120074
|
/***/ }),
|
119794
|
-
/*
|
120075
|
+
/* 557 */
|
119795
120076
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
119796
120077
|
|
119797
120078
|
"use strict";
|
@@ -119802,7 +120083,7 @@ function _arrayWithHoles(arr) {
|
|
119802
120083
|
|
119803
120084
|
|
119804
120085
|
/***/ }),
|
119805
|
-
/*
|
120086
|
+
/* 558 */
|
119806
120087
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
119807
120088
|
|
119808
120089
|
"use strict";
|
@@ -119813,14 +120094,14 @@ function _nonIterableRest() {
|
|
119813
120094
|
|
119814
120095
|
|
119815
120096
|
/***/ }),
|
119816
|
-
/*
|
120097
|
+
/* 559 */
|
119817
120098
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
119818
120099
|
|
119819
120100
|
"use strict";
|
119820
120101
|
/* harmony export (immutable) */ __webpack_exports__["a"] = _toConsumableArray;
|
119821
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__array_without_holes_mjs__ = __webpack_require__(
|
120102
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__array_without_holes_mjs__ = __webpack_require__(560);
|
119822
120103
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__iterable_to_array_mjs__ = __webpack_require__(270);
|
119823
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__non_iterable_spread_mjs__ = __webpack_require__(
|
120104
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__non_iterable_spread_mjs__ = __webpack_require__(561);
|
119824
120105
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__unsupported_iterable_to_array_mjs__ = __webpack_require__(271);
|
119825
120106
|
|
119826
120107
|
|
@@ -119833,7 +120114,7 @@ function _toConsumableArray(arr) {
|
|
119833
120114
|
|
119834
120115
|
|
119835
120116
|
/***/ }),
|
119836
|
-
/*
|
120117
|
+
/* 560 */
|
119837
120118
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
119838
120119
|
|
119839
120120
|
"use strict";
|
@@ -119847,7 +120128,7 @@ function _arrayWithoutHoles(arr) {
|
|
119847
120128
|
|
119848
120129
|
|
119849
120130
|
/***/ }),
|
119850
|
-
/*
|
120131
|
+
/* 561 */
|
119851
120132
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
119852
120133
|
|
119853
120134
|
"use strict";
|
@@ -119858,7 +120139,7 @@ function _nonIterableSpread() {
|
|
119858
120139
|
|
119859
120140
|
|
119860
120141
|
/***/ }),
|
119861
|
-
/*
|
120142
|
+
/* 562 */
|
119862
120143
|
/***/ (function(module, exports, __webpack_require__) {
|
119863
120144
|
|
119864
120145
|
"use strict";
|
@@ -119922,7 +120203,7 @@ exports.ResizeObserverComponent = ResizeObserverComponent;
|
|
119922
120203
|
|
119923
120204
|
|
119924
120205
|
/***/ }),
|
119925
|
-
/*
|
120206
|
+
/* 563 */
|
119926
120207
|
/***/ (function(module, exports, __webpack_require__) {
|
119927
120208
|
|
119928
120209
|
"use strict";
|
@@ -119971,8 +120252,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
119971
120252
|
Object.defineProperty(exports, "__esModule", { value: true });
|
119972
120253
|
exports.DragHandle = void 0;
|
119973
120254
|
var React = __importStar(__webpack_require__(0));
|
119974
|
-
__webpack_require__(
|
119975
|
-
var dots_svg_1 = __importDefault(__webpack_require__(
|
120255
|
+
__webpack_require__(564);
|
120256
|
+
var dots_svg_1 = __importDefault(__webpack_require__(565));
|
119976
120257
|
var DragHandle = /** @class */ (function (_super) {
|
119977
120258
|
__extends(DragHandle, _super);
|
119978
120259
|
function DragHandle() {
|
@@ -119988,21 +120269,21 @@ exports.DragHandle = DragHandle;
|
|
119988
120269
|
|
119989
120270
|
|
119990
120271
|
/***/ }),
|
119991
|
-
/*
|
120272
|
+
/* 564 */
|
119992
120273
|
/***/ (function(module, exports) {
|
119993
120274
|
|
119994
120275
|
// removed by extract-text-webpack-plugin
|
119995
120276
|
|
119996
120277
|
/***/ }),
|
119997
|
-
/*
|
120278
|
+
/* 565 */
|
119998
120279
|
/***/ (function(module, exports, __webpack_require__) {
|
119999
120280
|
|
120000
120281
|
module.exports = __webpack_require__.p + "dots.svg";
|
120001
120282
|
|
120002
120283
|
/***/ }),
|
120003
|
-
/*
|
120004
|
-
/*
|
120005
|
-
/*
|
120284
|
+
/* 566 */,
|
120285
|
+
/* 567 */,
|
120286
|
+
/* 568 */
|
120006
120287
|
/***/ (function(module, exports, __webpack_require__) {
|
120007
120288
|
|
120008
120289
|
"use strict";
|
@@ -120182,12 +120463,12 @@ function reactToAngular1(component) {
|
|
120182
120463
|
}
|
120183
120464
|
|
120184
120465
|
/***/ }),
|
120185
|
-
/* 567 */,
|
120186
|
-
/* 568 */,
|
120187
120466
|
/* 569 */,
|
120188
120467
|
/* 570 */,
|
120189
120468
|
/* 571 */,
|
120190
|
-
/* 572
|
120469
|
+
/* 572 */,
|
120470
|
+
/* 573 */,
|
120471
|
+
/* 574 */
|
120191
120472
|
/***/ (function(module, exports, __webpack_require__) {
|
120192
120473
|
|
120193
120474
|
"use strict";
|
@@ -120208,7 +120489,7 @@ var _propTypes = __webpack_require__(4);
|
|
120208
120489
|
|
120209
120490
|
var _propTypes2 = _interopRequireDefault(_propTypes);
|
120210
120491
|
|
120211
|
-
var _reactToAngular = __webpack_require__(
|
120492
|
+
var _reactToAngular = __webpack_require__(568);
|
120212
120493
|
|
120213
120494
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
120214
120495
|
|
@@ -120303,7 +120584,7 @@ ToggleBoxNext.propTypes = {
|
|
120303
120584
|
angular.module('superdesk-ui.toggleBoxNext', []).component('toggleBoxNext', (0, _reactToAngular.reactToAngular1)(ToggleBoxNext, ['mode', 'title', 'style', 'isOpen']));
|
120304
120585
|
|
120305
120586
|
/***/ }),
|
120306
|
-
/*
|
120587
|
+
/* 575 */
|
120307
120588
|
/***/ (function(module, exports, __webpack_require__) {
|
120308
120589
|
|
120309
120590
|
"use strict";
|
@@ -120314,7 +120595,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
120314
120595
|
});
|
120315
120596
|
exports.Positioner = undefined;
|
120316
120597
|
|
120317
|
-
var _reactToAngular = __webpack_require__(
|
120598
|
+
var _reactToAngular = __webpack_require__(568);
|
120318
120599
|
|
120319
120600
|
var _Positioner2 = __webpack_require__(275);
|
120320
120601
|
|
@@ -120355,8 +120636,6 @@ angular.module('superdesk-ui.positioner', []).component('sdPositioner', (0, _rea
|
|
120355
120636
|
*/
|
120356
120637
|
|
120357
120638
|
/***/ }),
|
120358
|
-
/* 574 */,
|
120359
|
-
/* 575 */,
|
120360
120639
|
/* 576 */,
|
120361
120640
|
/* 577 */,
|
120362
120641
|
/* 578 */,
|
@@ -120514,7 +120793,10 @@ angular.module('superdesk-ui.positioner', []).component('sdPositioner', (0, _rea
|
|
120514
120793
|
/* 730 */,
|
120515
120794
|
/* 731 */,
|
120516
120795
|
/* 732 */,
|
120517
|
-
/* 733
|
120796
|
+
/* 733 */,
|
120797
|
+
/* 734 */,
|
120798
|
+
/* 735 */,
|
120799
|
+
/* 736 */
|
120518
120800
|
/***/ (function(module, exports, __webpack_require__) {
|
120519
120801
|
|
120520
120802
|
"use strict";
|
@@ -120525,7 +120807,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
120525
120807
|
});
|
120526
120808
|
exports.ContentDivider = 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.RadioGroup = 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;
|
120527
120809
|
|
120528
|
-
var _reactToAngular = __webpack_require__(
|
120810
|
+
var _reactToAngular = __webpack_require__(568);
|
120529
120811
|
|
120530
120812
|
Object.defineProperty(exports, 'reactToAngular1', {
|
120531
120813
|
enumerable: true,
|
@@ -120534,7 +120816,7 @@ Object.defineProperty(exports, 'reactToAngular1', {
|
|
120534
120816
|
}
|
120535
120817
|
});
|
120536
120818
|
|
120537
|
-
var _toggleBoxNext = __webpack_require__(
|
120819
|
+
var _toggleBoxNext = __webpack_require__(574);
|
120538
120820
|
|
120539
120821
|
Object.defineProperty(exports, 'ToggleBoxNext', {
|
120540
120822
|
enumerable: true,
|
@@ -120543,7 +120825,7 @@ Object.defineProperty(exports, 'ToggleBoxNext', {
|
|
120543
120825
|
}
|
120544
120826
|
});
|
120545
120827
|
|
120546
|
-
var _positioner = __webpack_require__(
|
120828
|
+
var _positioner = __webpack_require__(575);
|
120547
120829
|
|
120548
120830
|
Object.defineProperty(exports, 'Positioner', {
|
120549
120831
|
enumerable: true,
|
@@ -120801,53 +121083,53 @@ Object.defineProperty(exports, 'ContentDivider', {
|
|
120801
121083
|
}
|
120802
121084
|
});
|
120803
121085
|
|
120804
|
-
__webpack_require__(
|
121086
|
+
__webpack_require__(737);
|
120805
121087
|
|
120806
|
-
__webpack_require__(
|
121088
|
+
__webpack_require__(772);
|
120807
121089
|
|
120808
121090
|
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']);
|
120809
121091
|
|
120810
121092
|
/***/ }),
|
120811
|
-
/*
|
121093
|
+
/* 737 */
|
120812
121094
|
/***/ (function(module, exports, __webpack_require__) {
|
120813
121095
|
|
120814
121096
|
"use strict";
|
120815
121097
|
|
120816
121098
|
|
120817
|
-
__webpack_require__(
|
120818
|
-
|
120819
|
-
__webpack_require__(749);
|
120820
|
-
|
120821
|
-
__webpack_require__(751);
|
121099
|
+
__webpack_require__(738);
|
120822
121100
|
|
120823
121101
|
__webpack_require__(752);
|
120824
121102
|
|
120825
|
-
__webpack_require__(573);
|
120826
|
-
|
120827
|
-
__webpack_require__(753);
|
120828
|
-
|
120829
121103
|
__webpack_require__(754);
|
120830
121104
|
|
120831
121105
|
__webpack_require__(755);
|
120832
121106
|
|
120833
|
-
__webpack_require__(
|
121107
|
+
__webpack_require__(575);
|
120834
121108
|
|
120835
121109
|
__webpack_require__(756);
|
120836
121110
|
|
120837
|
-
__webpack_require__(
|
121111
|
+
__webpack_require__(757);
|
121112
|
+
|
121113
|
+
__webpack_require__(758);
|
121114
|
+
|
121115
|
+
__webpack_require__(574);
|
120838
121116
|
|
120839
|
-
__webpack_require__(
|
121117
|
+
__webpack_require__(759);
|
120840
121118
|
|
120841
|
-
__webpack_require__(
|
121119
|
+
__webpack_require__(762);
|
120842
121120
|
|
120843
|
-
__webpack_require__(
|
121121
|
+
__webpack_require__(764);
|
120844
121122
|
|
120845
|
-
__webpack_require__(
|
121123
|
+
__webpack_require__(766);
|
120846
121124
|
|
120847
121125
|
__webpack_require__(768);
|
120848
121126
|
|
121127
|
+
__webpack_require__(770);
|
121128
|
+
|
121129
|
+
__webpack_require__(771);
|
121130
|
+
|
120849
121131
|
/***/ }),
|
120850
|
-
/*
|
121132
|
+
/* 738 */
|
120851
121133
|
/***/ (function(module, exports, __webpack_require__) {
|
120852
121134
|
|
120853
121135
|
"use strict";
|
@@ -120857,22 +121139,22 @@ Object.defineProperty(exports, "__esModule", {
|
|
120857
121139
|
value: true
|
120858
121140
|
});
|
120859
121141
|
|
120860
|
-
__webpack_require__(
|
120861
|
-
|
120862
|
-
__webpack_require__(737);
|
121142
|
+
__webpack_require__(739);
|
120863
121143
|
|
120864
|
-
__webpack_require__(
|
121144
|
+
__webpack_require__(740);
|
120865
121145
|
|
120866
|
-
__webpack_require__(
|
121146
|
+
__webpack_require__(746);
|
120867
121147
|
|
120868
121148
|
__webpack_require__(747);
|
120869
121149
|
|
120870
|
-
__webpack_require__(
|
121150
|
+
__webpack_require__(750);
|
121151
|
+
|
121152
|
+
__webpack_require__(751);
|
120871
121153
|
|
120872
121154
|
exports.default = angular.module('superdesk-ui.helper', ['superdesk-ui.helper.dropdown', 'superdesk-ui.helper.modal', 'superdesk-ui.helper.datepicker', 'superdesk-ui.helper.ngTagsInput']);
|
120873
121155
|
|
120874
121156
|
/***/ }),
|
120875
|
-
/*
|
121157
|
+
/* 739 */
|
120876
121158
|
/***/ (function(module, exports, __webpack_require__) {
|
120877
121159
|
|
120878
121160
|
"use strict";
|
@@ -121089,7 +121371,7 @@ angular.module('superdesk-ui.helper.dateparser', []).service('dateParser', ['$lo
|
|
121089
121371
|
}]);
|
121090
121372
|
|
121091
121373
|
/***/ }),
|
121092
|
-
/*
|
121374
|
+
/* 740 */
|
121093
121375
|
/***/ (function(module, exports, __webpack_require__) {
|
121094
121376
|
|
121095
121377
|
"use strict";
|
@@ -121308,7 +121590,7 @@ angular.module('superdesk-ui.helper.datepicker', ['superdesk-ui.helper.dateparse
|
|
121308
121590
|
return {
|
121309
121591
|
restrict: 'EA',
|
121310
121592
|
replace: true,
|
121311
|
-
template: __webpack_require__(
|
121593
|
+
template: __webpack_require__(741),
|
121312
121594
|
scope: {
|
121313
121595
|
datepickerMode: '=?',
|
121314
121596
|
dateDisabled: '&',
|
@@ -121330,7 +121612,7 @@ angular.module('superdesk-ui.helper.datepicker', ['superdesk-ui.helper.dateparse
|
|
121330
121612
|
return {
|
121331
121613
|
restrict: 'EA',
|
121332
121614
|
replace: true,
|
121333
|
-
template: __webpack_require__(
|
121615
|
+
template: __webpack_require__(742),
|
121334
121616
|
require: '^datepicker',
|
121335
121617
|
link: function link(scope, element, attrs, ctrl) {
|
121336
121618
|
scope.showWeeks = ctrl.showWeeks;
|
@@ -121449,7 +121731,7 @@ angular.module('superdesk-ui.helper.datepicker', ['superdesk-ui.helper.dateparse
|
|
121449
121731
|
return {
|
121450
121732
|
restrict: 'EA',
|
121451
121733
|
replace: true,
|
121452
|
-
template: __webpack_require__(
|
121734
|
+
template: __webpack_require__(743),
|
121453
121735
|
require: '^datepicker',
|
121454
121736
|
link: function link(scope, element, attrs, ctrl) {
|
121455
121737
|
ctrl.step = { years: 1 };
|
@@ -121506,7 +121788,7 @@ angular.module('superdesk-ui.helper.datepicker', ['superdesk-ui.helper.dateparse
|
|
121506
121788
|
return {
|
121507
121789
|
restrict: 'EA',
|
121508
121790
|
replace: true,
|
121509
|
-
template: __webpack_require__(
|
121791
|
+
template: __webpack_require__(744),
|
121510
121792
|
require: '^datepicker',
|
121511
121793
|
link: function link(scope, element, attrs, ctrl) {
|
121512
121794
|
var range = ctrl.yearRange;
|
@@ -121873,42 +122155,42 @@ angular.module('superdesk-ui.helper.datepicker', ['superdesk-ui.helper.dateparse
|
|
121873
122155
|
restrict: 'EA',
|
121874
122156
|
replace: true,
|
121875
122157
|
transclude: true,
|
121876
|
-
template: __webpack_require__(
|
122158
|
+
template: __webpack_require__(745)
|
121877
122159
|
};
|
121878
122160
|
});
|
121879
122161
|
|
121880
122162
|
/***/ }),
|
121881
|
-
/*
|
122163
|
+
/* 741 */
|
121882
122164
|
/***/ (function(module, exports) {
|
121883
122165
|
|
121884
122166
|
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>";
|
121885
122167
|
|
121886
122168
|
/***/ }),
|
121887
|
-
/*
|
122169
|
+
/* 742 */
|
121888
122170
|
/***/ (function(module, exports) {
|
121889
122171
|
|
121890
122172
|
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";
|
121891
122173
|
|
121892
122174
|
/***/ }),
|
121893
|
-
/*
|
122175
|
+
/* 743 */
|
121894
122176
|
/***/ (function(module, exports) {
|
121895
122177
|
|
121896
122178
|
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";
|
121897
122179
|
|
121898
122180
|
/***/ }),
|
121899
|
-
/*
|
122181
|
+
/* 744 */
|
121900
122182
|
/***/ (function(module, exports) {
|
121901
122183
|
|
121902
122184
|
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";
|
121903
122185
|
|
121904
122186
|
/***/ }),
|
121905
|
-
/*
|
122187
|
+
/* 745 */
|
121906
122188
|
/***/ (function(module, exports) {
|
121907
122189
|
|
121908
122190
|
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";
|
121909
122191
|
|
121910
122192
|
/***/ }),
|
121911
|
-
/*
|
122193
|
+
/* 746 */
|
121912
122194
|
/***/ (function(module, exports, __webpack_require__) {
|
121913
122195
|
|
121914
122196
|
"use strict";
|
@@ -122251,7 +122533,7 @@ angular.module('superdesk-ui.helper.dropdown', ['superdesk-ui.helper.position'])
|
|
122251
122533
|
});
|
122252
122534
|
|
122253
122535
|
/***/ }),
|
122254
|
-
/*
|
122536
|
+
/* 747 */
|
122255
122537
|
/***/ (function(module, exports, __webpack_require__) {
|
122256
122538
|
|
122257
122539
|
"use strict";
|
@@ -122318,7 +122600,7 @@ angular.module('superdesk-ui.helper.modal', []).factory('$$stackedMap', function
|
|
122318
122600
|
return {
|
122319
122601
|
restrict: 'EA',
|
122320
122602
|
replace: true,
|
122321
|
-
template: __webpack_require__(
|
122603
|
+
template: __webpack_require__(748),
|
122322
122604
|
compile: function compile(tElement, tAttrs) {
|
122323
122605
|
tElement.addClass(tAttrs.backdropClass);
|
122324
122606
|
return linkFn;
|
@@ -122345,7 +122627,7 @@ angular.module('superdesk-ui.helper.modal', []).factory('$$stackedMap', function
|
|
122345
122627
|
// templateUrl: function templateUrl(tElement, tAttrs) {
|
122346
122628
|
// return tAttrs.templateUrl || '../app/template/window.html';
|
122347
122629
|
// },
|
122348
|
-
template: __webpack_require__(
|
122630
|
+
template: __webpack_require__(749),
|
122349
122631
|
link: function link(scope, element, attrs) {
|
122350
122632
|
element.addClass(attrs.windowClass || '');
|
122351
122633
|
scope.size = attrs.size;
|
@@ -122722,19 +123004,19 @@ angular.module('superdesk-ui.helper.modal', []).factory('$$stackedMap', function
|
|
122722
123004
|
});
|
122723
123005
|
|
122724
123006
|
/***/ }),
|
122725
|
-
/*
|
123007
|
+
/* 748 */
|
122726
123008
|
/***/ (function(module, exports) {
|
122727
123009
|
|
122728
123010
|
module.exports = "<div class=\"modal__backdrop fade in\"></div>";
|
122729
123011
|
|
122730
123012
|
/***/ }),
|
122731
|
-
/*
|
123013
|
+
/* 749 */
|
122732
123014
|
/***/ (function(module, exports) {
|
122733
123015
|
|
122734
123016
|
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";
|
122735
123017
|
|
122736
123018
|
/***/ }),
|
122737
|
-
/*
|
123019
|
+
/* 750 */
|
122738
123020
|
/***/ (function(module, exports, __webpack_require__) {
|
122739
123021
|
|
122740
123022
|
"use strict";
|
@@ -122897,7 +123179,7 @@ angular.module('superdesk-ui.helper.position', [])
|
|
122897
123179
|
}]);
|
122898
123180
|
|
122899
123181
|
/***/ }),
|
122900
|
-
/*
|
123182
|
+
/* 751 */
|
122901
123183
|
/***/ (function(module, exports, __webpack_require__) {
|
122902
123184
|
|
122903
123185
|
"use strict";
|
@@ -124123,7 +124405,7 @@ function _toConsumableArray(arr) { if (Array.isArray(arr)) { for (var i = 0, arr
|
|
124123
124405
|
})();
|
124124
124406
|
|
124125
124407
|
/***/ }),
|
124126
|
-
/*
|
124408
|
+
/* 752 */
|
124127
124409
|
/***/ (function(module, exports, __webpack_require__) {
|
124128
124410
|
|
124129
124411
|
"use strict";
|
@@ -124140,7 +124422,7 @@ function CarouselDirective() {
|
|
124140
124422
|
finish: '&',
|
124141
124423
|
model: '='
|
124142
124424
|
},
|
124143
|
-
template: __webpack_require__(
|
124425
|
+
template: __webpack_require__(753),
|
124144
124426
|
transclude: true,
|
124145
124427
|
controllerAs: 'ctrl',
|
124146
124428
|
controller: ['$scope', '$document', function ($scope, $document) {
|
@@ -124262,13 +124544,13 @@ function CarouselStepDirective() {
|
|
124262
124544
|
angular.module('superdesk-ui.carousel', []).directive('sdCarousel', CarouselDirective).directive('sdCarouselStep', CarouselStepDirective);
|
124263
124545
|
|
124264
124546
|
/***/ }),
|
124265
|
-
/*
|
124547
|
+
/* 753 */
|
124266
124548
|
/***/ (function(module, exports) {
|
124267
124549
|
|
124268
124550
|
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>";
|
124269
124551
|
|
124270
124552
|
/***/ }),
|
124271
|
-
/*
|
124553
|
+
/* 754 */
|
124272
124554
|
/***/ (function(module, exports, __webpack_require__) {
|
124273
124555
|
|
124274
124556
|
"use strict";
|
@@ -124371,7 +124653,7 @@ function sdCheck($parse) {
|
|
124371
124653
|
angular.module('superdesk-ui.check', []).directive('sdCheck', sdCheck);
|
124372
124654
|
|
124373
124655
|
/***/ }),
|
124374
|
-
/*
|
124656
|
+
/* 755 */
|
124375
124657
|
/***/ (function(module, exports, __webpack_require__) {
|
124376
124658
|
|
124377
124659
|
"use strict";
|
@@ -124551,7 +124833,7 @@ angular.module("superdesk-ui.dropdown", []).directive("dropdown", sdDropdown).di
|
|
124551
124833
|
/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(44)))
|
124552
124834
|
|
124553
124835
|
/***/ }),
|
124554
|
-
/*
|
124836
|
+
/* 756 */
|
124555
124837
|
/***/ (function(module, exports, __webpack_require__) {
|
124556
124838
|
|
124557
124839
|
"use strict";
|
@@ -124639,7 +124921,7 @@ function sdModal($document, $rootScope) {
|
|
124639
124921
|
angular.module('superdesk-ui.modals', []).directive('sdModal', sdModal);
|
124640
124922
|
|
124641
124923
|
/***/ }),
|
124642
|
-
/*
|
124924
|
+
/* 757 */
|
124643
124925
|
/***/ (function(module, exports, __webpack_require__) {
|
124644
124926
|
|
124645
124927
|
"use strict";
|
@@ -124724,7 +125006,7 @@ function sdSwitch() {
|
|
124724
125006
|
angular.module('superdesk-ui.switch', []).directive('sdSwitch', sdSwitch);
|
124725
125007
|
|
124726
125008
|
/***/ }),
|
124727
|
-
/*
|
125009
|
+
/* 758 */
|
124728
125010
|
/***/ (function(module, exports, __webpack_require__) {
|
124729
125011
|
|
124730
125012
|
"use strict";
|
@@ -124762,7 +125044,7 @@ function ToggleBoxDirective() {
|
|
124762
125044
|
angular.module('superdesk-ui.toggleBox', []).directive('sdToggleBox', ToggleBoxDirective);
|
124763
125045
|
|
124764
125046
|
/***/ }),
|
124765
|
-
/*
|
125047
|
+
/* 759 */
|
124766
125048
|
/***/ (function(module, exports, __webpack_require__) {
|
124767
125049
|
|
124768
125050
|
"use strict";
|
@@ -124797,7 +125079,7 @@ function WizardHandlerFactory() {
|
|
124797
125079
|
WizardDirective.$inject = [];
|
124798
125080
|
function WizardDirective() {
|
124799
125081
|
return {
|
124800
|
-
template: __webpack_require__(
|
125082
|
+
template: __webpack_require__(760),
|
124801
125083
|
scope: {
|
124802
125084
|
currentStep: '=',
|
124803
125085
|
finish: '&',
|
@@ -124901,7 +125183,7 @@ function WizardDirective() {
|
|
124901
125183
|
WizardStepDirective.$inject = [];
|
124902
125184
|
function WizardStepDirective() {
|
124903
125185
|
return {
|
124904
|
-
template: __webpack_require__(
|
125186
|
+
template: __webpack_require__(761),
|
124905
125187
|
scope: {
|
124906
125188
|
title: '@',
|
124907
125189
|
code: '@',
|
@@ -124919,19 +125201,19 @@ function WizardStepDirective() {
|
|
124919
125201
|
angular.module('superdesk-ui.wizard', []).factory('WizardHandler', WizardHandlerFactory).directive('sdWizard', WizardDirective).directive('sdWizardStep', WizardStepDirective);
|
124920
125202
|
|
124921
125203
|
/***/ }),
|
124922
|
-
/*
|
125204
|
+
/* 760 */
|
124923
125205
|
/***/ (function(module, exports) {
|
124924
125206
|
|
124925
125207
|
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>";
|
124926
125208
|
|
124927
125209
|
/***/ }),
|
124928
|
-
/*
|
125210
|
+
/* 761 */
|
124929
125211
|
/***/ (function(module, exports) {
|
124930
125212
|
|
124931
125213
|
module.exports = "<div ng-show=\"selected\" class=\"modal-screen\" ng-transclude></div>\r\n";
|
124932
125214
|
|
124933
125215
|
/***/ }),
|
124934
|
-
/*
|
125216
|
+
/* 762 */
|
124935
125217
|
/***/ (function(module, exports, __webpack_require__) {
|
124936
125218
|
|
124937
125219
|
"use strict";
|
@@ -124960,7 +125242,7 @@ function TagInputDirective($q) {
|
|
124960
125242
|
maxResultsToShow: '='
|
124961
125243
|
},
|
124962
125244
|
require: '?ngModel',
|
124963
|
-
template: __webpack_require__(
|
125245
|
+
template: __webpack_require__(763),
|
124964
125246
|
link: function link(scope) {
|
124965
125247
|
scope.loadTags = function (query) {
|
124966
125248
|
return $q(function (resolve, reject) {
|
@@ -124978,13 +125260,13 @@ function TagInputDirective($q) {
|
|
124978
125260
|
angular.module('superdesk-ui.tags', []).directive('sdTagInput', TagInputDirective);
|
124979
125261
|
|
124980
125262
|
/***/ }),
|
124981
|
-
/*
|
125263
|
+
/* 763 */
|
124982
125264
|
/***/ (function(module, exports) {
|
124983
125265
|
|
124984
125266
|
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";
|
124985
125267
|
|
124986
125268
|
/***/ }),
|
124987
|
-
/*
|
125269
|
+
/* 764 */
|
124988
125270
|
/***/ (function(module, exports, __webpack_require__) {
|
124989
125271
|
|
124990
125272
|
"use strict";
|
@@ -125001,7 +125283,7 @@ module.exports = "<label class=\"tags-input__label\" ng-if=\"label\">{{label}}</
|
|
125001
125283
|
*/
|
125002
125284
|
function LineInputDirective() {
|
125003
125285
|
return {
|
125004
|
-
template: __webpack_require__(
|
125286
|
+
template: __webpack_require__(765),
|
125005
125287
|
replace: true,
|
125006
125288
|
transclude: true,
|
125007
125289
|
require: '?ngModel',
|
@@ -125043,13 +125325,13 @@ function LineInputDirective() {
|
|
125043
125325
|
angular.module('superdesk-ui.lineInput', []).directive('sdLineInput', LineInputDirective);
|
125044
125326
|
|
125045
125327
|
/***/ }),
|
125046
|
-
/*
|
125328
|
+
/* 765 */
|
125047
125329
|
/***/ (function(module, exports) {
|
125048
125330
|
|
125049
125331
|
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";
|
125050
125332
|
|
125051
125333
|
/***/ }),
|
125052
|
-
/*
|
125334
|
+
/* 766 */
|
125053
125335
|
/***/ (function(module, exports, __webpack_require__) {
|
125054
125336
|
|
125055
125337
|
"use strict";
|
@@ -125069,7 +125351,7 @@ module.exports = " <div class=\"sd-line-input\" ng-class=\"{'sd-line-input--dark
|
|
125069
125351
|
*/
|
125070
125352
|
function SearchHandlerDirective() {
|
125071
125353
|
return {
|
125072
|
-
template: __webpack_require__(
|
125354
|
+
template: __webpack_require__(767),
|
125073
125355
|
replace: true,
|
125074
125356
|
transclude: true,
|
125075
125357
|
require: '?ngModel',
|
@@ -125095,13 +125377,13 @@ function SearchHandlerDirective() {
|
|
125095
125377
|
angular.module('superdesk-ui.searchHandler', []).directive('sdSearchHandler', SearchHandlerDirective);
|
125096
125378
|
|
125097
125379
|
/***/ }),
|
125098
|
-
/*
|
125380
|
+
/* 767 */
|
125099
125381
|
/***/ (function(module, exports) {
|
125100
125382
|
|
125101
125383
|
module.exports = "<div class=\"flat-searchbar extended\">\n <div class=\"search-handler\" ng-class=\"{'search-handler--left-border': borderleft}\">\n <label for=\"search-input\" class=\"trigger-icon\"><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";
|
125102
125384
|
|
125103
125385
|
/***/ }),
|
125104
|
-
/*
|
125386
|
+
/* 768 */
|
125105
125387
|
/***/ (function(module, exports, __webpack_require__) {
|
125106
125388
|
|
125107
125389
|
"use strict";
|
@@ -125117,7 +125399,7 @@ function sdCircularProgress() {
|
|
125117
125399
|
error: '=',
|
125118
125400
|
counter: '='
|
125119
125401
|
},
|
125120
|
-
template: __webpack_require__(
|
125402
|
+
template: __webpack_require__(769),
|
125121
125403
|
link: function link(scope, element) {
|
125122
125404
|
var elem = $(element).find('.progress-svg');
|
125123
125405
|
|
@@ -125163,13 +125445,13 @@ angular.module('superdesk-ui.circularProgress', []).directive('sdCircularProgres
|
|
125163
125445
|
/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(44)))
|
125164
125446
|
|
125165
125447
|
/***/ }),
|
125166
|
-
/*
|
125448
|
+
/* 769 */
|
125167
125449
|
/***/ (function(module, exports) {
|
125168
125450
|
|
125169
125451
|
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>";
|
125170
125452
|
|
125171
125453
|
/***/ }),
|
125172
|
-
/*
|
125454
|
+
/* 770 */
|
125173
125455
|
/***/ (function(module, exports, __webpack_require__) {
|
125174
125456
|
|
125175
125457
|
"use strict";
|
@@ -125214,7 +125496,7 @@ function SplitterDirective($window) {
|
|
125214
125496
|
angular.module('superdesk-ui.splitter', []).directive('sdSplitter', SplitterDirective);
|
125215
125497
|
|
125216
125498
|
/***/ }),
|
125217
|
-
/*
|
125499
|
+
/* 771 */
|
125218
125500
|
/***/ (function(module, exports, __webpack_require__) {
|
125219
125501
|
|
125220
125502
|
"use strict";
|
@@ -125255,16 +125537,16 @@ function MediaQuery($window) {
|
|
125255
125537
|
angular.module('superdesk-ui.mediaQuery', []).directive('sdMediaQuery', MediaQuery);
|
125256
125538
|
|
125257
125539
|
/***/ }),
|
125258
|
-
/*
|
125540
|
+
/* 772 */
|
125259
125541
|
/***/ (function(module, exports, __webpack_require__) {
|
125260
125542
|
|
125261
125543
|
"use strict";
|
125262
125544
|
|
125263
125545
|
|
125264
|
-
__webpack_require__(
|
125546
|
+
__webpack_require__(773);
|
125265
125547
|
|
125266
125548
|
/***/ }),
|
125267
|
-
/*
|
125549
|
+
/* 773 */
|
125268
125550
|
/***/ (function(module, exports) {
|
125269
125551
|
|
125270
125552
|
// removed by extract-text-webpack-plugin
|