superdesk-ui-framework 3.1.5 → 3.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/app/styles/_expand-button.scss +31 -0
- package/app/styles/_helpers.scss +320 -151
- package/app/styles/app.scss +1 -0
- package/app/styles/components/_subnav.scss +1 -0
- package/app/styles/design-tokens/_design-tokens-general.scss +19 -7
- package/app/styles/design-tokens/_new-colors.scss +6 -1
- package/app/styles/grids/_grid-layout.scss +1 -0
- package/app/styles/interface-elements/_side-panel.scss +4 -0
- package/app-typescript/components/IconPicker.tsx +1 -1
- package/{examples/pages/react → dist/components}/Index.tsx +81 -63
- package/dist/components/utilities/SpacingUtilities.tsx +774 -0
- package/dist/components/utilities/TextUtilities.tsx +432 -0
- package/dist/components.html +6 -27
- package/dist/{components → components_deprecated}/text.html +7 -7
- package/dist/components_deprecated.html +38 -0
- package/dist/design/buttons.html +1 -11
- package/dist/design/checkbox-and-radio.html +3 -3
- package/dist/design/layout-principles.html +0 -1
- package/dist/design/switch.html +0 -10
- package/dist/design-patterns/Index.tsx +86 -0
- package/dist/design-patterns/ThreePaneLayoutPattern.tsx +362 -0
- package/{examples/pages/react.html → dist/design-patterns.html} +3 -4
- package/dist/design.html +4 -4
- package/dist/examples.bundle.css +106 -20
- package/dist/examples.bundle.js +3233 -1443
- package/dist/main.html +17 -15
- package/dist/playgrounds/boxed-list.html +7 -7
- package/dist/playgrounds/master-desk.html +4 -4
- package/dist/playgrounds/photo-snippets/edit-photo-metadata.html +1 -1
- package/dist/playgrounds/planning-snippets/edit-planning.html +1 -1
- package/dist/playgrounds/planning.html +1 -1
- package/dist/playgrounds/publisher-content-analytics.html +25 -25
- package/dist/playgrounds/react-playgrounds/RundownEditor.tsx +16 -1
- package/dist/playgrounds/react-playgrounds/TestGround.tsx +46 -4
- package/dist/playgrounds/video-editor.html +1 -1
- package/dist/playgrounds.html +3 -6
- package/dist/superdesk-ui.bundle.css +345 -120
- package/dist/superdesk-ui.bundle.js +105 -101
- package/examples/css/docs-page.css +106 -20
- package/examples/index.js +89 -89
- package/examples/js/doc.js +16 -2
- package/examples/js/react.js +122 -19
- package/{dist/react → examples/pages/components}/Index.tsx +81 -63
- package/examples/pages/components/utilities/SpacingUtilities.tsx +774 -0
- package/examples/pages/components/utilities/TextUtilities.tsx +432 -0
- package/examples/pages/components.html +6 -27
- package/examples/pages/{components → components_deprecated}/text.html +7 -7
- package/examples/pages/components_deprecated.html +38 -0
- package/examples/pages/design/buttons.html +1 -11
- package/examples/pages/design/checkbox-and-radio.html +3 -3
- package/examples/pages/design/layout-principles.html +0 -1
- package/examples/pages/design/switch.html +0 -10
- package/examples/pages/design-patterns/Index.tsx +86 -0
- package/examples/pages/design-patterns/ThreePaneLayoutPattern.tsx +362 -0
- package/{dist/react.html → examples/pages/design-patterns.html} +3 -4
- package/examples/pages/design.html +4 -4
- package/examples/pages/main.html +17 -15
- package/examples/pages/playgrounds/boxed-list.html +7 -7
- package/examples/pages/playgrounds/master-desk.html +4 -4
- package/examples/pages/playgrounds/photo-snippets/edit-photo-metadata.html +1 -1
- package/examples/pages/playgrounds/planning-snippets/edit-planning.html +1 -1
- package/examples/pages/playgrounds/planning.html +1 -1
- package/examples/pages/playgrounds/publisher-content-analytics.html +25 -25
- package/examples/pages/playgrounds/react-playgrounds/RundownEditor.tsx +16 -1
- package/examples/pages/playgrounds/react-playgrounds/TestGround.tsx +46 -4
- package/examples/pages/playgrounds/video-editor.html +1 -1
- package/examples/pages/playgrounds.html +3 -6
- package/package.json +1 -1
- package/react/components/IconPicker.js +1 -1
- /package/dist/{react → components}/Alerts.tsx +0 -0
- /package/dist/{react → components}/Autocomplete.tsx +0 -0
- /package/dist/{react → components}/Avatar.tsx +0 -0
- /package/dist/{react → components}/Badges.tsx +0 -0
- /package/dist/{react → components}/BigIconFont.tsx +0 -0
- /package/dist/{react → components}/BoxedList.tsx +0 -0
- /package/dist/{react → components}/ButtonGroups.tsx +0 -0
- /package/dist/{react → components}/Buttons.tsx +0 -0
- /package/dist/{react → components}/Carousel.tsx +0 -0
- /package/dist/{react → components}/Checkboxs.tsx +0 -0
- /package/dist/{react → components}/Container.tsx +0 -0
- /package/dist/{react → components}/ContentDivider.tsx +0 -0
- /package/dist/{react → components}/ContentList.tsx +0 -0
- /package/dist/{react → components}/CreateButton.tsx +0 -0
- /package/dist/{react → components}/DatePicker.tsx +0 -0
- /package/dist/{react → components}/DragHandleDocs.tsx +0 -0
- /package/dist/{react → components}/DropZone.tsx +0 -0
- /package/dist/{react → components}/Dropdowns.tsx +0 -0
- /package/dist/{react → components}/DurationInput.tsx +0 -0
- /package/dist/{react → components}/EmptyStates.tsx +0 -0
- /package/dist/{react → components}/GridItem.tsx +0 -0
- /package/dist/{react → components}/GridList.tsx +0 -0
- /package/dist/{react → components}/Heading.tsx +0 -0
- /package/dist/{react → components}/IconButtons.tsx +0 -0
- /package/dist/{react → components}/IconFont.tsx +0 -0
- /package/dist/{react → components}/IconLabels.tsx +0 -0
- /package/dist/{react → components}/IconPicker.tsx +0 -0
- /package/dist/{react → components}/IllustrationButton.tsx +0 -0
- /package/dist/{react → components}/Inputs.tsx +0 -0
- /package/dist/{react → components}/Labels.tsx +0 -0
- /package/dist/{react → components}/LeftNavigations.tsx +0 -0
- /package/dist/{react → components}/ListItems.tsx +0 -0
- /package/dist/{react → components}/Menu.tsx +0 -0
- /package/dist/{react → components}/Modal.tsx +0 -0
- /package/dist/{react → components}/MultiSelect.tsx +0 -0
- /package/dist/{react → components}/NavButtons.tsx +0 -0
- /package/dist/{react → components}/Panel.tsx +0 -0
- /package/dist/{react → components}/Popover.tsx +0 -0
- /package/dist/{react → components}/QuickNavigationBar.tsx +0 -0
- /package/dist/{react → components}/RadioGroup.tsx +0 -0
- /package/dist/{react → components}/ResizablePanels.tsx +0 -0
- /package/dist/{react → components}/SelectGrid.tsx +0 -0
- /package/dist/{react → components}/SelectWithTemplate.tsx +0 -0
- /package/dist/{react → components}/Selects.tsx +0 -0
- /package/dist/{react → components}/SimpleList.tsx +0 -0
- /package/dist/{react → components}/SubNav.tsx +0 -0
- /package/dist/{react → components}/Switch.tsx +0 -0
- /package/dist/{react → components}/TableList.tsx +0 -0
- /package/dist/{react → components}/Tabs.tsx +0 -0
- /package/dist/{react → components}/TagInputDocs.tsx +0 -0
- /package/dist/{react → components}/Tags.tsx +0 -0
- /package/dist/{react → components}/Text.tsx +0 -0
- /package/dist/{react → components}/TimePicker.tsx +0 -0
- /package/dist/{react → components}/Toasts.tsx +0 -0
- /package/dist/{react → components}/Togglebox.tsx +0 -0
- /package/dist/{react → components}/Tooltips.tsx +0 -0
- /package/dist/{react → components}/TreeMenu.tsx +0 -0
- /package/dist/{react → components}/TreeSelect.tsx +0 -0
- /package/dist/{react → components}/WithPaginationDocs.tsx +0 -0
- /package/dist/{react → components}/WithSizeObserver.tsx +0 -0
- /package/dist/{react → components}/tree-select/TreeSelect.tsx +0 -0
- /package/dist/{react → components}/tree-select/example-1.tsx +0 -0
- /package/dist/{react → components}/tree-select/example-2.tsx +0 -0
- /package/dist/{components → components_deprecated}/alerts.html +0 -0
- /package/dist/{components → components_deprecated}/badge.html +0 -0
- /package/dist/{components → components_deprecated}/basic-grid.html +0 -0
- /package/dist/{components → components_deprecated}/big-icons.html +0 -0
- /package/dist/{components → components_deprecated}/buttons.html +0 -0
- /package/dist/{components → components_deprecated}/carousel.html +0 -0
- /package/dist/{components → components_deprecated}/checkbox.html +0 -0
- /package/dist/{components → components_deprecated}/colors.html +0 -0
- /package/dist/{components → components_deprecated}/dropdown.html +0 -0
- /package/dist/{components → components_deprecated}/form-layout.html +0 -0
- /package/dist/{components → components_deprecated}/icon-labels.html +0 -0
- /package/dist/{components → components_deprecated}/icons.html +0 -0
- /package/dist/{components → components_deprecated}/input.html +0 -0
- /package/dist/{components → components_deprecated}/labels.html +0 -0
- /package/dist/{components → components_deprecated}/layout-grid.html +0 -0
- /package/dist/{components → components_deprecated}/left-nav.html +0 -0
- /package/dist/{components → components_deprecated}/list-item.html +0 -0
- /package/dist/{components → components_deprecated}/loader.html +0 -0
- /package/dist/{components → components_deprecated}/modal-template.html +0 -0
- /package/dist/{components → components_deprecated}/modals.html +0 -0
- /package/dist/{components → components_deprecated}/other-elements.html +0 -0
- /package/dist/{components → components_deprecated}/panel-info.html +0 -0
- /package/dist/{components → components_deprecated}/radio.html +0 -0
- /package/dist/{components → components_deprecated}/select.html +0 -0
- /package/dist/{components → components_deprecated}/shadows.html +0 -0
- /package/dist/{components → components_deprecated}/sidebar-menu.html +0 -0
- /package/dist/{components → components_deprecated}/simple-list.html +0 -0
- /package/dist/{components → components_deprecated}/slider.html +0 -0
- /package/dist/{components → components_deprecated}/spacing.html +0 -0
- /package/dist/{components → components_deprecated}/switch.html +0 -0
- /package/dist/{components → components_deprecated}/tables.html +0 -0
- /package/dist/{components → components_deprecated}/tabs.html +0 -0
- /package/dist/{components → components_deprecated}/tag-input.html +0 -0
- /package/dist/{components → components_deprecated}/tag-labels.html +0 -0
- /package/dist/{components → components_deprecated}/toggle.html +0 -0
- /package/dist/{components → components_deprecated}/tooltips.html +0 -0
- /package/dist/{components → components_deprecated}/vertical-tabs.html +0 -0
- /package/dist/{components → components_deprecated}/wizard.html +0 -0
- /package/examples/pages/{react → components}/Alerts.tsx +0 -0
- /package/examples/pages/{react → components}/Autocomplete.tsx +0 -0
- /package/examples/pages/{react → components}/Avatar.tsx +0 -0
- /package/examples/pages/{react → components}/Badges.tsx +0 -0
- /package/examples/pages/{react → components}/BigIconFont.tsx +0 -0
- /package/examples/pages/{react → components}/BoxedList.tsx +0 -0
- /package/examples/pages/{react → components}/ButtonGroups.tsx +0 -0
- /package/examples/pages/{react → components}/Buttons.tsx +0 -0
- /package/examples/pages/{react → components}/Carousel.tsx +0 -0
- /package/examples/pages/{react → components}/Checkboxs.tsx +0 -0
- /package/examples/pages/{react → components}/Container.tsx +0 -0
- /package/examples/pages/{react → components}/ContentDivider.tsx +0 -0
- /package/examples/pages/{react → components}/ContentList.tsx +0 -0
- /package/examples/pages/{react → components}/CreateButton.tsx +0 -0
- /package/examples/pages/{react → components}/DatePicker.tsx +0 -0
- /package/examples/pages/{react → components}/DragHandleDocs.tsx +0 -0
- /package/examples/pages/{react → components}/DropZone.tsx +0 -0
- /package/examples/pages/{react → components}/Dropdowns.tsx +0 -0
- /package/examples/pages/{react → components}/DurationInput.tsx +0 -0
- /package/examples/pages/{react → components}/EmptyStates.tsx +0 -0
- /package/examples/pages/{react → components}/GridItem.tsx +0 -0
- /package/examples/pages/{react → components}/GridList.tsx +0 -0
- /package/examples/pages/{react → components}/Heading.tsx +0 -0
- /package/examples/pages/{react → components}/IconButtons.tsx +0 -0
- /package/examples/pages/{react → components}/IconFont.tsx +0 -0
- /package/examples/pages/{react → components}/IconLabels.tsx +0 -0
- /package/examples/pages/{react → components}/IconPicker.tsx +0 -0
- /package/examples/pages/{react → components}/IllustrationButton.tsx +0 -0
- /package/examples/pages/{react → components}/Inputs.tsx +0 -0
- /package/examples/pages/{react → components}/Labels.tsx +0 -0
- /package/examples/pages/{react → components}/LeftNavigations.tsx +0 -0
- /package/examples/pages/{react → components}/ListItems.tsx +0 -0
- /package/examples/pages/{react → components}/Menu.tsx +0 -0
- /package/examples/pages/{react → components}/Modal.tsx +0 -0
- /package/examples/pages/{react → components}/MultiSelect.tsx +0 -0
- /package/examples/pages/{react → components}/NavButtons.tsx +0 -0
- /package/examples/pages/{react → components}/Panel.tsx +0 -0
- /package/examples/pages/{react → components}/Popover.tsx +0 -0
- /package/examples/pages/{react → components}/QuickNavigationBar.tsx +0 -0
- /package/examples/pages/{react → components}/RadioGroup.tsx +0 -0
- /package/examples/pages/{react → components}/ResizablePanels.tsx +0 -0
- /package/examples/pages/{react → components}/SelectGrid.tsx +0 -0
- /package/examples/pages/{react → components}/SelectWithTemplate.tsx +0 -0
- /package/examples/pages/{react → components}/Selects.tsx +0 -0
- /package/examples/pages/{react → components}/SimpleList.tsx +0 -0
- /package/examples/pages/{react → components}/SubNav.tsx +0 -0
- /package/examples/pages/{react → components}/Switch.tsx +0 -0
- /package/examples/pages/{react → components}/TableList.tsx +0 -0
- /package/examples/pages/{react → components}/Tabs.tsx +0 -0
- /package/examples/pages/{react → components}/TagInputDocs.tsx +0 -0
- /package/examples/pages/{react → components}/Tags.tsx +0 -0
- /package/examples/pages/{react → components}/Text.tsx +0 -0
- /package/examples/pages/{react → components}/TimePicker.tsx +0 -0
- /package/examples/pages/{react → components}/Toasts.tsx +0 -0
- /package/examples/pages/{react → components}/Togglebox.tsx +0 -0
- /package/examples/pages/{react → components}/Tooltips.tsx +0 -0
- /package/examples/pages/{react → components}/TreeMenu.tsx +0 -0
- /package/examples/pages/{react → components}/TreeSelect.tsx +0 -0
- /package/examples/pages/{react → components}/WithPaginationDocs.tsx +0 -0
- /package/examples/pages/{react → components}/WithSizeObserver.tsx +0 -0
- /package/examples/pages/{react → components}/tree-select/TreeSelect.tsx +0 -0
- /package/examples/pages/{react → components}/tree-select/example-1.tsx +0 -0
- /package/examples/pages/{react → components}/tree-select/example-2.tsx +0 -0
- /package/examples/pages/{components → components_deprecated}/alerts.html +0 -0
- /package/examples/pages/{components → components_deprecated}/badge.html +0 -0
- /package/examples/pages/{components → components_deprecated}/basic-grid.html +0 -0
- /package/examples/pages/{components → components_deprecated}/big-icons.html +0 -0
- /package/examples/pages/{components → components_deprecated}/buttons.html +0 -0
- /package/examples/pages/{components → components_deprecated}/carousel.html +0 -0
- /package/examples/pages/{components → components_deprecated}/checkbox.html +0 -0
- /package/examples/pages/{components → components_deprecated}/colors.html +0 -0
- /package/examples/pages/{components → components_deprecated}/dropdown.html +0 -0
- /package/examples/pages/{components → components_deprecated}/form-layout.html +0 -0
- /package/examples/pages/{components → components_deprecated}/icon-labels.html +0 -0
- /package/examples/pages/{components → components_deprecated}/icons.html +0 -0
- /package/examples/pages/{components → components_deprecated}/input.html +0 -0
- /package/examples/pages/{components → components_deprecated}/labels.html +0 -0
- /package/examples/pages/{components → components_deprecated}/layout-grid.html +0 -0
- /package/examples/pages/{components → components_deprecated}/left-nav.html +0 -0
- /package/examples/pages/{components → components_deprecated}/list-item.html +0 -0
- /package/examples/pages/{components → components_deprecated}/loader.html +0 -0
- /package/examples/pages/{components → components_deprecated}/modal-template.html +0 -0
- /package/examples/pages/{components → components_deprecated}/modals.html +0 -0
- /package/examples/pages/{components → components_deprecated}/other-elements.html +0 -0
- /package/examples/pages/{components → components_deprecated}/panel-info.html +0 -0
- /package/examples/pages/{components → components_deprecated}/radio.html +0 -0
- /package/examples/pages/{components → components_deprecated}/select.html +0 -0
- /package/examples/pages/{components → components_deprecated}/shadows.html +0 -0
- /package/examples/pages/{components → components_deprecated}/sidebar-menu.html +0 -0
- /package/examples/pages/{components → components_deprecated}/simple-list.html +0 -0
- /package/examples/pages/{components → components_deprecated}/slider.html +0 -0
- /package/examples/pages/{components → components_deprecated}/spacing.html +0 -0
- /package/examples/pages/{components → components_deprecated}/switch.html +0 -0
- /package/examples/pages/{components → components_deprecated}/tables.html +0 -0
- /package/examples/pages/{components → components_deprecated}/tabs.html +0 -0
- /package/examples/pages/{components → components_deprecated}/tag-input.html +0 -0
- /package/examples/pages/{components → components_deprecated}/tag-labels.html +0 -0
- /package/examples/pages/{components → components_deprecated}/toggle.html +0 -0
- /package/examples/pages/{components → components_deprecated}/tooltips.html +0 -0
- /package/examples/pages/{components → components_deprecated}/vertical-tabs.html +0 -0
- /package/examples/pages/{components → components_deprecated}/wizard.html +0 -0
@@ -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 = 961);
|
74
74
|
/******/ })
|
75
75
|
/************************************************************************/
|
76
76
|
/******/ ([
|
@@ -5975,7 +5975,7 @@ var avatar_1 = __webpack_require__(128);
|
|
5975
5975
|
Object.defineProperty(exports, "Avatar", { enumerable: true, get: function () { return avatar_1.Avatar; } });
|
5976
5976
|
var avatar_placeholder_1 = __webpack_require__(129);
|
5977
5977
|
Object.defineProperty(exports, "AvatarPlaceholder", { enumerable: true, get: function () { return avatar_placeholder_1.AvatarPlaceholder; } });
|
5978
|
-
var Rotate_1 = __webpack_require__(
|
5978
|
+
var Rotate_1 = __webpack_require__(373);
|
5979
5979
|
Object.defineProperty(exports, "Rotate", { enumerable: true, get: function () { return Rotate_1.Rotate; } });
|
5980
5980
|
var IconButton_1 = __webpack_require__(70);
|
5981
5981
|
Object.defineProperty(exports, "IconButton", { enumerable: true, get: function () { return IconButton_1.IconButton; } });
|
@@ -5993,7 +5993,7 @@ var DatePicker_2 = __webpack_require__(105);
|
|
5993
5993
|
Object.defineProperty(exports, "DatePickerISO", { enumerable: true, get: function () { return DatePicker_2.DatePickerISO; } });
|
5994
5994
|
var DatePicker_3 = __webpack_require__(105);
|
5995
5995
|
Object.defineProperty(exports, "DatePickerLocaleSettings", { enumerable: true, get: function () { return DatePicker_3.DatePickerLocaleSettings; } });
|
5996
|
-
var TimePicker_1 = __webpack_require__(
|
5996
|
+
var TimePicker_1 = __webpack_require__(374);
|
5997
5997
|
Object.defineProperty(exports, "TimePicker", { enumerable: true, get: function () { return TimePicker_1.TimePicker; } });
|
5998
5998
|
var FormLabel_1 = __webpack_require__(606);
|
5999
5999
|
Object.defineProperty(exports, "FormLabel", { enumerable: true, get: function () { return FormLabel_1.FormLabel; } });
|
@@ -6054,7 +6054,7 @@ var Dropdown_1 = __webpack_require__(343);
|
|
6054
6054
|
Object.defineProperty(exports, "Dropdown", { enumerable: true, get: function () { return Dropdown_1.Dropdown; } });
|
6055
6055
|
var Tag_1 = __webpack_require__(641);
|
6056
6056
|
Object.defineProperty(exports, "Tag", { enumerable: true, get: function () { return Tag_1.Tag; } });
|
6057
|
-
var TagInput_1 = __webpack_require__(
|
6057
|
+
var TagInput_1 = __webpack_require__(375);
|
6058
6058
|
Object.defineProperty(exports, "TagInput", { enumerable: true, get: function () { return TagInput_1.TagInput; } });
|
6059
6059
|
var TabCustom_1 = __webpack_require__(644);
|
6060
6060
|
Object.defineProperty(exports, "TabLabel", { enumerable: true, get: function () { return TabCustom_1.TabLabel; } });
|
@@ -6105,7 +6105,7 @@ var CreateButton_1 = __webpack_require__(683);
|
|
6105
6105
|
Object.defineProperty(exports, "CreateButton", { enumerable: true, get: function () { return CreateButton_1.CreateButton; } });
|
6106
6106
|
var SearchBar_1 = __webpack_require__(684);
|
6107
6107
|
Object.defineProperty(exports, "SearchBar", { enumerable: true, get: function () { return SearchBar_1.SearchBar; } });
|
6108
|
-
var WithSizeObserver_1 = __webpack_require__(
|
6108
|
+
var WithSizeObserver_1 = __webpack_require__(377);
|
6109
6109
|
Object.defineProperty(exports, "WithSizeObserver", { enumerable: true, get: function () { return WithSizeObserver_1.WithSizeObserver; } });
|
6110
6110
|
var SvgIconIllustration_1 = __webpack_require__(685);
|
6111
6111
|
Object.defineProperty(exports, "SvgIconIllustration", { enumerable: true, get: function () { return SvgIconIllustration_1.SvgIconIllustration; } });
|
@@ -6128,11 +6128,11 @@ var Time_1 = __webpack_require__(732);
|
|
6128
6128
|
Object.defineProperty(exports, "Time", { enumerable: true, get: function () { return Time_1.Time; } });
|
6129
6129
|
var Heading_1 = __webpack_require__(733);
|
6130
6130
|
Object.defineProperty(exports, "Heading", { enumerable: true, get: function () { return Heading_1.Heading; } });
|
6131
|
-
var BottomNav_1 = __webpack_require__(
|
6131
|
+
var BottomNav_1 = __webpack_require__(378);
|
6132
6132
|
Object.defineProperty(exports, "BottomNav", { enumerable: true, get: function () { return BottomNav_1.BottomNav; } });
|
6133
|
-
var TreeSelect_1 = __webpack_require__(
|
6133
|
+
var TreeSelect_1 = __webpack_require__(379);
|
6134
6134
|
Object.defineProperty(exports, "TreeSelect", { enumerable: true, get: function () { return TreeSelect_1.TreeSelect; } });
|
6135
|
-
var TreeMenu_1 = __webpack_require__(
|
6135
|
+
var TreeMenu_1 = __webpack_require__(380);
|
6136
6136
|
Object.defineProperty(exports, "TreeMenu", { enumerable: true, get: function () { return TreeMenu_1.TreeMenu; } });
|
6137
6137
|
var TableList_1 = __webpack_require__(113);
|
6138
6138
|
Object.defineProperty(exports, "TableList", { enumerable: true, get: function () { return TableList_1.TableList; } });
|
@@ -73642,7 +73642,7 @@ var getBatch = function getBatch() {
|
|
73642
73642
|
/* WEBPACK VAR INJECTION */(function(process) {/* harmony export (immutable) */ __webpack_exports__["a"] = connectAdvanced;
|
73643
73643
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_esm_extends__ = __webpack_require__(23);
|
73644
73644
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__babel_runtime_helpers_esm_objectWithoutPropertiesLoose__ = __webpack_require__(25);
|
73645
|
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_hoist_non_react_statics__ = __webpack_require__(
|
73645
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_hoist_non_react_statics__ = __webpack_require__(370);
|
73646
73646
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_hoist_non_react_statics___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_2_hoist_non_react_statics__);
|
73647
73647
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3_react__ = __webpack_require__(0);
|
73648
73648
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3_react___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_3_react__);
|
@@ -74351,7 +74351,8 @@ function _arrayLikeToArray(arr, len) {
|
|
74351
74351
|
|
74352
74352
|
/***/ }),
|
74353
74353
|
/* 368 */,
|
74354
|
-
/* 369
|
74354
|
+
/* 369 */,
|
74355
|
+
/* 370 */
|
74355
74356
|
/***/ (function(module, exports, __webpack_require__) {
|
74356
74357
|
|
74357
74358
|
"use strict";
|
@@ -74461,7 +74462,7 @@ module.exports = hoistNonReactStatics;
|
|
74461
74462
|
|
74462
74463
|
|
74463
74464
|
/***/ }),
|
74464
|
-
/*
|
74465
|
+
/* 371 */
|
74465
74466
|
/***/ (function(module, exports, __webpack_require__) {
|
74466
74467
|
|
74467
74468
|
"use strict";
|
@@ -74519,7 +74520,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
74519
74520
|
exports.Positioner = void 0;
|
74520
74521
|
var React = __importStar(__webpack_require__(0));
|
74521
74522
|
var ReactDOM = __importStar(__webpack_require__(9));
|
74522
|
-
var _popper = __importStar(__webpack_require__(
|
74523
|
+
var _popper = __importStar(__webpack_require__(372));
|
74523
74524
|
var Popper = _popper.default;
|
74524
74525
|
var eventCloseOthers = 'superdesk-ui-framework.positioner.closeOthers';
|
74525
74526
|
var padding = 5;
|
@@ -74672,7 +74673,7 @@ exports.Positioner = Positioner;
|
|
74672
74673
|
|
74673
74674
|
|
74674
74675
|
/***/ }),
|
74675
|
-
/*
|
74676
|
+
/* 372 */
|
74676
74677
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
74677
74678
|
|
74678
74679
|
"use strict";
|
@@ -77213,7 +77214,7 @@ Popper.Defaults = Defaults;
|
|
77213
77214
|
/* WEBPACK VAR INJECTION */}.call(__webpack_exports__, __webpack_require__(40)))
|
77214
77215
|
|
77215
77216
|
/***/ }),
|
77216
|
-
/*
|
77217
|
+
/* 373 */
|
77217
77218
|
/***/ (function(module, exports, __webpack_require__) {
|
77218
77219
|
|
77219
77220
|
"use strict";
|
@@ -77275,7 +77276,7 @@ exports.Rotate = Rotate;
|
|
77275
77276
|
|
77276
77277
|
|
77277
77278
|
/***/ }),
|
77278
|
-
/*
|
77279
|
+
/* 374 */
|
77279
77280
|
/***/ (function(module, exports, __webpack_require__) {
|
77280
77281
|
|
77281
77282
|
"use strict";
|
@@ -77350,7 +77351,7 @@ exports.TimePicker = TimePicker;
|
|
77350
77351
|
|
77351
77352
|
|
77352
77353
|
/***/ }),
|
77353
|
-
/*
|
77354
|
+
/* 375 */
|
77354
77355
|
/***/ (function(module, exports, __webpack_require__) {
|
77355
77356
|
|
77356
77357
|
"use strict";
|
@@ -77424,14 +77425,14 @@ exports.TagInput = TagInput;
|
|
77424
77425
|
|
77425
77426
|
|
77426
77427
|
/***/ }),
|
77427
|
-
/*
|
77428
|
+
/* 376 */
|
77428
77429
|
/***/ (function(module, exports) {
|
77429
77430
|
|
77430
77431
|
// removed by extract-text-webpack-plugin
|
77431
77432
|
module.exports = {"icon":"photo, video, map-marker, slideshow, text, file, calendar, composite, audio, stream, ingest, archive, time, pin, expand, ascending, descending, th, grid-view, th-list, list-view, pencil, lock, retweet, unspike, fullscreen, fetch-as, search, star, star-empty, multi-star, th-large, grid-view-large, ok, zoom-in, zoom-out, signal, filter-large, trash, user, download, upload, repeat, refresh, list-alt, plus-large, picture, question-sign, info-sign, plus-sign, minus-sign, remove-sign, share-alt, exclamation-sign, eye-open, copy, comment, warning-sign, adjust, folder-close, folder-open, download-alt, tasks, globe, link, expand-thin, assign, dots, dots-vertical, backward-thin, forward-thin, chevron-left-thin, chevron-right-thin, switches, plus-small, minus-small, close-small, post, external, chevron-up-thin, chevron-down-thin, pick, revert, package-plus, list-plus, envelope, heart, home, print, font, bold, italic, underline, strikethrough, align-left, align-center, align-right, align-justify, unordered-list, indent-left, indent-right, ban-circle, bell, random, settings, package-create, list-menu, new-doc, edit-line, calendar-list, collapse, broadcast, broadcast-create, kill, graphic, close-thick, move, takes-package, highlight-package, preview-mode, unlocked, code, cut, paste, arrow-left, arrow-right, info-large, help-large, attachment, attachment-large, table, ordered-list, heading-1, heading-2, heading-3, heading-4, heading-5, heading-6, quote, multiedit, phone, mobile, twitter, facebook, linked-in, twitter-circle, facebook-circle, linked-in-circle, recurring, paragraph, suggestion, event, kanban-view, subscript, superscript, clear-format, preformatted, crop, flip-horizontal, flip-vertical, rotate-right, rotate-left, business, paywall, analytics, amp, undo, redo, instagram, play, stop, pause, fast_rewind, fast_forward, skip_previous, skip_next, add-image, add-gallery, text-format, to-uppercase, to-lowercase, arrow-small, clear-all, rundown, photo-cancel, video-cancel, text-cancel, file-cancel, audio-cancel, list-alt-cancel, post-cancel, text-block, graphic-cancel, play-cancel, thumb-up, thumb-down, open-ai"};
|
77432
77433
|
|
77433
77434
|
/***/ }),
|
77434
|
-
/*
|
77435
|
+
/* 377 */
|
77435
77436
|
/***/ (function(module, exports, __webpack_require__) {
|
77436
77437
|
|
77437
77438
|
"use strict";
|
@@ -77537,7 +77538,7 @@ exports.WithSizeObserver = WithSizeObserver;
|
|
77537
77538
|
|
77538
77539
|
|
77539
77540
|
/***/ }),
|
77540
|
-
/*
|
77541
|
+
/* 378 */
|
77541
77542
|
/***/ (function(module, exports, __webpack_require__) {
|
77542
77543
|
|
77543
77544
|
"use strict";
|
@@ -77639,7 +77640,7 @@ exports.BottomNav = BottomNav;
|
|
77639
77640
|
|
77640
77641
|
|
77641
77642
|
/***/ }),
|
77642
|
-
/*
|
77643
|
+
/* 379 */
|
77643
77644
|
/***/ (function(module, exports, __webpack_require__) {
|
77644
77645
|
|
77645
77646
|
"use strict";
|
@@ -78342,7 +78343,7 @@ exports.TreeSelect = TreeSelect;
|
|
78342
78343
|
|
78343
78344
|
|
78344
78345
|
/***/ }),
|
78345
|
-
/*
|
78346
|
+
/* 380 */
|
78346
78347
|
/***/ (function(module, exports, __webpack_require__) {
|
78347
78348
|
|
78348
78349
|
"use strict";
|
@@ -78689,7 +78690,6 @@ exports.TreeMenu = TreeMenu;
|
|
78689
78690
|
|
78690
78691
|
|
78691
78692
|
/***/ }),
|
78692
|
-
/* 380 */,
|
78693
78693
|
/* 381 */
|
78694
78694
|
/***/ (function(module, exports, __webpack_require__) {
|
78695
78695
|
|
@@ -83393,7 +83393,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
83393
83393
|
Object.defineProperty(exports, "__esModule", { value: true });
|
83394
83394
|
exports.Popover = void 0;
|
83395
83395
|
var React = __importStar(__webpack_require__(0));
|
83396
|
-
var _Positioner_1 = __webpack_require__(
|
83396
|
+
var _Positioner_1 = __webpack_require__(371);
|
83397
83397
|
var Popover = /** @class */ (function (_super) {
|
83398
83398
|
__extends(Popover, _super);
|
83399
83399
|
function Popover() {
|
@@ -146595,7 +146595,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
146595
146595
|
exports.IconPicker = void 0;
|
146596
146596
|
var React = __importStar(__webpack_require__(0));
|
146597
146597
|
// @ts-ignore
|
146598
|
-
var iconFont = __importStar(__webpack_require__(
|
146598
|
+
var iconFont = __importStar(__webpack_require__(376));
|
146599
146599
|
var Button_1 = __webpack_require__(76);
|
146600
146600
|
var Icon_1 = __webpack_require__(10);
|
146601
146601
|
var SelectGrid_1 = __webpack_require__(346);
|
@@ -146622,7 +146622,7 @@ var IconPicker = /** @class */ (function (_super) {
|
|
146622
146622
|
return item ?
|
146623
146623
|
(React.createElement(React.Fragment, null,
|
146624
146624
|
React.createElement(Icon_1.Icon, { name: item.value }),
|
146625
|
-
React.createElement("span", { className: "sd-
|
146625
|
+
React.createElement("span", { className: "sd-text--normal sd-padding-t--1" }, item.label))) : null;
|
146626
146626
|
};
|
146627
146627
|
_this.state = { icons: [] };
|
146628
146628
|
return _this;
|
@@ -157320,7 +157320,7 @@ exports.Positioner = undefined;
|
|
157320
157320
|
|
157321
157321
|
var _reactToAngular = __webpack_require__(790);
|
157322
157322
|
|
157323
|
-
var _Positioner2 = __webpack_require__(
|
157323
|
+
var _Positioner2 = __webpack_require__(371);
|
157324
157324
|
|
157325
157325
|
/* eslint-disable react/no-multi-comp */
|
157326
157326
|
/* eslint-disable eqeqeq */
|
@@ -157518,7 +157518,11 @@ angular.module('superdesk-ui.positioner', []).component('sdPositioner', (0, _rea
|
|
157518
157518
|
/* 954 */,
|
157519
157519
|
/* 955 */,
|
157520
157520
|
/* 956 */,
|
157521
|
-
/* 957
|
157521
|
+
/* 957 */,
|
157522
|
+
/* 958 */,
|
157523
|
+
/* 959 */,
|
157524
|
+
/* 960 */,
|
157525
|
+
/* 961 */
|
157522
157526
|
/***/ (function(module, exports, __webpack_require__) {
|
157523
157527
|
|
157524
157528
|
"use strict";
|
@@ -157805,42 +157809,38 @@ Object.defineProperty(exports, 'ContentDivider', {
|
|
157805
157809
|
}
|
157806
157810
|
});
|
157807
157811
|
|
157808
|
-
__webpack_require__(
|
157812
|
+
__webpack_require__(962);
|
157809
157813
|
|
157810
|
-
__webpack_require__(
|
157814
|
+
__webpack_require__(997);
|
157811
157815
|
|
157812
157816
|
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']);
|
157813
157817
|
|
157814
157818
|
/***/ }),
|
157815
|
-
/*
|
157819
|
+
/* 962 */
|
157816
157820
|
/***/ (function(module, exports, __webpack_require__) {
|
157817
157821
|
|
157818
157822
|
"use strict";
|
157819
157823
|
|
157820
157824
|
|
157821
|
-
__webpack_require__(
|
157825
|
+
__webpack_require__(963);
|
157822
157826
|
|
157823
|
-
__webpack_require__(
|
157827
|
+
__webpack_require__(977);
|
157824
157828
|
|
157825
|
-
__webpack_require__(
|
157829
|
+
__webpack_require__(979);
|
157826
157830
|
|
157827
|
-
__webpack_require__(
|
157831
|
+
__webpack_require__(980);
|
157828
157832
|
|
157829
157833
|
__webpack_require__(797);
|
157830
157834
|
|
157831
|
-
__webpack_require__(
|
157835
|
+
__webpack_require__(981);
|
157832
157836
|
|
157833
|
-
__webpack_require__(
|
157837
|
+
__webpack_require__(982);
|
157834
157838
|
|
157835
|
-
__webpack_require__(
|
157839
|
+
__webpack_require__(983);
|
157836
157840
|
|
157837
157841
|
__webpack_require__(796);
|
157838
157842
|
|
157839
|
-
__webpack_require__(
|
157840
|
-
|
157841
|
-
__webpack_require__(983);
|
157842
|
-
|
157843
|
-
__webpack_require__(985);
|
157843
|
+
__webpack_require__(984);
|
157844
157844
|
|
157845
157845
|
__webpack_require__(987);
|
157846
157846
|
|
@@ -157848,10 +157848,14 @@ __webpack_require__(989);
|
|
157848
157848
|
|
157849
157849
|
__webpack_require__(991);
|
157850
157850
|
|
157851
|
-
__webpack_require__(
|
157851
|
+
__webpack_require__(993);
|
157852
|
+
|
157853
|
+
__webpack_require__(995);
|
157854
|
+
|
157855
|
+
__webpack_require__(996);
|
157852
157856
|
|
157853
157857
|
/***/ }),
|
157854
|
-
/*
|
157858
|
+
/* 963 */
|
157855
157859
|
/***/ (function(module, exports, __webpack_require__) {
|
157856
157860
|
|
157857
157861
|
"use strict";
|
@@ -157861,22 +157865,22 @@ Object.defineProperty(exports, "__esModule", {
|
|
157861
157865
|
value: true
|
157862
157866
|
});
|
157863
157867
|
|
157864
|
-
__webpack_require__(
|
157865
|
-
|
157866
|
-
__webpack_require__(961);
|
157868
|
+
__webpack_require__(964);
|
157867
157869
|
|
157868
|
-
__webpack_require__(
|
157869
|
-
|
157870
|
-
__webpack_require__(968);
|
157870
|
+
__webpack_require__(965);
|
157871
157871
|
|
157872
157872
|
__webpack_require__(971);
|
157873
157873
|
|
157874
157874
|
__webpack_require__(972);
|
157875
157875
|
|
157876
|
+
__webpack_require__(975);
|
157877
|
+
|
157878
|
+
__webpack_require__(976);
|
157879
|
+
|
157876
157880
|
exports.default = angular.module('superdesk-ui.helper', ['superdesk-ui.helper.dropdown', 'superdesk-ui.helper.modal', 'superdesk-ui.helper.datepicker', 'superdesk-ui.helper.ngTagsInput']);
|
157877
157881
|
|
157878
157882
|
/***/ }),
|
157879
|
-
/*
|
157883
|
+
/* 964 */
|
157880
157884
|
/***/ (function(module, exports, __webpack_require__) {
|
157881
157885
|
|
157882
157886
|
"use strict";
|
@@ -158093,7 +158097,7 @@ angular.module('superdesk-ui.helper.dateparser', []).service('dateParser', ['$lo
|
|
158093
158097
|
}]);
|
158094
158098
|
|
158095
158099
|
/***/ }),
|
158096
|
-
/*
|
158100
|
+
/* 965 */
|
158097
158101
|
/***/ (function(module, exports, __webpack_require__) {
|
158098
158102
|
|
158099
158103
|
"use strict";
|
@@ -158312,7 +158316,7 @@ angular.module('superdesk-ui.helper.datepicker', ['superdesk-ui.helper.dateparse
|
|
158312
158316
|
return {
|
158313
158317
|
restrict: 'EA',
|
158314
158318
|
replace: true,
|
158315
|
-
template: __webpack_require__(
|
158319
|
+
template: __webpack_require__(966),
|
158316
158320
|
scope: {
|
158317
158321
|
datepickerMode: '=?',
|
158318
158322
|
dateDisabled: '&',
|
@@ -158334,7 +158338,7 @@ angular.module('superdesk-ui.helper.datepicker', ['superdesk-ui.helper.dateparse
|
|
158334
158338
|
return {
|
158335
158339
|
restrict: 'EA',
|
158336
158340
|
replace: true,
|
158337
|
-
template: __webpack_require__(
|
158341
|
+
template: __webpack_require__(967),
|
158338
158342
|
require: '^datepicker',
|
158339
158343
|
link: function link(scope, element, attrs, ctrl) {
|
158340
158344
|
scope.showWeeks = ctrl.showWeeks;
|
@@ -158453,7 +158457,7 @@ angular.module('superdesk-ui.helper.datepicker', ['superdesk-ui.helper.dateparse
|
|
158453
158457
|
return {
|
158454
158458
|
restrict: 'EA',
|
158455
158459
|
replace: true,
|
158456
|
-
template: __webpack_require__(
|
158460
|
+
template: __webpack_require__(968),
|
158457
158461
|
require: '^datepicker',
|
158458
158462
|
link: function link(scope, element, attrs, ctrl) {
|
158459
158463
|
ctrl.step = { years: 1 };
|
@@ -158510,7 +158514,7 @@ angular.module('superdesk-ui.helper.datepicker', ['superdesk-ui.helper.dateparse
|
|
158510
158514
|
return {
|
158511
158515
|
restrict: 'EA',
|
158512
158516
|
replace: true,
|
158513
|
-
template: __webpack_require__(
|
158517
|
+
template: __webpack_require__(969),
|
158514
158518
|
require: '^datepicker',
|
158515
158519
|
link: function link(scope, element, attrs, ctrl) {
|
158516
158520
|
var range = ctrl.yearRange;
|
@@ -158877,42 +158881,42 @@ angular.module('superdesk-ui.helper.datepicker', ['superdesk-ui.helper.dateparse
|
|
158877
158881
|
restrict: 'EA',
|
158878
158882
|
replace: true,
|
158879
158883
|
transclude: true,
|
158880
|
-
template: __webpack_require__(
|
158884
|
+
template: __webpack_require__(970)
|
158881
158885
|
};
|
158882
158886
|
});
|
158883
158887
|
|
158884
158888
|
/***/ }),
|
158885
|
-
/*
|
158889
|
+
/* 966 */
|
158886
158890
|
/***/ (function(module, exports) {
|
158887
158891
|
|
158888
158892
|
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>";
|
158889
158893
|
|
158890
158894
|
/***/ }),
|
158891
|
-
/*
|
158895
|
+
/* 967 */
|
158892
158896
|
/***/ (function(module, exports) {
|
158893
158897
|
|
158894
158898
|
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";
|
158895
158899
|
|
158896
158900
|
/***/ }),
|
158897
|
-
/*
|
158901
|
+
/* 968 */
|
158898
158902
|
/***/ (function(module, exports) {
|
158899
158903
|
|
158900
158904
|
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";
|
158901
158905
|
|
158902
158906
|
/***/ }),
|
158903
|
-
/*
|
158907
|
+
/* 969 */
|
158904
158908
|
/***/ (function(module, exports) {
|
158905
158909
|
|
158906
158910
|
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";
|
158907
158911
|
|
158908
158912
|
/***/ }),
|
158909
|
-
/*
|
158913
|
+
/* 970 */
|
158910
158914
|
/***/ (function(module, exports) {
|
158911
158915
|
|
158912
158916
|
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";
|
158913
158917
|
|
158914
158918
|
/***/ }),
|
158915
|
-
/*
|
158919
|
+
/* 971 */
|
158916
158920
|
/***/ (function(module, exports, __webpack_require__) {
|
158917
158921
|
|
158918
158922
|
"use strict";
|
@@ -159255,7 +159259,7 @@ angular.module('superdesk-ui.helper.dropdown', ['superdesk-ui.helper.position'])
|
|
159255
159259
|
});
|
159256
159260
|
|
159257
159261
|
/***/ }),
|
159258
|
-
/*
|
159262
|
+
/* 972 */
|
159259
159263
|
/***/ (function(module, exports, __webpack_require__) {
|
159260
159264
|
|
159261
159265
|
"use strict";
|
@@ -159322,7 +159326,7 @@ angular.module('superdesk-ui.helper.modal', []).factory('$$stackedMap', function
|
|
159322
159326
|
return {
|
159323
159327
|
restrict: 'EA',
|
159324
159328
|
replace: true,
|
159325
|
-
template: __webpack_require__(
|
159329
|
+
template: __webpack_require__(973),
|
159326
159330
|
compile: function compile(tElement, tAttrs) {
|
159327
159331
|
tElement.addClass(tAttrs.backdropClass);
|
159328
159332
|
return linkFn;
|
@@ -159349,7 +159353,7 @@ angular.module('superdesk-ui.helper.modal', []).factory('$$stackedMap', function
|
|
159349
159353
|
// templateUrl: function templateUrl(tElement, tAttrs) {
|
159350
159354
|
// return tAttrs.templateUrl || '../app/template/window.html';
|
159351
159355
|
// },
|
159352
|
-
template: __webpack_require__(
|
159356
|
+
template: __webpack_require__(974),
|
159353
159357
|
link: function link(scope, element, attrs) {
|
159354
159358
|
element.addClass(attrs.windowClass || '');
|
159355
159359
|
scope.size = attrs.size;
|
@@ -159726,19 +159730,19 @@ angular.module('superdesk-ui.helper.modal', []).factory('$$stackedMap', function
|
|
159726
159730
|
});
|
159727
159731
|
|
159728
159732
|
/***/ }),
|
159729
|
-
/*
|
159733
|
+
/* 973 */
|
159730
159734
|
/***/ (function(module, exports) {
|
159731
159735
|
|
159732
159736
|
module.exports = "<div class=\"modal__backdrop fade in\"></div>";
|
159733
159737
|
|
159734
159738
|
/***/ }),
|
159735
|
-
/*
|
159739
|
+
/* 974 */
|
159736
159740
|
/***/ (function(module, exports) {
|
159737
159741
|
|
159738
159742
|
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";
|
159739
159743
|
|
159740
159744
|
/***/ }),
|
159741
|
-
/*
|
159745
|
+
/* 975 */
|
159742
159746
|
/***/ (function(module, exports, __webpack_require__) {
|
159743
159747
|
|
159744
159748
|
"use strict";
|
@@ -159901,13 +159905,13 @@ angular.module('superdesk-ui.helper.position', [])
|
|
159901
159905
|
}]);
|
159902
159906
|
|
159903
159907
|
/***/ }),
|
159904
|
-
/*
|
159908
|
+
/* 976 */
|
159905
159909
|
/***/ (function(module, exports, __webpack_require__) {
|
159906
159910
|
|
159907
159911
|
"use strict";
|
159908
159912
|
|
159909
159913
|
|
159910
|
-
var _popper = __webpack_require__(
|
159914
|
+
var _popper = __webpack_require__(372);
|
159911
159915
|
|
159912
159916
|
var _popper2 = _interopRequireDefault(_popper);
|
159913
159917
|
|
@@ -161127,7 +161131,7 @@ function _toConsumableArray(arr) { if (Array.isArray(arr)) { for (var i = 0, arr
|
|
161127
161131
|
})();
|
161128
161132
|
|
161129
161133
|
/***/ }),
|
161130
|
-
/*
|
161134
|
+
/* 977 */
|
161131
161135
|
/***/ (function(module, exports, __webpack_require__) {
|
161132
161136
|
|
161133
161137
|
"use strict";
|
@@ -161144,7 +161148,7 @@ function CarouselDirective() {
|
|
161144
161148
|
finish: '&',
|
161145
161149
|
model: '='
|
161146
161150
|
},
|
161147
|
-
template: __webpack_require__(
|
161151
|
+
template: __webpack_require__(978),
|
161148
161152
|
transclude: true,
|
161149
161153
|
controllerAs: 'ctrl',
|
161150
161154
|
controller: ['$scope', '$document', function ($scope, $document) {
|
@@ -161266,13 +161270,13 @@ function CarouselStepDirective() {
|
|
161266
161270
|
angular.module('superdesk-ui.carousel', []).directive('sdCarousel', CarouselDirective).directive('sdCarouselStep', CarouselStepDirective);
|
161267
161271
|
|
161268
161272
|
/***/ }),
|
161269
|
-
/*
|
161273
|
+
/* 978 */
|
161270
161274
|
/***/ (function(module, exports) {
|
161271
161275
|
|
161272
161276
|
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>";
|
161273
161277
|
|
161274
161278
|
/***/ }),
|
161275
|
-
/*
|
161279
|
+
/* 979 */
|
161276
161280
|
/***/ (function(module, exports, __webpack_require__) {
|
161277
161281
|
|
161278
161282
|
"use strict";
|
@@ -161375,7 +161379,7 @@ function sdCheck($parse) {
|
|
161375
161379
|
angular.module('superdesk-ui.check', []).directive('sdCheck', sdCheck);
|
161376
161380
|
|
161377
161381
|
/***/ }),
|
161378
|
-
/*
|
161382
|
+
/* 980 */
|
161379
161383
|
/***/ (function(module, exports, __webpack_require__) {
|
161380
161384
|
|
161381
161385
|
"use strict";
|
@@ -161555,7 +161559,7 @@ angular.module("superdesk-ui.dropdown", []).directive("dropdown", sdDropdown).di
|
|
161555
161559
|
/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(57)))
|
161556
161560
|
|
161557
161561
|
/***/ }),
|
161558
|
-
/*
|
161562
|
+
/* 981 */
|
161559
161563
|
/***/ (function(module, exports, __webpack_require__) {
|
161560
161564
|
|
161561
161565
|
"use strict";
|
@@ -161643,7 +161647,7 @@ function sdModal($document, $rootScope) {
|
|
161643
161647
|
angular.module('superdesk-ui.modals', []).directive('sdModal', sdModal);
|
161644
161648
|
|
161645
161649
|
/***/ }),
|
161646
|
-
/*
|
161650
|
+
/* 982 */
|
161647
161651
|
/***/ (function(module, exports, __webpack_require__) {
|
161648
161652
|
|
161649
161653
|
"use strict";
|
@@ -161728,7 +161732,7 @@ function sdSwitch() {
|
|
161728
161732
|
angular.module('superdesk-ui.switch', []).directive('sdSwitch', sdSwitch);
|
161729
161733
|
|
161730
161734
|
/***/ }),
|
161731
|
-
/*
|
161735
|
+
/* 983 */
|
161732
161736
|
/***/ (function(module, exports, __webpack_require__) {
|
161733
161737
|
|
161734
161738
|
"use strict";
|
@@ -161766,7 +161770,7 @@ function ToggleBoxDirective() {
|
|
161766
161770
|
angular.module('superdesk-ui.toggleBox', []).directive('sdToggleBox', ToggleBoxDirective);
|
161767
161771
|
|
161768
161772
|
/***/ }),
|
161769
|
-
/*
|
161773
|
+
/* 984 */
|
161770
161774
|
/***/ (function(module, exports, __webpack_require__) {
|
161771
161775
|
|
161772
161776
|
"use strict";
|
@@ -161801,7 +161805,7 @@ function WizardHandlerFactory() {
|
|
161801
161805
|
WizardDirective.$inject = [];
|
161802
161806
|
function WizardDirective() {
|
161803
161807
|
return {
|
161804
|
-
template: __webpack_require__(
|
161808
|
+
template: __webpack_require__(985),
|
161805
161809
|
scope: {
|
161806
161810
|
currentStep: '=',
|
161807
161811
|
finish: '&',
|
@@ -161905,7 +161909,7 @@ function WizardDirective() {
|
|
161905
161909
|
WizardStepDirective.$inject = [];
|
161906
161910
|
function WizardStepDirective() {
|
161907
161911
|
return {
|
161908
|
-
template: __webpack_require__(
|
161912
|
+
template: __webpack_require__(986),
|
161909
161913
|
scope: {
|
161910
161914
|
title: '@',
|
161911
161915
|
code: '@',
|
@@ -161923,19 +161927,19 @@ function WizardStepDirective() {
|
|
161923
161927
|
angular.module('superdesk-ui.wizard', []).factory('WizardHandler', WizardHandlerFactory).directive('sdWizard', WizardDirective).directive('sdWizardStep', WizardStepDirective);
|
161924
161928
|
|
161925
161929
|
/***/ }),
|
161926
|
-
/*
|
161930
|
+
/* 985 */
|
161927
161931
|
/***/ (function(module, exports) {
|
161928
161932
|
|
161929
161933
|
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>";
|
161930
161934
|
|
161931
161935
|
/***/ }),
|
161932
|
-
/*
|
161936
|
+
/* 986 */
|
161933
161937
|
/***/ (function(module, exports) {
|
161934
161938
|
|
161935
161939
|
module.exports = "<div ng-show=\"selected\" class=\"modal-screen\" ng-transclude></div>\r\n";
|
161936
161940
|
|
161937
161941
|
/***/ }),
|
161938
|
-
/*
|
161942
|
+
/* 987 */
|
161939
161943
|
/***/ (function(module, exports, __webpack_require__) {
|
161940
161944
|
|
161941
161945
|
"use strict";
|
@@ -161964,7 +161968,7 @@ function TagInputDirective($q) {
|
|
161964
161968
|
maxResultsToShow: '='
|
161965
161969
|
},
|
161966
161970
|
require: '?ngModel',
|
161967
|
-
template: __webpack_require__(
|
161971
|
+
template: __webpack_require__(988),
|
161968
161972
|
link: function link(scope) {
|
161969
161973
|
scope.loadTags = function (query) {
|
161970
161974
|
return $q(function (resolve, reject) {
|
@@ -161982,13 +161986,13 @@ function TagInputDirective($q) {
|
|
161982
161986
|
angular.module('superdesk-ui.tags', []).directive('sdTagInput', TagInputDirective);
|
161983
161987
|
|
161984
161988
|
/***/ }),
|
161985
|
-
/*
|
161989
|
+
/* 988 */
|
161986
161990
|
/***/ (function(module, exports) {
|
161987
161991
|
|
161988
161992
|
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";
|
161989
161993
|
|
161990
161994
|
/***/ }),
|
161991
|
-
/*
|
161995
|
+
/* 989 */
|
161992
161996
|
/***/ (function(module, exports, __webpack_require__) {
|
161993
161997
|
|
161994
161998
|
"use strict";
|
@@ -162005,7 +162009,7 @@ module.exports = "<label class=\"tags-input__label\" ng-if=\"label\">{{label}}</
|
|
162005
162009
|
*/
|
162006
162010
|
function LineInputDirective() {
|
162007
162011
|
return {
|
162008
|
-
template: __webpack_require__(
|
162012
|
+
template: __webpack_require__(990),
|
162009
162013
|
replace: true,
|
162010
162014
|
transclude: true,
|
162011
162015
|
require: '?ngModel',
|
@@ -162047,13 +162051,13 @@ function LineInputDirective() {
|
|
162047
162051
|
angular.module('superdesk-ui.lineInput', []).directive('sdLineInput', LineInputDirective);
|
162048
162052
|
|
162049
162053
|
/***/ }),
|
162050
|
-
/*
|
162054
|
+
/* 990 */
|
162051
162055
|
/***/ (function(module, exports) {
|
162052
162056
|
|
162053
162057
|
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";
|
162054
162058
|
|
162055
162059
|
/***/ }),
|
162056
|
-
/*
|
162060
|
+
/* 991 */
|
162057
162061
|
/***/ (function(module, exports, __webpack_require__) {
|
162058
162062
|
|
162059
162063
|
"use strict";
|
@@ -162073,7 +162077,7 @@ module.exports = " <div class=\"sd-line-input\" ng-class=\"{'sd-line-input--dark
|
|
162073
162077
|
*/
|
162074
162078
|
function SearchHandlerDirective() {
|
162075
162079
|
return {
|
162076
|
-
template: __webpack_require__(
|
162080
|
+
template: __webpack_require__(992),
|
162077
162081
|
replace: true,
|
162078
162082
|
transclude: true,
|
162079
162083
|
require: '?ngModel',
|
@@ -162099,13 +162103,13 @@ function SearchHandlerDirective() {
|
|
162099
162103
|
angular.module('superdesk-ui.searchHandler', []).directive('sdSearchHandler', SearchHandlerDirective);
|
162100
162104
|
|
162101
162105
|
/***/ }),
|
162102
|
-
/*
|
162106
|
+
/* 992 */
|
162103
162107
|
/***/ (function(module, exports) {
|
162104
162108
|
|
162105
162109
|
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";
|
162106
162110
|
|
162107
162111
|
/***/ }),
|
162108
|
-
/*
|
162112
|
+
/* 993 */
|
162109
162113
|
/***/ (function(module, exports, __webpack_require__) {
|
162110
162114
|
|
162111
162115
|
"use strict";
|
@@ -162121,7 +162125,7 @@ function sdCircularProgress() {
|
|
162121
162125
|
error: '=',
|
162122
162126
|
counter: '='
|
162123
162127
|
},
|
162124
|
-
template: __webpack_require__(
|
162128
|
+
template: __webpack_require__(994),
|
162125
162129
|
link: function link(scope, element) {
|
162126
162130
|
var elem = $(element).find('.progress-svg');
|
162127
162131
|
|
@@ -162167,13 +162171,13 @@ angular.module('superdesk-ui.circularProgress', []).directive('sdCircularProgres
|
|
162167
162171
|
/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(57)))
|
162168
162172
|
|
162169
162173
|
/***/ }),
|
162170
|
-
/*
|
162174
|
+
/* 994 */
|
162171
162175
|
/***/ (function(module, exports) {
|
162172
162176
|
|
162173
162177
|
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>";
|
162174
162178
|
|
162175
162179
|
/***/ }),
|
162176
|
-
/*
|
162180
|
+
/* 995 */
|
162177
162181
|
/***/ (function(module, exports, __webpack_require__) {
|
162178
162182
|
|
162179
162183
|
"use strict";
|
@@ -162218,7 +162222,7 @@ function SplitterDirective($window) {
|
|
162218
162222
|
angular.module('superdesk-ui.splitter', []).directive('sdSplitter', SplitterDirective);
|
162219
162223
|
|
162220
162224
|
/***/ }),
|
162221
|
-
/*
|
162225
|
+
/* 996 */
|
162222
162226
|
/***/ (function(module, exports, __webpack_require__) {
|
162223
162227
|
|
162224
162228
|
"use strict";
|
@@ -162259,16 +162263,16 @@ function MediaQuery($window) {
|
|
162259
162263
|
angular.module('superdesk-ui.mediaQuery', []).directive('sdMediaQuery', MediaQuery);
|
162260
162264
|
|
162261
162265
|
/***/ }),
|
162262
|
-
/*
|
162266
|
+
/* 997 */
|
162263
162267
|
/***/ (function(module, exports, __webpack_require__) {
|
162264
162268
|
|
162265
162269
|
"use strict";
|
162266
162270
|
|
162267
162271
|
|
162268
|
-
__webpack_require__(
|
162272
|
+
__webpack_require__(998);
|
162269
162273
|
|
162270
162274
|
/***/ }),
|
162271
|
-
/*
|
162275
|
+
/* 998 */
|
162272
162276
|
/***/ (function(module, exports) {
|
162273
162277
|
|
162274
162278
|
// removed by extract-text-webpack-plugin
|