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