@flexem/fc-gui 3.0.0-alpha.89 → 3.0.0-alpha.90
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/CHANGELOG.md +7 -0
- package/bundles/@flexem/fc-gui.umd.js +238 -478
- package/bundles/@flexem/fc-gui.umd.js.map +1 -1
- package/bundles/@flexem/fc-gui.umd.min.js +4 -4
- package/bundles/@flexem/fc-gui.umd.min.js.map +1 -1
- package/elements/video/video-element.d.ts +4 -0
- package/elements/video/video-element.js +69 -20
- package/elements/video/video-element.metadata.json +1 -1
- package/elements/view-operation/view-operation.element.js +1 -1
- package/package.json +1 -1
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
exports["@flexem/fc-gui.umd"] = factory(require("@angular/core"), require("rxjs/operators"), require("@angular/common"), require("@angular/forms"), require("rxjs/internal/Subject"));
|
|
8
8
|
else
|
|
9
9
|
root["@flexem/fc-gui.umd"] = factory(root["@angular/core"], root["rxjs/operators"], root["@angular/common"], root["@angular/forms"], root["rxjs/internal/Subject"]);
|
|
10
|
-
})(window, function(__WEBPACK_EXTERNAL_MODULE__0__, __WEBPACK_EXTERNAL_MODULE__16__,
|
|
10
|
+
})(window, function(__WEBPACK_EXTERNAL_MODULE__0__, __WEBPACK_EXTERNAL_MODULE__16__, __WEBPACK_EXTERNAL_MODULE__25__, __WEBPACK_EXTERNAL_MODULE__266__, __WEBPACK_EXTERNAL_MODULE__267__) {
|
|
11
11
|
return /******/ (function(modules) { // webpackBootstrap
|
|
12
12
|
/******/ // The module cache
|
|
13
13
|
/******/ var installedModules = {};
|
|
@@ -22132,7 +22132,7 @@ class VariableUtil {
|
|
|
22132
22132
|
"use strict";
|
|
22133
22133
|
|
|
22134
22134
|
// EXTERNAL MODULE: ./.tmp/localization/localization.service.ts
|
|
22135
|
-
var localization_service = __webpack_require__(
|
|
22135
|
+
var localization_service = __webpack_require__(17);
|
|
22136
22136
|
|
|
22137
22137
|
// CONCATENATED MODULE: ./.tmp/localization/localization.service.zh_CN.ts
|
|
22138
22138
|
const Localization_zh_CN = {
|
|
@@ -22684,7 +22684,7 @@ function pipeFromArray(fns) {
|
|
|
22684
22684
|
//# sourceMappingURL=pipe.js.map
|
|
22685
22685
|
|
|
22686
22686
|
// EXTERNAL MODULE: ./node_modules/rxjs/_esm5/internal/config.js
|
|
22687
|
-
var config = __webpack_require__(
|
|
22687
|
+
var config = __webpack_require__(22);
|
|
22688
22688
|
|
|
22689
22689
|
// CONCATENATED MODULE: ./node_modules/rxjs/_esm5/internal/Observable.js
|
|
22690
22690
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return Observable_Observable; });
|
|
@@ -22871,12 +22871,6 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__16__;
|
|
|
22871
22871
|
|
|
22872
22872
|
/***/ }),
|
|
22873
22873
|
/* 17 */
|
|
22874
|
-
/***/ (function(module, exports) {
|
|
22875
|
-
|
|
22876
|
-
module.exports = __WEBPACK_EXTERNAL_MODULE__17__;
|
|
22877
|
-
|
|
22878
|
-
/***/ }),
|
|
22879
|
-
/* 18 */
|
|
22880
22874
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
22881
22875
|
|
|
22882
22876
|
"use strict";
|
|
@@ -22944,7 +22938,7 @@ const DefaultLocalization = {
|
|
|
22944
22938
|
|
|
22945
22939
|
|
|
22946
22940
|
/***/ }),
|
|
22947
|
-
/*
|
|
22941
|
+
/* 18 */
|
|
22948
22942
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
22949
22943
|
|
|
22950
22944
|
"use strict";
|
|
@@ -23020,7 +23014,7 @@ VerifyPasswordModalComponent = __decorate([
|
|
|
23020
23014
|
|
|
23021
23015
|
|
|
23022
23016
|
/***/ }),
|
|
23023
|
-
/*
|
|
23017
|
+
/* 19 */
|
|
23024
23018
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
23025
23019
|
|
|
23026
23020
|
"use strict";
|
|
@@ -23028,7 +23022,7 @@ VerifyPasswordModalComponent = __decorate([
|
|
|
23028
23022
|
/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(0);
|
|
23029
23023
|
/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_angular_core__WEBPACK_IMPORTED_MODULE_0__);
|
|
23030
23024
|
/* harmony import */ var rxjs__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(39);
|
|
23031
|
-
/* harmony import */ var _localization_localization_service__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
23025
|
+
/* harmony import */ var _localization_localization_service__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(17);
|
|
23032
23026
|
var __decorate = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
23033
23027
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
23034
23028
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -23069,14 +23063,14 @@ ConfirmOperationModalComponent = __decorate([
|
|
|
23069
23063
|
|
|
23070
23064
|
|
|
23071
23065
|
/***/ }),
|
|
23072
|
-
/*
|
|
23066
|
+
/* 20 */
|
|
23073
23067
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
23074
23068
|
|
|
23075
23069
|
"use strict";
|
|
23076
23070
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return AlertModalComponent; });
|
|
23077
23071
|
/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(0);
|
|
23078
23072
|
/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_angular_core__WEBPACK_IMPORTED_MODULE_0__);
|
|
23079
|
-
/* harmony import */ var _localization_localization_service__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
23073
|
+
/* harmony import */ var _localization_localization_service__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(17);
|
|
23080
23074
|
/* harmony import */ var rxjs_internal_Subject__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(267);
|
|
23081
23075
|
/* harmony import */ var rxjs_internal_Subject__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(rxjs_internal_Subject__WEBPACK_IMPORTED_MODULE_2__);
|
|
23082
23076
|
var __decorate = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
@@ -23116,7 +23110,7 @@ AlertModalComponent = __decorate([
|
|
|
23116
23110
|
|
|
23117
23111
|
|
|
23118
23112
|
/***/ }),
|
|
23119
|
-
/*
|
|
23113
|
+
/* 21 */
|
|
23120
23114
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
23121
23115
|
|
|
23122
23116
|
"use strict";
|
|
@@ -23130,7 +23124,7 @@ var RelationType;
|
|
|
23130
23124
|
|
|
23131
23125
|
|
|
23132
23126
|
/***/ }),
|
|
23133
|
-
/*
|
|
23127
|
+
/* 22 */
|
|
23134
23128
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
23135
23129
|
|
|
23136
23130
|
"use strict";
|
|
@@ -23157,7 +23151,7 @@ var config = {
|
|
|
23157
23151
|
|
|
23158
23152
|
|
|
23159
23153
|
/***/ }),
|
|
23160
|
-
/*
|
|
23154
|
+
/* 23 */
|
|
23161
23155
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
23162
23156
|
|
|
23163
23157
|
"use strict";
|
|
@@ -23329,7 +23323,7 @@ function flattenUnsubscriptionErrors(errors) {
|
|
|
23329
23323
|
|
|
23330
23324
|
|
|
23331
23325
|
/***/ }),
|
|
23332
|
-
/*
|
|
23326
|
+
/* 24 */
|
|
23333
23327
|
/***/ (function(module, exports, __webpack_require__) {
|
|
23334
23328
|
|
|
23335
23329
|
var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_RESULT__;!function() {
|
|
@@ -32890,6 +32884,12 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_RESULT__;!function() {
|
|
|
32890
32884
|
__WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__)); else {}
|
|
32891
32885
|
}();
|
|
32892
32886
|
|
|
32887
|
+
/***/ }),
|
|
32888
|
+
/* 25 */
|
|
32889
|
+
/***/ (function(module, exports) {
|
|
32890
|
+
|
|
32891
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__25__;
|
|
32892
|
+
|
|
32893
32893
|
/***/ }),
|
|
32894
32894
|
/* 26 */
|
|
32895
32895
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
@@ -32961,9 +32961,9 @@ class Guid {
|
|
|
32961
32961
|
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(11);
|
|
32962
32962
|
/* harmony import */ var _util_isFunction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(51);
|
|
32963
32963
|
/* harmony import */ var _Observer__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(53);
|
|
32964
|
-
/* harmony import */ var _Subscription__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
32964
|
+
/* harmony import */ var _Subscription__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(23);
|
|
32965
32965
|
/* harmony import */ var _internal_symbol_rxSubscriber__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(52);
|
|
32966
|
-
/* harmony import */ var _config__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
32966
|
+
/* harmony import */ var _config__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(22);
|
|
32967
32967
|
/* harmony import */ var _util_hostReportError__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(34);
|
|
32968
32968
|
/** PURE_IMPORTS_START tslib,_util_isFunction,_Observer,_Subscription,_internal_symbol_rxSubscriber,_config,_util_hostReportError PURE_IMPORTS_END */
|
|
32969
32969
|
|
|
@@ -33767,7 +33767,7 @@ function styleFunction(name, value, priority) {
|
|
|
33767
33767
|
};
|
|
33768
33768
|
}
|
|
33769
33769
|
|
|
33770
|
-
/* harmony default export */ var
|
|
33770
|
+
/* harmony default export */ var selection_style = (function(name, value, priority) {
|
|
33771
33771
|
return arguments.length > 1
|
|
33772
33772
|
? this.each((value == null
|
|
33773
33773
|
? styleRemove : typeof value === "function"
|
|
@@ -34222,7 +34222,7 @@ Selection.prototype = selection_selection.prototype = {
|
|
|
34222
34222
|
empty: selection_empty,
|
|
34223
34223
|
each: each,
|
|
34224
34224
|
attr: attr,
|
|
34225
|
-
style:
|
|
34225
|
+
style: selection_style,
|
|
34226
34226
|
property: property,
|
|
34227
34227
|
classed: classed,
|
|
34228
34228
|
text: selection_text,
|
|
@@ -35535,10 +35535,10 @@ bar_graph_element_BarGraphElement.DEFAULT_MAX_VALUE = 100;
|
|
|
35535
35535
|
var _tmp_config = __webpack_require__(12);
|
|
35536
35536
|
|
|
35537
35537
|
// EXTERNAL MODULE: ./.tmp/modal/alert/alert-modal.component.ts
|
|
35538
|
-
var alert_modal_component = __webpack_require__(
|
|
35538
|
+
var alert_modal_component = __webpack_require__(20);
|
|
35539
35539
|
|
|
35540
35540
|
// EXTERNAL MODULE: ./.tmp/modal/confirm-operation/confirm-operation-modal.component.ts
|
|
35541
|
-
var confirm_operation_modal_component = __webpack_require__(
|
|
35541
|
+
var confirm_operation_modal_component = __webpack_require__(19);
|
|
35542
35542
|
|
|
35543
35543
|
// CONCATENATED MODULE: ./.tmp/modal/write-character/write-character-modal-args.ts
|
|
35544
35544
|
class WriteCharacterModalArgs {
|
|
@@ -35602,7 +35602,7 @@ var numerical_operation_service = __webpack_require__(41);
|
|
|
35602
35602
|
|
|
35603
35603
|
|
|
35604
35604
|
// EXTERNAL MODULE: ./.tmp/modal/verify-password/verify-password-modal.component.ts
|
|
35605
|
-
var verify_password_modal_component = __webpack_require__(
|
|
35605
|
+
var verify_password_modal_component = __webpack_require__(18);
|
|
35606
35606
|
|
|
35607
35607
|
// CONCATENATED MODULE: ./.tmp/elements/shared/text/text-element.ts
|
|
35608
35608
|
|
|
@@ -36272,7 +36272,7 @@ class datetime_display_element_DatetimeDisplayElement extends conditional_displa
|
|
|
36272
36272
|
}
|
|
36273
36273
|
|
|
36274
36274
|
// EXTERNAL MODULE: ./node_modules/d3/d3.js
|
|
36275
|
-
var d3 = __webpack_require__(
|
|
36275
|
+
var d3 = __webpack_require__(24);
|
|
36276
36276
|
|
|
36277
36277
|
// EXTERNAL MODULE: ./node_modules/nvd3/build/nv.d3.js
|
|
36278
36278
|
var nv_d3 = __webpack_require__(38);
|
|
@@ -37375,7 +37375,7 @@ class numerical_display_element_NumericalDisplayElement extends readable_element
|
|
|
37375
37375
|
var condition_type = __webpack_require__(33);
|
|
37376
37376
|
|
|
37377
37377
|
// EXTERNAL MODULE: ./.tmp/model/shared/condition/relation-type.ts
|
|
37378
|
-
var relation_type = __webpack_require__(
|
|
37378
|
+
var relation_type = __webpack_require__(21);
|
|
37379
37379
|
|
|
37380
37380
|
// CONCATENATED MODULE: ./.tmp/elements/base/conditional-control-element.ts
|
|
37381
37381
|
|
|
@@ -39323,7 +39323,7 @@ class view_operation_element_ViewOperationElement extends conditional_enable_ele
|
|
|
39323
39323
|
}
|
|
39324
39324
|
closeView() {
|
|
39325
39325
|
this.popupViewService.closeView();
|
|
39326
|
-
if ($(`#${this.hostContainerId} svg`).length ===
|
|
39326
|
+
if ($(`#${this.hostContainerId} > svg > svg`).length === 0) {
|
|
39327
39327
|
$(`#${this.hostContainerId} .video-hidden`)
|
|
39328
39328
|
.removeClass('video-hidden')
|
|
39329
39329
|
.css('visibility', 'visible');
|
|
@@ -39474,6 +39474,7 @@ class video_element_VideoElement extends conditional_display_element_Conditional
|
|
|
39474
39474
|
this.guiSize = guiSize;
|
|
39475
39475
|
this.svgRootClass = svgRootClass;
|
|
39476
39476
|
this.videoId = '';
|
|
39477
|
+
this.isFullscreen = false;
|
|
39477
39478
|
this.isMobileMode = _tmp_settings["a" /* DisplayMode */].Mobile === injector.get(_tmp_settings["b" /* GlobalSettings */]).displayMode;
|
|
39478
39479
|
this.localization = injector.get(_tmp_localization["b" /* LOCALIZATION */]);
|
|
39479
39480
|
this.init();
|
|
@@ -39513,12 +39514,13 @@ class video_element_VideoElement extends conditional_display_element_Conditional
|
|
|
39513
39514
|
.attr('width', this.model.size.width)
|
|
39514
39515
|
.attr('height', this.model.size.height);
|
|
39515
39516
|
this.videoService.getVideoUrl(this.model.videoTag).then(result => {
|
|
39516
|
-
this.
|
|
39517
|
+
this.videoUrl = result.url;
|
|
39518
|
+
this.initVideo(result.url, this.videoId);
|
|
39517
39519
|
}).catch(() => {
|
|
39518
39520
|
throw new Error('Failure of the videoService');
|
|
39519
39521
|
});
|
|
39520
39522
|
}
|
|
39521
|
-
initVideo(videoUrl,
|
|
39523
|
+
initVideo(videoUrl, videoId) {
|
|
39522
39524
|
const patt = /https:.+.m3u8/;
|
|
39523
39525
|
if (videoUrl.indexOf('http:') !== -1) {
|
|
39524
39526
|
videoUrl = videoUrl.replace('http:', 'https:');
|
|
@@ -39531,6 +39533,8 @@ class video_element_VideoElement extends conditional_display_element_Conditional
|
|
|
39531
39533
|
this.addVideoAddressToolTip(videoToolTip);
|
|
39532
39534
|
return;
|
|
39533
39535
|
}
|
|
39536
|
+
const isAndroid = !!navigator.userAgent.match(/(Android)/i);
|
|
39537
|
+
const isIos = !!navigator.userAgent.match(/(Mac)/i);
|
|
39534
39538
|
const currentRect = this.$element.find('rect#rect' + videoId).first();
|
|
39535
39539
|
if (!currentRect.length) {
|
|
39536
39540
|
return;
|
|
@@ -39540,16 +39544,18 @@ class video_element_VideoElement extends conditional_display_element_Conditional
|
|
|
39540
39544
|
const chartHeight = clientRect.height;
|
|
39541
39545
|
const left = this.model.location.x / this.guiSize.width * $('.' + this.svgRootClass).find('.svg-content').width();
|
|
39542
39546
|
const top = this.model.location.y / this.guiSize.height * $('.' + this.svgRootClass).find('.svg-content').height();
|
|
39543
|
-
|
|
39544
|
-
|
|
39545
|
-
|
|
39546
|
-
|
|
39547
|
-
|
|
39547
|
+
const scareX = this.model.location.x / this.guiSize.width;
|
|
39548
|
+
const scareY = this.model.location.y / this.guiSize.height;
|
|
39549
|
+
if (isIos) {
|
|
39550
|
+
videoUrl = videoUrl + '#t=1';
|
|
39551
|
+
}
|
|
39552
|
+
const preload = isIos ? ' preload=\'metadata\'' : '';
|
|
39553
|
+
let videoHtml = `<video scareX="${scareX}"
|
|
39554
|
+
scareY="${scareY}" id="${videoId}" ${preload} src="${videoUrl}" width="${chartWidth}" height="${chartHeight}"
|
|
39555
|
+
style="position: absolute;top:${top}px;left:${left}px;object-fit:fill;z-index:0;"
|
|
39556
|
+
playsInline webkit-playsinline `;
|
|
39548
39557
|
if (this.isMobileMode) {
|
|
39549
39558
|
if (isAndroid) {
|
|
39550
|
-
if (isMobileType) {
|
|
39551
|
-
videoHtml += ' controls ';
|
|
39552
|
-
}
|
|
39553
39559
|
videoHtml += ' autoplay muted></video>';
|
|
39554
39560
|
}
|
|
39555
39561
|
else {
|
|
@@ -39563,10 +39569,20 @@ class video_element_VideoElement extends conditional_display_element_Conditional
|
|
|
39563
39569
|
if (this.isShow === false) {
|
|
39564
39570
|
$('#' + this.videoId).hide();
|
|
39565
39571
|
}
|
|
39566
|
-
|
|
39567
|
-
|
|
39568
|
-
|
|
39569
|
-
|
|
39572
|
+
setTimeout(() => {
|
|
39573
|
+
if (isAndroid) {
|
|
39574
|
+
this.setAndroidVideo(videoId);
|
|
39575
|
+
}
|
|
39576
|
+
else if (isIos) {
|
|
39577
|
+
this.setIosVideo(this.videoUrl, videoId);
|
|
39578
|
+
}
|
|
39579
|
+
this.videoPlayer = new EZUIPlayer(videoId);
|
|
39580
|
+
}, 1000);
|
|
39581
|
+
const style = document.createElement('style');
|
|
39582
|
+
style.innerHTML = `#${videoId}::-webkit-media-controls-enclosure {
|
|
39583
|
+
display: none;
|
|
39584
|
+
}`;
|
|
39585
|
+
document.head.append();
|
|
39570
39586
|
}
|
|
39571
39587
|
addVideoAddressToolTip(videoToolTip) {
|
|
39572
39588
|
const size = this.model.size;
|
|
@@ -39589,37 +39605,70 @@ class video_element_VideoElement extends conditional_display_element_Conditional
|
|
|
39589
39605
|
this.$element.append(textElement.Element);
|
|
39590
39606
|
}
|
|
39591
39607
|
setAndroidVideo(videoId) {
|
|
39592
|
-
let isFullscreen = false;
|
|
39593
39608
|
const videoElement = $('#' + videoId);
|
|
39594
39609
|
let preHeight = videoElement.height();
|
|
39595
39610
|
let preWidth = videoElement.width();
|
|
39596
39611
|
let preTop = videoElement.css('top');
|
|
39597
39612
|
let preLeft = videoElement.css('left');
|
|
39613
|
+
const { StatusBar } = window;
|
|
39598
39614
|
videoElement.on('click', () => {
|
|
39599
|
-
if (!isFullscreen) {
|
|
39615
|
+
if (!this.isFullscreen) {
|
|
39616
|
+
if (StatusBar) {
|
|
39617
|
+
StatusBar.hide();
|
|
39618
|
+
}
|
|
39600
39619
|
preHeight = videoElement.height();
|
|
39601
39620
|
preWidth = videoElement.width();
|
|
39602
39621
|
preTop = videoElement.css('top');
|
|
39603
39622
|
preLeft = videoElement.css('left');
|
|
39604
|
-
const width = document.
|
|
39605
|
-
const height =
|
|
39623
|
+
const width = document.documentElement.clientWidth;
|
|
39624
|
+
const height = document.documentElement.clientHeight;
|
|
39625
|
+
videoElement.css('object-fit', 'contain');
|
|
39626
|
+
videoElement.css('background', '#000000');
|
|
39606
39627
|
videoElement.css('width', width + 'px');
|
|
39607
39628
|
videoElement.css('height', height + 'px');
|
|
39608
39629
|
videoElement.css('left', '0px');
|
|
39609
39630
|
videoElement.css('top', '0px');
|
|
39610
39631
|
videoElement.css('z-index', '99');
|
|
39611
|
-
|
|
39632
|
+
videoElement.css('position', 'fixed');
|
|
39633
|
+
this.isFullscreen = true;
|
|
39634
|
+
try {
|
|
39635
|
+
screen.orientation.lock(screen.orientation.type);
|
|
39636
|
+
}
|
|
39637
|
+
catch (error) {
|
|
39638
|
+
console.error(error);
|
|
39639
|
+
}
|
|
39612
39640
|
}
|
|
39613
39641
|
else {
|
|
39642
|
+
videoElement.css('object-fit', 'fill');
|
|
39614
39643
|
videoElement.css('width', preWidth + 'px');
|
|
39615
39644
|
videoElement.css('height', preHeight + 'px');
|
|
39616
39645
|
videoElement.css('left', preLeft);
|
|
39617
39646
|
videoElement.css('top', preTop);
|
|
39618
39647
|
videoElement.css('z-index', '0');
|
|
39619
|
-
|
|
39648
|
+
videoElement.css('position', 'absolute');
|
|
39649
|
+
this.isFullscreen = false;
|
|
39650
|
+
try {
|
|
39651
|
+
if (screen.orientation.type.includes('portrait')) {
|
|
39652
|
+
StatusBar.show();
|
|
39653
|
+
}
|
|
39654
|
+
}
|
|
39655
|
+
catch (error) {
|
|
39656
|
+
console.error(error);
|
|
39657
|
+
}
|
|
39620
39658
|
}
|
|
39621
39659
|
});
|
|
39622
39660
|
}
|
|
39661
|
+
setIosVideo(videoUrl, videoId) {
|
|
39662
|
+
const video = $('#' + this.videoId);
|
|
39663
|
+
video.on('webkitendfullscreen', () => {
|
|
39664
|
+
video.remove();
|
|
39665
|
+
clearTimeout(this.refreshTimer);
|
|
39666
|
+
this.refreshTimer = null;
|
|
39667
|
+
this.refreshTimer = setTimeout(() => {
|
|
39668
|
+
this.initVideo(videoUrl, videoId);
|
|
39669
|
+
}, 500);
|
|
39670
|
+
});
|
|
39671
|
+
}
|
|
39623
39672
|
}
|
|
39624
39673
|
|
|
39625
39674
|
// CONCATENATED MODULE: ./.tmp/elements/weather/weater-element.ts
|
|
@@ -41871,7 +41920,7 @@ nv.dom = {}; //DOM manipulation functions
|
|
|
41871
41920
|
|
|
41872
41921
|
// Node/CommonJS - require D3
|
|
41873
41922
|
if (typeof(module) !== 'undefined' && typeof(exports) !== 'undefined' && typeof(d3) == 'undefined') {
|
|
41874
|
-
d3 = __webpack_require__(
|
|
41923
|
+
d3 = __webpack_require__(24);
|
|
41875
41924
|
}
|
|
41876
41925
|
|
|
41877
41926
|
nv.dispatch = d3.dispatch('render_start', 'render_end');
|
|
@@ -61347,7 +61396,7 @@ var Observable = __webpack_require__(13);
|
|
|
61347
61396
|
var Subscriber = __webpack_require__(28);
|
|
61348
61397
|
|
|
61349
61398
|
// EXTERNAL MODULE: ./node_modules/rxjs/_esm5/internal/Subscription.js + 1 modules
|
|
61350
|
-
var Subscription = __webpack_require__(
|
|
61399
|
+
var Subscription = __webpack_require__(23);
|
|
61351
61400
|
|
|
61352
61401
|
// CONCATENATED MODULE: ./node_modules/rxjs/_esm5/internal/util/ObjectUnsubscribedError.js
|
|
61353
61402
|
/** PURE_IMPORTS_START PURE_IMPORTS_END */
|
|
@@ -62753,7 +62802,7 @@ var $$rxSubscriber = rxSubscriber;
|
|
|
62753
62802
|
|
|
62754
62803
|
"use strict";
|
|
62755
62804
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return empty; });
|
|
62756
|
-
/* harmony import */ var _config__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
62805
|
+
/* harmony import */ var _config__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(22);
|
|
62757
62806
|
/* harmony import */ var _util_hostReportError__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(34);
|
|
62758
62807
|
/** PURE_IMPORTS_START _config,_util_hostReportError PURE_IMPORTS_END */
|
|
62759
62808
|
|
|
@@ -62781,7 +62830,7 @@ var empty = {
|
|
|
62781
62830
|
"use strict";
|
|
62782
62831
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return scheduleArray; });
|
|
62783
62832
|
/* harmony import */ var _Observable__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(13);
|
|
62784
|
-
/* harmony import */ var _Subscription__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
62833
|
+
/* harmony import */ var _Subscription__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(23);
|
|
62785
62834
|
/** PURE_IMPORTS_START _Observable,_Subscription PURE_IMPORTS_END */
|
|
62786
62835
|
|
|
62787
62836
|
|
|
@@ -63839,7 +63888,7 @@ class RelationConditionResult {
|
|
|
63839
63888
|
var variable_value_type = __webpack_require__(15);
|
|
63840
63889
|
|
|
63841
63890
|
// EXTERNAL MODULE: ./.tmp/model/shared/condition/relation-type.ts
|
|
63842
|
-
var relation_type = __webpack_require__(
|
|
63891
|
+
var relation_type = __webpack_require__(21);
|
|
63843
63892
|
|
|
63844
63893
|
// CONCATENATED MODULE: ./.tmp/model/shared/condition/word-condition-item-observer.ts
|
|
63845
63894
|
|
|
@@ -64197,7 +64246,7 @@ var arc_model = __webpack_require__(238);
|
|
|
64197
64246
|
"use strict";
|
|
64198
64247
|
|
|
64199
64248
|
// EXTERNAL MODULE: external "@angular/common"
|
|
64200
|
-
var common_ = __webpack_require__(
|
|
64249
|
+
var common_ = __webpack_require__(25);
|
|
64201
64250
|
|
|
64202
64251
|
// EXTERNAL MODULE: external "@angular/core"
|
|
64203
64252
|
var core_ = __webpack_require__(0);
|
|
@@ -65158,8 +65207,8 @@ function warnOnce(msg) {
|
|
|
65158
65207
|
*/
|
|
65159
65208
|
|
|
65160
65209
|
|
|
65161
|
-
|
|
65162
65210
|
//# sourceMappingURL=ngx-bootstrap-utils.js.map
|
|
65211
|
+
|
|
65163
65212
|
// CONCATENATED MODULE: ./node_modules/tslib/tslib.es6.js
|
|
65164
65213
|
/*! *****************************************************************************
|
|
65165
65214
|
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -65606,7 +65655,7 @@ var map_MapSubscriber = /*@__PURE__*/ (function (_super) {
|
|
|
65606
65655
|
//# sourceMappingURL=map.js.map
|
|
65607
65656
|
|
|
65608
65657
|
// EXTERNAL MODULE: ./node_modules/rxjs/_esm5/internal/Subscription.js + 1 modules
|
|
65609
|
-
var Subscription = __webpack_require__(
|
|
65658
|
+
var Subscription = __webpack_require__(23);
|
|
65610
65659
|
|
|
65611
65660
|
// CONCATENATED MODULE: ./node_modules/rxjs/_esm5/internal/scheduled/scheduleObservable.js
|
|
65612
65661
|
/** PURE_IMPORTS_START _Observable,_Subscription,_symbol_observable PURE_IMPORTS_END */
|
|
@@ -66288,7 +66337,6 @@ var animationFrame = /*@__PURE__*/ new AnimationFrameScheduler_AnimationFrameSch
|
|
|
66288
66337
|
* @param {?=} property
|
|
66289
66338
|
* @return {?}
|
|
66290
66339
|
*/
|
|
66291
|
-
|
|
66292
66340
|
function getStyleComputedProperty(element, property) {
|
|
66293
66341
|
if (element.nodeType !== 1) {
|
|
66294
66342
|
return [];
|
|
@@ -67798,20 +67846,15 @@ var ngx_bootstrap_positioning_PositioningService = /** @class */ (function () {
|
|
|
67798
67846
|
function (options) {
|
|
67799
67847
|
this.options = options;
|
|
67800
67848
|
};
|
|
67849
|
+
PositioningService.decorators = [
|
|
67850
|
+
{ type: core_["Injectable"] }
|
|
67851
|
+
];
|
|
67801
67852
|
/** @nocollapse */
|
|
67802
67853
|
PositioningService.ctorParameters = function () { return [
|
|
67803
67854
|
{ type: core_["NgZone"] },
|
|
67804
67855
|
{ type: core_["RendererFactory2"] },
|
|
67805
67856
|
{ type: Number, decorators: [{ type: core_["Inject"], args: [core_["PLATFORM_ID"],] }] }
|
|
67806
67857
|
]; };
|
|
67807
|
-
PositioningService.ɵfac = function PositioningService_Factory(t) { return new (t || PositioningService)(core_["ɵɵinject"](core_["NgZone"]), core_["ɵɵinject"](core_["RendererFactory2"]), core_["ɵɵinject"](core_["PLATFORM_ID"])); };
|
|
67808
|
-
PositioningService.ɵprov = core_["ɵɵdefineInjectable"]({ token: PositioningService, factory: function (t) { return PositioningService.ɵfac(t); } });
|
|
67809
|
-
/*@__PURE__*/ (function () { core_["ɵsetClassMetadata"](PositioningService, [{
|
|
67810
|
-
type: core_["Injectable"]
|
|
67811
|
-
}], function () { return [{ type: core_["NgZone"] }, { type: core_["RendererFactory2"] }, { type: Number, decorators: [{
|
|
67812
|
-
type: core_["Inject"],
|
|
67813
|
-
args: [core_["PLATFORM_ID"]]
|
|
67814
|
-
}] }]; }, null); })();
|
|
67815
67858
|
return PositioningService;
|
|
67816
67859
|
}());
|
|
67817
67860
|
if (false) {}
|
|
@@ -67841,8 +67884,8 @@ function _getHtmlElement(element) {
|
|
|
67841
67884
|
*/
|
|
67842
67885
|
|
|
67843
67886
|
|
|
67844
|
-
|
|
67845
67887
|
//# sourceMappingURL=ngx-bootstrap-positioning.js.map
|
|
67888
|
+
|
|
67846
67889
|
// CONCATENATED MODULE: ./node_modules/ngx-bootstrap/component-loader/fesm5/ngx-bootstrap-component-loader.js
|
|
67847
67890
|
|
|
67848
67891
|
|
|
@@ -67855,8 +67898,6 @@ function _getHtmlElement(element) {
|
|
|
67855
67898
|
/**
|
|
67856
67899
|
* @template T
|
|
67857
67900
|
*/
|
|
67858
|
-
|
|
67859
|
-
|
|
67860
67901
|
var /**
|
|
67861
67902
|
* @template T
|
|
67862
67903
|
*/
|
|
@@ -68386,6 +68427,9 @@ var ngx_bootstrap_component_loader_ComponentLoaderFactory = /** @class */ (funct
|
|
|
68386
68427
|
function (_elementRef, _viewContainerRef, _renderer) {
|
|
68387
68428
|
return new ngx_bootstrap_component_loader_ComponentLoader(_viewContainerRef, _renderer, _elementRef, this._injector, this._componentFactoryResolver, this._ngZone, this._applicationRef, this._posService);
|
|
68388
68429
|
};
|
|
68430
|
+
ComponentLoaderFactory.decorators = [
|
|
68431
|
+
{ type: core_["Injectable"] }
|
|
68432
|
+
];
|
|
68389
68433
|
/** @nocollapse */
|
|
68390
68434
|
ComponentLoaderFactory.ctorParameters = function () { return [
|
|
68391
68435
|
{ type: core_["ComponentFactoryResolver"] },
|
|
@@ -68394,11 +68438,6 @@ var ngx_bootstrap_component_loader_ComponentLoaderFactory = /** @class */ (funct
|
|
|
68394
68438
|
{ type: ngx_bootstrap_positioning_PositioningService },
|
|
68395
68439
|
{ type: core_["ApplicationRef"] }
|
|
68396
68440
|
]; };
|
|
68397
|
-
ComponentLoaderFactory.ɵfac = function ComponentLoaderFactory_Factory(t) { return new (t || ComponentLoaderFactory)(core_["ɵɵinject"](core_["ComponentFactoryResolver"]), core_["ɵɵinject"](core_["NgZone"]), core_["ɵɵinject"](core_["Injector"]), core_["ɵɵinject"](ngx_bootstrap_positioning_PositioningService), core_["ɵɵinject"](core_["ApplicationRef"])); };
|
|
68398
|
-
ComponentLoaderFactory.ɵprov = core_["ɵɵdefineInjectable"]({ token: ComponentLoaderFactory, factory: function (t) { return ComponentLoaderFactory.ɵfac(t); } });
|
|
68399
|
-
/*@__PURE__*/ (function () { core_["ɵsetClassMetadata"](ComponentLoaderFactory, [{
|
|
68400
|
-
type: core_["Injectable"]
|
|
68401
|
-
}], function () { return [{ type: core_["ComponentFactoryResolver"] }, { type: core_["NgZone"] }, { type: core_["Injector"] }, { type: ngx_bootstrap_positioning_PositioningService }, { type: core_["ApplicationRef"] }]; }, null); })();
|
|
68402
68441
|
return ComponentLoaderFactory;
|
|
68403
68442
|
}());
|
|
68404
68443
|
if (false) {}
|
|
@@ -68414,8 +68453,8 @@ if (false) {}
|
|
|
68414
68453
|
*/
|
|
68415
68454
|
|
|
68416
68455
|
|
|
68417
|
-
|
|
68418
68456
|
//# sourceMappingURL=ngx-bootstrap-component-loader.js.map
|
|
68457
|
+
|
|
68419
68458
|
// CONCATENATED MODULE: ./node_modules/ngx-bootstrap/modal/fesm5/ngx-bootstrap-modal.js
|
|
68420
68459
|
|
|
68421
68460
|
|
|
@@ -68427,10 +68466,6 @@ if (false) {}
|
|
|
68427
68466
|
* @fileoverview added by tsickle
|
|
68428
68467
|
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
68429
68468
|
*/
|
|
68430
|
-
|
|
68431
|
-
|
|
68432
|
-
|
|
68433
|
-
var _c0 = ["*"];
|
|
68434
68469
|
var ngx_bootstrap_modal_BsModalRef = /** @class */ (function () {
|
|
68435
68470
|
function BsModalRef() {
|
|
68436
68471
|
/**
|
|
@@ -68442,11 +68477,9 @@ var ngx_bootstrap_modal_BsModalRef = /** @class */ (function () {
|
|
|
68442
68477
|
*/
|
|
68443
68478
|
this.setClass = Function;
|
|
68444
68479
|
}
|
|
68445
|
-
BsModalRef
|
|
68446
|
-
|
|
68447
|
-
|
|
68448
|
-
type: core_["Injectable"]
|
|
68449
|
-
}], function () { return []; }, null); })();
|
|
68480
|
+
BsModalRef.decorators = [
|
|
68481
|
+
{ type: core_["Injectable"] }
|
|
68482
|
+
];
|
|
68450
68483
|
return BsModalRef;
|
|
68451
68484
|
}());
|
|
68452
68485
|
if (false) {}
|
|
@@ -68471,11 +68504,9 @@ if (false) {}
|
|
|
68471
68504
|
var ngx_bootstrap_modal_ModalOptions = /** @class */ (function () {
|
|
68472
68505
|
function ModalOptions() {
|
|
68473
68506
|
}
|
|
68474
|
-
ModalOptions
|
|
68475
|
-
|
|
68476
|
-
|
|
68477
|
-
type: core_["Injectable"]
|
|
68478
|
-
}], function () { return []; }, null); })();
|
|
68507
|
+
ModalOptions.decorators = [
|
|
68508
|
+
{ type: core_["Injectable"] }
|
|
68509
|
+
];
|
|
68479
68510
|
return ModalOptions;
|
|
68480
68511
|
}());
|
|
68481
68512
|
if (false) {}
|
|
@@ -68652,6 +68683,20 @@ var ngx_bootstrap_modal_ModalContainerComponent = /** @class */ (function () {
|
|
|
68652
68683
|
_this.isModalHiding = false;
|
|
68653
68684
|
}), this.isAnimated ? TRANSITION_DURATIONS.MODAL : 0);
|
|
68654
68685
|
};
|
|
68686
|
+
ModalContainerComponent.decorators = [
|
|
68687
|
+
{ type: core_["Component"], args: [{
|
|
68688
|
+
selector: 'modal-container',
|
|
68689
|
+
template: "\n <div [class]=\"'modal-dialog' + (config.class ? ' ' + config.class : '')\" role=\"document\">\n <div class=\"modal-content\">\n <ng-content></ng-content>\n </div>\n </div>\n ",
|
|
68690
|
+
host: {
|
|
68691
|
+
class: 'modal',
|
|
68692
|
+
role: 'dialog',
|
|
68693
|
+
tabindex: '-1',
|
|
68694
|
+
'[attr.aria-modal]': 'true',
|
|
68695
|
+
'[attr.aria-labelledby]': 'config.ariaLabelledBy',
|
|
68696
|
+
'[attr.aria-describedby]': 'config.ariaDescribedby'
|
|
68697
|
+
}
|
|
68698
|
+
}] }
|
|
68699
|
+
];
|
|
68655
68700
|
/** @nocollapse */
|
|
68656
68701
|
ModalContainerComponent.ctorParameters = function () { return [
|
|
68657
68702
|
{ type: ngx_bootstrap_modal_ModalOptions },
|
|
@@ -68663,45 +68708,6 @@ var ngx_bootstrap_modal_ModalContainerComponent = /** @class */ (function () {
|
|
|
68663
68708
|
onClickStop: [{ type: core_["HostListener"], args: ['mouseup', ['$event'],] }],
|
|
68664
68709
|
onEsc: [{ type: core_["HostListener"], args: ['window:keydown.esc', ['$event'],] }]
|
|
68665
68710
|
};
|
|
68666
|
-
ModalContainerComponent.ɵfac = function ModalContainerComponent_Factory(t) { return new (t || ModalContainerComponent)(core_["ɵɵdirectiveInject"](ngx_bootstrap_modal_ModalOptions), core_["ɵɵdirectiveInject"](core_["ElementRef"]), core_["ɵɵdirectiveInject"](core_["Renderer2"])); };
|
|
68667
|
-
ModalContainerComponent.ɵcmp = core_["ɵɵdefineComponent"]({ type: ModalContainerComponent, selectors: [["modal-container"]], hostAttrs: ["role", "dialog", "tabindex", "-1", 1, "modal"], hostVars: 3, hostBindings: function ModalContainerComponent_HostBindings(rf, ctx) { if (rf & 1) {
|
|
68668
|
-
core_["ɵɵlistener"]("mousedown", function ModalContainerComponent_mousedown_HostBindingHandler($event) { return ctx.onClickStarted($event); })("mouseup", function ModalContainerComponent_mouseup_HostBindingHandler($event) { return ctx.onClickStop($event); })("keydown.esc", function ModalContainerComponent_keydown_esc_HostBindingHandler($event) { return ctx.onEsc($event); }, false, core_["ɵɵresolveWindow"]);
|
|
68669
|
-
} if (rf & 2) {
|
|
68670
|
-
core_["ɵɵattribute"]("aria-modal", true)("aria-labelledby", ctx.config.ariaLabelledBy)("aria-describedby", ctx.config.ariaDescribedby);
|
|
68671
|
-
} }, ngContentSelectors: _c0, decls: 3, vars: 2, consts: [["role", "document"], [1, "modal-content"]], template: function ModalContainerComponent_Template(rf, ctx) { if (rf & 1) {
|
|
68672
|
-
core_["ɵɵprojectionDef"]();
|
|
68673
|
-
core_["ɵɵelementStart"](0, "div", 0);
|
|
68674
|
-
core_["ɵɵelementStart"](1, "div", 1);
|
|
68675
|
-
core_["ɵɵprojection"](2);
|
|
68676
|
-
core_["ɵɵelementEnd"]();
|
|
68677
|
-
core_["ɵɵelementEnd"]();
|
|
68678
|
-
} if (rf & 2) {
|
|
68679
|
-
core_["ɵɵclassMap"]("modal-dialog" + (ctx.config.class ? " " + ctx.config.class : ""));
|
|
68680
|
-
} }, encapsulation: 2 });
|
|
68681
|
-
/*@__PURE__*/ (function () { core_["ɵsetClassMetadata"](ModalContainerComponent, [{
|
|
68682
|
-
type: core_["Component"],
|
|
68683
|
-
args: [{
|
|
68684
|
-
selector: 'modal-container',
|
|
68685
|
-
template: "\n <div [class]=\"'modal-dialog' + (config.class ? ' ' + config.class : '')\" role=\"document\">\n <div class=\"modal-content\">\n <ng-content></ng-content>\n </div>\n </div>\n ",
|
|
68686
|
-
host: {
|
|
68687
|
-
class: 'modal',
|
|
68688
|
-
role: 'dialog',
|
|
68689
|
-
tabindex: '-1',
|
|
68690
|
-
'[attr.aria-modal]': 'true',
|
|
68691
|
-
'[attr.aria-labelledby]': 'config.ariaLabelledBy',
|
|
68692
|
-
'[attr.aria-describedby]': 'config.ariaDescribedby'
|
|
68693
|
-
}
|
|
68694
|
-
}]
|
|
68695
|
-
}], function () { return [{ type: ngx_bootstrap_modal_ModalOptions }, { type: core_["ElementRef"] }, { type: core_["Renderer2"] }]; }, { onClickStarted: [{
|
|
68696
|
-
type: core_["HostListener"],
|
|
68697
|
-
args: ['mousedown', ['$event']]
|
|
68698
|
-
}], onClickStop: [{
|
|
68699
|
-
type: core_["HostListener"],
|
|
68700
|
-
args: ['mouseup', ['$event']]
|
|
68701
|
-
}], onEsc: [{
|
|
68702
|
-
type: core_["HostListener"],
|
|
68703
|
-
args: ['window:keydown.esc', ['$event']]
|
|
68704
|
-
}] }); })();
|
|
68705
68711
|
return ModalContainerComponent;
|
|
68706
68712
|
}());
|
|
68707
68713
|
if (false) {}
|
|
@@ -68781,21 +68787,18 @@ var ngx_bootstrap_modal_ModalBackdropComponent = /** @class */ (function () {
|
|
|
68781
68787
|
}
|
|
68782
68788
|
this.isShown = true;
|
|
68783
68789
|
};
|
|
68790
|
+
ModalBackdropComponent.decorators = [
|
|
68791
|
+
{ type: core_["Component"], args: [{
|
|
68792
|
+
selector: 'bs-modal-backdrop',
|
|
68793
|
+
template: ' ',
|
|
68794
|
+
host: { class: CLASS_NAME.BACKDROP }
|
|
68795
|
+
}] }
|
|
68796
|
+
];
|
|
68784
68797
|
/** @nocollapse */
|
|
68785
68798
|
ModalBackdropComponent.ctorParameters = function () { return [
|
|
68786
68799
|
{ type: core_["ElementRef"] },
|
|
68787
68800
|
{ type: core_["Renderer2"] }
|
|
68788
68801
|
]; };
|
|
68789
|
-
ModalBackdropComponent.ɵfac = function ModalBackdropComponent_Factory(t) { return new (t || ModalBackdropComponent)(core_["ɵɵdirectiveInject"](core_["ElementRef"]), core_["ɵɵdirectiveInject"](core_["Renderer2"])); };
|
|
68790
|
-
ModalBackdropComponent.ɵcmp = core_["ɵɵdefineComponent"]({ type: ModalBackdropComponent, selectors: [["bs-modal-backdrop"]], hostAttrs: [1, "modal-backdrop"], decls: 0, vars: 0, template: function ModalBackdropComponent_Template(rf, ctx) { }, encapsulation: 2 });
|
|
68791
|
-
/*@__PURE__*/ (function () { core_["ɵsetClassMetadata"](ModalBackdropComponent, [{
|
|
68792
|
-
type: core_["Component"],
|
|
68793
|
-
args: [{
|
|
68794
|
-
selector: 'bs-modal-backdrop',
|
|
68795
|
-
template: ' ',
|
|
68796
|
-
host: { class: CLASS_NAME.BACKDROP }
|
|
68797
|
-
}]
|
|
68798
|
-
}], function () { return [{ type: core_["ElementRef"] }, { type: core_["Renderer2"] }]; }, null); })();
|
|
68799
68802
|
return ModalBackdropComponent;
|
|
68800
68803
|
}());
|
|
68801
68804
|
if (false) {}
|
|
@@ -69400,6 +69403,12 @@ var ngx_bootstrap_modal_ModalDirective = /** @class */ (function () {
|
|
|
69400
69403
|
this._renderer.removeChild(document$1.body, scrollDiv);
|
|
69401
69404
|
return scrollbarWidth;
|
|
69402
69405
|
};
|
|
69406
|
+
ModalDirective.decorators = [
|
|
69407
|
+
{ type: core_["Directive"], args: [{
|
|
69408
|
+
selector: '[bsModal]',
|
|
69409
|
+
exportAs: 'bs-modal'
|
|
69410
|
+
},] }
|
|
69411
|
+
];
|
|
69403
69412
|
/** @nocollapse */
|
|
69404
69413
|
ModalDirective.ctorParameters = function () { return [
|
|
69405
69414
|
{ type: core_["ElementRef"] },
|
|
@@ -69417,36 +69426,6 @@ var ngx_bootstrap_modal_ModalDirective = /** @class */ (function () {
|
|
|
69417
69426
|
onClickStop: [{ type: core_["HostListener"], args: ['mouseup', ['$event'],] }],
|
|
69418
69427
|
onEsc: [{ type: core_["HostListener"], args: ['keydown.esc', ['$event'],] }]
|
|
69419
69428
|
};
|
|
69420
|
-
ModalDirective.ɵfac = function ModalDirective_Factory(t) { return new (t || ModalDirective)(core_["ɵɵdirectiveInject"](core_["ElementRef"]), core_["ɵɵdirectiveInject"](core_["ViewContainerRef"]), core_["ɵɵdirectiveInject"](core_["Renderer2"]), core_["ɵɵdirectiveInject"](ngx_bootstrap_component_loader_ComponentLoaderFactory)); };
|
|
69421
|
-
ModalDirective.ɵdir = core_["ɵɵdefineDirective"]({ type: ModalDirective, selectors: [["", "bsModal", ""]], hostBindings: function ModalDirective_HostBindings(rf, ctx) { if (rf & 1) {
|
|
69422
|
-
core_["ɵɵlistener"]("mousedown", function ModalDirective_mousedown_HostBindingHandler($event) { return ctx.onClickStarted($event); })("mouseup", function ModalDirective_mouseup_HostBindingHandler($event) { return ctx.onClickStop($event); })("keydown.esc", function ModalDirective_keydown_esc_HostBindingHandler($event) { return ctx.onEsc($event); });
|
|
69423
|
-
} }, inputs: { config: "config" }, outputs: { onShow: "onShow", onShown: "onShown", onHide: "onHide", onHidden: "onHidden" }, exportAs: ["bs-modal"] });
|
|
69424
|
-
/*@__PURE__*/ (function () { core_["ɵsetClassMetadata"](ModalDirective, [{
|
|
69425
|
-
type: core_["Directive"],
|
|
69426
|
-
args: [{
|
|
69427
|
-
selector: '[bsModal]',
|
|
69428
|
-
exportAs: 'bs-modal'
|
|
69429
|
-
}]
|
|
69430
|
-
}], function () { return [{ type: core_["ElementRef"] }, { type: core_["ViewContainerRef"] }, { type: core_["Renderer2"] }, { type: ngx_bootstrap_component_loader_ComponentLoaderFactory }]; }, { onShow: [{
|
|
69431
|
-
type: core_["Output"]
|
|
69432
|
-
}], onShown: [{
|
|
69433
|
-
type: core_["Output"]
|
|
69434
|
-
}], onHide: [{
|
|
69435
|
-
type: core_["Output"]
|
|
69436
|
-
}], onHidden: [{
|
|
69437
|
-
type: core_["Output"]
|
|
69438
|
-
}], config: [{
|
|
69439
|
-
type: core_["Input"]
|
|
69440
|
-
}], onClickStarted: [{
|
|
69441
|
-
type: core_["HostListener"],
|
|
69442
|
-
args: ['mousedown', ['$event']]
|
|
69443
|
-
}], onClickStop: [{
|
|
69444
|
-
type: core_["HostListener"],
|
|
69445
|
-
args: ['mouseup', ['$event']]
|
|
69446
|
-
}], onEsc: [{
|
|
69447
|
-
type: core_["HostListener"],
|
|
69448
|
-
args: ['keydown.esc', ['$event']]
|
|
69449
|
-
}] }); })();
|
|
69450
69429
|
return ModalDirective;
|
|
69451
69430
|
}());
|
|
69452
69431
|
if (false) {}
|
|
@@ -69803,16 +69782,14 @@ var ngx_bootstrap_modal_BsModalService = /** @class */ (function () {
|
|
|
69803
69782
|
to.emit(_this.lastDismissReason);
|
|
69804
69783
|
}));
|
|
69805
69784
|
};
|
|
69785
|
+
BsModalService.decorators = [
|
|
69786
|
+
{ type: core_["Injectable"] }
|
|
69787
|
+
];
|
|
69806
69788
|
/** @nocollapse */
|
|
69807
69789
|
BsModalService.ctorParameters = function () { return [
|
|
69808
69790
|
{ type: core_["RendererFactory2"] },
|
|
69809
69791
|
{ type: ngx_bootstrap_component_loader_ComponentLoaderFactory }
|
|
69810
69792
|
]; };
|
|
69811
|
-
BsModalService.ɵfac = function BsModalService_Factory(t) { return new (t || BsModalService)(core_["ɵɵinject"](core_["RendererFactory2"]), core_["ɵɵinject"](ngx_bootstrap_component_loader_ComponentLoaderFactory)); };
|
|
69812
|
-
BsModalService.ɵprov = core_["ɵɵdefineInjectable"]({ token: BsModalService, factory: function (t) { return BsModalService.ɵfac(t); } });
|
|
69813
|
-
/*@__PURE__*/ (function () { core_["ɵsetClassMetadata"](BsModalService, [{
|
|
69814
|
-
type: core_["Injectable"]
|
|
69815
|
-
}], function () { return [{ type: core_["RendererFactory2"] }, { type: ngx_bootstrap_component_loader_ComponentLoaderFactory }]; }, null); })();
|
|
69816
69793
|
return BsModalService;
|
|
69817
69794
|
}());
|
|
69818
69795
|
if (false) {}
|
|
@@ -69848,24 +69825,17 @@ var ngx_bootstrap_modal_ModalModule = /** @class */ (function () {
|
|
|
69848
69825
|
providers: [ngx_bootstrap_modal_BsModalService, ngx_bootstrap_component_loader_ComponentLoaderFactory, ngx_bootstrap_positioning_PositioningService]
|
|
69849
69826
|
};
|
|
69850
69827
|
};
|
|
69851
|
-
ModalModule
|
|
69852
|
-
|
|
69853
|
-
|
|
69854
|
-
|
|
69855
|
-
|
|
69856
|
-
|
|
69857
|
-
|
|
69858
|
-
|
|
69859
|
-
|
|
69860
|
-
|
|
69861
|
-
|
|
69862
|
-
ngx_bootstrap_modal_ModalDirective,
|
|
69863
|
-
ngx_bootstrap_modal_ModalContainerComponent
|
|
69864
|
-
],
|
|
69865
|
-
exports: [ngx_bootstrap_modal_ModalBackdropComponent, ngx_bootstrap_modal_ModalDirective],
|
|
69866
|
-
entryComponents: [ngx_bootstrap_modal_ModalBackdropComponent, ngx_bootstrap_modal_ModalContainerComponent]
|
|
69867
|
-
}]
|
|
69868
|
-
}], function () { return []; }, null); })();
|
|
69828
|
+
ModalModule.decorators = [
|
|
69829
|
+
{ type: core_["NgModule"], args: [{
|
|
69830
|
+
declarations: [
|
|
69831
|
+
ngx_bootstrap_modal_ModalBackdropComponent,
|
|
69832
|
+
ngx_bootstrap_modal_ModalDirective,
|
|
69833
|
+
ngx_bootstrap_modal_ModalContainerComponent
|
|
69834
|
+
],
|
|
69835
|
+
exports: [ngx_bootstrap_modal_ModalBackdropComponent, ngx_bootstrap_modal_ModalDirective],
|
|
69836
|
+
entryComponents: [ngx_bootstrap_modal_ModalBackdropComponent, ngx_bootstrap_modal_ModalContainerComponent]
|
|
69837
|
+
},] }
|
|
69838
|
+
];
|
|
69869
69839
|
return ModalModule;
|
|
69870
69840
|
}());
|
|
69871
69841
|
|
|
@@ -69880,8 +69850,8 @@ ModalModule.ɵinj = core_["ɵɵdefineInjector"]({ factory: function ModalModule_
|
|
|
69880
69850
|
*/
|
|
69881
69851
|
|
|
69882
69852
|
|
|
69883
|
-
|
|
69884
69853
|
//# sourceMappingURL=ngx-bootstrap-modal.js.map
|
|
69854
|
+
|
|
69885
69855
|
// CONCATENATED MODULE: ./node_modules/ngx-bootstrap/tabs/fesm5/ngx-bootstrap-tabs.js
|
|
69886
69856
|
|
|
69887
69857
|
|
|
@@ -69890,44 +69860,6 @@ ModalModule.ɵinj = core_["ɵɵdefineInjector"]({ factory: function ModalModule_
|
|
|
69890
69860
|
* @fileoverview added by tsickle
|
|
69891
69861
|
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
69892
69862
|
*/
|
|
69893
|
-
|
|
69894
|
-
|
|
69895
|
-
|
|
69896
|
-
function TabsetComponent_li_1_span_4_Template(rf, ctx) { if (rf & 1) {
|
|
69897
|
-
var _r5 = core_["ɵɵgetCurrentView"]();
|
|
69898
|
-
core_["ɵɵelementStart"](0, "span", 7);
|
|
69899
|
-
core_["ɵɵlistener"]("click", function TabsetComponent_li_1_span_4_Template_span_click_0_listener($event) { core_["ɵɵrestoreView"](_r5); var tabz_r1 = core_["ɵɵnextContext"]().$implicit; var ctx_r4 = core_["ɵɵnextContext"](); $event.preventDefault(); return ctx_r4.removeTab(tabz_r1); });
|
|
69900
|
-
core_["ɵɵtext"](1, " \u274C");
|
|
69901
|
-
core_["ɵɵelementEnd"]();
|
|
69902
|
-
} }
|
|
69903
|
-
var ngx_bootstrap_tabs_c0 = function (a1) { return ["nav-item", a1]; };
|
|
69904
|
-
function TabsetComponent_li_1_Template(rf, ctx) { if (rf & 1) {
|
|
69905
|
-
var _r8 = core_["ɵɵgetCurrentView"]();
|
|
69906
|
-
core_["ɵɵelementStart"](0, "li", 3);
|
|
69907
|
-
core_["ɵɵlistener"]("keydown", function TabsetComponent_li_1_Template_li_keydown_0_listener($event) { core_["ɵɵrestoreView"](_r8); var i_r2 = ctx.index; var ctx_r7 = core_["ɵɵnextContext"](); return ctx_r7.keyNavActions($event, i_r2); });
|
|
69908
|
-
core_["ɵɵelementStart"](1, "a", 4);
|
|
69909
|
-
core_["ɵɵlistener"]("click", function TabsetComponent_li_1_Template_a_click_1_listener() { var tabz_r1 = ctx.$implicit; return tabz_r1.active = true; });
|
|
69910
|
-
core_["ɵɵelementStart"](2, "span", 5);
|
|
69911
|
-
core_["ɵɵtext"](3);
|
|
69912
|
-
core_["ɵɵelementEnd"]();
|
|
69913
|
-
core_["ɵɵtemplate"](4, TabsetComponent_li_1_span_4_Template, 2, 0, "span", 6);
|
|
69914
|
-
core_["ɵɵelementEnd"]();
|
|
69915
|
-
core_["ɵɵelementEnd"]();
|
|
69916
|
-
} if (rf & 2) {
|
|
69917
|
-
var tabz_r1 = ctx.$implicit;
|
|
69918
|
-
core_["ɵɵclassProp"]("active", tabz_r1.active)("disabled", tabz_r1.disabled);
|
|
69919
|
-
core_["ɵɵproperty"]("ngClass", core_["ɵɵpureFunction1"](15, ngx_bootstrap_tabs_c0, tabz_r1.customClass || ""));
|
|
69920
|
-
core_["ɵɵadvance"](1);
|
|
69921
|
-
core_["ɵɵclassProp"]("active", tabz_r1.active)("disabled", tabz_r1.disabled);
|
|
69922
|
-
core_["ɵɵattribute"]("aria-controls", tabz_r1.id ? tabz_r1.id : "")("aria-selected", !!tabz_r1.active)("id", tabz_r1.id ? tabz_r1.id + "-link" : "");
|
|
69923
|
-
core_["ɵɵadvance"](1);
|
|
69924
|
-
core_["ɵɵproperty"]("ngTransclude", tabz_r1.headingRef);
|
|
69925
|
-
core_["ɵɵadvance"](1);
|
|
69926
|
-
core_["ɵɵtextInterpolate"](tabz_r1.heading);
|
|
69927
|
-
core_["ɵɵadvance"](1);
|
|
69928
|
-
core_["ɵɵproperty"]("ngIf", tabz_r1.removable);
|
|
69929
|
-
} }
|
|
69930
|
-
var _c1 = ["*"];
|
|
69931
69863
|
var ngx_bootstrap_tabs_NgTranscludeDirective = /** @class */ (function () {
|
|
69932
69864
|
function NgTranscludeDirective(viewRef) {
|
|
69933
69865
|
this.viewRef = viewRef;
|
|
@@ -69954,6 +69886,11 @@ var ngx_bootstrap_tabs_NgTranscludeDirective = /** @class */ (function () {
|
|
|
69954
69886
|
enumerable: true,
|
|
69955
69887
|
configurable: true
|
|
69956
69888
|
});
|
|
69889
|
+
NgTranscludeDirective.decorators = [
|
|
69890
|
+
{ type: core_["Directive"], args: [{
|
|
69891
|
+
selector: '[ngTransclude]'
|
|
69892
|
+
},] }
|
|
69893
|
+
];
|
|
69957
69894
|
/** @nocollapse */
|
|
69958
69895
|
NgTranscludeDirective.ctorParameters = function () { return [
|
|
69959
69896
|
{ type: core_["ViewContainerRef"] }
|
|
@@ -69961,16 +69898,6 @@ var ngx_bootstrap_tabs_NgTranscludeDirective = /** @class */ (function () {
|
|
|
69961
69898
|
NgTranscludeDirective.propDecorators = {
|
|
69962
69899
|
ngTransclude: [{ type: core_["Input"] }]
|
|
69963
69900
|
};
|
|
69964
|
-
NgTranscludeDirective.ɵfac = function NgTranscludeDirective_Factory(t) { return new (t || NgTranscludeDirective)(core_["ɵɵdirectiveInject"](core_["ViewContainerRef"])); };
|
|
69965
|
-
NgTranscludeDirective.ɵdir = core_["ɵɵdefineDirective"]({ type: NgTranscludeDirective, selectors: [["", "ngTransclude", ""]], inputs: { ngTransclude: "ngTransclude" } });
|
|
69966
|
-
/*@__PURE__*/ (function () { core_["ɵsetClassMetadata"](NgTranscludeDirective, [{
|
|
69967
|
-
type: core_["Directive"],
|
|
69968
|
-
args: [{
|
|
69969
|
-
selector: '[ngTransclude]'
|
|
69970
|
-
}]
|
|
69971
|
-
}], function () { return [{ type: core_["ViewContainerRef"] }]; }, { ngTransclude: [{
|
|
69972
|
-
type: core_["Input"]
|
|
69973
|
-
}] }); })();
|
|
69974
69901
|
return NgTranscludeDirective;
|
|
69975
69902
|
}());
|
|
69976
69903
|
if (false) {}
|
|
@@ -69990,11 +69917,9 @@ var ngx_bootstrap_tabs_TabsetConfig = /** @class */ (function () {
|
|
|
69990
69917
|
*/
|
|
69991
69918
|
this.ariaLabel = 'Tabs';
|
|
69992
69919
|
}
|
|
69993
|
-
TabsetConfig
|
|
69994
|
-
|
|
69995
|
-
|
|
69996
|
-
type: core_["Injectable"]
|
|
69997
|
-
}], function () { return []; }, null); })();
|
|
69920
|
+
TabsetConfig.decorators = [
|
|
69921
|
+
{ type: core_["Injectable"] }
|
|
69922
|
+
];
|
|
69998
69923
|
return TabsetConfig;
|
|
69999
69924
|
}());
|
|
70000
69925
|
if (false) {}
|
|
@@ -70308,6 +70233,13 @@ var ngx_bootstrap_tabs_TabsetComponent = /** @class */ (function () {
|
|
|
70308
70233
|
_a["nav-" + this.type] = true,
|
|
70309
70234
|
_a);
|
|
70310
70235
|
};
|
|
70236
|
+
TabsetComponent.decorators = [
|
|
70237
|
+
{ type: core_["Component"], args: [{
|
|
70238
|
+
selector: 'tabset',
|
|
70239
|
+
template: "<ul class=\"nav\" [ngClass]=\"classMap\"\n (click)=\"$event.preventDefault()\"\n [attr.aria-label]=\"ariaLabel\"\n role=\"tablist\">\n <li *ngFor=\"let tabz of tabs; let i = index\" [ngClass]=\"['nav-item', tabz.customClass || '']\"\n [class.active]=\"tabz.active\" [class.disabled]=\"tabz.disabled\" (keydown)=\"keyNavActions($event, i)\">\n <a href=\"javascript:void(0);\" class=\"nav-link\" role=\"tab\"\n [attr.aria-controls]=\"tabz.id ? tabz.id : ''\"\n [attr.aria-selected]=\"!!tabz.active\"\n [attr.id]=\"tabz.id ? tabz.id + '-link' : ''\"\n [class.active]=\"tabz.active\" [class.disabled]=\"tabz.disabled\"\n (click)=\"tabz.active = true\">\n <span [ngTransclude]=\"tabz.headingRef\">{{ tabz.heading }}</span>\n <span *ngIf=\"tabz.removable\" (click)=\"$event.preventDefault(); removeTab(tabz);\" class=\"bs-remove-tab\"> ❌</span>\n </a>\n </li>\n</ul>\n<div class=\"tab-content\">\n <ng-content></ng-content>\n</div>\n",
|
|
70240
|
+
styles: [":host .nav-tabs .nav-item.disabled a.disabled{cursor:default}"]
|
|
70241
|
+
}] }
|
|
70242
|
+
];
|
|
70311
70243
|
/** @nocollapse */
|
|
70312
70244
|
TabsetComponent.ctorParameters = function () { return [
|
|
70313
70245
|
{ type: ngx_bootstrap_tabs_TabsetConfig },
|
|
@@ -70320,41 +70252,6 @@ var ngx_bootstrap_tabs_TabsetComponent = /** @class */ (function () {
|
|
|
70320
70252
|
type: [{ type: core_["Input"] }],
|
|
70321
70253
|
clazz: [{ type: core_["HostBinding"], args: ['class.tab-container',] }]
|
|
70322
70254
|
};
|
|
70323
|
-
TabsetComponent.ɵfac = function TabsetComponent_Factory(t) { return new (t || TabsetComponent)(core_["ɵɵdirectiveInject"](ngx_bootstrap_tabs_TabsetConfig), core_["ɵɵdirectiveInject"](core_["Renderer2"]), core_["ɵɵdirectiveInject"](core_["ElementRef"])); };
|
|
70324
|
-
TabsetComponent.ɵcmp = core_["ɵɵdefineComponent"]({ type: TabsetComponent, selectors: [["tabset"]], hostVars: 2, hostBindings: function TabsetComponent_HostBindings(rf, ctx) { if (rf & 2) {
|
|
70325
|
-
core_["ɵɵclassProp"]("tab-container", ctx.clazz);
|
|
70326
|
-
} }, inputs: { vertical: "vertical", justified: "justified", type: "type" }, ngContentSelectors: _c1, decls: 4, vars: 3, consts: [["role", "tablist", 1, "nav", 3, "ngClass", "click"], [3, "ngClass", "active", "disabled", "keydown", 4, "ngFor", "ngForOf"], [1, "tab-content"], [3, "ngClass", "keydown"], ["href", "javascript:void(0);", "role", "tab", 1, "nav-link", 3, "click"], [3, "ngTransclude"], ["class", "bs-remove-tab", 3, "click", 4, "ngIf"], [1, "bs-remove-tab", 3, "click"]], template: function TabsetComponent_Template(rf, ctx) { if (rf & 1) {
|
|
70327
|
-
core_["ɵɵprojectionDef"]();
|
|
70328
|
-
core_["ɵɵelementStart"](0, "ul", 0);
|
|
70329
|
-
core_["ɵɵlistener"]("click", function TabsetComponent_Template_ul_click_0_listener($event) { return $event.preventDefault(); });
|
|
70330
|
-
core_["ɵɵtemplate"](1, TabsetComponent_li_1_Template, 5, 17, "li", 1);
|
|
70331
|
-
core_["ɵɵelementEnd"]();
|
|
70332
|
-
core_["ɵɵelementStart"](2, "div", 2);
|
|
70333
|
-
core_["ɵɵprojection"](3);
|
|
70334
|
-
core_["ɵɵelementEnd"]();
|
|
70335
|
-
} if (rf & 2) {
|
|
70336
|
-
core_["ɵɵproperty"]("ngClass", ctx.classMap);
|
|
70337
|
-
core_["ɵɵattribute"]("aria-label", ctx.ariaLabel);
|
|
70338
|
-
core_["ɵɵadvance"](1);
|
|
70339
|
-
core_["ɵɵproperty"]("ngForOf", ctx.tabs);
|
|
70340
|
-
} }, directives: [common_["NgClass"], common_["NgForOf"], ngx_bootstrap_tabs_NgTranscludeDirective, common_["NgIf"]], styles: ["[_nghost-%COMP%] .nav-tabs[_ngcontent-%COMP%] .nav-item.disabled[_ngcontent-%COMP%] a.disabled[_ngcontent-%COMP%]{cursor:default}"] });
|
|
70341
|
-
/*@__PURE__*/ (function () { core_["ɵsetClassMetadata"](TabsetComponent, [{
|
|
70342
|
-
type: core_["Component"],
|
|
70343
|
-
args: [{
|
|
70344
|
-
selector: 'tabset',
|
|
70345
|
-
template: "<ul class=\"nav\" [ngClass]=\"classMap\"\n (click)=\"$event.preventDefault()\"\n [attr.aria-label]=\"ariaLabel\"\n role=\"tablist\">\n <li *ngFor=\"let tabz of tabs; let i = index\" [ngClass]=\"['nav-item', tabz.customClass || '']\"\n [class.active]=\"tabz.active\" [class.disabled]=\"tabz.disabled\" (keydown)=\"keyNavActions($event, i)\">\n <a href=\"javascript:void(0);\" class=\"nav-link\" role=\"tab\"\n [attr.aria-controls]=\"tabz.id ? tabz.id : ''\"\n [attr.aria-selected]=\"!!tabz.active\"\n [attr.id]=\"tabz.id ? tabz.id + '-link' : ''\"\n [class.active]=\"tabz.active\" [class.disabled]=\"tabz.disabled\"\n (click)=\"tabz.active = true\">\n <span [ngTransclude]=\"tabz.headingRef\">{{ tabz.heading }}</span>\n <span *ngIf=\"tabz.removable\" (click)=\"$event.preventDefault(); removeTab(tabz);\" class=\"bs-remove-tab\"> ❌</span>\n </a>\n </li>\n</ul>\n<div class=\"tab-content\">\n <ng-content></ng-content>\n</div>\n",
|
|
70346
|
-
styles: [":host .nav-tabs .nav-item.disabled a.disabled{cursor:default}"]
|
|
70347
|
-
}]
|
|
70348
|
-
}], function () { return [{ type: ngx_bootstrap_tabs_TabsetConfig }, { type: core_["Renderer2"] }, { type: core_["ElementRef"] }]; }, { clazz: [{
|
|
70349
|
-
type: core_["HostBinding"],
|
|
70350
|
-
args: ['class.tab-container']
|
|
70351
|
-
}], vertical: [{
|
|
70352
|
-
type: core_["Input"]
|
|
70353
|
-
}], justified: [{
|
|
70354
|
-
type: core_["Input"]
|
|
70355
|
-
}], type: [{
|
|
70356
|
-
type: core_["Input"]
|
|
70357
|
-
}] }); })();
|
|
70358
70255
|
return TabsetComponent;
|
|
70359
70256
|
}());
|
|
70360
70257
|
if (false) {}
|
|
@@ -70490,6 +70387,9 @@ var ngx_bootstrap_tabs_TabDirective = /** @class */ (function () {
|
|
|
70490
70387
|
function () {
|
|
70491
70388
|
this.tabset.removeTab(this, { reselect: false, emit: false });
|
|
70492
70389
|
};
|
|
70390
|
+
TabDirective.decorators = [
|
|
70391
|
+
{ type: core_["Directive"], args: [{ selector: 'tab, [tab]' },] }
|
|
70392
|
+
];
|
|
70493
70393
|
/** @nocollapse */
|
|
70494
70394
|
TabDirective.ctorParameters = function () { return [
|
|
70495
70395
|
{ type: ngx_bootstrap_tabs_TabsetComponent },
|
|
@@ -70510,48 +70410,6 @@ var ngx_bootstrap_tabs_TabDirective = /** @class */ (function () {
|
|
|
70510
70410
|
role: [{ type: core_["HostBinding"], args: ['attr.role',] }],
|
|
70511
70411
|
ariaLabelledby: [{ type: core_["HostBinding"], args: ['attr.aria-labelledby',] }]
|
|
70512
70412
|
};
|
|
70513
|
-
TabDirective.ɵfac = function TabDirective_Factory(t) { return new (t || TabDirective)(core_["ɵɵdirectiveInject"](ngx_bootstrap_tabs_TabsetComponent), core_["ɵɵdirectiveInject"](core_["ElementRef"]), core_["ɵɵdirectiveInject"](core_["Renderer2"])); };
|
|
70514
|
-
TabDirective.ɵdir = core_["ɵɵdefineDirective"]({ type: TabDirective, selectors: [["tab"], ["", "tab", ""]], hostVars: 7, hostBindings: function TabDirective_HostBindings(rf, ctx) { if (rf & 2) {
|
|
70515
|
-
core_["ɵɵattribute"]("role", ctx.role)("aria-labelledby", ctx.ariaLabelledby)("id", ctx.id);
|
|
70516
|
-
core_["ɵɵclassProp"]("tab-pane", ctx.addClass)("active", ctx.active);
|
|
70517
|
-
} }, inputs: { customClass: "customClass", active: "active", removable: "removable", heading: "heading", id: "id", disabled: "disabled" }, outputs: { selectTab: "selectTab", deselect: "deselect", removed: "removed" } });
|
|
70518
|
-
/*@__PURE__*/ (function () { core_["ɵsetClassMetadata"](TabDirective, [{
|
|
70519
|
-
type: core_["Directive"],
|
|
70520
|
-
args: [{ selector: 'tab, [tab]' }]
|
|
70521
|
-
}], function () { return [{ type: ngx_bootstrap_tabs_TabsetComponent }, { type: core_["ElementRef"] }, { type: core_["Renderer2"] }]; }, { selectTab: [{
|
|
70522
|
-
type: core_["Output"]
|
|
70523
|
-
}], deselect: [{
|
|
70524
|
-
type: core_["Output"]
|
|
70525
|
-
}], removed: [{
|
|
70526
|
-
type: core_["Output"]
|
|
70527
|
-
}], addClass: [{
|
|
70528
|
-
type: core_["HostBinding"],
|
|
70529
|
-
args: ['class.tab-pane']
|
|
70530
|
-
}], role: [{
|
|
70531
|
-
type: core_["HostBinding"],
|
|
70532
|
-
args: ['attr.role']
|
|
70533
|
-
}], customClass: [{
|
|
70534
|
-
type: core_["Input"]
|
|
70535
|
-
}], active: [{
|
|
70536
|
-
type: core_["HostBinding"],
|
|
70537
|
-
args: ['class.active']
|
|
70538
|
-
}, {
|
|
70539
|
-
type: core_["Input"]
|
|
70540
|
-
}], ariaLabelledby: [{
|
|
70541
|
-
type: core_["HostBinding"],
|
|
70542
|
-
args: ['attr.aria-labelledby']
|
|
70543
|
-
}], removable: [{
|
|
70544
|
-
type: core_["Input"]
|
|
70545
|
-
}], heading: [{
|
|
70546
|
-
type: core_["Input"]
|
|
70547
|
-
}], id: [{
|
|
70548
|
-
type: core_["HostBinding"],
|
|
70549
|
-
args: ['attr.id']
|
|
70550
|
-
}, {
|
|
70551
|
-
type: core_["Input"]
|
|
70552
|
-
}], disabled: [{
|
|
70553
|
-
type: core_["Input"]
|
|
70554
|
-
}] }); })();
|
|
70555
70413
|
return TabDirective;
|
|
70556
70414
|
}());
|
|
70557
70415
|
if (false) {}
|
|
@@ -70568,17 +70426,14 @@ var ngx_bootstrap_tabs_TabHeadingDirective = /** @class */ (function () {
|
|
|
70568
70426
|
function TabHeadingDirective(templateRef, tab) {
|
|
70569
70427
|
tab.headingRef = templateRef;
|
|
70570
70428
|
}
|
|
70429
|
+
TabHeadingDirective.decorators = [
|
|
70430
|
+
{ type: core_["Directive"], args: [{ selector: '[tabHeading]' },] }
|
|
70431
|
+
];
|
|
70571
70432
|
/** @nocollapse */
|
|
70572
70433
|
TabHeadingDirective.ctorParameters = function () { return [
|
|
70573
70434
|
{ type: core_["TemplateRef"] },
|
|
70574
70435
|
{ type: ngx_bootstrap_tabs_TabDirective }
|
|
70575
70436
|
]; };
|
|
70576
|
-
TabHeadingDirective.ɵfac = function TabHeadingDirective_Factory(t) { return new (t || TabHeadingDirective)(core_["ɵɵdirectiveInject"](core_["TemplateRef"]), core_["ɵɵdirectiveInject"](ngx_bootstrap_tabs_TabDirective)); };
|
|
70577
|
-
TabHeadingDirective.ɵdir = core_["ɵɵdefineDirective"]({ type: TabHeadingDirective, selectors: [["", "tabHeading", ""]] });
|
|
70578
|
-
/*@__PURE__*/ (function () { core_["ɵsetClassMetadata"](TabHeadingDirective, [{
|
|
70579
|
-
type: core_["Directive"],
|
|
70580
|
-
args: [{ selector: '[tabHeading]' }]
|
|
70581
|
-
}], function () { return [{ type: core_["TemplateRef"] }, { type: ngx_bootstrap_tabs_TabDirective }]; }, null); })();
|
|
70582
70437
|
return TabHeadingDirective;
|
|
70583
70438
|
}());
|
|
70584
70439
|
if (false) {}
|
|
@@ -70602,33 +70457,23 @@ var ngx_bootstrap_tabs_TabsModule = /** @class */ (function () {
|
|
|
70602
70457
|
providers: [ngx_bootstrap_tabs_TabsetConfig]
|
|
70603
70458
|
};
|
|
70604
70459
|
};
|
|
70605
|
-
TabsModule
|
|
70606
|
-
|
|
70607
|
-
|
|
70608
|
-
|
|
70609
|
-
|
|
70610
|
-
|
|
70611
|
-
|
|
70612
|
-
|
|
70613
|
-
|
|
70614
|
-
|
|
70615
|
-
|
|
70616
|
-
|
|
70617
|
-
|
|
70618
|
-
|
|
70619
|
-
|
|
70620
|
-
|
|
70621
|
-
|
|
70622
|
-
ngx_bootstrap_tabs_TabHeadingDirective
|
|
70623
|
-
],
|
|
70624
|
-
exports: [
|
|
70625
|
-
ngx_bootstrap_tabs_TabDirective,
|
|
70626
|
-
ngx_bootstrap_tabs_TabsetComponent,
|
|
70627
|
-
ngx_bootstrap_tabs_TabHeadingDirective,
|
|
70628
|
-
ngx_bootstrap_tabs_NgTranscludeDirective
|
|
70629
|
-
]
|
|
70630
|
-
}]
|
|
70631
|
-
}], function () { return []; }, null); })();
|
|
70460
|
+
TabsModule.decorators = [
|
|
70461
|
+
{ type: core_["NgModule"], args: [{
|
|
70462
|
+
imports: [common_["CommonModule"]],
|
|
70463
|
+
declarations: [
|
|
70464
|
+
ngx_bootstrap_tabs_NgTranscludeDirective,
|
|
70465
|
+
ngx_bootstrap_tabs_TabDirective,
|
|
70466
|
+
ngx_bootstrap_tabs_TabsetComponent,
|
|
70467
|
+
ngx_bootstrap_tabs_TabHeadingDirective
|
|
70468
|
+
],
|
|
70469
|
+
exports: [
|
|
70470
|
+
ngx_bootstrap_tabs_TabDirective,
|
|
70471
|
+
ngx_bootstrap_tabs_TabsetComponent,
|
|
70472
|
+
ngx_bootstrap_tabs_TabHeadingDirective,
|
|
70473
|
+
ngx_bootstrap_tabs_NgTranscludeDirective
|
|
70474
|
+
]
|
|
70475
|
+
},] }
|
|
70476
|
+
];
|
|
70632
70477
|
return TabsModule;
|
|
70633
70478
|
}());
|
|
70634
70479
|
|
|
@@ -70643,8 +70488,8 @@ TabsModule.ɵinj = core_["ɵɵdefineInjector"]({ factory: function TabsModule_Fa
|
|
|
70643
70488
|
*/
|
|
70644
70489
|
|
|
70645
70490
|
|
|
70646
|
-
|
|
70647
70491
|
//# sourceMappingURL=ngx-bootstrap-tabs.js.map
|
|
70492
|
+
|
|
70648
70493
|
// CONCATENATED MODULE: ./node_modules/rxjs/_esm5/internal/scheduler/async.js
|
|
70649
70494
|
/** PURE_IMPORTS_START _AsyncAction,_AsyncScheduler PURE_IMPORTS_END */
|
|
70650
70495
|
|
|
@@ -70719,11 +70564,6 @@ function dispatch(state) {
|
|
|
70719
70564
|
/**
|
|
70720
70565
|
* Default values provider for tooltip
|
|
70721
70566
|
*/
|
|
70722
|
-
|
|
70723
|
-
|
|
70724
|
-
|
|
70725
|
-
|
|
70726
|
-
var ngx_bootstrap_tooltip_c0 = ["*"];
|
|
70727
70567
|
var ngx_bootstrap_tooltip_TooltipConfig = /** @class */ (function () {
|
|
70728
70568
|
function TooltipConfig() {
|
|
70729
70569
|
/**
|
|
@@ -70743,11 +70583,9 @@ var ngx_bootstrap_tooltip_TooltipConfig = /** @class */ (function () {
|
|
|
70743
70583
|
*/
|
|
70744
70584
|
this.delay = 0;
|
|
70745
70585
|
}
|
|
70746
|
-
TooltipConfig
|
|
70747
|
-
|
|
70748
|
-
|
|
70749
|
-
type: core_["Injectable"]
|
|
70750
|
-
}], function () { return []; }, null); })();
|
|
70586
|
+
TooltipConfig.decorators = [
|
|
70587
|
+
{ type: core_["Injectable"] }
|
|
70588
|
+
];
|
|
70751
70589
|
return TooltipConfig;
|
|
70752
70590
|
}());
|
|
70753
70591
|
if (false) {}
|
|
@@ -70788,39 +70626,26 @@ var ngx_bootstrap_tooltip_TooltipContainerComponent = /** @class */ (function ()
|
|
|
70788
70626
|
this.classMap[this.containerClass] = true;
|
|
70789
70627
|
}
|
|
70790
70628
|
};
|
|
70629
|
+
TooltipContainerComponent.decorators = [
|
|
70630
|
+
{ type: core_["Component"], args: [{
|
|
70631
|
+
selector: 'bs-tooltip-container',
|
|
70632
|
+
changeDetection: core_["ChangeDetectionStrategy"].OnPush,
|
|
70633
|
+
// tslint:disable-next-line
|
|
70634
|
+
host: {
|
|
70635
|
+
'[class]': '"tooltip in tooltip-" + placement + " " + "bs-tooltip-" + placement + " " + placement + " " + containerClass',
|
|
70636
|
+
'[class.show]': '!isBs3',
|
|
70637
|
+
'[class.bs3]': 'isBs3',
|
|
70638
|
+
'[attr.id]': 'this.id',
|
|
70639
|
+
role: 'tooltip'
|
|
70640
|
+
},
|
|
70641
|
+
template: "\n <div class=\"tooltip-arrow arrow\"></div>\n <div class=\"tooltip-inner\"><ng-content></ng-content></div>\n ",
|
|
70642
|
+
styles: ["\n :host.tooltip {\n display: block;\n pointer-events: none;\n }\n :host.bs3.tooltip.top>.arrow {\n margin-left: -2px;\n }\n :host.bs3.tooltip.bottom {\n margin-top: 0px;\n }\n :host.bs3.bs-tooltip-left, :host.bs3.bs-tooltip-right{\n margin: 0px;\n }\n :host.bs3.bs-tooltip-right .arrow, :host.bs3.bs-tooltip-left .arrow {\n margin: .3rem 0;\n }\n "]
|
|
70643
|
+
}] }
|
|
70644
|
+
];
|
|
70791
70645
|
/** @nocollapse */
|
|
70792
70646
|
TooltipContainerComponent.ctorParameters = function () { return [
|
|
70793
70647
|
{ type: ngx_bootstrap_tooltip_TooltipConfig }
|
|
70794
70648
|
]; };
|
|
70795
|
-
TooltipContainerComponent.ɵfac = function TooltipContainerComponent_Factory(t) { return new (t || TooltipContainerComponent)(core_["ɵɵdirectiveInject"](ngx_bootstrap_tooltip_TooltipConfig)); };
|
|
70796
|
-
TooltipContainerComponent.ɵcmp = core_["ɵɵdefineComponent"]({ type: TooltipContainerComponent, selectors: [["bs-tooltip-container"]], hostAttrs: ["role", "tooltip"], hostVars: 7, hostBindings: function TooltipContainerComponent_HostBindings(rf, ctx) { if (rf & 2) {
|
|
70797
|
-
core_["ɵɵattribute"]("id", ctx.id);
|
|
70798
|
-
core_["ɵɵclassMap"]("tooltip in tooltip-" + ctx.placement + " " + "bs-tooltip-" + ctx.placement + " " + ctx.placement + " " + ctx.containerClass);
|
|
70799
|
-
core_["ɵɵclassProp"]("show", !ctx.isBs3)("bs3", ctx.isBs3);
|
|
70800
|
-
} }, ngContentSelectors: ngx_bootstrap_tooltip_c0, decls: 3, vars: 0, consts: [[1, "tooltip-arrow", "arrow"], [1, "tooltip-inner"]], template: function TooltipContainerComponent_Template(rf, ctx) { if (rf & 1) {
|
|
70801
|
-
core_["ɵɵprojectionDef"]();
|
|
70802
|
-
core_["ɵɵelement"](0, "div", 0);
|
|
70803
|
-
core_["ɵɵelementStart"](1, "div", 1);
|
|
70804
|
-
core_["ɵɵprojection"](2);
|
|
70805
|
-
core_["ɵɵelementEnd"]();
|
|
70806
|
-
} }, styles: [".tooltip[_nghost-%COMP%] {\n display: block;\n pointer-events: none;\n }\n .bs3.tooltip.top[_nghost-%COMP%] > .arrow[_ngcontent-%COMP%] {\n margin-left: -2px;\n }\n .bs3.tooltip.bottom[_nghost-%COMP%] {\n margin-top: 0px;\n }\n .bs3.bs-tooltip-left[_nghost-%COMP%], .bs3.bs-tooltip-right[_nghost-%COMP%]{\n margin: 0px;\n }\n .bs3.bs-tooltip-right[_nghost-%COMP%] .arrow[_ngcontent-%COMP%], .bs3.bs-tooltip-left[_nghost-%COMP%] .arrow[_ngcontent-%COMP%] {\n margin: .3rem 0;\n }"], changeDetection: 0 });
|
|
70807
|
-
/*@__PURE__*/ (function () { core_["ɵsetClassMetadata"](TooltipContainerComponent, [{
|
|
70808
|
-
type: core_["Component"],
|
|
70809
|
-
args: [{
|
|
70810
|
-
selector: 'bs-tooltip-container',
|
|
70811
|
-
changeDetection: core_["ChangeDetectionStrategy"].OnPush,
|
|
70812
|
-
// tslint:disable-next-line
|
|
70813
|
-
host: {
|
|
70814
|
-
'[class]': '"tooltip in tooltip-" + placement + " " + "bs-tooltip-" + placement + " " + placement + " " + containerClass',
|
|
70815
|
-
'[class.show]': '!isBs3',
|
|
70816
|
-
'[class.bs3]': 'isBs3',
|
|
70817
|
-
'[attr.id]': 'this.id',
|
|
70818
|
-
role: 'tooltip'
|
|
70819
|
-
},
|
|
70820
|
-
template: "\n <div class=\"tooltip-arrow arrow\"></div>\n <div class=\"tooltip-inner\"><ng-content></ng-content></div>\n ",
|
|
70821
|
-
styles: ["\n :host.tooltip {\n display: block;\n pointer-events: none;\n }\n :host.bs3.tooltip.top>.arrow {\n margin-left: -2px;\n }\n :host.bs3.tooltip.bottom {\n margin-top: 0px;\n }\n :host.bs3.bs-tooltip-left, :host.bs3.bs-tooltip-right{\n margin: 0px;\n }\n :host.bs3.bs-tooltip-right .arrow, :host.bs3.bs-tooltip-left .arrow {\n margin: .3rem 0;\n }\n "]
|
|
70822
|
-
}]
|
|
70823
|
-
}], function () { return [{ type: ngx_bootstrap_tooltip_TooltipConfig }]; }, null); })();
|
|
70824
70649
|
return TooltipContainerComponent;
|
|
70825
70650
|
}());
|
|
70826
70651
|
if (false) {}
|
|
@@ -71254,6 +71079,12 @@ var ngx_bootstrap_tooltip_TooltipDirective = /** @class */ (function () {
|
|
|
71254
71079
|
this.onShown.unsubscribe();
|
|
71255
71080
|
this.onHidden.unsubscribe();
|
|
71256
71081
|
};
|
|
71082
|
+
TooltipDirective.decorators = [
|
|
71083
|
+
{ type: core_["Directive"], args: [{
|
|
71084
|
+
selector: '[tooltip], [tooltipHtml]',
|
|
71085
|
+
exportAs: 'bs-tooltip'
|
|
71086
|
+
},] }
|
|
71087
|
+
];
|
|
71257
71088
|
/** @nocollapse */
|
|
71258
71089
|
TooltipDirective.ctorParameters = function () { return [
|
|
71259
71090
|
{ type: core_["ViewContainerRef"] },
|
|
@@ -71293,72 +71124,6 @@ var ngx_bootstrap_tooltip_TooltipDirective = /** @class */ (function () {
|
|
|
71293
71124
|
OnChange(),
|
|
71294
71125
|
__metadata("design:type", Object)
|
|
71295
71126
|
], TooltipDirective.prototype, "tooltip", void 0);
|
|
71296
|
-
TooltipDirective.ɵfac = function TooltipDirective_Factory(t) { return new (t || TooltipDirective)(core_["ɵɵdirectiveInject"](core_["ViewContainerRef"]), core_["ɵɵdirectiveInject"](ngx_bootstrap_component_loader_ComponentLoaderFactory), core_["ɵɵdirectiveInject"](ngx_bootstrap_tooltip_TooltipConfig), core_["ɵɵdirectiveInject"](core_["ElementRef"]), core_["ɵɵdirectiveInject"](core_["Renderer2"]), core_["ɵɵdirectiveInject"](ngx_bootstrap_positioning_PositioningService)); };
|
|
71297
|
-
TooltipDirective.ɵdir = core_["ɵɵdefineDirective"]({ type: TooltipDirective, selectors: [["", "tooltip", ""], ["", "tooltipHtml", ""]], inputs: { containerClass: "containerClass", tooltipAnimation: "tooltipAnimation", tooltipFadeDuration: "tooltipFadeDuration", isOpen: "isOpen", htmlContent: ["tooltipHtml", "htmlContent"], _placement: ["tooltipPlacement", "_placement"], _isOpen: ["tooltipIsOpen", "_isOpen"], _enable: ["tooltipEnable", "_enable"], _appendToBody: ["tooltipAppendToBody", "_appendToBody"], _popupClass: ["tooltipClass", "_popupClass"], _tooltipContext: ["tooltipContext", "_tooltipContext"], _tooltipPopupDelay: ["tooltipPopupDelay", "_tooltipPopupDelay"], _tooltipTrigger: ["tooltipTrigger", "_tooltipTrigger"], adaptivePosition: "adaptivePosition", tooltip: "tooltip", placement: "placement", triggers: "triggers", container: "container", isDisabled: "isDisabled", delay: "delay" }, outputs: { tooltipChange: "tooltipChange", tooltipStateChanged: "tooltipStateChanged", onShown: "onShown", onHidden: "onHidden" }, exportAs: ["bs-tooltip"] });
|
|
71298
|
-
/*@__PURE__*/ (function () { core_["ɵsetClassMetadata"](TooltipDirective, [{
|
|
71299
|
-
type: core_["Directive"],
|
|
71300
|
-
args: [{
|
|
71301
|
-
selector: '[tooltip], [tooltipHtml]',
|
|
71302
|
-
exportAs: 'bs-tooltip'
|
|
71303
|
-
}]
|
|
71304
|
-
}], function () { return [{ type: core_["ViewContainerRef"] }, { type: ngx_bootstrap_component_loader_ComponentLoaderFactory }, { type: ngx_bootstrap_tooltip_TooltipConfig }, { type: core_["ElementRef"] }, { type: core_["Renderer2"] }, { type: ngx_bootstrap_positioning_PositioningService }]; }, { tooltipChange: [{
|
|
71305
|
-
type: core_["Output"]
|
|
71306
|
-
}], containerClass: [{
|
|
71307
|
-
type: core_["Input"]
|
|
71308
|
-
}], tooltipAnimation: [{
|
|
71309
|
-
type: core_["Input"]
|
|
71310
|
-
}], tooltipFadeDuration: [{
|
|
71311
|
-
type: core_["Input"]
|
|
71312
|
-
}], tooltipStateChanged: [{
|
|
71313
|
-
type: core_["Output"]
|
|
71314
|
-
}], onShown: [{
|
|
71315
|
-
type: core_["Output"]
|
|
71316
|
-
}], onHidden: [{
|
|
71317
|
-
type: core_["Output"]
|
|
71318
|
-
}], isOpen: [{
|
|
71319
|
-
type: core_["Input"]
|
|
71320
|
-
}], htmlContent: [{
|
|
71321
|
-
type: core_["Input"],
|
|
71322
|
-
args: ['tooltipHtml']
|
|
71323
|
-
}], _placement: [{
|
|
71324
|
-
type: core_["Input"],
|
|
71325
|
-
args: ['tooltipPlacement']
|
|
71326
|
-
}], _isOpen: [{
|
|
71327
|
-
type: core_["Input"],
|
|
71328
|
-
args: ['tooltipIsOpen']
|
|
71329
|
-
}], _enable: [{
|
|
71330
|
-
type: core_["Input"],
|
|
71331
|
-
args: ['tooltipEnable']
|
|
71332
|
-
}], _appendToBody: [{
|
|
71333
|
-
type: core_["Input"],
|
|
71334
|
-
args: ['tooltipAppendToBody']
|
|
71335
|
-
}], _popupClass: [{
|
|
71336
|
-
type: core_["Input"],
|
|
71337
|
-
args: ['tooltipClass']
|
|
71338
|
-
}], _tooltipContext: [{
|
|
71339
|
-
type: core_["Input"],
|
|
71340
|
-
args: ['tooltipContext']
|
|
71341
|
-
}], _tooltipPopupDelay: [{
|
|
71342
|
-
type: core_["Input"],
|
|
71343
|
-
args: ['tooltipPopupDelay']
|
|
71344
|
-
}], _tooltipTrigger: [{
|
|
71345
|
-
type: core_["Input"],
|
|
71346
|
-
args: ['tooltipTrigger']
|
|
71347
|
-
}], adaptivePosition: [{
|
|
71348
|
-
type: core_["Input"]
|
|
71349
|
-
}], tooltip: [{
|
|
71350
|
-
type: core_["Input"]
|
|
71351
|
-
}], placement: [{
|
|
71352
|
-
type: core_["Input"]
|
|
71353
|
-
}], triggers: [{
|
|
71354
|
-
type: core_["Input"]
|
|
71355
|
-
}], container: [{
|
|
71356
|
-
type: core_["Input"]
|
|
71357
|
-
}], isDisabled: [{
|
|
71358
|
-
type: core_["Input"]
|
|
71359
|
-
}], delay: [{
|
|
71360
|
-
type: core_["Input"]
|
|
71361
|
-
}] }); })();
|
|
71362
71127
|
return TooltipDirective;
|
|
71363
71128
|
}());
|
|
71364
71129
|
if (false) {}
|
|
@@ -71382,19 +71147,14 @@ var ngx_bootstrap_tooltip_TooltipModule = /** @class */ (function () {
|
|
|
71382
71147
|
providers: [ngx_bootstrap_tooltip_TooltipConfig, ngx_bootstrap_component_loader_ComponentLoaderFactory, ngx_bootstrap_positioning_PositioningService]
|
|
71383
71148
|
};
|
|
71384
71149
|
};
|
|
71385
|
-
TooltipModule
|
|
71386
|
-
|
|
71387
|
-
|
|
71388
|
-
|
|
71389
|
-
|
|
71390
|
-
|
|
71391
|
-
|
|
71392
|
-
|
|
71393
|
-
declarations: [ngx_bootstrap_tooltip_TooltipDirective, ngx_bootstrap_tooltip_TooltipContainerComponent],
|
|
71394
|
-
exports: [ngx_bootstrap_tooltip_TooltipDirective],
|
|
71395
|
-
entryComponents: [ngx_bootstrap_tooltip_TooltipContainerComponent]
|
|
71396
|
-
}]
|
|
71397
|
-
}], function () { return []; }, null); })();
|
|
71150
|
+
TooltipModule.decorators = [
|
|
71151
|
+
{ type: core_["NgModule"], args: [{
|
|
71152
|
+
imports: [common_["CommonModule"]],
|
|
71153
|
+
declarations: [ngx_bootstrap_tooltip_TooltipDirective, ngx_bootstrap_tooltip_TooltipContainerComponent],
|
|
71154
|
+
exports: [ngx_bootstrap_tooltip_TooltipDirective],
|
|
71155
|
+
entryComponents: [ngx_bootstrap_tooltip_TooltipContainerComponent]
|
|
71156
|
+
},] }
|
|
71157
|
+
];
|
|
71398
71158
|
return TooltipModule;
|
|
71399
71159
|
}());
|
|
71400
71160
|
|
|
@@ -71409,19 +71169,19 @@ TooltipModule.ɵinj = core_["ɵɵdefineInjector"]({ factory: function TooltipMod
|
|
|
71409
71169
|
*/
|
|
71410
71170
|
|
|
71411
71171
|
|
|
71412
|
-
|
|
71413
71172
|
//# sourceMappingURL=ngx-bootstrap-tooltip.js.map
|
|
71173
|
+
|
|
71414
71174
|
// EXTERNAL MODULE: ./.tmp/gui/gui.component.ts + 1 modules
|
|
71415
71175
|
var gui_component = __webpack_require__(35);
|
|
71416
71176
|
|
|
71417
71177
|
// EXTERNAL MODULE: ./.tmp/localization/localization.service.ts
|
|
71418
|
-
var localization_service = __webpack_require__(
|
|
71178
|
+
var localization_service = __webpack_require__(17);
|
|
71419
71179
|
|
|
71420
71180
|
// EXTERNAL MODULE: ./.tmp/modal/alert/alert-modal.component.ts
|
|
71421
|
-
var alert_modal_component = __webpack_require__(
|
|
71181
|
+
var alert_modal_component = __webpack_require__(20);
|
|
71422
71182
|
|
|
71423
71183
|
// EXTERNAL MODULE: ./.tmp/modal/confirm-operation/confirm-operation-modal.component.ts
|
|
71424
|
-
var confirm_operation_modal_component = __webpack_require__(
|
|
71184
|
+
var confirm_operation_modal_component = __webpack_require__(19);
|
|
71425
71185
|
|
|
71426
71186
|
// EXTERNAL MODULE: ./.tmp/modal/write-character/write-character-modal.component.ts
|
|
71427
71187
|
var write_character_modal_component = __webpack_require__(37);
|
|
@@ -71512,7 +71272,7 @@ var view_service = __webpack_require__(26);
|
|
|
71512
71272
|
var logger = __webpack_require__(7);
|
|
71513
71273
|
|
|
71514
71274
|
// EXTERNAL MODULE: ./.tmp/modal/verify-password/verify-password-modal.component.ts
|
|
71515
|
-
var verify_password_modal_component = __webpack_require__(
|
|
71275
|
+
var verify_password_modal_component = __webpack_require__(18);
|
|
71516
71276
|
|
|
71517
71277
|
// EXTERNAL MODULE: ./.tmp/utils/data-type/fbox-data-type.service.ts
|
|
71518
71278
|
var fbox_data_type_service = __webpack_require__(47);
|