superdesk-ui-framework 3.0.75 → 3.0.77
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/scripts/check.js +2 -2
- package/app/styles/_buttons.scss +47 -0
- package/app/styles/components/_sd-grid-item.scss +4 -0
- package/app/styles/editor/_editor-themes.scss +1 -1
- package/app/styles/grids/_grid-layout.scss +6 -0
- package/app-typescript/components/IllustrationButton.tsx +29 -0
- package/app-typescript/components/Layouts/ContentSplitter.tsx +2 -0
- package/app-typescript/components/SvgIconIllustration.tsx +191 -0
- package/app-typescript/index.ts +2 -0
- package/dist/examples.bundle.js +994 -550
- package/dist/playgrounds/react-playgrounds/Rundowns.tsx +1 -1
- package/dist/playgrounds/react-playgrounds/TestGround.tsx +189 -12
- package/dist/react/IllustrationButton.tsx +89 -0
- package/dist/react/Index.tsx +6 -1
- package/dist/superdesk-ui.bundle.css +48 -4
- package/dist/superdesk-ui.bundle.js +586 -305
- 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 +189 -12
- package/examples/pages/react/IllustrationButton.tsx +89 -0
- package/examples/pages/react/Index.tsx +6 -1
- package/package.json +1 -4
- package/react/components/IllustrationButton.d.ts +11 -0
- package/react/components/IllustrationButton.js +62 -0
- package/react/components/Layouts/ContentSplitter.d.ts +1 -0
- package/react/components/Layouts/ContentSplitter.js +1 -0
- 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);
|
@@ -101919,6 +101923,281 @@ exports.SearchBar = SearchBar;
|
|
101919
101923
|
|
101920
101924
|
"use strict";
|
101921
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
|
+
|
101922
102201
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
101923
102202
|
if (k2 === undefined) k2 = k;
|
101924
102203
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
@@ -101961,7 +102240,7 @@ exports.Layout = Layout;
|
|
101961
102240
|
|
101962
102241
|
|
101963
102242
|
/***/ }),
|
101964
|
-
/*
|
102243
|
+
/* 461 */
|
101965
102244
|
/***/ (function(module, exports, __webpack_require__) {
|
101966
102245
|
|
101967
102246
|
"use strict";
|
@@ -102021,7 +102300,7 @@ exports.LayoutContainer = LayoutContainer;
|
|
102021
102300
|
|
102022
102301
|
|
102023
102302
|
/***/ }),
|
102024
|
-
/*
|
102303
|
+
/* 462 */
|
102025
102304
|
/***/ (function(module, exports, __webpack_require__) {
|
102026
102305
|
|
102027
102306
|
"use strict";
|
@@ -102081,7 +102360,7 @@ exports.HeaderPanel = HeaderPanel;
|
|
102081
102360
|
|
102082
102361
|
|
102083
102362
|
/***/ }),
|
102084
|
-
/*
|
102363
|
+
/* 463 */
|
102085
102364
|
/***/ (function(module, exports, __webpack_require__) {
|
102086
102365
|
|
102087
102366
|
"use strict";
|
@@ -102151,7 +102430,7 @@ exports.MainPanel = MainPanel;
|
|
102151
102430
|
|
102152
102431
|
|
102153
102432
|
/***/ }),
|
102154
|
-
/*
|
102433
|
+
/* 464 */
|
102155
102434
|
/***/ (function(module, exports, __webpack_require__) {
|
102156
102435
|
|
102157
102436
|
"use strict";
|
@@ -102218,7 +102497,7 @@ exports.LeftPanel = LeftPanel;
|
|
102218
102497
|
|
102219
102498
|
|
102220
102499
|
/***/ }),
|
102221
|
-
/*
|
102500
|
+
/* 465 */
|
102222
102501
|
/***/ (function(module, exports, __webpack_require__) {
|
102223
102502
|
|
102224
102503
|
"use strict";
|
@@ -102278,7 +102557,7 @@ exports.RightPanel = RightPanel;
|
|
102278
102557
|
|
102279
102558
|
|
102280
102559
|
/***/ }),
|
102281
|
-
/*
|
102560
|
+
/* 466 */
|
102282
102561
|
/***/ (function(module, exports, __webpack_require__) {
|
102283
102562
|
|
102284
102563
|
"use strict";
|
@@ -102340,7 +102619,7 @@ exports.OverlayPanel = OverlayPanel;
|
|
102340
102619
|
|
102341
102620
|
|
102342
102621
|
/***/ }),
|
102343
|
-
/*
|
102622
|
+
/* 467 */
|
102344
102623
|
/***/ (function(module, exports, __webpack_require__) {
|
102345
102624
|
|
102346
102625
|
"use strict";
|
@@ -102411,7 +102690,7 @@ exports.AuthoringContainer = AuthoringContainer;
|
|
102411
102690
|
|
102412
102691
|
|
102413
102692
|
/***/ }),
|
102414
|
-
/*
|
102693
|
+
/* 468 */
|
102415
102694
|
/***/ (function(module, exports, __webpack_require__) {
|
102416
102695
|
|
102417
102696
|
"use strict";
|
@@ -102471,6 +102750,7 @@ var ContentSplitter = /** @class */ (function (_super) {
|
|
102471
102750
|
var classes = (0, classnames_1.default)('sd-content-wrapper__content-splitter', (_a = {},
|
102472
102751
|
_a["sd-content-wrapper__content-splitter--".concat(this.props.background)] = this.props.background !== 'light' && this.props.background !== undefined,
|
102473
102752
|
_a['content-splitter--visible'] = this.props.visible,
|
102753
|
+
_a['content-splitter--disabled'] = this.props.disabled,
|
102474
102754
|
_a));
|
102475
102755
|
return (React.createElement("div", { className: classes }, this.props.children));
|
102476
102756
|
};
|
@@ -102480,7 +102760,7 @@ exports.ContentSplitter = ContentSplitter;
|
|
102480
102760
|
|
102481
102761
|
|
102482
102762
|
/***/ }),
|
102483
|
-
/*
|
102763
|
+
/* 469 */
|
102484
102764
|
/***/ (function(module, exports, __webpack_require__) {
|
102485
102765
|
|
102486
102766
|
"use strict";
|
@@ -102557,7 +102837,7 @@ exports.PageLayout = PageLayout;
|
|
102557
102837
|
|
102558
102838
|
|
102559
102839
|
/***/ }),
|
102560
|
-
/*
|
102840
|
+
/* 470 */
|
102561
102841
|
/***/ (function(module, exports, __webpack_require__) {
|
102562
102842
|
|
102563
102843
|
"use strict";
|
@@ -102630,7 +102910,7 @@ exports.Container = Container;
|
|
102630
102910
|
|
102631
102911
|
|
102632
102912
|
/***/ }),
|
102633
|
-
/*
|
102913
|
+
/* 471 */
|
102634
102914
|
/***/ (function(module, exports, __webpack_require__) {
|
102635
102915
|
|
102636
102916
|
"use strict";
|
@@ -102690,7 +102970,7 @@ exports.AuthoringFrameContainer = AuthoringFrameContainer;
|
|
102690
102970
|
|
102691
102971
|
|
102692
102972
|
/***/ }),
|
102693
|
-
/*
|
102973
|
+
/* 472 */
|
102694
102974
|
/***/ (function(module, exports, __webpack_require__) {
|
102695
102975
|
|
102696
102976
|
"use strict";
|
@@ -102750,7 +103030,7 @@ exports.AuthoringFrameMain = AuthoringFrameMain;
|
|
102750
103030
|
|
102751
103031
|
|
102752
103032
|
/***/ }),
|
102753
|
-
/*
|
103033
|
+
/* 473 */
|
102754
103034
|
/***/ (function(module, exports, __webpack_require__) {
|
102755
103035
|
|
102756
103036
|
"use strict";
|
@@ -102810,7 +103090,7 @@ exports.AuthoringFrameNavBar = AuthoringFrameNavBar;
|
|
102810
103090
|
|
102811
103091
|
|
102812
103092
|
/***/ }),
|
102813
|
-
/*
|
103093
|
+
/* 474 */
|
102814
103094
|
/***/ (function(module, exports, __webpack_require__) {
|
102815
103095
|
|
102816
103096
|
"use strict";
|
@@ -102870,7 +103150,7 @@ exports.AuthoringFrameLeftBar = AuthoringFrameLeftBar;
|
|
102870
103150
|
|
102871
103151
|
|
102872
103152
|
/***/ }),
|
102873
|
-
/*
|
103153
|
+
/* 475 */
|
102874
103154
|
/***/ (function(module, exports, __webpack_require__) {
|
102875
103155
|
|
102876
103156
|
"use strict";
|
@@ -102941,7 +103221,7 @@ exports.AuthoringFrameRightBar = AuthoringFrameRightBar;
|
|
102941
103221
|
|
102942
103222
|
|
102943
103223
|
/***/ }),
|
102944
|
-
/*
|
103224
|
+
/* 476 */
|
102945
103225
|
/***/ (function(module, exports, __webpack_require__) {
|
102946
103226
|
|
102947
103227
|
"use strict";
|
@@ -103010,7 +103290,7 @@ exports.AuthoringFrameSidePanel = AuthoringFrameSidePanel;
|
|
103010
103290
|
|
103011
103291
|
|
103012
103292
|
/***/ }),
|
103013
|
-
/*
|
103293
|
+
/* 477 */
|
103014
103294
|
/***/ (function(module, exports, __webpack_require__) {
|
103015
103295
|
|
103016
103296
|
"use strict";
|
@@ -103079,7 +103359,7 @@ exports.AuthoringFrameSidePanelOverlay = AuthoringFrameSidePanelOverlay;
|
|
103079
103359
|
|
103080
103360
|
|
103081
103361
|
/***/ }),
|
103082
|
-
/*
|
103362
|
+
/* 478 */
|
103083
103363
|
/***/ (function(module, exports, __webpack_require__) {
|
103084
103364
|
|
103085
103365
|
"use strict";
|
@@ -103139,7 +103419,7 @@ exports.AuthoringFrameOverlay = AuthoringFrameOverlay;
|
|
103139
103419
|
|
103140
103420
|
|
103141
103421
|
/***/ }),
|
103142
|
-
/*
|
103422
|
+
/* 479 */
|
103143
103423
|
/***/ (function(module, exports, __webpack_require__) {
|
103144
103424
|
|
103145
103425
|
"use strict";
|
@@ -103208,7 +103488,7 @@ exports.AuthoringFrame = AuthoringFrame;
|
|
103208
103488
|
|
103209
103489
|
|
103210
103490
|
/***/ }),
|
103211
|
-
/*
|
103491
|
+
/* 480 */
|
103212
103492
|
/***/ (function(module, exports, __webpack_require__) {
|
103213
103493
|
|
103214
103494
|
"use strict";
|
@@ -103274,7 +103554,7 @@ exports.AuthoringMain = AuthoringMain;
|
|
103274
103554
|
|
103275
103555
|
|
103276
103556
|
/***/ }),
|
103277
|
-
/*
|
103557
|
+
/* 481 */
|
103278
103558
|
/***/ (function(module, exports, __webpack_require__) {
|
103279
103559
|
|
103280
103560
|
"use strict";
|
@@ -103334,7 +103614,7 @@ exports.AuthoringMainContainer = AuthoringMainContainer;
|
|
103334
103614
|
|
103335
103615
|
|
103336
103616
|
/***/ }),
|
103337
|
-
/*
|
103617
|
+
/* 482 */
|
103338
103618
|
/***/ (function(module, exports, __webpack_require__) {
|
103339
103619
|
|
103340
103620
|
"use strict";
|
@@ -103401,7 +103681,7 @@ exports.AuthoringMainToolBar = AuthoringMainToolBar;
|
|
103401
103681
|
|
103402
103682
|
|
103403
103683
|
/***/ }),
|
103404
|
-
/*
|
103684
|
+
/* 483 */
|
103405
103685
|
/***/ (function(module, exports, __webpack_require__) {
|
103406
103686
|
|
103407
103687
|
"use strict";
|
@@ -103461,7 +103741,7 @@ exports.AuthoringMainContent = AuthoringMainContent;
|
|
103461
103741
|
|
103462
103742
|
|
103463
103743
|
/***/ }),
|
103464
|
-
/*
|
103744
|
+
/* 484 */
|
103465
103745
|
/***/ (function(module, exports, __webpack_require__) {
|
103466
103746
|
|
103467
103747
|
"use strict";
|
@@ -103540,7 +103820,7 @@ exports.AuthoringInnerHeader = AuthoringInnerHeader;
|
|
103540
103820
|
|
103541
103821
|
|
103542
103822
|
/***/ }),
|
103543
|
-
/*
|
103823
|
+
/* 485 */
|
103544
103824
|
/***/ (function(module, exports, __webpack_require__) {
|
103545
103825
|
|
103546
103826
|
"use strict";
|
@@ -103606,7 +103886,7 @@ exports.AuthoringInnerBody = AuthoringInnerBody;
|
|
103606
103886
|
|
103607
103887
|
|
103608
103888
|
/***/ }),
|
103609
|
-
/*
|
103889
|
+
/* 486 */
|
103610
103890
|
/***/ (function(module, exports, __webpack_require__) {
|
103611
103891
|
|
103612
103892
|
"use strict";
|
@@ -103666,7 +103946,7 @@ exports.AuthorinInnerSideBar = AuthorinInnerSideBar;
|
|
103666
103946
|
|
103667
103947
|
|
103668
103948
|
/***/ }),
|
103669
|
-
/*
|
103949
|
+
/* 487 */
|
103670
103950
|
/***/ (function(module, exports, __webpack_require__) {
|
103671
103951
|
|
103672
103952
|
"use strict";
|
@@ -103732,7 +104012,7 @@ exports.CoreLayout = CoreLayout;
|
|
103732
104012
|
|
103733
104013
|
|
103734
104014
|
/***/ }),
|
103735
|
-
/*
|
104015
|
+
/* 488 */
|
103736
104016
|
/***/ (function(module, exports, __webpack_require__) {
|
103737
104017
|
|
103738
104018
|
"use strict";
|
@@ -103792,7 +104072,7 @@ exports.CoreLayoutContainer = CoreLayoutContainer;
|
|
103792
104072
|
|
103793
104073
|
|
103794
104074
|
/***/ }),
|
103795
|
-
/*
|
104075
|
+
/* 489 */
|
103796
104076
|
/***/ (function(module, exports, __webpack_require__) {
|
103797
104077
|
|
103798
104078
|
"use strict";
|
@@ -103857,7 +104137,7 @@ exports.CoreLayoutTopMenu = CoreLayoutTopMenu;
|
|
103857
104137
|
|
103858
104138
|
|
103859
104139
|
/***/ }),
|
103860
|
-
/*
|
104140
|
+
/* 490 */
|
103861
104141
|
/***/ (function(module, exports, __webpack_require__) {
|
103862
104142
|
|
103863
104143
|
"use strict";
|
@@ -103924,7 +104204,7 @@ exports.CoreLayoutMain = CoreLayoutMain;
|
|
103924
104204
|
|
103925
104205
|
|
103926
104206
|
/***/ }),
|
103927
|
-
/*
|
104207
|
+
/* 491 */
|
103928
104208
|
/***/ (function(module, exports, __webpack_require__) {
|
103929
104209
|
|
103930
104210
|
"use strict";
|
@@ -103993,7 +104273,7 @@ exports.CoreLayoutSlideInMenu = CoreLayoutSlideInMenu;
|
|
103993
104273
|
|
103994
104274
|
|
103995
104275
|
/***/ }),
|
103996
|
-
/*
|
104276
|
+
/* 492 */
|
103997
104277
|
/***/ (function(module, exports, __webpack_require__) {
|
103998
104278
|
|
103999
104279
|
"use strict";
|
@@ -104053,7 +104333,7 @@ exports.CoreLayoutFooter = CoreLayoutFooter;
|
|
104053
104333
|
|
104054
104334
|
|
104055
104335
|
/***/ }),
|
104056
|
-
/*
|
104336
|
+
/* 493 */
|
104057
104337
|
/***/ (function(module, exports, __webpack_require__) {
|
104058
104338
|
|
104059
104339
|
"use strict";
|
@@ -104113,7 +104393,7 @@ exports.CoreLayoutOverlay = CoreLayoutOverlay;
|
|
104113
104393
|
|
104114
104394
|
|
104115
104395
|
/***/ }),
|
104116
|
-
/*
|
104396
|
+
/* 494 */
|
104117
104397
|
/***/ (function(module, exports, __webpack_require__) {
|
104118
104398
|
|
104119
104399
|
"use strict";
|
@@ -104187,7 +104467,7 @@ exports.HamburgerButton = HamburgerButton;
|
|
104187
104467
|
|
104188
104468
|
|
104189
104469
|
/***/ }),
|
104190
|
-
/*
|
104470
|
+
/* 495 */
|
104191
104471
|
/***/ (function(module, exports, __webpack_require__) {
|
104192
104472
|
|
104193
104473
|
"use strict";
|
@@ -104257,7 +104537,7 @@ exports.BottomBarAction = BottomBarAction;
|
|
104257
104537
|
|
104258
104538
|
|
104259
104539
|
/***/ }),
|
104260
|
-
/*
|
104540
|
+
/* 496 */
|
104261
104541
|
/***/ (function(module, exports, __webpack_require__) {
|
104262
104542
|
|
104263
104543
|
"use strict";
|
@@ -104371,7 +104651,7 @@ exports.default = MainMenu;
|
|
104371
104651
|
|
104372
104652
|
|
104373
104653
|
/***/ }),
|
104374
|
-
/*
|
104654
|
+
/* 497 */
|
104375
104655
|
/***/ (function(module, exports, __webpack_require__) {
|
104376
104656
|
|
104377
104657
|
"use strict";
|
@@ -104492,7 +104772,7 @@ exports.default = NotificationPanel;
|
|
104492
104772
|
|
104493
104773
|
|
104494
104774
|
/***/ }),
|
104495
|
-
/*
|
104775
|
+
/* 498 */
|
104496
104776
|
/***/ (function(module, exports, __webpack_require__) {
|
104497
104777
|
|
104498
104778
|
"use strict";
|
@@ -104601,7 +104881,7 @@ exports.SideBarMenu = SideBarMenu;
|
|
104601
104881
|
|
104602
104882
|
|
104603
104883
|
/***/ }),
|
104604
|
-
/*
|
104884
|
+
/* 499 */
|
104605
104885
|
/***/ (function(module, exports, __webpack_require__) {
|
104606
104886
|
|
104607
104887
|
"use strict";
|
@@ -104698,7 +104978,7 @@ exports.SideBarTabs = SideBarTabs;
|
|
104698
104978
|
|
104699
104979
|
|
104700
104980
|
/***/ }),
|
104701
|
-
/*
|
104981
|
+
/* 500 */
|
104702
104982
|
/***/ (function(module, exports, __webpack_require__) {
|
104703
104983
|
|
104704
104984
|
"use strict";
|
@@ -104827,7 +105107,7 @@ exports.QuickNavBar = QuickNavBar;
|
|
104827
105107
|
|
104828
105108
|
|
104829
105109
|
/***/ }),
|
104830
|
-
/*
|
105110
|
+
/* 501 */
|
104831
105111
|
/***/ (function(module, exports, __webpack_require__) {
|
104832
105112
|
|
104833
105113
|
"use strict";
|
@@ -104919,7 +105199,7 @@ exports.SimpleList = SimpleList;
|
|
104919
105199
|
|
104920
105200
|
|
104921
105201
|
/***/ }),
|
104922
|
-
/*
|
105202
|
+
/* 502 */
|
104923
105203
|
/***/ (function(module, exports, __webpack_require__) {
|
104924
105204
|
|
104925
105205
|
"use strict";
|
@@ -105090,7 +105370,7 @@ exports.BoxedList = BoxedList;
|
|
105090
105370
|
|
105091
105371
|
|
105092
105372
|
/***/ }),
|
105093
|
-
/*
|
105373
|
+
/* 503 */
|
105094
105374
|
/***/ (function(module, exports, __webpack_require__) {
|
105095
105375
|
|
105096
105376
|
"use strict";
|
@@ -105165,7 +105445,7 @@ exports.ListItemLoader = ListItemLoader;
|
|
105165
105445
|
|
105166
105446
|
|
105167
105447
|
/***/ }),
|
105168
|
-
/*
|
105448
|
+
/* 504 */
|
105169
105449
|
/***/ (function(module, exports, __webpack_require__) {
|
105170
105450
|
|
105171
105451
|
"use strict";
|
@@ -105243,7 +105523,7 @@ exports.Text = Text;
|
|
105243
105523
|
|
105244
105524
|
|
105245
105525
|
/***/ }),
|
105246
|
-
/*
|
105526
|
+
/* 505 */
|
105247
105527
|
/***/ (function(module, exports, __webpack_require__) {
|
105248
105528
|
|
105249
105529
|
"use strict";
|
@@ -105319,7 +105599,7 @@ exports.Time = Time;
|
|
105319
105599
|
|
105320
105600
|
|
105321
105601
|
/***/ }),
|
105322
|
-
/*
|
105602
|
+
/* 506 */
|
105323
105603
|
/***/ (function(module, exports, __webpack_require__) {
|
105324
105604
|
|
105325
105605
|
"use strict";
|
@@ -105409,12 +105689,12 @@ exports.Heading = Heading;
|
|
105409
105689
|
|
105410
105690
|
|
105411
105691
|
/***/ }),
|
105412
|
-
/*
|
105692
|
+
/* 507 */
|
105413
105693
|
/***/ (function(module, exports, __webpack_require__) {
|
105414
105694
|
|
105415
105695
|
var isObject = __webpack_require__(258),
|
105416
|
-
now = __webpack_require__(
|
105417
|
-
toNumber = __webpack_require__(
|
105696
|
+
now = __webpack_require__(508),
|
105697
|
+
toNumber = __webpack_require__(510);
|
105418
105698
|
|
105419
105699
|
/** Error message constants. */
|
105420
105700
|
var FUNC_ERROR_TEXT = 'Expected a function';
|
@@ -105606,7 +105886,7 @@ module.exports = debounce;
|
|
105606
105886
|
|
105607
105887
|
|
105608
105888
|
/***/ }),
|
105609
|
-
/*
|
105889
|
+
/* 508 */
|
105610
105890
|
/***/ (function(module, exports, __webpack_require__) {
|
105611
105891
|
|
105612
105892
|
var root = __webpack_require__(259);
|
@@ -105635,7 +105915,7 @@ module.exports = now;
|
|
105635
105915
|
|
105636
105916
|
|
105637
105917
|
/***/ }),
|
105638
|
-
/*
|
105918
|
+
/* 509 */
|
105639
105919
|
/***/ (function(module, exports, __webpack_require__) {
|
105640
105920
|
|
105641
105921
|
/* WEBPACK VAR INJECTION */(function(global) {/** Detect free variable `global` from Node.js. */
|
@@ -105646,12 +105926,12 @@ module.exports = freeGlobal;
|
|
105646
105926
|
/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(35)))
|
105647
105927
|
|
105648
105928
|
/***/ }),
|
105649
|
-
/*
|
105929
|
+
/* 510 */
|
105650
105930
|
/***/ (function(module, exports, __webpack_require__) {
|
105651
105931
|
|
105652
|
-
var baseTrim = __webpack_require__(
|
105932
|
+
var baseTrim = __webpack_require__(511),
|
105653
105933
|
isObject = __webpack_require__(258),
|
105654
|
-
isSymbol = __webpack_require__(
|
105934
|
+
isSymbol = __webpack_require__(513);
|
105655
105935
|
|
105656
105936
|
/** Used as references for various `Number` constants. */
|
105657
105937
|
var NAN = 0 / 0;
|
@@ -105716,10 +105996,10 @@ module.exports = toNumber;
|
|
105716
105996
|
|
105717
105997
|
|
105718
105998
|
/***/ }),
|
105719
|
-
/*
|
105999
|
+
/* 511 */
|
105720
106000
|
/***/ (function(module, exports, __webpack_require__) {
|
105721
106001
|
|
105722
|
-
var trimmedEndIndex = __webpack_require__(
|
106002
|
+
var trimmedEndIndex = __webpack_require__(512);
|
105723
106003
|
|
105724
106004
|
/** Used to match leading whitespace. */
|
105725
106005
|
var reTrimStart = /^\s+/;
|
@@ -105741,7 +106021,7 @@ module.exports = baseTrim;
|
|
105741
106021
|
|
105742
106022
|
|
105743
106023
|
/***/ }),
|
105744
|
-
/*
|
106024
|
+
/* 512 */
|
105745
106025
|
/***/ (function(module, exports) {
|
105746
106026
|
|
105747
106027
|
/** Used to match a single whitespace character. */
|
@@ -105766,11 +106046,11 @@ module.exports = trimmedEndIndex;
|
|
105766
106046
|
|
105767
106047
|
|
105768
106048
|
/***/ }),
|
105769
|
-
/*
|
106049
|
+
/* 513 */
|
105770
106050
|
/***/ (function(module, exports, __webpack_require__) {
|
105771
106051
|
|
105772
|
-
var baseGetTag = __webpack_require__(
|
105773
|
-
isObjectLike = __webpack_require__(
|
106052
|
+
var baseGetTag = __webpack_require__(514),
|
106053
|
+
isObjectLike = __webpack_require__(517);
|
105774
106054
|
|
105775
106055
|
/** `Object#toString` result references. */
|
105776
106056
|
var symbolTag = '[object Symbol]';
|
@@ -105801,12 +106081,12 @@ module.exports = isSymbol;
|
|
105801
106081
|
|
105802
106082
|
|
105803
106083
|
/***/ }),
|
105804
|
-
/*
|
106084
|
+
/* 514 */
|
105805
106085
|
/***/ (function(module, exports, __webpack_require__) {
|
105806
106086
|
|
105807
106087
|
var Symbol = __webpack_require__(260),
|
105808
|
-
getRawTag = __webpack_require__(
|
105809
|
-
objectToString = __webpack_require__(
|
106088
|
+
getRawTag = __webpack_require__(515),
|
106089
|
+
objectToString = __webpack_require__(516);
|
105810
106090
|
|
105811
106091
|
/** `Object#toString` result references. */
|
105812
106092
|
var nullTag = '[object Null]',
|
@@ -105835,7 +106115,7 @@ module.exports = baseGetTag;
|
|
105835
106115
|
|
105836
106116
|
|
105837
106117
|
/***/ }),
|
105838
|
-
/*
|
106118
|
+
/* 515 */
|
105839
106119
|
/***/ (function(module, exports, __webpack_require__) {
|
105840
106120
|
|
105841
106121
|
var Symbol = __webpack_require__(260);
|
@@ -105887,7 +106167,7 @@ module.exports = getRawTag;
|
|
105887
106167
|
|
105888
106168
|
|
105889
106169
|
/***/ }),
|
105890
|
-
/*
|
106170
|
+
/* 516 */
|
105891
106171
|
/***/ (function(module, exports) {
|
105892
106172
|
|
105893
106173
|
/** Used for built-in method references. */
|
@@ -105915,7 +106195,7 @@ module.exports = objectToString;
|
|
105915
106195
|
|
105916
106196
|
|
105917
106197
|
/***/ }),
|
105918
|
-
/*
|
106198
|
+
/* 517 */
|
105919
106199
|
/***/ (function(module, exports) {
|
105920
106200
|
|
105921
106201
|
/**
|
@@ -105950,7 +106230,7 @@ module.exports = isObjectLike;
|
|
105950
106230
|
|
105951
106231
|
|
105952
106232
|
/***/ }),
|
105953
|
-
/*
|
106233
|
+
/* 518 */
|
105954
106234
|
/***/ (function(module, exports, __webpack_require__) {
|
105955
106235
|
|
105956
106236
|
"use strict";
|
@@ -106028,7 +106308,7 @@ exports.TreeSelectPill = TreeSelectPill;
|
|
106028
106308
|
|
106029
106309
|
|
106030
106310
|
/***/ }),
|
106031
|
-
/*
|
106311
|
+
/* 519 */
|
106032
106312
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
106033
106313
|
|
106034
106314
|
"use strict";
|
@@ -106044,12 +106324,12 @@ Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
|
|
106044
106324
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_react___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_react__);
|
106045
106325
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__babel_runtime_helpers_esm_inheritsLoose__ = __webpack_require__(26);
|
106046
106326
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__babel_runtime_helpers_esm_extends__ = __webpack_require__(27);
|
106047
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3_redux__ = __webpack_require__(
|
106048
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4_react_redux__ = __webpack_require__(
|
106049
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5_use_memo_one__ = __webpack_require__(
|
106050
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6_css_box_model__ = __webpack_require__(
|
106051
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7_memoize_one__ = __webpack_require__(
|
106052
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_8_raf_schd__ = __webpack_require__(
|
106327
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3_redux__ = __webpack_require__(520);
|
106328
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4_react_redux__ = __webpack_require__(523);
|
106329
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5_use_memo_one__ = __webpack_require__(540);
|
106330
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6_css_box_model__ = __webpack_require__(541);
|
106331
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7_memoize_one__ = __webpack_require__(542);
|
106332
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_8_raf_schd__ = __webpack_require__(543);
|
106053
106333
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_9_react_dom__ = __webpack_require__(8);
|
106054
106334
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_9_react_dom___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_9_react_dom__);
|
106055
106335
|
|
@@ -114570,7 +114850,7 @@ ConnectedDroppable.defaultProps = defaultProps;
|
|
114570
114850
|
/* WEBPACK VAR INJECTION */}.call(__webpack_exports__, __webpack_require__(5)))
|
114571
114851
|
|
114572
114852
|
/***/ }),
|
114573
|
-
/*
|
114853
|
+
/* 520 */
|
114574
114854
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
114575
114855
|
|
114576
114856
|
"use strict";
|
@@ -114581,7 +114861,7 @@ ConnectedDroppable.defaultProps = defaultProps;
|
|
114581
114861
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return compose; });
|
114582
114862
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return createStore; });
|
114583
114863
|
/* unused harmony export legacy_createStore */
|
114584
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_esm_objectSpread2__ = __webpack_require__(
|
114864
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_esm_objectSpread2__ = __webpack_require__(521);
|
114585
114865
|
|
114586
114866
|
|
114587
114867
|
/**
|
@@ -115302,12 +115582,12 @@ if (process.env.NODE_ENV !== 'production' && typeof isCrushed.name === 'string'
|
|
115302
115582
|
/* WEBPACK VAR INJECTION */}.call(__webpack_exports__, __webpack_require__(5)))
|
115303
115583
|
|
115304
115584
|
/***/ }),
|
115305
|
-
/*
|
115585
|
+
/* 521 */
|
115306
115586
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
115307
115587
|
|
115308
115588
|
"use strict";
|
115309
115589
|
/* harmony export (immutable) */ __webpack_exports__["a"] = _objectSpread2;
|
115310
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__defineProperty_js__ = __webpack_require__(
|
115590
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__defineProperty_js__ = __webpack_require__(522);
|
115311
115591
|
|
115312
115592
|
|
115313
115593
|
function ownKeys(object, enumerableOnly) {
|
@@ -115337,7 +115617,7 @@ function _objectSpread2(target) {
|
|
115337
115617
|
}
|
115338
115618
|
|
115339
115619
|
/***/ }),
|
115340
|
-
/*
|
115620
|
+
/* 522 */
|
115341
115621
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
115342
115622
|
|
115343
115623
|
"use strict";
|
@@ -115358,14 +115638,14 @@ function _defineProperty(obj, key, value) {
|
|
115358
115638
|
}
|
115359
115639
|
|
115360
115640
|
/***/ }),
|
115361
|
-
/*
|
115641
|
+
/* 523 */
|
115362
115642
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
115363
115643
|
|
115364
115644
|
"use strict";
|
115365
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__exports__ = __webpack_require__(
|
115645
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__exports__ = __webpack_require__(524);
|
115366
115646
|
/* harmony namespace reexport (by used) */ __webpack_require__.d(__webpack_exports__, "a", function() { return __WEBPACK_IMPORTED_MODULE_0__exports__["a"]; });
|
115367
115647
|
/* harmony namespace reexport (by used) */ __webpack_require__.d(__webpack_exports__, "b", function() { return __WEBPACK_IMPORTED_MODULE_0__exports__["b"]; });
|
115368
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__utils_reactBatchedUpdates__ = __webpack_require__(
|
115648
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__utils_reactBatchedUpdates__ = __webpack_require__(539);
|
115369
115649
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__utils_batch__ = __webpack_require__(261);
|
115370
115650
|
/* unused harmony reexport batch */
|
115371
115651
|
|
@@ -115377,16 +115657,16 @@ Object(__WEBPACK_IMPORTED_MODULE_2__utils_batch__["b" /* setBatch */])(__WEBPACK
|
|
115377
115657
|
|
115378
115658
|
|
115379
115659
|
/***/ }),
|
115380
|
-
/*
|
115660
|
+
/* 524 */
|
115381
115661
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
115382
115662
|
|
115383
115663
|
"use strict";
|
115384
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__components_Provider__ = __webpack_require__(
|
115664
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__components_Provider__ = __webpack_require__(525);
|
115385
115665
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__components_connectAdvanced__ = __webpack_require__(262);
|
115386
115666
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__components_Context__ = __webpack_require__(33);
|
115387
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__connect_connect__ = __webpack_require__(
|
115388
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__hooks_useDispatch__ = __webpack_require__(
|
115389
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__hooks_useSelector__ = __webpack_require__(
|
115667
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__connect_connect__ = __webpack_require__(529);
|
115668
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__hooks_useDispatch__ = __webpack_require__(537);
|
115669
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__hooks_useSelector__ = __webpack_require__(538);
|
115390
115670
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__hooks_useStore__ = __webpack_require__(267);
|
115391
115671
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__utils_shallowEqual__ = __webpack_require__(263);
|
115392
115672
|
/* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return __WEBPACK_IMPORTED_MODULE_0__components_Provider__["a"]; });
|
@@ -115411,7 +115691,7 @@ Object(__WEBPACK_IMPORTED_MODULE_2__utils_batch__["b" /* setBatch */])(__WEBPACK
|
|
115411
115691
|
|
115412
115692
|
|
115413
115693
|
/***/ }),
|
115414
|
-
/*
|
115694
|
+
/* 525 */
|
115415
115695
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
115416
115696
|
|
115417
115697
|
"use strict";
|
@@ -115478,22 +115758,22 @@ if (process.env.NODE_ENV !== 'production') {
|
|
115478
115758
|
/* WEBPACK VAR INJECTION */}.call(__webpack_exports__, __webpack_require__(5)))
|
115479
115759
|
|
115480
115760
|
/***/ }),
|
115481
|
-
/*
|
115761
|
+
/* 526 */
|
115482
115762
|
/***/ (function(module, exports, __webpack_require__) {
|
115483
115763
|
|
115484
115764
|
"use strict";
|
115485
115765
|
/* WEBPACK VAR INJECTION */(function(process) {
|
115486
115766
|
|
115487
115767
|
if (process.env.NODE_ENV === 'production') {
|
115488
|
-
module.exports = __webpack_require__(
|
115768
|
+
module.exports = __webpack_require__(527);
|
115489
115769
|
} else {
|
115490
|
-
module.exports = __webpack_require__(
|
115770
|
+
module.exports = __webpack_require__(528);
|
115491
115771
|
}
|
115492
115772
|
|
115493
115773
|
/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(5)))
|
115494
115774
|
|
115495
115775
|
/***/ }),
|
115496
|
-
/*
|
115776
|
+
/* 527 */
|
115497
115777
|
/***/ (function(module, exports, __webpack_require__) {
|
115498
115778
|
|
115499
115779
|
"use strict";
|
@@ -115514,7 +115794,7 @@ exports.typeOf=y;
|
|
115514
115794
|
|
115515
115795
|
|
115516
115796
|
/***/ }),
|
115517
|
-
/*
|
115797
|
+
/* 528 */
|
115518
115798
|
/***/ (function(module, exports, __webpack_require__) {
|
115519
115799
|
|
115520
115800
|
"use strict";
|
@@ -115748,7 +116028,7 @@ exports.typeOf = typeOf;
|
|
115748
116028
|
/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(5)))
|
115749
116029
|
|
115750
116030
|
/***/ }),
|
115751
|
-
/*
|
116031
|
+
/* 529 */
|
115752
116032
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
115753
116033
|
|
115754
116034
|
"use strict";
|
@@ -115757,10 +116037,10 @@ exports.typeOf = typeOf;
|
|
115757
116037
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__babel_runtime_helpers_esm_objectWithoutPropertiesLoose__ = __webpack_require__(22);
|
115758
116038
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__components_connectAdvanced__ = __webpack_require__(262);
|
115759
116039
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__utils_shallowEqual__ = __webpack_require__(263);
|
115760
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__mapDispatchToProps__ = __webpack_require__(
|
115761
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__mapStateToProps__ = __webpack_require__(
|
115762
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__mergeProps__ = __webpack_require__(
|
115763
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__selectorFactory__ = __webpack_require__(
|
116040
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__mapDispatchToProps__ = __webpack_require__(530);
|
116041
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__mapStateToProps__ = __webpack_require__(533);
|
116042
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__mergeProps__ = __webpack_require__(534);
|
116043
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__selectorFactory__ = __webpack_require__(535);
|
115764
116044
|
|
115765
116045
|
|
115766
116046
|
var _excluded = ["pure", "areStatesEqual", "areOwnPropsEqual", "areStatePropsEqual", "areMergedPropsEqual"];
|
@@ -115862,14 +116142,14 @@ function createConnect(_temp) {
|
|
115862
116142
|
/* harmony default export */ __webpack_exports__["a"] = (createConnect());
|
115863
116143
|
|
115864
116144
|
/***/ }),
|
115865
|
-
/*
|
116145
|
+
/* 530 */
|
115866
116146
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
115867
116147
|
|
115868
116148
|
"use strict";
|
115869
116149
|
/* unused harmony export whenMapDispatchToPropsIsFunction */
|
115870
116150
|
/* unused harmony export whenMapDispatchToPropsIsMissing */
|
115871
116151
|
/* unused harmony export whenMapDispatchToPropsIsObject */
|
115872
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__utils_bindActionCreators__ = __webpack_require__(
|
116152
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__utils_bindActionCreators__ = __webpack_require__(531);
|
115873
116153
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__wrapMapToProps__ = __webpack_require__(264);
|
115874
116154
|
|
115875
116155
|
|
@@ -115891,7 +116171,7 @@ function whenMapDispatchToPropsIsObject(mapDispatchToProps) {
|
|
115891
116171
|
/* harmony default export */ __webpack_exports__["a"] = ([whenMapDispatchToPropsIsFunction, whenMapDispatchToPropsIsMissing, whenMapDispatchToPropsIsObject]);
|
115892
116172
|
|
115893
116173
|
/***/ }),
|
115894
|
-
/*
|
116174
|
+
/* 531 */
|
115895
116175
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
115896
116176
|
|
115897
116177
|
"use strict";
|
@@ -115917,7 +116197,7 @@ function bindActionCreators(actionCreators, dispatch) {
|
|
115917
116197
|
}
|
115918
116198
|
|
115919
116199
|
/***/ }),
|
115920
|
-
/*
|
116200
|
+
/* 532 */
|
115921
116201
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
115922
116202
|
|
115923
116203
|
"use strict";
|
@@ -115940,7 +116220,7 @@ function isPlainObject(obj) {
|
|
115940
116220
|
}
|
115941
116221
|
|
115942
116222
|
/***/ }),
|
115943
|
-
/*
|
116223
|
+
/* 533 */
|
115944
116224
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
115945
116225
|
|
115946
116226
|
"use strict";
|
@@ -115959,7 +116239,7 @@ function whenMapStateToPropsIsMissing(mapStateToProps) {
|
|
115959
116239
|
/* harmony default export */ __webpack_exports__["a"] = ([whenMapStateToPropsIsFunction, whenMapStateToPropsIsMissing]);
|
115960
116240
|
|
115961
116241
|
/***/ }),
|
115962
|
-
/*
|
116242
|
+
/* 534 */
|
115963
116243
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
115964
116244
|
|
115965
116245
|
"use strict";
|
@@ -116008,7 +116288,7 @@ function whenMergePropsIsOmitted(mergeProps) {
|
|
116008
116288
|
/* WEBPACK VAR INJECTION */}.call(__webpack_exports__, __webpack_require__(5)))
|
116009
116289
|
|
116010
116290
|
/***/ }),
|
116011
|
-
/*
|
116291
|
+
/* 535 */
|
116012
116292
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
116013
116293
|
|
116014
116294
|
"use strict";
|
@@ -116016,7 +116296,7 @@ function whenMergePropsIsOmitted(mergeProps) {
|
|
116016
116296
|
/* unused harmony export pureFinalPropsSelectorFactory */
|
116017
116297
|
/* harmony export (immutable) */ __webpack_exports__["a"] = finalPropsSelectorFactory;
|
116018
116298
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_esm_objectWithoutPropertiesLoose__ = __webpack_require__(22);
|
116019
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__verifySubselectors__ = __webpack_require__(
|
116299
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__verifySubselectors__ = __webpack_require__(536);
|
116020
116300
|
|
116021
116301
|
var _excluded = ["initMapStateToProps", "initMapDispatchToProps", "initMergeProps"];
|
116022
116302
|
|
@@ -116108,7 +116388,7 @@ function finalPropsSelectorFactory(dispatch, _ref2) {
|
|
116108
116388
|
/* WEBPACK VAR INJECTION */}.call(__webpack_exports__, __webpack_require__(5)))
|
116109
116389
|
|
116110
116390
|
/***/ }),
|
116111
|
-
/*
|
116391
|
+
/* 536 */
|
116112
116392
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
116113
116393
|
|
116114
116394
|
"use strict";
|
@@ -116133,7 +116413,7 @@ function verifySubselectors(mapStateToProps, mapDispatchToProps, mergeProps, dis
|
|
116133
116413
|
}
|
116134
116414
|
|
116135
116415
|
/***/ }),
|
116136
|
-
/*
|
116416
|
+
/* 537 */
|
116137
116417
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
116138
116418
|
|
116139
116419
|
"use strict";
|
@@ -116186,7 +116466,7 @@ function createDispatchHook(context) {
|
|
116186
116466
|
var useDispatch = /*#__PURE__*/createDispatchHook();
|
116187
116467
|
|
116188
116468
|
/***/ }),
|
116189
|
-
/*
|
116469
|
+
/* 538 */
|
116190
116470
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
116191
116471
|
|
116192
116472
|
"use strict";
|
@@ -116359,7 +116639,7 @@ var useSelector = /*#__PURE__*/createSelectorHook();
|
|
116359
116639
|
/* WEBPACK VAR INJECTION */}.call(__webpack_exports__, __webpack_require__(5)))
|
116360
116640
|
|
116361
116641
|
/***/ }),
|
116362
|
-
/*
|
116642
|
+
/* 539 */
|
116363
116643
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
116364
116644
|
|
116365
116645
|
"use strict";
|
@@ -116370,7 +116650,7 @@ var useSelector = /*#__PURE__*/createSelectorHook();
|
|
116370
116650
|
|
116371
116651
|
|
116372
116652
|
/***/ }),
|
116373
|
-
/*
|
116653
|
+
/* 540 */
|
116374
116654
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
116375
116655
|
|
116376
116656
|
"use strict";
|
@@ -116428,7 +116708,7 @@ var useCallback = useCallbackOne;
|
|
116428
116708
|
|
116429
116709
|
|
116430
116710
|
/***/ }),
|
116431
|
-
/*
|
116711
|
+
/* 541 */
|
116432
116712
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
116433
116713
|
|
116434
116714
|
"use strict";
|
@@ -116597,7 +116877,7 @@ var getBox = function getBox(el) {
|
|
116597
116877
|
/* WEBPACK VAR INJECTION */}.call(__webpack_exports__, __webpack_require__(5)))
|
116598
116878
|
|
116599
116879
|
/***/ }),
|
116600
|
-
/*
|
116880
|
+
/* 542 */
|
116601
116881
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
116602
116882
|
|
116603
116883
|
"use strict";
|
@@ -116653,7 +116933,7 @@ function memoizeOne(resultFn, isEqual) {
|
|
116653
116933
|
|
116654
116934
|
|
116655
116935
|
/***/ }),
|
116656
|
-
/*
|
116936
|
+
/* 543 */
|
116657
116937
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
116658
116938
|
|
116659
116939
|
"use strict";
|
@@ -116694,7 +116974,7 @@ var rafSchd = function rafSchd(fn) {
|
|
116694
116974
|
|
116695
116975
|
|
116696
116976
|
/***/ }),
|
116697
|
-
/*
|
116977
|
+
/* 544 */
|
116698
116978
|
/***/ (function(module, exports, __webpack_require__) {
|
116699
116979
|
|
116700
116980
|
"use strict";
|
@@ -116743,7 +117023,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
116743
117023
|
Object.defineProperty(exports, "__esModule", { value: true });
|
116744
117024
|
exports.MultiSelect = void 0;
|
116745
117025
|
var React = __importStar(__webpack_require__(0));
|
116746
|
-
var multiselect_1 = __webpack_require__(
|
117026
|
+
var multiselect_1 = __webpack_require__(545);
|
116747
117027
|
var classnames_1 = __importDefault(__webpack_require__(2));
|
116748
117028
|
var react_id_generator_1 = __importDefault(__webpack_require__(9));
|
116749
117029
|
var Form_1 = __webpack_require__(13);
|
@@ -116782,16 +117062,16 @@ exports.MultiSelect = MultiSelect;
|
|
116782
117062
|
|
116783
117063
|
|
116784
117064
|
/***/ }),
|
116785
|
-
/*
|
117065
|
+
/* 545 */
|
116786
117066
|
/***/ (function(module, exports, __webpack_require__) {
|
116787
117067
|
|
116788
117068
|
"use strict";
|
116789
117069
|
|
116790
117070
|
|
116791
|
-
module.exports = __webpack_require__(
|
117071
|
+
module.exports = __webpack_require__(546);
|
116792
117072
|
|
116793
117073
|
/***/ }),
|
116794
|
-
/*
|
117074
|
+
/* 546 */
|
116795
117075
|
/***/ (function(module, exports, __webpack_require__) {
|
116796
117076
|
|
116797
117077
|
"use strict";
|
@@ -116820,11 +117100,11 @@ var _FilterUtils = _interopRequireDefault(__webpack_require__(87));
|
|
116820
117100
|
|
116821
117101
|
var _ObjectUtils = _interopRequireDefault(__webpack_require__(17));
|
116822
117102
|
|
116823
|
-
var _MultiSelectHeader = __webpack_require__(
|
117103
|
+
var _MultiSelectHeader = __webpack_require__(547);
|
116824
117104
|
|
116825
|
-
var _MultiSelectItem = __webpack_require__(
|
117105
|
+
var _MultiSelectItem = __webpack_require__(549);
|
116826
117106
|
|
116827
|
-
var _MultiSelectPanel = __webpack_require__(
|
117107
|
+
var _MultiSelectPanel = __webpack_require__(550);
|
116828
117108
|
|
116829
117109
|
var _UniqueComponentId = _interopRequireDefault(__webpack_require__(23));
|
116830
117110
|
|
@@ -117735,7 +118015,7 @@ _defineProperty(MultiSelect, "propTypes", {
|
|
117735
118015
|
});
|
117736
118016
|
|
117737
118017
|
/***/ }),
|
117738
|
-
/*
|
118018
|
+
/* 547 */
|
117739
118019
|
/***/ (function(module, exports, __webpack_require__) {
|
117740
118020
|
|
117741
118021
|
"use strict";
|
@@ -117754,7 +118034,7 @@ var _propTypes = _interopRequireDefault(__webpack_require__(4));
|
|
117754
118034
|
|
117755
118035
|
var _InputText = __webpack_require__(73);
|
117756
118036
|
|
117757
|
-
var _Checkbox = __webpack_require__(
|
118037
|
+
var _Checkbox = __webpack_require__(548);
|
117758
118038
|
|
117759
118039
|
var _Ripple = __webpack_require__(18);
|
117760
118040
|
|
@@ -117889,7 +118169,7 @@ _defineProperty(MultiSelectHeader, "propTypes", {
|
|
117889
118169
|
});
|
117890
118170
|
|
117891
118171
|
/***/ }),
|
117892
|
-
/*
|
118172
|
+
/* 548 */
|
117893
118173
|
/***/ (function(module, exports, __webpack_require__) {
|
117894
118174
|
|
117895
118175
|
"use strict";
|
@@ -118139,7 +118419,7 @@ _defineProperty(Checkbox, "propTypes", {
|
|
118139
118419
|
});
|
118140
118420
|
|
118141
118421
|
/***/ }),
|
118142
|
-
/*
|
118422
|
+
/* 549 */
|
118143
118423
|
/***/ (function(module, exports, __webpack_require__) {
|
118144
118424
|
|
118145
118425
|
"use strict";
|
@@ -118284,7 +118564,7 @@ _defineProperty(MultiSelectItem, "propTypes", {
|
|
118284
118564
|
});
|
118285
118565
|
|
118286
118566
|
/***/ }),
|
118287
|
-
/*
|
118567
|
+
/* 550 */
|
118288
118568
|
/***/ (function(module, exports, __webpack_require__) {
|
118289
118569
|
|
118290
118570
|
"use strict";
|
@@ -118405,7 +118685,7 @@ _defineProperty(MultiSelectPanel, "propTypes", {
|
|
118405
118685
|
});
|
118406
118686
|
|
118407
118687
|
/***/ }),
|
118408
|
-
/*
|
118688
|
+
/* 551 */
|
118409
118689
|
/***/ (function(module, exports, __webpack_require__) {
|
118410
118690
|
|
118411
118691
|
"use strict";
|
@@ -118462,7 +118742,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
118462
118742
|
Object.defineProperty(exports, "__esModule", { value: true });
|
118463
118743
|
exports.ResizablePanels = void 0;
|
118464
118744
|
var React = __importStar(__webpack_require__(0));
|
118465
|
-
var react_resizable_panels_1 = __webpack_require__(
|
118745
|
+
var react_resizable_panels_1 = __webpack_require__(552);
|
118466
118746
|
/**
|
118467
118747
|
Features:
|
118468
118748
|
* No absolute positioning is used
|
@@ -118513,7 +118793,7 @@ exports.ResizablePanels = ResizablePanels;
|
|
118513
118793
|
|
118514
118794
|
|
118515
118795
|
/***/ }),
|
118516
|
-
/*
|
118796
|
+
/* 552 */
|
118517
118797
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
118518
118798
|
|
118519
118799
|
"use strict";
|
@@ -118521,12 +118801,12 @@ Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
|
|
118521
118801
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Panel", function() { return $68ce93498c99866c$export$2ddb90ad54e5f587; });
|
118522
118802
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "PanelGroup", function() { return $d6da68d748ce761b$export$1d05749f6f573bb; });
|
118523
118803
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "PanelResizeHandle", function() { return $6ebc1e3786ab631d$export$8829ecf6b6b15484; });
|
118524
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__swc_helpers_src_object_spread_mjs__ = __webpack_require__(
|
118525
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__swc_helpers_src_object_spread_props_mjs__ = __webpack_require__(
|
118804
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__swc_helpers_src_object_spread_mjs__ = __webpack_require__(553);
|
118805
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__swc_helpers_src_object_spread_props_mjs__ = __webpack_require__(555);
|
118526
118806
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_react__ = __webpack_require__(0);
|
118527
118807
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_react___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_2_react__);
|
118528
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__swc_helpers_src_sliced_to_array_mjs__ = __webpack_require__(
|
118529
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__swc_helpers_src_to_consumable_array_mjs__ = __webpack_require__(
|
118808
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__swc_helpers_src_sliced_to_array_mjs__ = __webpack_require__(556);
|
118809
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__swc_helpers_src_to_consumable_array_mjs__ = __webpack_require__(559);
|
118530
118810
|
|
118531
118811
|
|
118532
118812
|
|
@@ -119686,12 +119966,12 @@ $6ebc1e3786ab631d$export$8829ecf6b6b15484.displayName = "PanelResizeHandle";
|
|
119686
119966
|
|
119687
119967
|
|
119688
119968
|
/***/ }),
|
119689
|
-
/*
|
119969
|
+
/* 553 */
|
119690
119970
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
119691
119971
|
|
119692
119972
|
"use strict";
|
119693
119973
|
/* harmony export (immutable) */ __webpack_exports__["a"] = _objectSpread;
|
119694
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__define_property_mjs__ = __webpack_require__(
|
119974
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__define_property_mjs__ = __webpack_require__(554);
|
119695
119975
|
|
119696
119976
|
|
119697
119977
|
function _objectSpread(target) {
|
@@ -119714,7 +119994,7 @@ function _objectSpread(target) {
|
|
119714
119994
|
}
|
119715
119995
|
|
119716
119996
|
/***/ }),
|
119717
|
-
/*
|
119997
|
+
/* 554 */
|
119718
119998
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
119719
119999
|
|
119720
120000
|
"use strict";
|
@@ -119736,7 +120016,7 @@ function _defineProperty(obj, key, value) {
|
|
119736
120016
|
|
119737
120017
|
|
119738
120018
|
/***/ }),
|
119739
|
-
/*
|
120019
|
+
/* 555 */
|
119740
120020
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
119741
120021
|
|
119742
120022
|
"use strict";
|
@@ -119773,14 +120053,14 @@ function _objectSpreadProps(target, source) {
|
|
119773
120053
|
}
|
119774
120054
|
|
119775
120055
|
/***/ }),
|
119776
|
-
/*
|
120056
|
+
/* 556 */
|
119777
120057
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
119778
120058
|
|
119779
120059
|
"use strict";
|
119780
120060
|
/* harmony export (immutable) */ __webpack_exports__["a"] = _slicedToArray;
|
119781
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__array_with_holes_mjs__ = __webpack_require__(
|
120061
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__array_with_holes_mjs__ = __webpack_require__(557);
|
119782
120062
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__iterable_to_array_mjs__ = __webpack_require__(270);
|
119783
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__non_iterable_rest_mjs__ = __webpack_require__(
|
120063
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__non_iterable_rest_mjs__ = __webpack_require__(558);
|
119784
120064
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__unsupported_iterable_to_array_mjs__ = __webpack_require__(271);
|
119785
120065
|
|
119786
120066
|
|
@@ -119793,7 +120073,7 @@ function _slicedToArray(arr, i) {
|
|
119793
120073
|
|
119794
120074
|
|
119795
120075
|
/***/ }),
|
119796
|
-
/*
|
120076
|
+
/* 557 */
|
119797
120077
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
119798
120078
|
|
119799
120079
|
"use strict";
|
@@ -119804,7 +120084,7 @@ function _arrayWithHoles(arr) {
|
|
119804
120084
|
|
119805
120085
|
|
119806
120086
|
/***/ }),
|
119807
|
-
/*
|
120087
|
+
/* 558 */
|
119808
120088
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
119809
120089
|
|
119810
120090
|
"use strict";
|
@@ -119815,14 +120095,14 @@ function _nonIterableRest() {
|
|
119815
120095
|
|
119816
120096
|
|
119817
120097
|
/***/ }),
|
119818
|
-
/*
|
120098
|
+
/* 559 */
|
119819
120099
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
119820
120100
|
|
119821
120101
|
"use strict";
|
119822
120102
|
/* harmony export (immutable) */ __webpack_exports__["a"] = _toConsumableArray;
|
119823
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__array_without_holes_mjs__ = __webpack_require__(
|
120103
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__array_without_holes_mjs__ = __webpack_require__(560);
|
119824
120104
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__iterable_to_array_mjs__ = __webpack_require__(270);
|
119825
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__non_iterable_spread_mjs__ = __webpack_require__(
|
120105
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__non_iterable_spread_mjs__ = __webpack_require__(561);
|
119826
120106
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__unsupported_iterable_to_array_mjs__ = __webpack_require__(271);
|
119827
120107
|
|
119828
120108
|
|
@@ -119835,7 +120115,7 @@ function _toConsumableArray(arr) {
|
|
119835
120115
|
|
119836
120116
|
|
119837
120117
|
/***/ }),
|
119838
|
-
/*
|
120118
|
+
/* 560 */
|
119839
120119
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
119840
120120
|
|
119841
120121
|
"use strict";
|
@@ -119849,7 +120129,7 @@ function _arrayWithoutHoles(arr) {
|
|
119849
120129
|
|
119850
120130
|
|
119851
120131
|
/***/ }),
|
119852
|
-
/*
|
120132
|
+
/* 561 */
|
119853
120133
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
119854
120134
|
|
119855
120135
|
"use strict";
|
@@ -119860,7 +120140,7 @@ function _nonIterableSpread() {
|
|
119860
120140
|
|
119861
120141
|
|
119862
120142
|
/***/ }),
|
119863
|
-
/*
|
120143
|
+
/* 562 */
|
119864
120144
|
/***/ (function(module, exports, __webpack_require__) {
|
119865
120145
|
|
119866
120146
|
"use strict";
|
@@ -119924,7 +120204,7 @@ exports.ResizeObserverComponent = ResizeObserverComponent;
|
|
119924
120204
|
|
119925
120205
|
|
119926
120206
|
/***/ }),
|
119927
|
-
/*
|
120207
|
+
/* 563 */
|
119928
120208
|
/***/ (function(module, exports, __webpack_require__) {
|
119929
120209
|
|
119930
120210
|
"use strict";
|
@@ -119973,8 +120253,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
119973
120253
|
Object.defineProperty(exports, "__esModule", { value: true });
|
119974
120254
|
exports.DragHandle = void 0;
|
119975
120255
|
var React = __importStar(__webpack_require__(0));
|
119976
|
-
__webpack_require__(
|
119977
|
-
var dots_svg_1 = __importDefault(__webpack_require__(
|
120256
|
+
__webpack_require__(564);
|
120257
|
+
var dots_svg_1 = __importDefault(__webpack_require__(565));
|
119978
120258
|
var DragHandle = /** @class */ (function (_super) {
|
119979
120259
|
__extends(DragHandle, _super);
|
119980
120260
|
function DragHandle() {
|
@@ -119990,21 +120270,21 @@ exports.DragHandle = DragHandle;
|
|
119990
120270
|
|
119991
120271
|
|
119992
120272
|
/***/ }),
|
119993
|
-
/*
|
120273
|
+
/* 564 */
|
119994
120274
|
/***/ (function(module, exports) {
|
119995
120275
|
|
119996
120276
|
// removed by extract-text-webpack-plugin
|
119997
120277
|
|
119998
120278
|
/***/ }),
|
119999
|
-
/*
|
120279
|
+
/* 565 */
|
120000
120280
|
/***/ (function(module, exports, __webpack_require__) {
|
120001
120281
|
|
120002
120282
|
module.exports = __webpack_require__.p + "dots.svg";
|
120003
120283
|
|
120004
120284
|
/***/ }),
|
120005
|
-
/*
|
120006
|
-
/*
|
120007
|
-
/*
|
120285
|
+
/* 566 */,
|
120286
|
+
/* 567 */,
|
120287
|
+
/* 568 */
|
120008
120288
|
/***/ (function(module, exports, __webpack_require__) {
|
120009
120289
|
|
120010
120290
|
"use strict";
|
@@ -120184,12 +120464,12 @@ function reactToAngular1(component) {
|
|
120184
120464
|
}
|
120185
120465
|
|
120186
120466
|
/***/ }),
|
120187
|
-
/* 567 */,
|
120188
|
-
/* 568 */,
|
120189
120467
|
/* 569 */,
|
120190
120468
|
/* 570 */,
|
120191
120469
|
/* 571 */,
|
120192
|
-
/* 572
|
120470
|
+
/* 572 */,
|
120471
|
+
/* 573 */,
|
120472
|
+
/* 574 */
|
120193
120473
|
/***/ (function(module, exports, __webpack_require__) {
|
120194
120474
|
|
120195
120475
|
"use strict";
|
@@ -120210,7 +120490,7 @@ var _propTypes = __webpack_require__(4);
|
|
120210
120490
|
|
120211
120491
|
var _propTypes2 = _interopRequireDefault(_propTypes);
|
120212
120492
|
|
120213
|
-
var _reactToAngular = __webpack_require__(
|
120493
|
+
var _reactToAngular = __webpack_require__(568);
|
120214
120494
|
|
120215
120495
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
120216
120496
|
|
@@ -120305,7 +120585,7 @@ ToggleBoxNext.propTypes = {
|
|
120305
120585
|
angular.module('superdesk-ui.toggleBoxNext', []).component('toggleBoxNext', (0, _reactToAngular.reactToAngular1)(ToggleBoxNext, ['mode', 'title', 'style', 'isOpen']));
|
120306
120586
|
|
120307
120587
|
/***/ }),
|
120308
|
-
/*
|
120588
|
+
/* 575 */
|
120309
120589
|
/***/ (function(module, exports, __webpack_require__) {
|
120310
120590
|
|
120311
120591
|
"use strict";
|
@@ -120316,7 +120596,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
120316
120596
|
});
|
120317
120597
|
exports.Positioner = undefined;
|
120318
120598
|
|
120319
|
-
var _reactToAngular = __webpack_require__(
|
120599
|
+
var _reactToAngular = __webpack_require__(568);
|
120320
120600
|
|
120321
120601
|
var _Positioner2 = __webpack_require__(275);
|
120322
120602
|
|
@@ -120357,8 +120637,6 @@ angular.module('superdesk-ui.positioner', []).component('sdPositioner', (0, _rea
|
|
120357
120637
|
*/
|
120358
120638
|
|
120359
120639
|
/***/ }),
|
120360
|
-
/* 574 */,
|
120361
|
-
/* 575 */,
|
120362
120640
|
/* 576 */,
|
120363
120641
|
/* 577 */,
|
120364
120642
|
/* 578 */,
|
@@ -120516,7 +120794,10 @@ angular.module('superdesk-ui.positioner', []).component('sdPositioner', (0, _rea
|
|
120516
120794
|
/* 730 */,
|
120517
120795
|
/* 731 */,
|
120518
120796
|
/* 732 */,
|
120519
|
-
/* 733
|
120797
|
+
/* 733 */,
|
120798
|
+
/* 734 */,
|
120799
|
+
/* 735 */,
|
120800
|
+
/* 736 */
|
120520
120801
|
/***/ (function(module, exports, __webpack_require__) {
|
120521
120802
|
|
120522
120803
|
"use strict";
|
@@ -120527,7 +120808,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
120527
120808
|
});
|
120528
120809
|
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;
|
120529
120810
|
|
120530
|
-
var _reactToAngular = __webpack_require__(
|
120811
|
+
var _reactToAngular = __webpack_require__(568);
|
120531
120812
|
|
120532
120813
|
Object.defineProperty(exports, 'reactToAngular1', {
|
120533
120814
|
enumerable: true,
|
@@ -120536,7 +120817,7 @@ Object.defineProperty(exports, 'reactToAngular1', {
|
|
120536
120817
|
}
|
120537
120818
|
});
|
120538
120819
|
|
120539
|
-
var _toggleBoxNext = __webpack_require__(
|
120820
|
+
var _toggleBoxNext = __webpack_require__(574);
|
120540
120821
|
|
120541
120822
|
Object.defineProperty(exports, 'ToggleBoxNext', {
|
120542
120823
|
enumerable: true,
|
@@ -120545,7 +120826,7 @@ Object.defineProperty(exports, 'ToggleBoxNext', {
|
|
120545
120826
|
}
|
120546
120827
|
});
|
120547
120828
|
|
120548
|
-
var _positioner = __webpack_require__(
|
120829
|
+
var _positioner = __webpack_require__(575);
|
120549
120830
|
|
120550
120831
|
Object.defineProperty(exports, 'Positioner', {
|
120551
120832
|
enumerable: true,
|
@@ -120803,53 +121084,53 @@ Object.defineProperty(exports, 'ContentDivider', {
|
|
120803
121084
|
}
|
120804
121085
|
});
|
120805
121086
|
|
120806
|
-
__webpack_require__(
|
121087
|
+
__webpack_require__(737);
|
120807
121088
|
|
120808
|
-
__webpack_require__(
|
121089
|
+
__webpack_require__(772);
|
120809
121090
|
|
120810
121091
|
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']);
|
120811
121092
|
|
120812
121093
|
/***/ }),
|
120813
|
-
/*
|
121094
|
+
/* 737 */
|
120814
121095
|
/***/ (function(module, exports, __webpack_require__) {
|
120815
121096
|
|
120816
121097
|
"use strict";
|
120817
121098
|
|
120818
121099
|
|
120819
|
-
__webpack_require__(
|
120820
|
-
|
120821
|
-
__webpack_require__(749);
|
120822
|
-
|
120823
|
-
__webpack_require__(751);
|
121100
|
+
__webpack_require__(738);
|
120824
121101
|
|
120825
121102
|
__webpack_require__(752);
|
120826
121103
|
|
120827
|
-
__webpack_require__(573);
|
120828
|
-
|
120829
|
-
__webpack_require__(753);
|
120830
|
-
|
120831
121104
|
__webpack_require__(754);
|
120832
121105
|
|
120833
121106
|
__webpack_require__(755);
|
120834
121107
|
|
120835
|
-
__webpack_require__(
|
121108
|
+
__webpack_require__(575);
|
120836
121109
|
|
120837
121110
|
__webpack_require__(756);
|
120838
121111
|
|
120839
|
-
__webpack_require__(
|
121112
|
+
__webpack_require__(757);
|
121113
|
+
|
121114
|
+
__webpack_require__(758);
|
121115
|
+
|
121116
|
+
__webpack_require__(574);
|
120840
121117
|
|
120841
|
-
__webpack_require__(
|
121118
|
+
__webpack_require__(759);
|
120842
121119
|
|
120843
|
-
__webpack_require__(
|
121120
|
+
__webpack_require__(762);
|
120844
121121
|
|
120845
|
-
__webpack_require__(
|
121122
|
+
__webpack_require__(764);
|
120846
121123
|
|
120847
|
-
__webpack_require__(
|
121124
|
+
__webpack_require__(766);
|
120848
121125
|
|
120849
121126
|
__webpack_require__(768);
|
120850
121127
|
|
121128
|
+
__webpack_require__(770);
|
121129
|
+
|
121130
|
+
__webpack_require__(771);
|
121131
|
+
|
120851
121132
|
/***/ }),
|
120852
|
-
/*
|
121133
|
+
/* 738 */
|
120853
121134
|
/***/ (function(module, exports, __webpack_require__) {
|
120854
121135
|
|
120855
121136
|
"use strict";
|
@@ -120859,22 +121140,22 @@ Object.defineProperty(exports, "__esModule", {
|
|
120859
121140
|
value: true
|
120860
121141
|
});
|
120861
121142
|
|
120862
|
-
__webpack_require__(
|
120863
|
-
|
120864
|
-
__webpack_require__(737);
|
121143
|
+
__webpack_require__(739);
|
120865
121144
|
|
120866
|
-
__webpack_require__(
|
121145
|
+
__webpack_require__(740);
|
120867
121146
|
|
120868
|
-
__webpack_require__(
|
121147
|
+
__webpack_require__(746);
|
120869
121148
|
|
120870
121149
|
__webpack_require__(747);
|
120871
121150
|
|
120872
|
-
__webpack_require__(
|
121151
|
+
__webpack_require__(750);
|
121152
|
+
|
121153
|
+
__webpack_require__(751);
|
120873
121154
|
|
120874
121155
|
exports.default = angular.module('superdesk-ui.helper', ['superdesk-ui.helper.dropdown', 'superdesk-ui.helper.modal', 'superdesk-ui.helper.datepicker', 'superdesk-ui.helper.ngTagsInput']);
|
120875
121156
|
|
120876
121157
|
/***/ }),
|
120877
|
-
/*
|
121158
|
+
/* 739 */
|
120878
121159
|
/***/ (function(module, exports, __webpack_require__) {
|
120879
121160
|
|
120880
121161
|
"use strict";
|
@@ -121091,7 +121372,7 @@ angular.module('superdesk-ui.helper.dateparser', []).service('dateParser', ['$lo
|
|
121091
121372
|
}]);
|
121092
121373
|
|
121093
121374
|
/***/ }),
|
121094
|
-
/*
|
121375
|
+
/* 740 */
|
121095
121376
|
/***/ (function(module, exports, __webpack_require__) {
|
121096
121377
|
|
121097
121378
|
"use strict";
|
@@ -121310,7 +121591,7 @@ angular.module('superdesk-ui.helper.datepicker', ['superdesk-ui.helper.dateparse
|
|
121310
121591
|
return {
|
121311
121592
|
restrict: 'EA',
|
121312
121593
|
replace: true,
|
121313
|
-
template: __webpack_require__(
|
121594
|
+
template: __webpack_require__(741),
|
121314
121595
|
scope: {
|
121315
121596
|
datepickerMode: '=?',
|
121316
121597
|
dateDisabled: '&',
|
@@ -121332,7 +121613,7 @@ angular.module('superdesk-ui.helper.datepicker', ['superdesk-ui.helper.dateparse
|
|
121332
121613
|
return {
|
121333
121614
|
restrict: 'EA',
|
121334
121615
|
replace: true,
|
121335
|
-
template: __webpack_require__(
|
121616
|
+
template: __webpack_require__(742),
|
121336
121617
|
require: '^datepicker',
|
121337
121618
|
link: function link(scope, element, attrs, ctrl) {
|
121338
121619
|
scope.showWeeks = ctrl.showWeeks;
|
@@ -121451,7 +121732,7 @@ angular.module('superdesk-ui.helper.datepicker', ['superdesk-ui.helper.dateparse
|
|
121451
121732
|
return {
|
121452
121733
|
restrict: 'EA',
|
121453
121734
|
replace: true,
|
121454
|
-
template: __webpack_require__(
|
121735
|
+
template: __webpack_require__(743),
|
121455
121736
|
require: '^datepicker',
|
121456
121737
|
link: function link(scope, element, attrs, ctrl) {
|
121457
121738
|
ctrl.step = { years: 1 };
|
@@ -121508,7 +121789,7 @@ angular.module('superdesk-ui.helper.datepicker', ['superdesk-ui.helper.dateparse
|
|
121508
121789
|
return {
|
121509
121790
|
restrict: 'EA',
|
121510
121791
|
replace: true,
|
121511
|
-
template: __webpack_require__(
|
121792
|
+
template: __webpack_require__(744),
|
121512
121793
|
require: '^datepicker',
|
121513
121794
|
link: function link(scope, element, attrs, ctrl) {
|
121514
121795
|
var range = ctrl.yearRange;
|
@@ -121875,42 +122156,42 @@ angular.module('superdesk-ui.helper.datepicker', ['superdesk-ui.helper.dateparse
|
|
121875
122156
|
restrict: 'EA',
|
121876
122157
|
replace: true,
|
121877
122158
|
transclude: true,
|
121878
|
-
template: __webpack_require__(
|
122159
|
+
template: __webpack_require__(745)
|
121879
122160
|
};
|
121880
122161
|
});
|
121881
122162
|
|
121882
122163
|
/***/ }),
|
121883
|
-
/*
|
122164
|
+
/* 741 */
|
121884
122165
|
/***/ (function(module, exports) {
|
121885
122166
|
|
121886
122167
|
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>";
|
121887
122168
|
|
121888
122169
|
/***/ }),
|
121889
|
-
/*
|
122170
|
+
/* 742 */
|
121890
122171
|
/***/ (function(module, exports) {
|
121891
122172
|
|
121892
122173
|
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";
|
121893
122174
|
|
121894
122175
|
/***/ }),
|
121895
|
-
/*
|
122176
|
+
/* 743 */
|
121896
122177
|
/***/ (function(module, exports) {
|
121897
122178
|
|
121898
122179
|
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";
|
121899
122180
|
|
121900
122181
|
/***/ }),
|
121901
|
-
/*
|
122182
|
+
/* 744 */
|
121902
122183
|
/***/ (function(module, exports) {
|
121903
122184
|
|
121904
122185
|
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";
|
121905
122186
|
|
121906
122187
|
/***/ }),
|
121907
|
-
/*
|
122188
|
+
/* 745 */
|
121908
122189
|
/***/ (function(module, exports) {
|
121909
122190
|
|
121910
122191
|
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";
|
121911
122192
|
|
121912
122193
|
/***/ }),
|
121913
|
-
/*
|
122194
|
+
/* 746 */
|
121914
122195
|
/***/ (function(module, exports, __webpack_require__) {
|
121915
122196
|
|
121916
122197
|
"use strict";
|
@@ -122253,7 +122534,7 @@ angular.module('superdesk-ui.helper.dropdown', ['superdesk-ui.helper.position'])
|
|
122253
122534
|
});
|
122254
122535
|
|
122255
122536
|
/***/ }),
|
122256
|
-
/*
|
122537
|
+
/* 747 */
|
122257
122538
|
/***/ (function(module, exports, __webpack_require__) {
|
122258
122539
|
|
122259
122540
|
"use strict";
|
@@ -122320,7 +122601,7 @@ angular.module('superdesk-ui.helper.modal', []).factory('$$stackedMap', function
|
|
122320
122601
|
return {
|
122321
122602
|
restrict: 'EA',
|
122322
122603
|
replace: true,
|
122323
|
-
template: __webpack_require__(
|
122604
|
+
template: __webpack_require__(748),
|
122324
122605
|
compile: function compile(tElement, tAttrs) {
|
122325
122606
|
tElement.addClass(tAttrs.backdropClass);
|
122326
122607
|
return linkFn;
|
@@ -122347,7 +122628,7 @@ angular.module('superdesk-ui.helper.modal', []).factory('$$stackedMap', function
|
|
122347
122628
|
// templateUrl: function templateUrl(tElement, tAttrs) {
|
122348
122629
|
// return tAttrs.templateUrl || '../app/template/window.html';
|
122349
122630
|
// },
|
122350
|
-
template: __webpack_require__(
|
122631
|
+
template: __webpack_require__(749),
|
122351
122632
|
link: function link(scope, element, attrs) {
|
122352
122633
|
element.addClass(attrs.windowClass || '');
|
122353
122634
|
scope.size = attrs.size;
|
@@ -122724,19 +123005,19 @@ angular.module('superdesk-ui.helper.modal', []).factory('$$stackedMap', function
|
|
122724
123005
|
});
|
122725
123006
|
|
122726
123007
|
/***/ }),
|
122727
|
-
/*
|
123008
|
+
/* 748 */
|
122728
123009
|
/***/ (function(module, exports) {
|
122729
123010
|
|
122730
123011
|
module.exports = "<div class=\"modal__backdrop fade in\"></div>";
|
122731
123012
|
|
122732
123013
|
/***/ }),
|
122733
|
-
/*
|
123014
|
+
/* 749 */
|
122734
123015
|
/***/ (function(module, exports) {
|
122735
123016
|
|
122736
123017
|
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";
|
122737
123018
|
|
122738
123019
|
/***/ }),
|
122739
|
-
/*
|
123020
|
+
/* 750 */
|
122740
123021
|
/***/ (function(module, exports, __webpack_require__) {
|
122741
123022
|
|
122742
123023
|
"use strict";
|
@@ -122899,7 +123180,7 @@ angular.module('superdesk-ui.helper.position', [])
|
|
122899
123180
|
}]);
|
122900
123181
|
|
122901
123182
|
/***/ }),
|
122902
|
-
/*
|
123183
|
+
/* 751 */
|
122903
123184
|
/***/ (function(module, exports, __webpack_require__) {
|
122904
123185
|
|
122905
123186
|
"use strict";
|
@@ -124125,7 +124406,7 @@ function _toConsumableArray(arr) { if (Array.isArray(arr)) { for (var i = 0, arr
|
|
124125
124406
|
})();
|
124126
124407
|
|
124127
124408
|
/***/ }),
|
124128
|
-
/*
|
124409
|
+
/* 752 */
|
124129
124410
|
/***/ (function(module, exports, __webpack_require__) {
|
124130
124411
|
|
124131
124412
|
"use strict";
|
@@ -124142,7 +124423,7 @@ function CarouselDirective() {
|
|
124142
124423
|
finish: '&',
|
124143
124424
|
model: '='
|
124144
124425
|
},
|
124145
|
-
template: __webpack_require__(
|
124426
|
+
template: __webpack_require__(753),
|
124146
124427
|
transclude: true,
|
124147
124428
|
controllerAs: 'ctrl',
|
124148
124429
|
controller: ['$scope', '$document', function ($scope, $document) {
|
@@ -124264,13 +124545,13 @@ function CarouselStepDirective() {
|
|
124264
124545
|
angular.module('superdesk-ui.carousel', []).directive('sdCarousel', CarouselDirective).directive('sdCarouselStep', CarouselStepDirective);
|
124265
124546
|
|
124266
124547
|
/***/ }),
|
124267
|
-
/*
|
124548
|
+
/* 753 */
|
124268
124549
|
/***/ (function(module, exports) {
|
124269
124550
|
|
124270
124551
|
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>";
|
124271
124552
|
|
124272
124553
|
/***/ }),
|
124273
|
-
/*
|
124554
|
+
/* 754 */
|
124274
124555
|
/***/ (function(module, exports, __webpack_require__) {
|
124275
124556
|
|
124276
124557
|
"use strict";
|
@@ -124284,7 +124565,7 @@ function sdCheck($parse) {
|
|
124284
124565
|
require: 'ngModel',
|
124285
124566
|
replace: true,
|
124286
124567
|
transclude: true,
|
124287
|
-
template: '<span class="sd-check__wrapper">' + '<span class="sd-checkbox"></span><label
|
124568
|
+
template: '<span class="sd-check__wrapper">' + '<span class="sd-checkbox"></span><label" ng-transclude></label></span>',
|
124288
124569
|
link: function link($scope, element, attrs, ngModel) {
|
124289
124570
|
$scope.testId = attrs.testId || '';
|
124290
124571
|
|
@@ -124373,7 +124654,7 @@ function sdCheck($parse) {
|
|
124373
124654
|
angular.module('superdesk-ui.check', []).directive('sdCheck', sdCheck);
|
124374
124655
|
|
124375
124656
|
/***/ }),
|
124376
|
-
/*
|
124657
|
+
/* 755 */
|
124377
124658
|
/***/ (function(module, exports, __webpack_require__) {
|
124378
124659
|
|
124379
124660
|
"use strict";
|
@@ -124553,7 +124834,7 @@ angular.module("superdesk-ui.dropdown", []).directive("dropdown", sdDropdown).di
|
|
124553
124834
|
/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(44)))
|
124554
124835
|
|
124555
124836
|
/***/ }),
|
124556
|
-
/*
|
124837
|
+
/* 756 */
|
124557
124838
|
/***/ (function(module, exports, __webpack_require__) {
|
124558
124839
|
|
124559
124840
|
"use strict";
|
@@ -124641,7 +124922,7 @@ function sdModal($document, $rootScope) {
|
|
124641
124922
|
angular.module('superdesk-ui.modals', []).directive('sdModal', sdModal);
|
124642
124923
|
|
124643
124924
|
/***/ }),
|
124644
|
-
/*
|
124925
|
+
/* 757 */
|
124645
124926
|
/***/ (function(module, exports, __webpack_require__) {
|
124646
124927
|
|
124647
124928
|
"use strict";
|
@@ -124726,7 +125007,7 @@ function sdSwitch() {
|
|
124726
125007
|
angular.module('superdesk-ui.switch', []).directive('sdSwitch', sdSwitch);
|
124727
125008
|
|
124728
125009
|
/***/ }),
|
124729
|
-
/*
|
125010
|
+
/* 758 */
|
124730
125011
|
/***/ (function(module, exports, __webpack_require__) {
|
124731
125012
|
|
124732
125013
|
"use strict";
|
@@ -124764,7 +125045,7 @@ function ToggleBoxDirective() {
|
|
124764
125045
|
angular.module('superdesk-ui.toggleBox', []).directive('sdToggleBox', ToggleBoxDirective);
|
124765
125046
|
|
124766
125047
|
/***/ }),
|
124767
|
-
/*
|
125048
|
+
/* 759 */
|
124768
125049
|
/***/ (function(module, exports, __webpack_require__) {
|
124769
125050
|
|
124770
125051
|
"use strict";
|
@@ -124799,7 +125080,7 @@ function WizardHandlerFactory() {
|
|
124799
125080
|
WizardDirective.$inject = [];
|
124800
125081
|
function WizardDirective() {
|
124801
125082
|
return {
|
124802
|
-
template: __webpack_require__(
|
125083
|
+
template: __webpack_require__(760),
|
124803
125084
|
scope: {
|
124804
125085
|
currentStep: '=',
|
124805
125086
|
finish: '&',
|
@@ -124903,7 +125184,7 @@ function WizardDirective() {
|
|
124903
125184
|
WizardStepDirective.$inject = [];
|
124904
125185
|
function WizardStepDirective() {
|
124905
125186
|
return {
|
124906
|
-
template: __webpack_require__(
|
125187
|
+
template: __webpack_require__(761),
|
124907
125188
|
scope: {
|
124908
125189
|
title: '@',
|
124909
125190
|
code: '@',
|
@@ -124921,19 +125202,19 @@ function WizardStepDirective() {
|
|
124921
125202
|
angular.module('superdesk-ui.wizard', []).factory('WizardHandler', WizardHandlerFactory).directive('sdWizard', WizardDirective).directive('sdWizardStep', WizardStepDirective);
|
124922
125203
|
|
124923
125204
|
/***/ }),
|
124924
|
-
/*
|
125205
|
+
/* 760 */
|
124925
125206
|
/***/ (function(module, exports) {
|
124926
125207
|
|
124927
125208
|
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>";
|
124928
125209
|
|
124929
125210
|
/***/ }),
|
124930
|
-
/*
|
125211
|
+
/* 761 */
|
124931
125212
|
/***/ (function(module, exports) {
|
124932
125213
|
|
124933
125214
|
module.exports = "<div ng-show=\"selected\" class=\"modal-screen\" ng-transclude></div>\r\n";
|
124934
125215
|
|
124935
125216
|
/***/ }),
|
124936
|
-
/*
|
125217
|
+
/* 762 */
|
124937
125218
|
/***/ (function(module, exports, __webpack_require__) {
|
124938
125219
|
|
124939
125220
|
"use strict";
|
@@ -124962,7 +125243,7 @@ function TagInputDirective($q) {
|
|
124962
125243
|
maxResultsToShow: '='
|
124963
125244
|
},
|
124964
125245
|
require: '?ngModel',
|
124965
|
-
template: __webpack_require__(
|
125246
|
+
template: __webpack_require__(763),
|
124966
125247
|
link: function link(scope) {
|
124967
125248
|
scope.loadTags = function (query) {
|
124968
125249
|
return $q(function (resolve, reject) {
|
@@ -124980,13 +125261,13 @@ function TagInputDirective($q) {
|
|
124980
125261
|
angular.module('superdesk-ui.tags', []).directive('sdTagInput', TagInputDirective);
|
124981
125262
|
|
124982
125263
|
/***/ }),
|
124983
|
-
/*
|
125264
|
+
/* 763 */
|
124984
125265
|
/***/ (function(module, exports) {
|
124985
125266
|
|
124986
125267
|
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";
|
124987
125268
|
|
124988
125269
|
/***/ }),
|
124989
|
-
/*
|
125270
|
+
/* 764 */
|
124990
125271
|
/***/ (function(module, exports, __webpack_require__) {
|
124991
125272
|
|
124992
125273
|
"use strict";
|
@@ -125003,7 +125284,7 @@ module.exports = "<label class=\"tags-input__label\" ng-if=\"label\">{{label}}</
|
|
125003
125284
|
*/
|
125004
125285
|
function LineInputDirective() {
|
125005
125286
|
return {
|
125006
|
-
template: __webpack_require__(
|
125287
|
+
template: __webpack_require__(765),
|
125007
125288
|
replace: true,
|
125008
125289
|
transclude: true,
|
125009
125290
|
require: '?ngModel',
|
@@ -125045,13 +125326,13 @@ function LineInputDirective() {
|
|
125045
125326
|
angular.module('superdesk-ui.lineInput', []).directive('sdLineInput', LineInputDirective);
|
125046
125327
|
|
125047
125328
|
/***/ }),
|
125048
|
-
/*
|
125329
|
+
/* 765 */
|
125049
125330
|
/***/ (function(module, exports) {
|
125050
125331
|
|
125051
125332
|
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";
|
125052
125333
|
|
125053
125334
|
/***/ }),
|
125054
|
-
/*
|
125335
|
+
/* 766 */
|
125055
125336
|
/***/ (function(module, exports, __webpack_require__) {
|
125056
125337
|
|
125057
125338
|
"use strict";
|
@@ -125071,7 +125352,7 @@ module.exports = " <div class=\"sd-line-input\" ng-class=\"{'sd-line-input--dark
|
|
125071
125352
|
*/
|
125072
125353
|
function SearchHandlerDirective() {
|
125073
125354
|
return {
|
125074
|
-
template: __webpack_require__(
|
125355
|
+
template: __webpack_require__(767),
|
125075
125356
|
replace: true,
|
125076
125357
|
transclude: true,
|
125077
125358
|
require: '?ngModel',
|
@@ -125097,13 +125378,13 @@ function SearchHandlerDirective() {
|
|
125097
125378
|
angular.module('superdesk-ui.searchHandler', []).directive('sdSearchHandler', SearchHandlerDirective);
|
125098
125379
|
|
125099
125380
|
/***/ }),
|
125100
|
-
/*
|
125381
|
+
/* 767 */
|
125101
125382
|
/***/ (function(module, exports) {
|
125102
125383
|
|
125103
125384
|
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";
|
125104
125385
|
|
125105
125386
|
/***/ }),
|
125106
|
-
/*
|
125387
|
+
/* 768 */
|
125107
125388
|
/***/ (function(module, exports, __webpack_require__) {
|
125108
125389
|
|
125109
125390
|
"use strict";
|
@@ -125119,7 +125400,7 @@ function sdCircularProgress() {
|
|
125119
125400
|
error: '=',
|
125120
125401
|
counter: '='
|
125121
125402
|
},
|
125122
|
-
template: __webpack_require__(
|
125403
|
+
template: __webpack_require__(769),
|
125123
125404
|
link: function link(scope, element) {
|
125124
125405
|
var elem = $(element).find('.progress-svg');
|
125125
125406
|
|
@@ -125165,13 +125446,13 @@ angular.module('superdesk-ui.circularProgress', []).directive('sdCircularProgres
|
|
125165
125446
|
/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(44)))
|
125166
125447
|
|
125167
125448
|
/***/ }),
|
125168
|
-
/*
|
125449
|
+
/* 769 */
|
125169
125450
|
/***/ (function(module, exports) {
|
125170
125451
|
|
125171
125452
|
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>";
|
125172
125453
|
|
125173
125454
|
/***/ }),
|
125174
|
-
/*
|
125455
|
+
/* 770 */
|
125175
125456
|
/***/ (function(module, exports, __webpack_require__) {
|
125176
125457
|
|
125177
125458
|
"use strict";
|
@@ -125216,7 +125497,7 @@ function SplitterDirective($window) {
|
|
125216
125497
|
angular.module('superdesk-ui.splitter', []).directive('sdSplitter', SplitterDirective);
|
125217
125498
|
|
125218
125499
|
/***/ }),
|
125219
|
-
/*
|
125500
|
+
/* 771 */
|
125220
125501
|
/***/ (function(module, exports, __webpack_require__) {
|
125221
125502
|
|
125222
125503
|
"use strict";
|
@@ -125257,16 +125538,16 @@ function MediaQuery($window) {
|
|
125257
125538
|
angular.module('superdesk-ui.mediaQuery', []).directive('sdMediaQuery', MediaQuery);
|
125258
125539
|
|
125259
125540
|
/***/ }),
|
125260
|
-
/*
|
125541
|
+
/* 772 */
|
125261
125542
|
/***/ (function(module, exports, __webpack_require__) {
|
125262
125543
|
|
125263
125544
|
"use strict";
|
125264
125545
|
|
125265
125546
|
|
125266
|
-
__webpack_require__(
|
125547
|
+
__webpack_require__(773);
|
125267
125548
|
|
125268
125549
|
/***/ }),
|
125269
|
-
/*
|
125550
|
+
/* 773 */
|
125270
125551
|
/***/ (function(module, exports) {
|
125271
125552
|
|
125272
125553
|
// removed by extract-text-webpack-plugin
|