@flexem/fc-gui 3.0.0-alpha.33 → 3.0.0-alpha.37
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 +10 -0
- package/bundles/@flexem/fc-gui.umd.js +141 -53
- 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/historical-curve/historical-curve.element.js +80 -4
- package/gui/gui-host.d.ts +1 -1
- package/gui/gui.component.d.ts +3 -0
- package/gui/gui.component.js +14 -2
- package/gui/gui.component.metadata.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -145,3 +145,13 @@
|
|
|
145
145
|
### Web端
|
|
146
146
|
#### Bug Fix
|
|
147
147
|
1. FLEXCLOUD-2171: 设备仪表盘:空气质量指数元件数值展示优化
|
|
148
|
+
|
|
149
|
+
## 3.0.0-alpha.36(2022-09-02)
|
|
150
|
+
### Web端
|
|
151
|
+
#### Features
|
|
152
|
+
1. FLEXCLOUD-2218: 组态设计:历史曲线表,超过24小时,按天统计,X轴显示增加日期(年月日)
|
|
153
|
+
|
|
154
|
+
## 3.0.0-alpha.37(2022-09-09)
|
|
155
|
+
### Web端
|
|
156
|
+
#### Features
|
|
157
|
+
1. FLEXCLOUD-2217: 设备仪表盘 & 运营仪表盘:组态页面,增加【主页】按钮,【刷新】按钮为当前页面刷新
|
|
@@ -22477,7 +22477,7 @@ var graph_store = __webpack_require__(249);
|
|
|
22477
22477
|
var view_store = __webpack_require__(248);
|
|
22478
22478
|
|
|
22479
22479
|
// EXTERNAL MODULE: ./.tmp/config/view/view.model.ts
|
|
22480
|
-
var view_model = __webpack_require__(
|
|
22480
|
+
var view_model = __webpack_require__(29);
|
|
22481
22481
|
|
|
22482
22482
|
// EXTERNAL MODULE: ./.tmp/config/image/image-store.ts
|
|
22483
22483
|
var image_store = __webpack_require__(247);
|
|
@@ -22625,7 +22625,7 @@ var global_settings = __webpack_require__(48);
|
|
|
22625
22625
|
"use strict";
|
|
22626
22626
|
|
|
22627
22627
|
// EXTERNAL MODULE: ./node_modules/rxjs/_esm5/internal/Subscriber.js
|
|
22628
|
-
var Subscriber = __webpack_require__(
|
|
22628
|
+
var Subscriber = __webpack_require__(27);
|
|
22629
22629
|
|
|
22630
22630
|
// CONCATENATED MODULE: ./node_modules/rxjs/_esm5/internal/util/canReportError.js
|
|
22631
22631
|
/** PURE_IMPORTS_START _Subscriber PURE_IMPORTS_END */
|
|
@@ -23306,6 +23306,32 @@ function flattenUnsubscriptionErrors(errors) {
|
|
|
23306
23306
|
/* 25 */
|
|
23307
23307
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
23308
23308
|
|
|
23309
|
+
"use strict";
|
|
23310
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return ViewService; });
|
|
23311
|
+
/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(0);
|
|
23312
|
+
/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_angular_core__WEBPACK_IMPORTED_MODULE_0__);
|
|
23313
|
+
var __decorate = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
23314
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
23315
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
23316
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
23317
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
23318
|
+
};
|
|
23319
|
+
|
|
23320
|
+
let ViewService = class ViewService {
|
|
23321
|
+
constructor() {
|
|
23322
|
+
this.toggleViews = new Map();
|
|
23323
|
+
}
|
|
23324
|
+
};
|
|
23325
|
+
ViewService = __decorate([
|
|
23326
|
+
Object(_angular_core__WEBPACK_IMPORTED_MODULE_0__["Injectable"])()
|
|
23327
|
+
], ViewService);
|
|
23328
|
+
|
|
23329
|
+
|
|
23330
|
+
|
|
23331
|
+
/***/ }),
|
|
23332
|
+
/* 26 */
|
|
23333
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
23334
|
+
|
|
23309
23335
|
"use strict";
|
|
23310
23336
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return Guid; });
|
|
23311
23337
|
class Guid {
|
|
@@ -23338,7 +23364,7 @@ class Guid {
|
|
|
23338
23364
|
|
|
23339
23365
|
|
|
23340
23366
|
/***/ }),
|
|
23341
|
-
/*
|
|
23367
|
+
/* 27 */
|
|
23342
23368
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
23343
23369
|
|
|
23344
23370
|
"use strict";
|
|
@@ -23587,7 +23613,7 @@ var SafeSubscriber = /*@__PURE__*/ (function (_super) {
|
|
|
23587
23613
|
|
|
23588
23614
|
|
|
23589
23615
|
/***/ }),
|
|
23590
|
-
/*
|
|
23616
|
+
/* 28 */
|
|
23591
23617
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
23592
23618
|
|
|
23593
23619
|
"use strict";
|
|
@@ -23619,7 +23645,7 @@ class StringifyingMap {
|
|
|
23619
23645
|
|
|
23620
23646
|
|
|
23621
23647
|
/***/ }),
|
|
23622
|
-
/*
|
|
23648
|
+
/* 29 */
|
|
23623
23649
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
23624
23650
|
|
|
23625
23651
|
"use strict";
|
|
@@ -23632,7 +23658,7 @@ class ViewModel {
|
|
|
23632
23658
|
|
|
23633
23659
|
|
|
23634
23660
|
/***/ }),
|
|
23635
|
-
/*
|
|
23661
|
+
/* 30 */
|
|
23636
23662
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
23637
23663
|
|
|
23638
23664
|
"use strict";
|
|
@@ -26736,7 +26762,7 @@ class historical_curve_element_HistoricalCurveElement extends conditional_displa
|
|
|
26736
26762
|
marginRight: 20,
|
|
26737
26763
|
mobileMinWidth: 450,
|
|
26738
26764
|
operationAreaHeight: 32,
|
|
26739
|
-
operationAreaMarginTop:
|
|
26765
|
+
operationAreaMarginTop: 25,
|
|
26740
26766
|
operationSelectFontSize: '16px',
|
|
26741
26767
|
operationButtonWidth: 24,
|
|
26742
26768
|
operationButtonHeight: 24,
|
|
@@ -26753,7 +26779,7 @@ class historical_curve_element_HistoricalCurveElement extends conditional_displa
|
|
|
26753
26779
|
}, this.model.displaySetting.refreshInterval * 1000);
|
|
26754
26780
|
this.isMobileMode = _tmp_settings["a" /* DisplayMode */].Mobile === injector.get(_tmp_settings["b" /* GlobalSettings */]).displayMode;
|
|
26755
26781
|
if (this.isMobileMode) {
|
|
26756
|
-
this.displayOption.operationAreaMarginTop =
|
|
26782
|
+
this.displayOption.operationAreaMarginTop = 35;
|
|
26757
26783
|
if (this.model.displaySetting.size.width >= this.displayOption.mobileMinWidth) {
|
|
26758
26784
|
this.displayOption.operationAreaHeight = 68;
|
|
26759
26785
|
this.displayOption.operationSelectFontSize = '24px';
|
|
@@ -26919,7 +26945,12 @@ class historical_curve_element_HistoricalCurveElement extends conditional_displa
|
|
|
26919
26945
|
renderCommonProperty(chart, chartWidth, chartHeight, data) {
|
|
26920
26946
|
chart.tooltip.headerFormatter(d => this.timeFormat(d, '%x %X'));
|
|
26921
26947
|
if (this.model.displaySetting.showAxis) {
|
|
26922
|
-
chart.xAxis.showMaxMin(true).tickFormat(d =>
|
|
26948
|
+
chart.xAxis.showMaxMin(true).tickFormat(d => {
|
|
26949
|
+
if (this.currentTimePeriod === 3 || this.currentTimePeriod === 4 || this.currentTimePeriod === 5) {
|
|
26950
|
+
return this.timeFormat(d, '%y-%m-%d');
|
|
26951
|
+
}
|
|
26952
|
+
return this.timeFormat(Number(d), '%X');
|
|
26953
|
+
});
|
|
26923
26954
|
if (this.model.displaySetting.axisSetting) {
|
|
26924
26955
|
if (this.model.displaySetting.axisSetting.showAxisLabel && this.model.displaySetting.axisSetting.axisLabelFont) {
|
|
26925
26956
|
chart.xAxis.fontSize(this.model.displaySetting.axisSetting.axisLabelFont.fontSize);
|
|
@@ -26944,15 +26975,86 @@ class historical_curve_element_HistoricalCurveElement extends conditional_displa
|
|
|
26944
26975
|
chart.update();
|
|
26945
26976
|
this.rootElement.selectAll('.nv-noData').attr('x', chartWidth / 2).attr('y', chartHeight / 2 + this.displayOption.operationAreaHeight);
|
|
26946
26977
|
});
|
|
26978
|
+
const fontSize = this.model.displaySetting.axisSetting.axisLabelFont.fontSize;
|
|
26947
26979
|
this.rootElement.selectAll('.domain').style('stroke-opacity', 1);
|
|
26948
26980
|
if (this.model.displaySetting.showAxis && this.model.displaySetting.axisSetting) {
|
|
26949
26981
|
const axisColor = this.model.displaySetting.axisSetting.axisColor;
|
|
26950
26982
|
this.rootElement.selectAll('.domain').style('stroke', axisColor);
|
|
26951
26983
|
if (this.model.displaySetting.axisSetting.showAxisLabel) {
|
|
26952
|
-
const fontSize = this.model.displaySetting.axisSetting.axisLabelFont.fontSize;
|
|
26953
26984
|
this.rootElement.selectAll('.nv-axisMaxMin').select('text').style('font-size', fontSize);
|
|
26954
26985
|
}
|
|
26955
26986
|
}
|
|
26987
|
+
const self = this;
|
|
26988
|
+
if (self.currentTimePeriod === 3 || self.currentTimePeriod === 4 || self.currentTimePeriod === 5) {
|
|
26989
|
+
this.rootElement
|
|
26990
|
+
.selectAll('.nv-x')
|
|
26991
|
+
.selectAll('.tick')
|
|
26992
|
+
.selectAll('text')
|
|
26993
|
+
.data(function (d) {
|
|
26994
|
+
return [self.timeFormat(Number(d), '%y-%m-%d'), self.timeFormat(Number(d), '%H:%M:%S')];
|
|
26995
|
+
})
|
|
26996
|
+
.enter()
|
|
26997
|
+
.append('text')
|
|
26998
|
+
.attr('class', 'full-date')
|
|
26999
|
+
.attr('x', 0)
|
|
27000
|
+
.attr('y', 0)
|
|
27001
|
+
.attr('dy', '2.3em')
|
|
27002
|
+
.style('text-anchor', 'middle')
|
|
27003
|
+
.style('font-size', fontSize)
|
|
27004
|
+
.text((d) => d);
|
|
27005
|
+
this.rootElement
|
|
27006
|
+
.selectAll('.nv-axisMaxMin-x')
|
|
27007
|
+
.selectAll('text')
|
|
27008
|
+
.data(function (d) {
|
|
27009
|
+
return [self.timeFormat(Number(d), '%y-%m-%d'), self.timeFormat(Number(d), '%H:%M:%S')];
|
|
27010
|
+
})
|
|
27011
|
+
.enter()
|
|
27012
|
+
.append('text')
|
|
27013
|
+
.attr('class', 'full-date')
|
|
27014
|
+
.attr('x', 0)
|
|
27015
|
+
.attr('y', 0)
|
|
27016
|
+
.attr('dy', '2.3em')
|
|
27017
|
+
.style('text-anchor', 'middle')
|
|
27018
|
+
.style('font-size', fontSize)
|
|
27019
|
+
.text((d) => d);
|
|
27020
|
+
const h = this.rootElement
|
|
27021
|
+
.selectAll('.nv-focusWrap')
|
|
27022
|
+
.attr('transform')
|
|
27023
|
+
.slice(0, -1)
|
|
27024
|
+
.split(',')[1];
|
|
27025
|
+
this.rootElement
|
|
27026
|
+
.selectAll('.nv-focusWrap')
|
|
27027
|
+
.attr('transform', `translate(0,${Number(h) + 15})`);
|
|
27028
|
+
const resizeObserver = new window.MutationObserver(() => {
|
|
27029
|
+
this.rootElement
|
|
27030
|
+
.selectAll('.nv-x')
|
|
27031
|
+
.selectAll('.tick')
|
|
27032
|
+
.selectAll('.full-date')
|
|
27033
|
+
.remove();
|
|
27034
|
+
this.rootElement
|
|
27035
|
+
.selectAll('.nv-x')
|
|
27036
|
+
.selectAll('.tick')
|
|
27037
|
+
.selectAll('text')
|
|
27038
|
+
.data(function (d) {
|
|
27039
|
+
return [self.timeFormat(Number(d), '%y-%m-%d'), self.timeFormat(Number(d), '%H:%M:%S')];
|
|
27040
|
+
})
|
|
27041
|
+
.enter()
|
|
27042
|
+
.append('text')
|
|
27043
|
+
.attr('class', 'full-date')
|
|
27044
|
+
.attr('x', 0)
|
|
27045
|
+
.attr('y', 0)
|
|
27046
|
+
.attr('dy', '2.3em')
|
|
27047
|
+
.style('text-anchor', 'middle')
|
|
27048
|
+
.style('font-size', fontSize)
|
|
27049
|
+
.text((d) => d);
|
|
27050
|
+
});
|
|
27051
|
+
resizeObserver.observe(document.getElementsByClassName('extent')[0], { attributes: true });
|
|
27052
|
+
}
|
|
27053
|
+
else {
|
|
27054
|
+
this.rootElement
|
|
27055
|
+
.selectAll('.full-date')
|
|
27056
|
+
.remove();
|
|
27057
|
+
}
|
|
26956
27058
|
}
|
|
26957
27059
|
renderOperationArea(chartWidth, chartHeight) {
|
|
26958
27060
|
const operationArea = this.rootElement.append('g').attr('transform', `translate(0,${chartHeight + this.displayOption.operationAreaMarginTop})`)
|
|
@@ -28439,7 +28541,7 @@ class CurrentStateIdValue {
|
|
|
28439
28541
|
}
|
|
28440
28542
|
|
|
28441
28543
|
// EXTERNAL MODULE: ./.tmp/model/shared/binary.ts
|
|
28442
|
-
var binary = __webpack_require__(
|
|
28544
|
+
var binary = __webpack_require__(31);
|
|
28443
28545
|
|
|
28444
28546
|
// CONCATENATED MODULE: ./.tmp/elements/switch-indicator-light/bit-indicator-light-operator.ts
|
|
28445
28547
|
|
|
@@ -29382,7 +29484,7 @@ function defaultTouchable() {
|
|
|
29382
29484
|
|
|
29383
29485
|
|
|
29384
29486
|
// EXTERNAL MODULE: ./.tmp/view/view.service.ts
|
|
29385
|
-
var view_service = __webpack_require__(
|
|
29487
|
+
var view_service = __webpack_require__(25);
|
|
29386
29488
|
|
|
29387
29489
|
// CONCATENATED MODULE: ./.tmp/elements/view-operation/view-operation.element.ts
|
|
29388
29490
|
|
|
@@ -29694,7 +29796,7 @@ class hyperlink_element_HyperlinkElement extends conditional_dynamic_display_ele
|
|
|
29694
29796
|
}
|
|
29695
29797
|
|
|
29696
29798
|
// EXTERNAL MODULE: ./.tmp/utils/guid.ts
|
|
29697
|
-
var guid = __webpack_require__(
|
|
29799
|
+
var guid = __webpack_require__(26);
|
|
29698
29800
|
|
|
29699
29801
|
// CONCATENATED MODULE: ./.tmp/elements/video/video-element.ts
|
|
29700
29802
|
|
|
@@ -30880,7 +30982,7 @@ class gui_view_GuiView {
|
|
|
30880
30982
|
|
|
30881
30983
|
|
|
30882
30984
|
/***/ }),
|
|
30883
|
-
/*
|
|
30985
|
+
/* 31 */
|
|
30884
30986
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
30885
30987
|
|
|
30886
30988
|
"use strict";
|
|
@@ -30924,32 +31026,6 @@ class Binary {
|
|
|
30924
31026
|
}
|
|
30925
31027
|
|
|
30926
31028
|
|
|
30927
|
-
/***/ }),
|
|
30928
|
-
/* 31 */
|
|
30929
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
30930
|
-
|
|
30931
|
-
"use strict";
|
|
30932
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return ViewService; });
|
|
30933
|
-
/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(0);
|
|
30934
|
-
/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_angular_core__WEBPACK_IMPORTED_MODULE_0__);
|
|
30935
|
-
var __decorate = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
30936
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
30937
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
30938
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
30939
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
30940
|
-
};
|
|
30941
|
-
|
|
30942
|
-
let ViewService = class ViewService {
|
|
30943
|
-
constructor() {
|
|
30944
|
-
this.toggleViews = new Map();
|
|
30945
|
-
}
|
|
30946
|
-
};
|
|
30947
|
-
ViewService = __decorate([
|
|
30948
|
-
Object(_angular_core__WEBPACK_IMPORTED_MODULE_0__["Injectable"])()
|
|
30949
|
-
], ViewService);
|
|
30950
|
-
|
|
30951
|
-
|
|
30952
|
-
|
|
30953
31029
|
/***/ }),
|
|
30954
31030
|
/* 32 */
|
|
30955
31031
|
/***/ (function(module, exports, __webpack_require__) {
|
|
@@ -40538,7 +40614,7 @@ var tslib_es6 = __webpack_require__(11);
|
|
|
40538
40614
|
var Observable = __webpack_require__(14);
|
|
40539
40615
|
|
|
40540
40616
|
// EXTERNAL MODULE: ./node_modules/rxjs/_esm5/internal/Subscriber.js
|
|
40541
|
-
var Subscriber = __webpack_require__(
|
|
40617
|
+
var Subscriber = __webpack_require__(27);
|
|
40542
40618
|
|
|
40543
40619
|
// EXTERNAL MODULE: ./node_modules/rxjs/_esm5/internal/Subscription.js + 1 modules
|
|
40544
40620
|
var Subscription = __webpack_require__(24);
|
|
@@ -40797,10 +40873,10 @@ var logger = __webpack_require__(8);
|
|
|
40797
40873
|
var shared = __webpack_require__(5);
|
|
40798
40874
|
|
|
40799
40875
|
// EXTERNAL MODULE: ./.tmp/view/view.service.ts
|
|
40800
|
-
var view_service = __webpack_require__(
|
|
40876
|
+
var view_service = __webpack_require__(25);
|
|
40801
40877
|
|
|
40802
40878
|
// EXTERNAL MODULE: ./.tmp/gui/gui-view.ts + 123 modules
|
|
40803
|
-
var gui_view = __webpack_require__(
|
|
40879
|
+
var gui_view = __webpack_require__(30);
|
|
40804
40880
|
|
|
40805
40881
|
// EXTERNAL MODULE: external "rxjs/operators"
|
|
40806
40882
|
var operators_ = __webpack_require__(16);
|
|
@@ -40981,7 +41057,7 @@ class gui_host_GuiHost {
|
|
|
40981
41057
|
}
|
|
40982
41058
|
|
|
40983
41059
|
// EXTERNAL MODULE: ./.tmp/utils/guid.ts
|
|
40984
|
-
var guid = __webpack_require__(
|
|
41060
|
+
var guid = __webpack_require__(26);
|
|
40985
41061
|
|
|
40986
41062
|
// CONCATENATED MODULE: ./.tmp/gui/gui.component.ts
|
|
40987
41063
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return gui_component_GuiComponent; });
|
|
@@ -41000,6 +41076,7 @@ var __param = (undefined && undefined.__param) || function (paramIndex, decorato
|
|
|
41000
41076
|
|
|
41001
41077
|
|
|
41002
41078
|
|
|
41079
|
+
|
|
41003
41080
|
let gui_component_GuiComponent = class GuiComponent {
|
|
41004
41081
|
constructor(el, localization, injector, bsModalService) {
|
|
41005
41082
|
this.el = el;
|
|
@@ -41011,6 +41088,7 @@ let gui_component_GuiComponent = class GuiComponent {
|
|
|
41011
41088
|
this.lastScale = 1;
|
|
41012
41089
|
this.isMobileMode = false;
|
|
41013
41090
|
this.globalSettings = this.injector.get(settings["b" /* GlobalSettings */]);
|
|
41091
|
+
this.viewService = injector.get(view_service["a" /* ViewService */]);
|
|
41014
41092
|
}
|
|
41015
41093
|
get viewResizeMode() {
|
|
41016
41094
|
switch (this.resizeMode) {
|
|
@@ -41113,11 +41191,11 @@ let gui_component_GuiComponent = class GuiComponent {
|
|
|
41113
41191
|
this.$svg = $(this.el.nativeElement).find('div.svgView').first();
|
|
41114
41192
|
this.$svg.empty();
|
|
41115
41193
|
const svgRootClass = 'S' + guid["a" /* Guid */].newGuid().toString('n');
|
|
41116
|
-
|
|
41194
|
+
this.hostContainerId = 'H' + guid["a" /* Guid */].newGuid().toString('n');
|
|
41117
41195
|
this.$svg.addClass(svgRootClass);
|
|
41118
41196
|
const guiOptions = {
|
|
41119
41197
|
svgRootClass: svgRootClass,
|
|
41120
|
-
hostContainerId: hostContainerId,
|
|
41198
|
+
hostContainerId: this.hostContainerId,
|
|
41121
41199
|
el: this.el
|
|
41122
41200
|
};
|
|
41123
41201
|
const host = new gui_host_GuiHost(this.injector, this.bsModalService, newValue, guiOptions, this.el);
|
|
@@ -41172,6 +41250,16 @@ let gui_component_GuiComponent = class GuiComponent {
|
|
|
41172
41250
|
this.isMobileMode = this.displayMode === 'Mobile';
|
|
41173
41251
|
this.globalSettings.displayMode = this.isMobileMode ? settings["a" /* DisplayMode */].Mobile : settings["a" /* DisplayMode */].Web;
|
|
41174
41252
|
}
|
|
41253
|
+
refreshCurrentPage() {
|
|
41254
|
+
const viewIndex = this.host.currentViewIndex;
|
|
41255
|
+
if (null != viewIndex) {
|
|
41256
|
+
const toggleView = this.viewService.toggleViews.get(this.el);
|
|
41257
|
+
if (!toggleView) {
|
|
41258
|
+
return;
|
|
41259
|
+
}
|
|
41260
|
+
toggleView(viewIndex, this.hostContainerId, this.el).subscribe();
|
|
41261
|
+
}
|
|
41262
|
+
}
|
|
41175
41263
|
};
|
|
41176
41264
|
__decorate([
|
|
41177
41265
|
Object(core_["Input"])()
|
|
@@ -61228,7 +61316,7 @@ access_permission_service_AccessPermissionService = __decorate([
|
|
|
61228
61316
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
61229
61317
|
|
|
61230
61318
|
"use strict";
|
|
61231
|
-
/* harmony import */ var _stringifying_map__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
61319
|
+
/* harmony import */ var _stringifying_map__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(28);
|
|
61232
61320
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _stringifying_map__WEBPACK_IMPORTED_MODULE_0__["a"]; });
|
|
61233
61321
|
|
|
61234
61322
|
|
|
@@ -62465,7 +62553,7 @@ var operators_ = __webpack_require__(16);
|
|
|
62465
62553
|
var _tmp_config = __webpack_require__(12);
|
|
62466
62554
|
|
|
62467
62555
|
// EXTERNAL MODULE: ./.tmp/core/stringifying-map.ts
|
|
62468
|
-
var stringifying_map = __webpack_require__(
|
|
62556
|
+
var stringifying_map = __webpack_require__(28);
|
|
62469
62557
|
|
|
62470
62558
|
// CONCATENATED MODULE: ./.tmp/remote/config/graph/remote-graph-store.ts
|
|
62471
62559
|
|
|
@@ -62574,7 +62662,7 @@ class remote_graph_store_RemoteGraphStore {
|
|
|
62574
62662
|
var remote_view_protocol = __webpack_require__(76);
|
|
62575
62663
|
|
|
62576
62664
|
// EXTERNAL MODULE: ./.tmp/config/view/view.model.ts
|
|
62577
|
-
var view_model = __webpack_require__(
|
|
62665
|
+
var view_model = __webpack_require__(29);
|
|
62578
62666
|
|
|
62579
62667
|
// CONCATENATED MODULE: ./.tmp/remote/config/view/remote-view-store.ts
|
|
62580
62668
|
|
|
@@ -63103,7 +63191,7 @@ class RelationConditionResultState {
|
|
|
63103
63191
|
}
|
|
63104
63192
|
|
|
63105
63193
|
// EXTERNAL MODULE: ./.tmp/model/shared/binary.ts
|
|
63106
|
-
var binary = __webpack_require__(
|
|
63194
|
+
var binary = __webpack_require__(31);
|
|
63107
63195
|
|
|
63108
63196
|
// CONCATENATED MODULE: ./.tmp/model/shared/condition/bit-condition-item-observer.ts
|
|
63109
63197
|
|
|
@@ -64687,7 +64775,7 @@ var isScheduler = __webpack_require__(50);
|
|
|
64687
64775
|
var tslib_es6 = __webpack_require__(11);
|
|
64688
64776
|
|
|
64689
64777
|
// EXTERNAL MODULE: ./node_modules/rxjs/_esm5/internal/Subscriber.js
|
|
64690
|
-
var Subscriber = __webpack_require__(
|
|
64778
|
+
var Subscriber = __webpack_require__(27);
|
|
64691
64779
|
|
|
64692
64780
|
// CONCATENATED MODULE: ./node_modules/rxjs/_esm5/internal/InnerSubscriber.js
|
|
64693
64781
|
/** PURE_IMPORTS_START tslib,_Subscriber PURE_IMPORTS_END */
|
|
@@ -70840,7 +70928,7 @@ var fraction_digit_service = __webpack_require__(44);
|
|
|
70840
70928
|
var numerical_operation_service = __webpack_require__(41);
|
|
70841
70929
|
|
|
70842
70930
|
// EXTERNAL MODULE: ./.tmp/view/view.service.ts
|
|
70843
|
-
var view_service = __webpack_require__(
|
|
70931
|
+
var view_service = __webpack_require__(25);
|
|
70844
70932
|
|
|
70845
70933
|
// EXTERNAL MODULE: ./.tmp/logger/index.ts + 2 modules
|
|
70846
70934
|
var logger = __webpack_require__(8);
|
|
@@ -83387,7 +83475,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
83387
83475
|
/* harmony import */ var _gui_gui_component__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(36);
|
|
83388
83476
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "GuiComponent", function() { return _gui_gui_component__WEBPACK_IMPORTED_MODULE_0__["a"]; });
|
|
83389
83477
|
|
|
83390
|
-
/* harmony import */ var _gui_gui_view__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
83478
|
+
/* harmony import */ var _gui_gui_view__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(30);
|
|
83391
83479
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "GuiView", function() { return _gui_gui_view__WEBPACK_IMPORTED_MODULE_1__["a"]; });
|
|
83392
83480
|
|
|
83393
83481
|
/* harmony import */ var _gui_gui_context__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(85);
|