superdesk-ui-framework 3.0.46 → 3.0.48
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-typescript/components/ResizeObserverComponent.tsx +60 -0
- package/app-typescript/index.ts +1 -0
- package/dist/examples.bundle.js +393 -327
- package/dist/superdesk-ui.bundle.js +156 -90
- package/dist/vendor.bundle.js +14 -14
- package/package.json +1 -1
- package/react/components/ResizeObserverComponent.d.ts +19 -0
- package/react/components/ResizeObserverComponent.js +57 -0
- package/react/index.d.ts +1 -0
- package/react/index.js +3 -1
@@ -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 = 729);
|
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.DragHandle = exports.SpacerBlock = exports.Spacer = exports.WithPopover = exports.ResizablePanels = exports.MultiSelect = exports.ContentListItem = exports.TableListItem = exports.TableList = exports.TreeSelect = void 0;
|
5864
|
+
exports.DragHandle = exports.ResizeObserverComponent = exports.SpacerBlock = exports.Spacer = exports.WithPopover = exports.ResizablePanels = exports.MultiSelect = exports.ContentListItem = exports.TableListItem = exports.TableList = exports.TreeSelect = 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__(55);
|
@@ -6062,7 +6062,9 @@ 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
|
6065
|
+
var ResizeObserverComponent_1 = __webpack_require__(558);
|
6066
|
+
Object.defineProperty(exports, "ResizeObserverComponent", { enumerable: true, get: function () { return ResizeObserverComponent_1.ResizeObserverComponent; } });
|
6067
|
+
var DragHandle_1 = __webpack_require__(559);
|
6066
6068
|
Object.defineProperty(exports, "DragHandle", { enumerable: true, get: function () { return DragHandle_1.DragHandle; } });
|
6067
6069
|
|
6068
6070
|
|
@@ -119655,6 +119657,70 @@ function _nonIterableSpread() {
|
|
119655
119657
|
|
119656
119658
|
"use strict";
|
119657
119659
|
|
119660
|
+
var __extends = (this && this.__extends) || (function () {
|
119661
|
+
var extendStatics = function (d, b) {
|
119662
|
+
extendStatics = Object.setPrototypeOf ||
|
119663
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
119664
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
119665
|
+
return extendStatics(d, b);
|
119666
|
+
};
|
119667
|
+
return function (d, b) {
|
119668
|
+
if (typeof b !== "function" && b !== null)
|
119669
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
119670
|
+
extendStatics(d, b);
|
119671
|
+
function __() { this.constructor = d; }
|
119672
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
119673
|
+
};
|
119674
|
+
})();
|
119675
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
119676
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
119677
|
+
};
|
119678
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
119679
|
+
exports.ResizeObserverComponent = void 0;
|
119680
|
+
var react_1 = __importDefault(__webpack_require__(0));
|
119681
|
+
var ResizeObserverComponent = /** @class */ (function (_super) {
|
119682
|
+
__extends(ResizeObserverComponent, _super);
|
119683
|
+
function ResizeObserverComponent(props) {
|
119684
|
+
var _this = _super.call(this, props) || this;
|
119685
|
+
_this.state = {
|
119686
|
+
dimensions: 'not-initialized',
|
119687
|
+
};
|
119688
|
+
return _this;
|
119689
|
+
}
|
119690
|
+
ResizeObserverComponent.prototype.componentDidMount = function () {
|
119691
|
+
var _this = this;
|
119692
|
+
this.observerInstance = new ResizeObserver(function (entries) {
|
119693
|
+
_this.setState({
|
119694
|
+
dimensions: {
|
119695
|
+
width: Math.floor(entries[0].contentRect.width),
|
119696
|
+
},
|
119697
|
+
});
|
119698
|
+
});
|
119699
|
+
this.observerInstance.observe(this.el);
|
119700
|
+
};
|
119701
|
+
ResizeObserverComponent.prototype.componentWillUnmount = function () {
|
119702
|
+
this.observerInstance.unobserve(this.el);
|
119703
|
+
};
|
119704
|
+
ResizeObserverComponent.prototype.render = function () {
|
119705
|
+
var _this = this;
|
119706
|
+
var dimensions = this.state.dimensions;
|
119707
|
+
return (react_1.default.createElement("div", { ref: function (el) {
|
119708
|
+
_this.el = el;
|
119709
|
+
} }, dimensions === 'not-initialized'
|
119710
|
+
? null
|
119711
|
+
: this.props.children(dimensions)));
|
119712
|
+
};
|
119713
|
+
return ResizeObserverComponent;
|
119714
|
+
}(react_1.default.PureComponent));
|
119715
|
+
exports.ResizeObserverComponent = ResizeObserverComponent;
|
119716
|
+
|
119717
|
+
|
119718
|
+
/***/ }),
|
119719
|
+
/* 559 */
|
119720
|
+
/***/ (function(module, exports, __webpack_require__) {
|
119721
|
+
|
119722
|
+
"use strict";
|
119723
|
+
|
119658
119724
|
var __extends = (this && this.__extends) || (function () {
|
119659
119725
|
var extendStatics = function (d, b) {
|
119660
119726
|
extendStatics = Object.setPrototypeOf ||
|
@@ -119699,8 +119765,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
119699
119765
|
Object.defineProperty(exports, "__esModule", { value: true });
|
119700
119766
|
exports.DragHandle = void 0;
|
119701
119767
|
var React = __importStar(__webpack_require__(0));
|
119702
|
-
__webpack_require__(
|
119703
|
-
var dots_svg_1 = __importDefault(__webpack_require__(
|
119768
|
+
__webpack_require__(560);
|
119769
|
+
var dots_svg_1 = __importDefault(__webpack_require__(561));
|
119704
119770
|
var DragHandle = /** @class */ (function (_super) {
|
119705
119771
|
__extends(DragHandle, _super);
|
119706
119772
|
function DragHandle() {
|
@@ -119716,21 +119782,21 @@ exports.DragHandle = DragHandle;
|
|
119716
119782
|
|
119717
119783
|
|
119718
119784
|
/***/ }),
|
119719
|
-
/*
|
119785
|
+
/* 560 */
|
119720
119786
|
/***/ (function(module, exports) {
|
119721
119787
|
|
119722
119788
|
// removed by extract-text-webpack-plugin
|
119723
119789
|
|
119724
119790
|
/***/ }),
|
119725
|
-
/*
|
119791
|
+
/* 561 */
|
119726
119792
|
/***/ (function(module, exports, __webpack_require__) {
|
119727
119793
|
|
119728
119794
|
module.exports = __webpack_require__.p + "dots.svg";
|
119729
119795
|
|
119730
119796
|
/***/ }),
|
119731
|
-
/* 561 */,
|
119732
119797
|
/* 562 */,
|
119733
|
-
/* 563
|
119798
|
+
/* 563 */,
|
119799
|
+
/* 564 */
|
119734
119800
|
/***/ (function(module, exports, __webpack_require__) {
|
119735
119801
|
|
119736
119802
|
"use strict";
|
@@ -119910,12 +119976,12 @@ function reactToAngular1(component) {
|
|
119910
119976
|
}
|
119911
119977
|
|
119912
119978
|
/***/ }),
|
119913
|
-
/* 564 */,
|
119914
119979
|
/* 565 */,
|
119915
119980
|
/* 566 */,
|
119916
119981
|
/* 567 */,
|
119917
119982
|
/* 568 */,
|
119918
|
-
/* 569
|
119983
|
+
/* 569 */,
|
119984
|
+
/* 570 */
|
119919
119985
|
/***/ (function(module, exports, __webpack_require__) {
|
119920
119986
|
|
119921
119987
|
"use strict";
|
@@ -119936,7 +120002,7 @@ var _propTypes = __webpack_require__(4);
|
|
119936
120002
|
|
119937
120003
|
var _propTypes2 = _interopRequireDefault(_propTypes);
|
119938
120004
|
|
119939
|
-
var _reactToAngular = __webpack_require__(
|
120005
|
+
var _reactToAngular = __webpack_require__(564);
|
119940
120006
|
|
119941
120007
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
119942
120008
|
|
@@ -120031,7 +120097,7 @@ ToggleBoxNext.propTypes = {
|
|
120031
120097
|
angular.module('superdesk-ui.toggleBoxNext', []).component('toggleBoxNext', (0, _reactToAngular.reactToAngular1)(ToggleBoxNext, ['mode', 'title', 'style', 'isOpen']));
|
120032
120098
|
|
120033
120099
|
/***/ }),
|
120034
|
-
/*
|
120100
|
+
/* 571 */
|
120035
120101
|
/***/ (function(module, exports, __webpack_require__) {
|
120036
120102
|
|
120037
120103
|
"use strict";
|
@@ -120042,7 +120108,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
120042
120108
|
});
|
120043
120109
|
exports.Positioner = undefined;
|
120044
120110
|
|
120045
|
-
var _reactToAngular = __webpack_require__(
|
120111
|
+
var _reactToAngular = __webpack_require__(564);
|
120046
120112
|
|
120047
120113
|
var _Positioner2 = __webpack_require__(275);
|
120048
120114
|
|
@@ -120083,7 +120149,6 @@ angular.module('superdesk-ui.positioner', []).component('sdPositioner', (0, _rea
|
|
120083
120149
|
*/
|
120084
120150
|
|
120085
120151
|
/***/ }),
|
120086
|
-
/* 571 */,
|
120087
120152
|
/* 572 */,
|
120088
120153
|
/* 573 */,
|
120089
120154
|
/* 574 */,
|
@@ -120240,7 +120305,8 @@ angular.module('superdesk-ui.positioner', []).component('sdPositioner', (0, _rea
|
|
120240
120305
|
/* 725 */,
|
120241
120306
|
/* 726 */,
|
120242
120307
|
/* 727 */,
|
120243
|
-
/* 728
|
120308
|
+
/* 728 */,
|
120309
|
+
/* 729 */
|
120244
120310
|
/***/ (function(module, exports, __webpack_require__) {
|
120245
120311
|
|
120246
120312
|
"use strict";
|
@@ -120251,7 +120317,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
120251
120317
|
});
|
120252
120318
|
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;
|
120253
120319
|
|
120254
|
-
var _reactToAngular = __webpack_require__(
|
120320
|
+
var _reactToAngular = __webpack_require__(564);
|
120255
120321
|
|
120256
120322
|
Object.defineProperty(exports, 'reactToAngular1', {
|
120257
120323
|
enumerable: true,
|
@@ -120260,7 +120326,7 @@ Object.defineProperty(exports, 'reactToAngular1', {
|
|
120260
120326
|
}
|
120261
120327
|
});
|
120262
120328
|
|
120263
|
-
var _toggleBoxNext = __webpack_require__(
|
120329
|
+
var _toggleBoxNext = __webpack_require__(570);
|
120264
120330
|
|
120265
120331
|
Object.defineProperty(exports, 'ToggleBoxNext', {
|
120266
120332
|
enumerable: true,
|
@@ -120269,7 +120335,7 @@ Object.defineProperty(exports, 'ToggleBoxNext', {
|
|
120269
120335
|
}
|
120270
120336
|
});
|
120271
120337
|
|
120272
|
-
var _positioner = __webpack_require__(
|
120338
|
+
var _positioner = __webpack_require__(571);
|
120273
120339
|
|
120274
120340
|
Object.defineProperty(exports, 'Positioner', {
|
120275
120341
|
enumerable: true,
|
@@ -120527,53 +120593,53 @@ Object.defineProperty(exports, 'ContentDivider', {
|
|
120527
120593
|
}
|
120528
120594
|
});
|
120529
120595
|
|
120530
|
-
__webpack_require__(
|
120596
|
+
__webpack_require__(730);
|
120531
120597
|
|
120532
|
-
__webpack_require__(
|
120598
|
+
__webpack_require__(765);
|
120533
120599
|
|
120534
120600
|
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']);
|
120535
120601
|
|
120536
120602
|
/***/ }),
|
120537
|
-
/*
|
120603
|
+
/* 730 */
|
120538
120604
|
/***/ (function(module, exports, __webpack_require__) {
|
120539
120605
|
|
120540
120606
|
"use strict";
|
120541
120607
|
|
120542
120608
|
|
120543
|
-
__webpack_require__(
|
120544
|
-
|
120545
|
-
__webpack_require__(744);
|
120609
|
+
__webpack_require__(731);
|
120546
120610
|
|
120547
|
-
__webpack_require__(
|
120611
|
+
__webpack_require__(745);
|
120548
120612
|
|
120549
120613
|
__webpack_require__(747);
|
120550
120614
|
|
120551
|
-
__webpack_require__(570);
|
120552
|
-
|
120553
120615
|
__webpack_require__(748);
|
120554
120616
|
|
120617
|
+
__webpack_require__(571);
|
120618
|
+
|
120555
120619
|
__webpack_require__(749);
|
120556
120620
|
|
120557
120621
|
__webpack_require__(750);
|
120558
120622
|
|
120559
|
-
__webpack_require__(569);
|
120560
|
-
|
120561
120623
|
__webpack_require__(751);
|
120562
120624
|
|
120563
|
-
__webpack_require__(
|
120625
|
+
__webpack_require__(570);
|
120564
120626
|
|
120565
|
-
__webpack_require__(
|
120627
|
+
__webpack_require__(752);
|
120566
120628
|
|
120567
|
-
__webpack_require__(
|
120629
|
+
__webpack_require__(755);
|
120568
120630
|
|
120569
|
-
__webpack_require__(
|
120631
|
+
__webpack_require__(757);
|
120570
120632
|
|
120571
|
-
__webpack_require__(
|
120633
|
+
__webpack_require__(759);
|
120634
|
+
|
120635
|
+
__webpack_require__(761);
|
120572
120636
|
|
120573
120637
|
__webpack_require__(763);
|
120574
120638
|
|
120639
|
+
__webpack_require__(764);
|
120640
|
+
|
120575
120641
|
/***/ }),
|
120576
|
-
/*
|
120642
|
+
/* 731 */
|
120577
120643
|
/***/ (function(module, exports, __webpack_require__) {
|
120578
120644
|
|
120579
120645
|
"use strict";
|
@@ -120583,22 +120649,22 @@ Object.defineProperty(exports, "__esModule", {
|
|
120583
120649
|
value: true
|
120584
120650
|
});
|
120585
120651
|
|
120586
|
-
__webpack_require__(731);
|
120587
|
-
|
120588
120652
|
__webpack_require__(732);
|
120589
120653
|
|
120590
|
-
__webpack_require__(
|
120654
|
+
__webpack_require__(733);
|
120591
120655
|
|
120592
120656
|
__webpack_require__(739);
|
120593
120657
|
|
120594
|
-
__webpack_require__(
|
120658
|
+
__webpack_require__(740);
|
120595
120659
|
|
120596
120660
|
__webpack_require__(743);
|
120597
120661
|
|
120662
|
+
__webpack_require__(744);
|
120663
|
+
|
120598
120664
|
exports.default = angular.module('superdesk-ui.helper', ['superdesk-ui.helper.dropdown', 'superdesk-ui.helper.modal', 'superdesk-ui.helper.datepicker', 'superdesk-ui.helper.ngTagsInput']);
|
120599
120665
|
|
120600
120666
|
/***/ }),
|
120601
|
-
/*
|
120667
|
+
/* 732 */
|
120602
120668
|
/***/ (function(module, exports, __webpack_require__) {
|
120603
120669
|
|
120604
120670
|
"use strict";
|
@@ -120815,7 +120881,7 @@ angular.module('superdesk-ui.helper.dateparser', []).service('dateParser', ['$lo
|
|
120815
120881
|
}]);
|
120816
120882
|
|
120817
120883
|
/***/ }),
|
120818
|
-
/*
|
120884
|
+
/* 733 */
|
120819
120885
|
/***/ (function(module, exports, __webpack_require__) {
|
120820
120886
|
|
120821
120887
|
"use strict";
|
@@ -121034,7 +121100,7 @@ angular.module('superdesk-ui.helper.datepicker', ['superdesk-ui.helper.dateparse
|
|
121034
121100
|
return {
|
121035
121101
|
restrict: 'EA',
|
121036
121102
|
replace: true,
|
121037
|
-
template: __webpack_require__(
|
121103
|
+
template: __webpack_require__(734),
|
121038
121104
|
scope: {
|
121039
121105
|
datepickerMode: '=?',
|
121040
121106
|
dateDisabled: '&',
|
@@ -121056,7 +121122,7 @@ angular.module('superdesk-ui.helper.datepicker', ['superdesk-ui.helper.dateparse
|
|
121056
121122
|
return {
|
121057
121123
|
restrict: 'EA',
|
121058
121124
|
replace: true,
|
121059
|
-
template: __webpack_require__(
|
121125
|
+
template: __webpack_require__(735),
|
121060
121126
|
require: '^datepicker',
|
121061
121127
|
link: function link(scope, element, attrs, ctrl) {
|
121062
121128
|
scope.showWeeks = ctrl.showWeeks;
|
@@ -121175,7 +121241,7 @@ angular.module('superdesk-ui.helper.datepicker', ['superdesk-ui.helper.dateparse
|
|
121175
121241
|
return {
|
121176
121242
|
restrict: 'EA',
|
121177
121243
|
replace: true,
|
121178
|
-
template: __webpack_require__(
|
121244
|
+
template: __webpack_require__(736),
|
121179
121245
|
require: '^datepicker',
|
121180
121246
|
link: function link(scope, element, attrs, ctrl) {
|
121181
121247
|
ctrl.step = { years: 1 };
|
@@ -121232,7 +121298,7 @@ angular.module('superdesk-ui.helper.datepicker', ['superdesk-ui.helper.dateparse
|
|
121232
121298
|
return {
|
121233
121299
|
restrict: 'EA',
|
121234
121300
|
replace: true,
|
121235
|
-
template: __webpack_require__(
|
121301
|
+
template: __webpack_require__(737),
|
121236
121302
|
require: '^datepicker',
|
121237
121303
|
link: function link(scope, element, attrs, ctrl) {
|
121238
121304
|
var range = ctrl.yearRange;
|
@@ -121599,42 +121665,42 @@ angular.module('superdesk-ui.helper.datepicker', ['superdesk-ui.helper.dateparse
|
|
121599
121665
|
restrict: 'EA',
|
121600
121666
|
replace: true,
|
121601
121667
|
transclude: true,
|
121602
|
-
template: __webpack_require__(
|
121668
|
+
template: __webpack_require__(738)
|
121603
121669
|
};
|
121604
121670
|
});
|
121605
121671
|
|
121606
121672
|
/***/ }),
|
121607
|
-
/*
|
121673
|
+
/* 734 */
|
121608
121674
|
/***/ (function(module, exports) {
|
121609
121675
|
|
121610
121676
|
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>";
|
121611
121677
|
|
121612
121678
|
/***/ }),
|
121613
|
-
/*
|
121679
|
+
/* 735 */
|
121614
121680
|
/***/ (function(module, exports) {
|
121615
121681
|
|
121616
121682
|
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";
|
121617
121683
|
|
121618
121684
|
/***/ }),
|
121619
|
-
/*
|
121685
|
+
/* 736 */
|
121620
121686
|
/***/ (function(module, exports) {
|
121621
121687
|
|
121622
121688
|
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";
|
121623
121689
|
|
121624
121690
|
/***/ }),
|
121625
|
-
/*
|
121691
|
+
/* 737 */
|
121626
121692
|
/***/ (function(module, exports) {
|
121627
121693
|
|
121628
121694
|
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";
|
121629
121695
|
|
121630
121696
|
/***/ }),
|
121631
|
-
/*
|
121697
|
+
/* 738 */
|
121632
121698
|
/***/ (function(module, exports) {
|
121633
121699
|
|
121634
121700
|
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";
|
121635
121701
|
|
121636
121702
|
/***/ }),
|
121637
|
-
/*
|
121703
|
+
/* 739 */
|
121638
121704
|
/***/ (function(module, exports, __webpack_require__) {
|
121639
121705
|
|
121640
121706
|
"use strict";
|
@@ -121977,7 +122043,7 @@ angular.module('superdesk-ui.helper.dropdown', ['superdesk-ui.helper.position'])
|
|
121977
122043
|
});
|
121978
122044
|
|
121979
122045
|
/***/ }),
|
121980
|
-
/*
|
122046
|
+
/* 740 */
|
121981
122047
|
/***/ (function(module, exports, __webpack_require__) {
|
121982
122048
|
|
121983
122049
|
"use strict";
|
@@ -122044,7 +122110,7 @@ angular.module('superdesk-ui.helper.modal', []).factory('$$stackedMap', function
|
|
122044
122110
|
return {
|
122045
122111
|
restrict: 'EA',
|
122046
122112
|
replace: true,
|
122047
|
-
template: __webpack_require__(
|
122113
|
+
template: __webpack_require__(741),
|
122048
122114
|
compile: function compile(tElement, tAttrs) {
|
122049
122115
|
tElement.addClass(tAttrs.backdropClass);
|
122050
122116
|
return linkFn;
|
@@ -122071,7 +122137,7 @@ angular.module('superdesk-ui.helper.modal', []).factory('$$stackedMap', function
|
|
122071
122137
|
// templateUrl: function templateUrl(tElement, tAttrs) {
|
122072
122138
|
// return tAttrs.templateUrl || '../app/template/window.html';
|
122073
122139
|
// },
|
122074
|
-
template: __webpack_require__(
|
122140
|
+
template: __webpack_require__(742),
|
122075
122141
|
link: function link(scope, element, attrs) {
|
122076
122142
|
element.addClass(attrs.windowClass || '');
|
122077
122143
|
scope.size = attrs.size;
|
@@ -122448,19 +122514,19 @@ angular.module('superdesk-ui.helper.modal', []).factory('$$stackedMap', function
|
|
122448
122514
|
});
|
122449
122515
|
|
122450
122516
|
/***/ }),
|
122451
|
-
/*
|
122517
|
+
/* 741 */
|
122452
122518
|
/***/ (function(module, exports) {
|
122453
122519
|
|
122454
122520
|
module.exports = "<div class=\"modal__backdrop fade in\"></div>";
|
122455
122521
|
|
122456
122522
|
/***/ }),
|
122457
|
-
/*
|
122523
|
+
/* 742 */
|
122458
122524
|
/***/ (function(module, exports) {
|
122459
122525
|
|
122460
122526
|
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";
|
122461
122527
|
|
122462
122528
|
/***/ }),
|
122463
|
-
/*
|
122529
|
+
/* 743 */
|
122464
122530
|
/***/ (function(module, exports, __webpack_require__) {
|
122465
122531
|
|
122466
122532
|
"use strict";
|
@@ -122623,7 +122689,7 @@ angular.module('superdesk-ui.helper.position', [])
|
|
122623
122689
|
}]);
|
122624
122690
|
|
122625
122691
|
/***/ }),
|
122626
|
-
/*
|
122692
|
+
/* 744 */
|
122627
122693
|
/***/ (function(module, exports, __webpack_require__) {
|
122628
122694
|
|
122629
122695
|
"use strict";
|
@@ -123849,7 +123915,7 @@ function _toConsumableArray(arr) { if (Array.isArray(arr)) { for (var i = 0, arr
|
|
123849
123915
|
})();
|
123850
123916
|
|
123851
123917
|
/***/ }),
|
123852
|
-
/*
|
123918
|
+
/* 745 */
|
123853
123919
|
/***/ (function(module, exports, __webpack_require__) {
|
123854
123920
|
|
123855
123921
|
"use strict";
|
@@ -123866,7 +123932,7 @@ function CarouselDirective() {
|
|
123866
123932
|
finish: '&',
|
123867
123933
|
model: '='
|
123868
123934
|
},
|
123869
|
-
template: __webpack_require__(
|
123935
|
+
template: __webpack_require__(746),
|
123870
123936
|
transclude: true,
|
123871
123937
|
controllerAs: 'ctrl',
|
123872
123938
|
controller: ['$scope', '$document', function ($scope, $document) {
|
@@ -123988,13 +124054,13 @@ function CarouselStepDirective() {
|
|
123988
124054
|
angular.module('superdesk-ui.carousel', []).directive('sdCarousel', CarouselDirective).directive('sdCarouselStep', CarouselStepDirective);
|
123989
124055
|
|
123990
124056
|
/***/ }),
|
123991
|
-
/*
|
124057
|
+
/* 746 */
|
123992
124058
|
/***/ (function(module, exports) {
|
123993
124059
|
|
123994
124060
|
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>";
|
123995
124061
|
|
123996
124062
|
/***/ }),
|
123997
|
-
/*
|
124063
|
+
/* 747 */
|
123998
124064
|
/***/ (function(module, exports, __webpack_require__) {
|
123999
124065
|
|
124000
124066
|
"use strict";
|
@@ -124097,7 +124163,7 @@ function sdCheck($parse) {
|
|
124097
124163
|
angular.module('superdesk-ui.check', []).directive('sdCheck', sdCheck);
|
124098
124164
|
|
124099
124165
|
/***/ }),
|
124100
|
-
/*
|
124166
|
+
/* 748 */
|
124101
124167
|
/***/ (function(module, exports, __webpack_require__) {
|
124102
124168
|
|
124103
124169
|
"use strict";
|
@@ -124277,7 +124343,7 @@ angular.module("superdesk-ui.dropdown", []).directive("dropdown", sdDropdown).di
|
|
124277
124343
|
/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(43)))
|
124278
124344
|
|
124279
124345
|
/***/ }),
|
124280
|
-
/*
|
124346
|
+
/* 749 */
|
124281
124347
|
/***/ (function(module, exports, __webpack_require__) {
|
124282
124348
|
|
124283
124349
|
"use strict";
|
@@ -124365,7 +124431,7 @@ function sdModal($document, $rootScope) {
|
|
124365
124431
|
angular.module('superdesk-ui.modals', []).directive('sdModal', sdModal);
|
124366
124432
|
|
124367
124433
|
/***/ }),
|
124368
|
-
/*
|
124434
|
+
/* 750 */
|
124369
124435
|
/***/ (function(module, exports, __webpack_require__) {
|
124370
124436
|
|
124371
124437
|
"use strict";
|
@@ -124450,7 +124516,7 @@ function sdSwitch() {
|
|
124450
124516
|
angular.module('superdesk-ui.switch', []).directive('sdSwitch', sdSwitch);
|
124451
124517
|
|
124452
124518
|
/***/ }),
|
124453
|
-
/*
|
124519
|
+
/* 751 */
|
124454
124520
|
/***/ (function(module, exports, __webpack_require__) {
|
124455
124521
|
|
124456
124522
|
"use strict";
|
@@ -124488,7 +124554,7 @@ function ToggleBoxDirective() {
|
|
124488
124554
|
angular.module('superdesk-ui.toggleBox', []).directive('sdToggleBox', ToggleBoxDirective);
|
124489
124555
|
|
124490
124556
|
/***/ }),
|
124491
|
-
/*
|
124557
|
+
/* 752 */
|
124492
124558
|
/***/ (function(module, exports, __webpack_require__) {
|
124493
124559
|
|
124494
124560
|
"use strict";
|
@@ -124523,7 +124589,7 @@ function WizardHandlerFactory() {
|
|
124523
124589
|
WizardDirective.$inject = [];
|
124524
124590
|
function WizardDirective() {
|
124525
124591
|
return {
|
124526
|
-
template: __webpack_require__(
|
124592
|
+
template: __webpack_require__(753),
|
124527
124593
|
scope: {
|
124528
124594
|
currentStep: '=',
|
124529
124595
|
finish: '&',
|
@@ -124627,7 +124693,7 @@ function WizardDirective() {
|
|
124627
124693
|
WizardStepDirective.$inject = [];
|
124628
124694
|
function WizardStepDirective() {
|
124629
124695
|
return {
|
124630
|
-
template: __webpack_require__(
|
124696
|
+
template: __webpack_require__(754),
|
124631
124697
|
scope: {
|
124632
124698
|
title: '@',
|
124633
124699
|
code: '@',
|
@@ -124645,19 +124711,19 @@ function WizardStepDirective() {
|
|
124645
124711
|
angular.module('superdesk-ui.wizard', []).factory('WizardHandler', WizardHandlerFactory).directive('sdWizard', WizardDirective).directive('sdWizardStep', WizardStepDirective);
|
124646
124712
|
|
124647
124713
|
/***/ }),
|
124648
|
-
/*
|
124714
|
+
/* 753 */
|
124649
124715
|
/***/ (function(module, exports) {
|
124650
124716
|
|
124651
124717
|
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>";
|
124652
124718
|
|
124653
124719
|
/***/ }),
|
124654
|
-
/*
|
124720
|
+
/* 754 */
|
124655
124721
|
/***/ (function(module, exports) {
|
124656
124722
|
|
124657
124723
|
module.exports = "<div ng-show=\"selected\" class=\"modal-screen\" ng-transclude></div>\r\n";
|
124658
124724
|
|
124659
124725
|
/***/ }),
|
124660
|
-
/*
|
124726
|
+
/* 755 */
|
124661
124727
|
/***/ (function(module, exports, __webpack_require__) {
|
124662
124728
|
|
124663
124729
|
"use strict";
|
@@ -124686,7 +124752,7 @@ function TagInputDirective($q) {
|
|
124686
124752
|
maxResultsToShow: '='
|
124687
124753
|
},
|
124688
124754
|
require: '?ngModel',
|
124689
|
-
template: __webpack_require__(
|
124755
|
+
template: __webpack_require__(756),
|
124690
124756
|
link: function link(scope) {
|
124691
124757
|
scope.loadTags = function (query) {
|
124692
124758
|
return $q(function (resolve, reject) {
|
@@ -124704,13 +124770,13 @@ function TagInputDirective($q) {
|
|
124704
124770
|
angular.module('superdesk-ui.tags', []).directive('sdTagInput', TagInputDirective);
|
124705
124771
|
|
124706
124772
|
/***/ }),
|
124707
|
-
/*
|
124773
|
+
/* 756 */
|
124708
124774
|
/***/ (function(module, exports) {
|
124709
124775
|
|
124710
124776
|
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";
|
124711
124777
|
|
124712
124778
|
/***/ }),
|
124713
|
-
/*
|
124779
|
+
/* 757 */
|
124714
124780
|
/***/ (function(module, exports, __webpack_require__) {
|
124715
124781
|
|
124716
124782
|
"use strict";
|
@@ -124727,7 +124793,7 @@ module.exports = "<label class=\"tags-input__label\" ng-if=\"label\">{{label}}</
|
|
124727
124793
|
*/
|
124728
124794
|
function LineInputDirective() {
|
124729
124795
|
return {
|
124730
|
-
template: __webpack_require__(
|
124796
|
+
template: __webpack_require__(758),
|
124731
124797
|
replace: true,
|
124732
124798
|
transclude: true,
|
124733
124799
|
require: '?ngModel',
|
@@ -124769,13 +124835,13 @@ function LineInputDirective() {
|
|
124769
124835
|
angular.module('superdesk-ui.lineInput', []).directive('sdLineInput', LineInputDirective);
|
124770
124836
|
|
124771
124837
|
/***/ }),
|
124772
|
-
/*
|
124838
|
+
/* 758 */
|
124773
124839
|
/***/ (function(module, exports) {
|
124774
124840
|
|
124775
124841
|
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";
|
124776
124842
|
|
124777
124843
|
/***/ }),
|
124778
|
-
/*
|
124844
|
+
/* 759 */
|
124779
124845
|
/***/ (function(module, exports, __webpack_require__) {
|
124780
124846
|
|
124781
124847
|
"use strict";
|
@@ -124795,7 +124861,7 @@ module.exports = " <div class=\"sd-line-input\" ng-class=\"{'sd-line-input--dark
|
|
124795
124861
|
*/
|
124796
124862
|
function SearchHandlerDirective() {
|
124797
124863
|
return {
|
124798
|
-
template: __webpack_require__(
|
124864
|
+
template: __webpack_require__(760),
|
124799
124865
|
replace: true,
|
124800
124866
|
transclude: true,
|
124801
124867
|
require: '?ngModel',
|
@@ -124821,13 +124887,13 @@ function SearchHandlerDirective() {
|
|
124821
124887
|
angular.module('superdesk-ui.searchHandler', []).directive('sdSearchHandler', SearchHandlerDirective);
|
124822
124888
|
|
124823
124889
|
/***/ }),
|
124824
|
-
/*
|
124890
|
+
/* 760 */
|
124825
124891
|
/***/ (function(module, exports) {
|
124826
124892
|
|
124827
124893
|
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";
|
124828
124894
|
|
124829
124895
|
/***/ }),
|
124830
|
-
/*
|
124896
|
+
/* 761 */
|
124831
124897
|
/***/ (function(module, exports, __webpack_require__) {
|
124832
124898
|
|
124833
124899
|
"use strict";
|
@@ -124843,7 +124909,7 @@ function sdCircularProgress() {
|
|
124843
124909
|
error: '=',
|
124844
124910
|
counter: '='
|
124845
124911
|
},
|
124846
|
-
template: __webpack_require__(
|
124912
|
+
template: __webpack_require__(762),
|
124847
124913
|
link: function link(scope, element) {
|
124848
124914
|
var elem = $(element).find('.progress-svg');
|
124849
124915
|
|
@@ -124889,13 +124955,13 @@ angular.module('superdesk-ui.circularProgress', []).directive('sdCircularProgres
|
|
124889
124955
|
/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(43)))
|
124890
124956
|
|
124891
124957
|
/***/ }),
|
124892
|
-
/*
|
124958
|
+
/* 762 */
|
124893
124959
|
/***/ (function(module, exports) {
|
124894
124960
|
|
124895
124961
|
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>";
|
124896
124962
|
|
124897
124963
|
/***/ }),
|
124898
|
-
/*
|
124964
|
+
/* 763 */
|
124899
124965
|
/***/ (function(module, exports, __webpack_require__) {
|
124900
124966
|
|
124901
124967
|
"use strict";
|
@@ -124940,7 +125006,7 @@ function SplitterDirective($window) {
|
|
124940
125006
|
angular.module('superdesk-ui.splitter', []).directive('sdSplitter', SplitterDirective);
|
124941
125007
|
|
124942
125008
|
/***/ }),
|
124943
|
-
/*
|
125009
|
+
/* 764 */
|
124944
125010
|
/***/ (function(module, exports, __webpack_require__) {
|
124945
125011
|
|
124946
125012
|
"use strict";
|
@@ -124981,16 +125047,16 @@ function MediaQuery($window) {
|
|
124981
125047
|
angular.module('superdesk-ui.mediaQuery', []).directive('sdMediaQuery', MediaQuery);
|
124982
125048
|
|
124983
125049
|
/***/ }),
|
124984
|
-
/*
|
125050
|
+
/* 765 */
|
124985
125051
|
/***/ (function(module, exports, __webpack_require__) {
|
124986
125052
|
|
124987
125053
|
"use strict";
|
124988
125054
|
|
124989
125055
|
|
124990
|
-
__webpack_require__(
|
125056
|
+
__webpack_require__(766);
|
124991
125057
|
|
124992
125058
|
/***/ }),
|
124993
|
-
/*
|
125059
|
+
/* 766 */
|
124994
125060
|
/***/ (function(module, exports) {
|
124995
125061
|
|
124996
125062
|
// removed by extract-text-webpack-plugin
|