superdesk-ui-framework 3.0.38 → 3.0.40

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.
@@ -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 = 722);
73
+ /******/ return __webpack_require__(__webpack_require__.s = 726);
74
74
  /******/ })
75
75
  /************************************************************************/
76
76
  /******/ ([
@@ -5861,7 +5861,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
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
5863
  exports.BottomNav = exports.Heading = exports.Time = exports.Text = exports.LoadingOverlay = exports.Spinner = exports.ListItemLoader = exports.Skeleton = 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.SpacerBlock = exports.Spacer = exports.WithPopover = exports.ResizablePanels = exports.MultiSelect = exports.ContentListItem = exports.TableListItem = exports.TableList = exports.TreeSelect = void 0;
5864
+ exports.DragHandle = exports.SpacerBlock = exports.Spacer = exports.WithPopover = exports.ResizablePanels = exports.MultiSelect = exports.ContentListItem = exports.TableListItem = exports.TableList = exports.TreeSelect = void 0;
5865
5865
  var HelloWorld_1 = __webpack_require__(292);
5866
5866
  Object.defineProperty(exports, "HelloWorld", { enumerable: true, get: function () { return HelloWorld_1.HelloWorld; } });
5867
5867
  var Button_1 = __webpack_require__(54);
@@ -6062,6 +6062,8 @@ Object.defineProperty(exports, "WithPopover", { enumerable: true, get: function
6062
6062
  var Spacer_1 = __webpack_require__(80);
6063
6063
  Object.defineProperty(exports, "Spacer", { enumerable: true, get: function () { return Spacer_1.Spacer; } });
6064
6064
  Object.defineProperty(exports, "SpacerBlock", { enumerable: true, get: function () { return Spacer_1.SpacerBlock; } });
6065
+ var DragHandle_1 = __webpack_require__(556);
6066
+ Object.defineProperty(exports, "DragHandle", { enumerable: true, get: function () { return DragHandle_1.DragHandle; } });
6065
6067
 
6066
6068
 
6067
6069
  /***/ }),
@@ -119537,11 +119539,89 @@ function _nonIterableSpread() {
119537
119539
 
119538
119540
 
119539
119541
  /***/ }),
119540
- /* 556 */,
119541
- /* 557 */,
119542
+ /* 556 */
119543
+ /***/ (function(module, exports, __webpack_require__) {
119544
+
119545
+ "use strict";
119546
+
119547
+ var __extends = (this && this.__extends) || (function () {
119548
+ var extendStatics = function (d, b) {
119549
+ extendStatics = Object.setPrototypeOf ||
119550
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
119551
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
119552
+ return extendStatics(d, b);
119553
+ };
119554
+ return function (d, b) {
119555
+ if (typeof b !== "function" && b !== null)
119556
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
119557
+ extendStatics(d, b);
119558
+ function __() { this.constructor = d; }
119559
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
119560
+ };
119561
+ })();
119562
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
119563
+ if (k2 === undefined) k2 = k;
119564
+ var desc = Object.getOwnPropertyDescriptor(m, k);
119565
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
119566
+ desc = { enumerable: true, get: function() { return m[k]; } };
119567
+ }
119568
+ Object.defineProperty(o, k2, desc);
119569
+ }) : (function(o, m, k, k2) {
119570
+ if (k2 === undefined) k2 = k;
119571
+ o[k2] = m[k];
119572
+ }));
119573
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
119574
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
119575
+ }) : function(o, v) {
119576
+ o["default"] = v;
119577
+ });
119578
+ var __importStar = (this && this.__importStar) || function (mod) {
119579
+ if (mod && mod.__esModule) return mod;
119580
+ var result = {};
119581
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
119582
+ __setModuleDefault(result, mod);
119583
+ return result;
119584
+ };
119585
+ var __importDefault = (this && this.__importDefault) || function (mod) {
119586
+ return (mod && mod.__esModule) ? mod : { "default": mod };
119587
+ };
119588
+ Object.defineProperty(exports, "__esModule", { value: true });
119589
+ exports.DragHandle = void 0;
119590
+ var React = __importStar(__webpack_require__(0));
119591
+ __webpack_require__(557);
119592
+ var dots_svg_1 = __importDefault(__webpack_require__(558));
119593
+ var DragHandle = /** @class */ (function (_super) {
119594
+ __extends(DragHandle, _super);
119595
+ function DragHandle() {
119596
+ return _super !== null && _super.apply(this, arguments) || this;
119597
+ }
119598
+ DragHandle.prototype.render = function () {
119599
+ return (React.createElement("div", { className: "drag-handle-wrapper" },
119600
+ React.createElement("img", { src: dots_svg_1.default, className: "drag-handle" })));
119601
+ };
119602
+ return DragHandle;
119603
+ }(React.PureComponent));
119604
+ exports.DragHandle = DragHandle;
119605
+
119606
+
119607
+ /***/ }),
119608
+ /* 557 */
119609
+ /***/ (function(module, exports) {
119610
+
119611
+ // removed by extract-text-webpack-plugin
119612
+
119613
+ /***/ }),
119542
119614
  /* 558 */
119543
119615
  /***/ (function(module, exports, __webpack_require__) {
119544
119616
 
119617
+ module.exports = __webpack_require__.p + "dots.svg";
119618
+
119619
+ /***/ }),
119620
+ /* 559 */,
119621
+ /* 560 */,
119622
+ /* 561 */
119623
+ /***/ (function(module, exports, __webpack_require__) {
119624
+
119545
119625
  "use strict";
119546
119626
 
119547
119627
 
@@ -119719,12 +119799,12 @@ function reactToAngular1(component) {
119719
119799
  }
119720
119800
 
119721
119801
  /***/ }),
119722
- /* 559 */,
119723
- /* 560 */,
119724
- /* 561 */,
119725
119802
  /* 562 */,
119726
119803
  /* 563 */,
119727
- /* 564 */
119804
+ /* 564 */,
119805
+ /* 565 */,
119806
+ /* 566 */,
119807
+ /* 567 */
119728
119808
  /***/ (function(module, exports, __webpack_require__) {
119729
119809
 
119730
119810
  "use strict";
@@ -119745,7 +119825,7 @@ var _propTypes = __webpack_require__(4);
119745
119825
 
119746
119826
  var _propTypes2 = _interopRequireDefault(_propTypes);
119747
119827
 
119748
- var _reactToAngular = __webpack_require__(558);
119828
+ var _reactToAngular = __webpack_require__(561);
119749
119829
 
119750
119830
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
119751
119831
 
@@ -119840,7 +119920,7 @@ ToggleBoxNext.propTypes = {
119840
119920
  angular.module('superdesk-ui.toggleBoxNext', []).component('toggleBoxNext', (0, _reactToAngular.reactToAngular1)(ToggleBoxNext, ['mode', 'title', 'style', 'isOpen']));
119841
119921
 
119842
119922
  /***/ }),
119843
- /* 565 */
119923
+ /* 568 */
119844
119924
  /***/ (function(module, exports, __webpack_require__) {
119845
119925
 
119846
119926
  "use strict";
@@ -119851,7 +119931,7 @@ Object.defineProperty(exports, "__esModule", {
119851
119931
  });
119852
119932
  exports.Positioner = undefined;
119853
119933
 
119854
- var _reactToAngular = __webpack_require__(558);
119934
+ var _reactToAngular = __webpack_require__(561);
119855
119935
 
119856
119936
  var _Positioner2 = __webpack_require__(275);
119857
119937
 
@@ -119892,9 +119972,6 @@ angular.module('superdesk-ui.positioner', []).component('sdPositioner', (0, _rea
119892
119972
  */
119893
119973
 
119894
119974
  /***/ }),
119895
- /* 566 */,
119896
- /* 567 */,
119897
- /* 568 */,
119898
119975
  /* 569 */,
119899
119976
  /* 570 */,
119900
119977
  /* 571 */,
@@ -120048,7 +120125,11 @@ angular.module('superdesk-ui.positioner', []).component('sdPositioner', (0, _rea
120048
120125
  /* 719 */,
120049
120126
  /* 720 */,
120050
120127
  /* 721 */,
120051
- /* 722 */
120128
+ /* 722 */,
120129
+ /* 723 */,
120130
+ /* 724 */,
120131
+ /* 725 */,
120132
+ /* 726 */
120052
120133
  /***/ (function(module, exports, __webpack_require__) {
120053
120134
 
120054
120135
  "use strict";
@@ -120059,7 +120140,7 @@ Object.defineProperty(exports, "__esModule", {
120059
120140
  });
120060
120141
  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;
120061
120142
 
120062
- var _reactToAngular = __webpack_require__(558);
120143
+ var _reactToAngular = __webpack_require__(561);
120063
120144
 
120064
120145
  Object.defineProperty(exports, 'reactToAngular1', {
120065
120146
  enumerable: true,
@@ -120068,7 +120149,7 @@ Object.defineProperty(exports, 'reactToAngular1', {
120068
120149
  }
120069
120150
  });
120070
120151
 
120071
- var _toggleBoxNext = __webpack_require__(564);
120152
+ var _toggleBoxNext = __webpack_require__(567);
120072
120153
 
120073
120154
  Object.defineProperty(exports, 'ToggleBoxNext', {
120074
120155
  enumerable: true,
@@ -120077,7 +120158,7 @@ Object.defineProperty(exports, 'ToggleBoxNext', {
120077
120158
  }
120078
120159
  });
120079
120160
 
120080
- var _positioner = __webpack_require__(565);
120161
+ var _positioner = __webpack_require__(568);
120081
120162
 
120082
120163
  Object.defineProperty(exports, 'Positioner', {
120083
120164
  enumerable: true,
@@ -120335,42 +120416,38 @@ Object.defineProperty(exports, 'ContentDivider', {
120335
120416
  }
120336
120417
  });
120337
120418
 
120338
- __webpack_require__(723);
120419
+ __webpack_require__(727);
120339
120420
 
120340
- __webpack_require__(758);
120421
+ __webpack_require__(762);
120341
120422
 
120342
120423
  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']);
120343
120424
 
120344
120425
  /***/ }),
120345
- /* 723 */
120426
+ /* 727 */
120346
120427
  /***/ (function(module, exports, __webpack_require__) {
120347
120428
 
120348
120429
  "use strict";
120349
120430
 
120350
120431
 
120351
- __webpack_require__(724);
120352
-
120353
- __webpack_require__(738);
120354
-
120355
- __webpack_require__(740);
120356
-
120357
- __webpack_require__(741);
120358
-
120359
- __webpack_require__(565);
120432
+ __webpack_require__(728);
120360
120433
 
120361
120434
  __webpack_require__(742);
120362
120435
 
120363
- __webpack_require__(743);
120364
-
120365
120436
  __webpack_require__(744);
120366
120437
 
120367
- __webpack_require__(564);
120368
-
120369
120438
  __webpack_require__(745);
120370
120439
 
120440
+ __webpack_require__(568);
120441
+
120442
+ __webpack_require__(746);
120443
+
120444
+ __webpack_require__(747);
120445
+
120371
120446
  __webpack_require__(748);
120372
120447
 
120373
- __webpack_require__(750);
120448
+ __webpack_require__(567);
120449
+
120450
+ __webpack_require__(749);
120374
120451
 
120375
120452
  __webpack_require__(752);
120376
120453
 
@@ -120378,10 +120455,14 @@ __webpack_require__(754);
120378
120455
 
120379
120456
  __webpack_require__(756);
120380
120457
 
120381
- __webpack_require__(757);
120458
+ __webpack_require__(758);
120459
+
120460
+ __webpack_require__(760);
120461
+
120462
+ __webpack_require__(761);
120382
120463
 
120383
120464
  /***/ }),
120384
- /* 724 */
120465
+ /* 728 */
120385
120466
  /***/ (function(module, exports, __webpack_require__) {
120386
120467
 
120387
120468
  "use strict";
@@ -120391,22 +120472,22 @@ Object.defineProperty(exports, "__esModule", {
120391
120472
  value: true
120392
120473
  });
120393
120474
 
120394
- __webpack_require__(725);
120475
+ __webpack_require__(729);
120395
120476
 
120396
- __webpack_require__(726);
120397
-
120398
- __webpack_require__(732);
120399
-
120400
- __webpack_require__(733);
120477
+ __webpack_require__(730);
120401
120478
 
120402
120479
  __webpack_require__(736);
120403
120480
 
120404
120481
  __webpack_require__(737);
120405
120482
 
120483
+ __webpack_require__(740);
120484
+
120485
+ __webpack_require__(741);
120486
+
120406
120487
  exports.default = angular.module('superdesk-ui.helper', ['superdesk-ui.helper.dropdown', 'superdesk-ui.helper.modal', 'superdesk-ui.helper.datepicker', 'superdesk-ui.helper.ngTagsInput']);
120407
120488
 
120408
120489
  /***/ }),
120409
- /* 725 */
120490
+ /* 729 */
120410
120491
  /***/ (function(module, exports, __webpack_require__) {
120411
120492
 
120412
120493
  "use strict";
@@ -120623,7 +120704,7 @@ angular.module('superdesk-ui.helper.dateparser', []).service('dateParser', ['$lo
120623
120704
  }]);
120624
120705
 
120625
120706
  /***/ }),
120626
- /* 726 */
120707
+ /* 730 */
120627
120708
  /***/ (function(module, exports, __webpack_require__) {
120628
120709
 
120629
120710
  "use strict";
@@ -120842,7 +120923,7 @@ angular.module('superdesk-ui.helper.datepicker', ['superdesk-ui.helper.dateparse
120842
120923
  return {
120843
120924
  restrict: 'EA',
120844
120925
  replace: true,
120845
- template: __webpack_require__(727),
120926
+ template: __webpack_require__(731),
120846
120927
  scope: {
120847
120928
  datepickerMode: '=?',
120848
120929
  dateDisabled: '&',
@@ -120864,7 +120945,7 @@ angular.module('superdesk-ui.helper.datepicker', ['superdesk-ui.helper.dateparse
120864
120945
  return {
120865
120946
  restrict: 'EA',
120866
120947
  replace: true,
120867
- template: __webpack_require__(728),
120948
+ template: __webpack_require__(732),
120868
120949
  require: '^datepicker',
120869
120950
  link: function link(scope, element, attrs, ctrl) {
120870
120951
  scope.showWeeks = ctrl.showWeeks;
@@ -120983,7 +121064,7 @@ angular.module('superdesk-ui.helper.datepicker', ['superdesk-ui.helper.dateparse
120983
121064
  return {
120984
121065
  restrict: 'EA',
120985
121066
  replace: true,
120986
- template: __webpack_require__(729),
121067
+ template: __webpack_require__(733),
120987
121068
  require: '^datepicker',
120988
121069
  link: function link(scope, element, attrs, ctrl) {
120989
121070
  ctrl.step = { years: 1 };
@@ -121040,7 +121121,7 @@ angular.module('superdesk-ui.helper.datepicker', ['superdesk-ui.helper.dateparse
121040
121121
  return {
121041
121122
  restrict: 'EA',
121042
121123
  replace: true,
121043
- template: __webpack_require__(730),
121124
+ template: __webpack_require__(734),
121044
121125
  require: '^datepicker',
121045
121126
  link: function link(scope, element, attrs, ctrl) {
121046
121127
  var range = ctrl.yearRange;
@@ -121407,42 +121488,42 @@ angular.module('superdesk-ui.helper.datepicker', ['superdesk-ui.helper.dateparse
121407
121488
  restrict: 'EA',
121408
121489
  replace: true,
121409
121490
  transclude: true,
121410
- template: __webpack_require__(731)
121491
+ template: __webpack_require__(735)
121411
121492
  };
121412
121493
  });
121413
121494
 
121414
121495
  /***/ }),
121415
- /* 727 */
121496
+ /* 731 */
121416
121497
  /***/ (function(module, exports) {
121417
121498
 
121418
121499
  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>";
121419
121500
 
121420
121501
  /***/ }),
121421
- /* 728 */
121502
+ /* 732 */
121422
121503
  /***/ (function(module, exports) {
121423
121504
 
121424
121505
  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";
121425
121506
 
121426
121507
  /***/ }),
121427
- /* 729 */
121508
+ /* 733 */
121428
121509
  /***/ (function(module, exports) {
121429
121510
 
121430
121511
  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";
121431
121512
 
121432
121513
  /***/ }),
121433
- /* 730 */
121514
+ /* 734 */
121434
121515
  /***/ (function(module, exports) {
121435
121516
 
121436
121517
  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";
121437
121518
 
121438
121519
  /***/ }),
121439
- /* 731 */
121520
+ /* 735 */
121440
121521
  /***/ (function(module, exports) {
121441
121522
 
121442
121523
  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";
121443
121524
 
121444
121525
  /***/ }),
121445
- /* 732 */
121526
+ /* 736 */
121446
121527
  /***/ (function(module, exports, __webpack_require__) {
121447
121528
 
121448
121529
  "use strict";
@@ -121785,7 +121866,7 @@ angular.module('superdesk-ui.helper.dropdown', ['superdesk-ui.helper.position'])
121785
121866
  });
121786
121867
 
121787
121868
  /***/ }),
121788
- /* 733 */
121869
+ /* 737 */
121789
121870
  /***/ (function(module, exports, __webpack_require__) {
121790
121871
 
121791
121872
  "use strict";
@@ -121852,7 +121933,7 @@ angular.module('superdesk-ui.helper.modal', []).factory('$$stackedMap', function
121852
121933
  return {
121853
121934
  restrict: 'EA',
121854
121935
  replace: true,
121855
- template: __webpack_require__(734),
121936
+ template: __webpack_require__(738),
121856
121937
  compile: function compile(tElement, tAttrs) {
121857
121938
  tElement.addClass(tAttrs.backdropClass);
121858
121939
  return linkFn;
@@ -121879,7 +121960,7 @@ angular.module('superdesk-ui.helper.modal', []).factory('$$stackedMap', function
121879
121960
  // templateUrl: function templateUrl(tElement, tAttrs) {
121880
121961
  // return tAttrs.templateUrl || '../app/template/window.html';
121881
121962
  // },
121882
- template: __webpack_require__(735),
121963
+ template: __webpack_require__(739),
121883
121964
  link: function link(scope, element, attrs) {
121884
121965
  element.addClass(attrs.windowClass || '');
121885
121966
  scope.size = attrs.size;
@@ -122256,19 +122337,19 @@ angular.module('superdesk-ui.helper.modal', []).factory('$$stackedMap', function
122256
122337
  });
122257
122338
 
122258
122339
  /***/ }),
122259
- /* 734 */
122340
+ /* 738 */
122260
122341
  /***/ (function(module, exports) {
122261
122342
 
122262
122343
  module.exports = "<div class=\"modal__backdrop fade in\"></div>";
122263
122344
 
122264
122345
  /***/ }),
122265
- /* 735 */
122346
+ /* 739 */
122266
122347
  /***/ (function(module, exports) {
122267
122348
 
122268
122349
  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";
122269
122350
 
122270
122351
  /***/ }),
122271
- /* 736 */
122352
+ /* 740 */
122272
122353
  /***/ (function(module, exports, __webpack_require__) {
122273
122354
 
122274
122355
  "use strict";
@@ -122431,7 +122512,7 @@ angular.module('superdesk-ui.helper.position', [])
122431
122512
  }]);
122432
122513
 
122433
122514
  /***/ }),
122434
- /* 737 */
122515
+ /* 741 */
122435
122516
  /***/ (function(module, exports, __webpack_require__) {
122436
122517
 
122437
122518
  "use strict";
@@ -123657,7 +123738,7 @@ function _toConsumableArray(arr) { if (Array.isArray(arr)) { for (var i = 0, arr
123657
123738
  })();
123658
123739
 
123659
123740
  /***/ }),
123660
- /* 738 */
123741
+ /* 742 */
123661
123742
  /***/ (function(module, exports, __webpack_require__) {
123662
123743
 
123663
123744
  "use strict";
@@ -123674,7 +123755,7 @@ function CarouselDirective() {
123674
123755
  finish: '&',
123675
123756
  model: '='
123676
123757
  },
123677
- template: __webpack_require__(739),
123758
+ template: __webpack_require__(743),
123678
123759
  transclude: true,
123679
123760
  controllerAs: 'ctrl',
123680
123761
  controller: ['$scope', '$document', function ($scope, $document) {
@@ -123796,13 +123877,13 @@ function CarouselStepDirective() {
123796
123877
  angular.module('superdesk-ui.carousel', []).directive('sdCarousel', CarouselDirective).directive('sdCarouselStep', CarouselStepDirective);
123797
123878
 
123798
123879
  /***/ }),
123799
- /* 739 */
123880
+ /* 743 */
123800
123881
  /***/ (function(module, exports) {
123801
123882
 
123802
123883
  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>";
123803
123884
 
123804
123885
  /***/ }),
123805
- /* 740 */
123886
+ /* 744 */
123806
123887
  /***/ (function(module, exports, __webpack_require__) {
123807
123888
 
123808
123889
  "use strict";
@@ -123905,7 +123986,7 @@ function sdCheck($parse) {
123905
123986
  angular.module('superdesk-ui.check', []).directive('sdCheck', sdCheck);
123906
123987
 
123907
123988
  /***/ }),
123908
- /* 741 */
123989
+ /* 745 */
123909
123990
  /***/ (function(module, exports, __webpack_require__) {
123910
123991
 
123911
123992
  "use strict";
@@ -124085,7 +124166,7 @@ angular.module("superdesk-ui.dropdown", []).directive("dropdown", sdDropdown).di
124085
124166
  /* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(42)))
124086
124167
 
124087
124168
  /***/ }),
124088
- /* 742 */
124169
+ /* 746 */
124089
124170
  /***/ (function(module, exports, __webpack_require__) {
124090
124171
 
124091
124172
  "use strict";
@@ -124173,7 +124254,7 @@ function sdModal($document, $rootScope) {
124173
124254
  angular.module('superdesk-ui.modals', []).directive('sdModal', sdModal);
124174
124255
 
124175
124256
  /***/ }),
124176
- /* 743 */
124257
+ /* 747 */
124177
124258
  /***/ (function(module, exports, __webpack_require__) {
124178
124259
 
124179
124260
  "use strict";
@@ -124258,7 +124339,7 @@ function sdSwitch() {
124258
124339
  angular.module('superdesk-ui.switch', []).directive('sdSwitch', sdSwitch);
124259
124340
 
124260
124341
  /***/ }),
124261
- /* 744 */
124342
+ /* 748 */
124262
124343
  /***/ (function(module, exports, __webpack_require__) {
124263
124344
 
124264
124345
  "use strict";
@@ -124296,7 +124377,7 @@ function ToggleBoxDirective() {
124296
124377
  angular.module('superdesk-ui.toggleBox', []).directive('sdToggleBox', ToggleBoxDirective);
124297
124378
 
124298
124379
  /***/ }),
124299
- /* 745 */
124380
+ /* 749 */
124300
124381
  /***/ (function(module, exports, __webpack_require__) {
124301
124382
 
124302
124383
  "use strict";
@@ -124331,7 +124412,7 @@ function WizardHandlerFactory() {
124331
124412
  WizardDirective.$inject = [];
124332
124413
  function WizardDirective() {
124333
124414
  return {
124334
- template: __webpack_require__(746),
124415
+ template: __webpack_require__(750),
124335
124416
  scope: {
124336
124417
  currentStep: '=',
124337
124418
  finish: '&',
@@ -124435,7 +124516,7 @@ function WizardDirective() {
124435
124516
  WizardStepDirective.$inject = [];
124436
124517
  function WizardStepDirective() {
124437
124518
  return {
124438
- template: __webpack_require__(747),
124519
+ template: __webpack_require__(751),
124439
124520
  scope: {
124440
124521
  title: '@',
124441
124522
  code: '@',
@@ -124453,19 +124534,19 @@ function WizardStepDirective() {
124453
124534
  angular.module('superdesk-ui.wizard', []).factory('WizardHandler', WizardHandlerFactory).directive('sdWizard', WizardDirective).directive('sdWizardStep', WizardStepDirective);
124454
124535
 
124455
124536
  /***/ }),
124456
- /* 746 */
124537
+ /* 750 */
124457
124538
  /***/ (function(module, exports) {
124458
124539
 
124459
124540
  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>";
124460
124541
 
124461
124542
  /***/ }),
124462
- /* 747 */
124543
+ /* 751 */
124463
124544
  /***/ (function(module, exports) {
124464
124545
 
124465
124546
  module.exports = "<div ng-show=\"selected\" class=\"modal-screen\" ng-transclude></div>\r\n";
124466
124547
 
124467
124548
  /***/ }),
124468
- /* 748 */
124549
+ /* 752 */
124469
124550
  /***/ (function(module, exports, __webpack_require__) {
124470
124551
 
124471
124552
  "use strict";
@@ -124494,7 +124575,7 @@ function TagInputDirective($q) {
124494
124575
  maxResultsToShow: '='
124495
124576
  },
124496
124577
  require: '?ngModel',
124497
- template: __webpack_require__(749),
124578
+ template: __webpack_require__(753),
124498
124579
  link: function link(scope) {
124499
124580
  scope.loadTags = function (query) {
124500
124581
  return $q(function (resolve, reject) {
@@ -124512,13 +124593,13 @@ function TagInputDirective($q) {
124512
124593
  angular.module('superdesk-ui.tags', []).directive('sdTagInput', TagInputDirective);
124513
124594
 
124514
124595
  /***/ }),
124515
- /* 749 */
124596
+ /* 753 */
124516
124597
  /***/ (function(module, exports) {
124517
124598
 
124518
124599
  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";
124519
124600
 
124520
124601
  /***/ }),
124521
- /* 750 */
124602
+ /* 754 */
124522
124603
  /***/ (function(module, exports, __webpack_require__) {
124523
124604
 
124524
124605
  "use strict";
@@ -124535,7 +124616,7 @@ module.exports = "<label class=\"tags-input__label\" ng-if=\"label\">{{label}}</
124535
124616
  */
124536
124617
  function LineInputDirective() {
124537
124618
  return {
124538
- template: __webpack_require__(751),
124619
+ template: __webpack_require__(755),
124539
124620
  replace: true,
124540
124621
  transclude: true,
124541
124622
  require: '?ngModel',
@@ -124577,13 +124658,13 @@ function LineInputDirective() {
124577
124658
  angular.module('superdesk-ui.lineInput', []).directive('sdLineInput', LineInputDirective);
124578
124659
 
124579
124660
  /***/ }),
124580
- /* 751 */
124661
+ /* 755 */
124581
124662
  /***/ (function(module, exports) {
124582
124663
 
124583
124664
  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";
124584
124665
 
124585
124666
  /***/ }),
124586
- /* 752 */
124667
+ /* 756 */
124587
124668
  /***/ (function(module, exports, __webpack_require__) {
124588
124669
 
124589
124670
  "use strict";
@@ -124603,7 +124684,7 @@ module.exports = " <div class=\"sd-line-input\" ng-class=\"{'sd-line-input--dark
124603
124684
  */
124604
124685
  function SearchHandlerDirective() {
124605
124686
  return {
124606
- template: __webpack_require__(753),
124687
+ template: __webpack_require__(757),
124607
124688
  replace: true,
124608
124689
  transclude: true,
124609
124690
  require: '?ngModel',
@@ -124629,13 +124710,13 @@ function SearchHandlerDirective() {
124629
124710
  angular.module('superdesk-ui.searchHandler', []).directive('sdSearchHandler', SearchHandlerDirective);
124630
124711
 
124631
124712
  /***/ }),
124632
- /* 753 */
124713
+ /* 757 */
124633
124714
  /***/ (function(module, exports) {
124634
124715
 
124635
124716
  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";
124636
124717
 
124637
124718
  /***/ }),
124638
- /* 754 */
124719
+ /* 758 */
124639
124720
  /***/ (function(module, exports, __webpack_require__) {
124640
124721
 
124641
124722
  "use strict";
@@ -124651,7 +124732,7 @@ function sdCircularProgress() {
124651
124732
  error: '=',
124652
124733
  counter: '='
124653
124734
  },
124654
- template: __webpack_require__(755),
124735
+ template: __webpack_require__(759),
124655
124736
  link: function link(scope, element) {
124656
124737
  var elem = $(element).find('.progress-svg');
124657
124738
 
@@ -124697,13 +124778,13 @@ angular.module('superdesk-ui.circularProgress', []).directive('sdCircularProgres
124697
124778
  /* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(42)))
124698
124779
 
124699
124780
  /***/ }),
124700
- /* 755 */
124781
+ /* 759 */
124701
124782
  /***/ (function(module, exports) {
124702
124783
 
124703
124784
  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>";
124704
124785
 
124705
124786
  /***/ }),
124706
- /* 756 */
124787
+ /* 760 */
124707
124788
  /***/ (function(module, exports, __webpack_require__) {
124708
124789
 
124709
124790
  "use strict";
@@ -124748,7 +124829,7 @@ function SplitterDirective($window) {
124748
124829
  angular.module('superdesk-ui.splitter', []).directive('sdSplitter', SplitterDirective);
124749
124830
 
124750
124831
  /***/ }),
124751
- /* 757 */
124832
+ /* 761 */
124752
124833
  /***/ (function(module, exports, __webpack_require__) {
124753
124834
 
124754
124835
  "use strict";
@@ -124789,16 +124870,16 @@ function MediaQuery($window) {
124789
124870
  angular.module('superdesk-ui.mediaQuery', []).directive('sdMediaQuery', MediaQuery);
124790
124871
 
124791
124872
  /***/ }),
124792
- /* 758 */
124873
+ /* 762 */
124793
124874
  /***/ (function(module, exports, __webpack_require__) {
124794
124875
 
124795
124876
  "use strict";
124796
124877
 
124797
124878
 
124798
- __webpack_require__(759);
124879
+ __webpack_require__(763);
124799
124880
 
124800
124881
  /***/ }),
124801
- /* 759 */
124882
+ /* 763 */
124802
124883
  /***/ (function(module, exports) {
124803
124884
 
124804
124885
  // removed by extract-text-webpack-plugin