bbj-screen-widget 2.4.59 → 2.4.60
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/bbj-screen-widget.d.ts +14 -15
- package/bbj-screen-widget.metadata.json +1 -1
- package/bundles/bbj-screen-widget.umd.js +125 -118
- package/bundles/bbj-screen-widget.umd.js.map +1 -1
- package/bundles/bbj-screen-widget.umd.min.js +1 -1
- package/bundles/bbj-screen-widget.umd.min.js.map +1 -1
- package/esm2015/bbj-screen-widget.js +15 -16
- package/esm2015/lib/video-grid/video-grid.component.js +10 -3
- package/esm2015/public-api.js +2 -1
- package/fesm2015/bbj-screen-widget.js +8 -1
- package/fesm2015/bbj-screen-widget.js.map +1 -1
- package/package.json +1 -1
- package/public-api.d.ts +1 -0
|
@@ -19455,7 +19455,7 @@
|
|
|
19455
19455
|
{ type: bbjWidgetBase.WidgetService }
|
|
19456
19456
|
]; };
|
|
19457
19457
|
|
|
19458
|
-
exports.ɵ
|
|
19458
|
+
exports.ɵdx = /** @class */ (function () {
|
|
19459
19459
|
function VideoGridComponent() {
|
|
19460
19460
|
this.size = 4;
|
|
19461
19461
|
this.gutter = 4;
|
|
@@ -19536,14 +19536,14 @@
|
|
|
19536
19536
|
};
|
|
19537
19537
|
return VideoGridComponent;
|
|
19538
19538
|
}());
|
|
19539
|
-
exports.ɵ
|
|
19539
|
+
exports.ɵdx.decorators = [
|
|
19540
19540
|
{ type: i0.Component, args: [{
|
|
19541
19541
|
selector: 'sc-video-grid',
|
|
19542
19542
|
template: "<!-- <div nz-row style=\"height: 100%\" [nzGutter]=\"[gutter, gutter]\">\n \n</div> -->\n<div *ngIf=\"showToggle\" class=\"grid-top\">\n <div class=\"toggle-btn\" (click)=\"toggle()\">\n <img src=\"/assets/img/screen/grid.png\" />\n <span>\u5207\u6362</span>\n </div>\n</div>\n<div class=\"video-grid\">\n <div class=\"video-grid-inner\" [style.margin.px]=\"margin\" [style.height]=\"height\">\n <div\n *ngFor=\"let video of videos; let i = index\"\n class=\"grid-cell\"\n [style.width]=\"cellSize\"\n [style.height]=\"cellSize\"\n [style.padding.px]=\"gutter\"\n >\n <div class=\"video-container\" [class.selected]=\"i === selectedIndex\" (click)=\"selectedIndex = i\">\n <sc-video-player [type]=\"type\" [src]=\"video.src\" [hasAudio]=\"hasAudio\"></sc-video-player>\n <div *ngIf=\"video.src\" class=\"video-top\">\n <i\n class=\"close\"\n nz-icon\n nzType=\"close\"\n nzTheme=\"outline\"\n (click)=\"$event.stopPropagation(); video.src = null\"\n ></i>\n </div>\n </div>\n </div>\n </div>\n</div>\n",
|
|
19543
19543
|
styles: [":host{display:flex;flex-direction:column;height:100%;width:100%}.grid-top{flex:none;justify-content:flex-end;padding:10px 0}.grid-top,.toggle-btn{display:flex;align-items:center}.toggle-btn{cursor:pointer;color:#fff}.toggle-btn img{width:14px;height:14px;margin-right:4px}.video-grid{flex:1;width:100%;height:100%}.video-grid-inner{display:flex;height:100%;flex-wrap:wrap;pointer-events:none}.video-container{position:relative;pointer-events:auto;height:100%}.video-container:not(:hover)>.video-top{display:none}.video-top{position:absolute;top:0;left:0;right:0;background-color:rgba(0,0,0,.6);height:30px;display:flex;align-items:center;justify-content:flex-end;padding:0 4px}.close{cursor:pointer;color:#fff;width:16px;height:16px}.selected{outline:2px solid red}"]
|
|
19544
19544
|
},] }
|
|
19545
19545
|
];
|
|
19546
|
-
exports.ɵ
|
|
19546
|
+
exports.ɵdx.ctorParameters = function () { return []; };
|
|
19547
19547
|
__decorate([
|
|
19548
19548
|
bbjWidgetBase.Property('宫格数', {
|
|
19549
19549
|
enum: [
|
|
@@ -19552,27 +19552,27 @@
|
|
|
19552
19552
|
],
|
|
19553
19553
|
}),
|
|
19554
19554
|
__metadata("design:type", Object)
|
|
19555
|
-
], exports.ɵ
|
|
19555
|
+
], exports.ɵdx.prototype, "size", void 0);
|
|
19556
19556
|
__decorate([
|
|
19557
19557
|
bbjWidgetBase.Property('间隔', { type: 'number' }),
|
|
19558
19558
|
__metadata("design:type", Object)
|
|
19559
|
-
], exports.ɵ
|
|
19559
|
+
], exports.ɵdx.prototype, "gutter", void 0);
|
|
19560
19560
|
__decorate([
|
|
19561
19561
|
bbjWidgetBase.Property('切换按钮'),
|
|
19562
19562
|
__metadata("design:type", Boolean)
|
|
19563
|
-
], exports.ɵ
|
|
19563
|
+
], exports.ɵdx.prototype, "showToggle", void 0);
|
|
19564
19564
|
__decorate([
|
|
19565
19565
|
bbjWidgetBase.Property('视频类型', { enum: ['flv', 'hls', 'iframe'] }),
|
|
19566
19566
|
__metadata("design:type", Object)
|
|
19567
|
-
], exports.ɵ
|
|
19567
|
+
], exports.ɵdx.prototype, "type", void 0);
|
|
19568
19568
|
__decorate([
|
|
19569
19569
|
bbjWidgetBase.Property('是否有声音'),
|
|
19570
19570
|
__metadata("design:type", Boolean)
|
|
19571
|
-
], exports.ɵ
|
|
19571
|
+
], exports.ɵdx.prototype, "hasAudio", void 0);
|
|
19572
19572
|
__decorate([
|
|
19573
19573
|
bbjWidgetBase.DataInput('视频地址'),
|
|
19574
19574
|
__metadata("design:type", String)
|
|
19575
|
-
], exports.ɵ
|
|
19575
|
+
], exports.ɵdx.prototype, "src", void 0);
|
|
19576
19576
|
__decorate([
|
|
19577
19577
|
bbjWidgetBase.Data({
|
|
19578
19578
|
properties: {
|
|
@@ -19580,21 +19580,28 @@
|
|
|
19580
19580
|
},
|
|
19581
19581
|
}),
|
|
19582
19582
|
__metadata("design:type", Object)
|
|
19583
|
-
], exports.ɵ
|
|
19584
|
-
|
|
19583
|
+
], exports.ɵdx.prototype, "data", void 0);
|
|
19584
|
+
__decorate([
|
|
19585
|
+
bbjWidgetBase.Method('设置视频地址'),
|
|
19586
|
+
__param(0, bbjWidgetBase.Param('视频地址')),
|
|
19587
|
+
__metadata("design:type", Function),
|
|
19588
|
+
__metadata("design:paramtypes", [String]),
|
|
19589
|
+
__metadata("design:returntype", void 0)
|
|
19590
|
+
], exports.ɵdx.prototype, "addSrc", null);
|
|
19591
|
+
exports.ɵdx = __decorate([
|
|
19585
19592
|
bbjWidgetBase.Widget('视频宫格', { group: 'component', image: 'assets/img/screen/video-grid.png', icon: 'iconmokuai' }),
|
|
19586
19593
|
__metadata("design:paramtypes", [])
|
|
19587
|
-
], exports.ɵ
|
|
19594
|
+
], exports.ɵdx);
|
|
19588
19595
|
|
|
19589
19596
|
var VideoGridModule = /** @class */ (function () {
|
|
19590
19597
|
function VideoGridModule(widgetService) {
|
|
19591
|
-
widgetService.register(exports.ɵ
|
|
19598
|
+
widgetService.register(exports.ɵdx);
|
|
19592
19599
|
}
|
|
19593
19600
|
return VideoGridModule;
|
|
19594
19601
|
}());
|
|
19595
19602
|
VideoGridModule.decorators = [
|
|
19596
19603
|
{ type: i0.NgModule, args: [{
|
|
19597
|
-
declarations: [exports.ɵ
|
|
19604
|
+
declarations: [exports.ɵdx],
|
|
19598
19605
|
imports: [common.CommonModule, VideoPlayerModule, grid.NzGridModule, icon.NzIconModule],
|
|
19599
19606
|
},] }
|
|
19600
19607
|
];
|
|
@@ -19602,7 +19609,7 @@
|
|
|
19602
19609
|
{ type: bbjWidgetBase.WidgetService }
|
|
19603
19610
|
]; };
|
|
19604
19611
|
|
|
19605
|
-
exports.ɵ
|
|
19612
|
+
exports.ɵdy = /** @class */ (function () {
|
|
19606
19613
|
function Scatter3dComponent() {
|
|
19607
19614
|
this.min = 0;
|
|
19608
19615
|
this.max = 10;
|
|
@@ -19692,30 +19699,30 @@
|
|
|
19692
19699
|
Scatter3dComponent.prototype.onChartClick = function (event) { };
|
|
19693
19700
|
return Scatter3dComponent;
|
|
19694
19701
|
}());
|
|
19695
|
-
exports.ɵ
|
|
19702
|
+
exports.ɵdy.decorators = [
|
|
19696
19703
|
{ type: i0.Component, args: [{
|
|
19697
19704
|
selector: 'sc-scatter3d',
|
|
19698
19705
|
template: "<div echarts [options]=\"options\" class=\"demo-chart\" (chartClick)=\"onChartClick($event)\"></div>\n",
|
|
19699
19706
|
styles: [":host{display:block;width:100%}.demo-chart,:host{height:100%}"]
|
|
19700
19707
|
},] }
|
|
19701
19708
|
];
|
|
19702
|
-
exports.ɵ
|
|
19709
|
+
exports.ɵdy.ctorParameters = function () { return []; };
|
|
19703
19710
|
__decorate([
|
|
19704
19711
|
bbjWidgetBase.Property('最小值', { type: 'number' }),
|
|
19705
19712
|
__metadata("design:type", Object)
|
|
19706
|
-
], exports.ɵ
|
|
19713
|
+
], exports.ɵdy.prototype, "min", void 0);
|
|
19707
19714
|
__decorate([
|
|
19708
19715
|
bbjWidgetBase.Property('最大值', { type: 'number' }),
|
|
19709
19716
|
__metadata("design:type", Object)
|
|
19710
|
-
], exports.ɵ
|
|
19717
|
+
], exports.ɵdy.prototype, "max", void 0);
|
|
19711
19718
|
__decorate([
|
|
19712
19719
|
bbjWidgetBase.Property('最小尺寸', { type: 'number' }),
|
|
19713
19720
|
__metadata("design:type", Object)
|
|
19714
|
-
], exports.ɵ
|
|
19721
|
+
], exports.ɵdy.prototype, "symbolSizeMin", void 0);
|
|
19715
19722
|
__decorate([
|
|
19716
19723
|
bbjWidgetBase.Property('最大尺寸', { type: 'number' }),
|
|
19717
19724
|
__metadata("design:type", Object)
|
|
19718
|
-
], exports.ɵ
|
|
19725
|
+
], exports.ɵdy.prototype, "symbolSizeMax", void 0);
|
|
19719
19726
|
__decorate([
|
|
19720
19727
|
bbjWidgetBase.Property('颜色', {
|
|
19721
19728
|
ui: {
|
|
@@ -19724,27 +19731,27 @@
|
|
|
19724
19731
|
},
|
|
19725
19732
|
}),
|
|
19726
19733
|
__metadata("design:type", Object)
|
|
19727
|
-
], exports.ɵ
|
|
19734
|
+
], exports.ɵdy.prototype, "visualMapColor", void 0);
|
|
19728
19735
|
__decorate([
|
|
19729
19736
|
bbjWidgetBase.Property('最小不透明度', { type: 'number', minimum: 0, maximum: 1 }),
|
|
19730
19737
|
__metadata("design:type", Object)
|
|
19731
|
-
], exports.ɵ
|
|
19738
|
+
], exports.ɵdy.prototype, "colorAlphaMin", void 0);
|
|
19732
19739
|
__decorate([
|
|
19733
19740
|
bbjWidgetBase.Property('最大不透明度', { type: 'number', minimum: 0, maximum: 1 }),
|
|
19734
19741
|
__metadata("design:type", Object)
|
|
19735
|
-
], exports.ɵ
|
|
19742
|
+
], exports.ɵdy.prototype, "colorAlphaMax", void 0);
|
|
19736
19743
|
__decorate([
|
|
19737
19744
|
bbjWidgetBase.Property('高度', { type: 'number' }),
|
|
19738
19745
|
__metadata("design:type", Object)
|
|
19739
|
-
], exports.ɵ
|
|
19746
|
+
], exports.ɵdy.prototype, "boxHeight", void 0);
|
|
19740
19747
|
__decorate([
|
|
19741
19748
|
bbjWidgetBase.Property('宽度', { type: 'number' }),
|
|
19742
19749
|
__metadata("design:type", Object)
|
|
19743
|
-
], exports.ɵ
|
|
19750
|
+
], exports.ɵdy.prototype, "boxWidth", void 0);
|
|
19744
19751
|
__decorate([
|
|
19745
19752
|
bbjWidgetBase.Property('深度', { type: 'number' }),
|
|
19746
19753
|
__metadata("design:type", Object)
|
|
19747
|
-
], exports.ɵ
|
|
19754
|
+
], exports.ɵdy.prototype, "boxDepth", void 0);
|
|
19748
19755
|
__decorate([
|
|
19749
19756
|
bbjWidgetBase.Data({
|
|
19750
19757
|
properties: {
|
|
@@ -19755,25 +19762,25 @@
|
|
|
19755
19762
|
},
|
|
19756
19763
|
}),
|
|
19757
19764
|
__metadata("design:type", Object)
|
|
19758
|
-
], exports.ɵ
|
|
19759
|
-
exports.ɵ
|
|
19765
|
+
], exports.ɵdy.prototype, "data", void 0);
|
|
19766
|
+
exports.ɵdy = __decorate([
|
|
19760
19767
|
bbjWidgetBase.Widget('3D散点图', {
|
|
19761
19768
|
group: 'otherChart',
|
|
19762
19769
|
image: 'assets/img/screen/bubble.png',
|
|
19763
19770
|
icon: 'icontubiao',
|
|
19764
19771
|
}),
|
|
19765
19772
|
__metadata("design:paramtypes", [])
|
|
19766
|
-
], exports.ɵ
|
|
19773
|
+
], exports.ɵdy);
|
|
19767
19774
|
|
|
19768
19775
|
var Scatter3dModule = /** @class */ (function () {
|
|
19769
19776
|
function Scatter3dModule(widgetService) {
|
|
19770
|
-
widgetService.register(exports.ɵ
|
|
19777
|
+
widgetService.register(exports.ɵdy);
|
|
19771
19778
|
}
|
|
19772
19779
|
return Scatter3dModule;
|
|
19773
19780
|
}());
|
|
19774
19781
|
Scatter3dModule.decorators = [
|
|
19775
19782
|
{ type: i0.NgModule, args: [{
|
|
19776
|
-
declarations: [exports.ɵ
|
|
19783
|
+
declarations: [exports.ɵdy],
|
|
19777
19784
|
imports: [common.CommonModule, bbjWidgetBase.WidgetBaseModule, ngxEcharts.NgxEchartsModule],
|
|
19778
19785
|
},] }
|
|
19779
19786
|
];
|
|
@@ -20238,7 +20245,7 @@
|
|
|
20238
20245
|
{ type: bbjWidgetBase.WidgetService }
|
|
20239
20246
|
]; };
|
|
20240
20247
|
|
|
20241
|
-
exports.ɵ
|
|
20248
|
+
exports.ɵea = /** @class */ (function () {
|
|
20242
20249
|
function AnnouncementComponent(element) {
|
|
20243
20250
|
this.element = element;
|
|
20244
20251
|
this.headIconDisplay = true;
|
|
@@ -20276,32 +20283,32 @@
|
|
|
20276
20283
|
};
|
|
20277
20284
|
return AnnouncementComponent;
|
|
20278
20285
|
}());
|
|
20279
|
-
exports.ɵ
|
|
20286
|
+
exports.ɵea.decorators = [
|
|
20280
20287
|
{ type: i0.Component, args: [{
|
|
20281
20288
|
selector: 'sc-announcement',
|
|
20282
20289
|
template: "<ng-container *ngIf=\"data[0]\">\n {{data[0].content}}\n</ng-container>",
|
|
20283
20290
|
styles: [":host{height:100%;overflow:auto;display:block}"]
|
|
20284
20291
|
},] }
|
|
20285
20292
|
];
|
|
20286
|
-
exports.ɵ
|
|
20293
|
+
exports.ɵea.ctorParameters = function () { return [
|
|
20287
20294
|
{ type: i0.ElementRef }
|
|
20288
20295
|
]; };
|
|
20289
20296
|
__decorate([
|
|
20290
20297
|
bbjWidgetBase.Property('显示图标', { type: 'boolean' }),
|
|
20291
20298
|
__metadata("design:type", Object)
|
|
20292
|
-
], exports.ɵ
|
|
20299
|
+
], exports.ɵea.prototype, "headIconDisplay", void 0);
|
|
20293
20300
|
__decorate([
|
|
20294
20301
|
bbjWidgetBase.Property('内边距', { ui: { widget: 'myGrid' } }),
|
|
20295
20302
|
__metadata("design:type", Object)
|
|
20296
|
-
], exports.ɵ
|
|
20303
|
+
], exports.ɵea.prototype, "padding", void 0);
|
|
20297
20304
|
__decorate([
|
|
20298
20305
|
bbjWidgetBase.Property('字体', { ui: { widget: 'myFont' } }),
|
|
20299
20306
|
__metadata("design:type", Object)
|
|
20300
|
-
], exports.ɵ
|
|
20307
|
+
], exports.ɵea.prototype, "font", void 0);
|
|
20301
20308
|
__decorate([
|
|
20302
20309
|
bbjWidgetBase.Property('图标', { ui: { hidden: true } }),
|
|
20303
20310
|
__metadata("design:type", Object)
|
|
20304
|
-
], exports.ɵ
|
|
20311
|
+
], exports.ɵea.prototype, "icon", void 0);
|
|
20305
20312
|
__decorate([
|
|
20306
20313
|
bbjWidgetBase.Data({
|
|
20307
20314
|
properties: {
|
|
@@ -20309,23 +20316,23 @@
|
|
|
20309
20316
|
},
|
|
20310
20317
|
}),
|
|
20311
20318
|
__metadata("design:type", Object)
|
|
20312
|
-
], exports.ɵ
|
|
20313
|
-
exports.ɵ
|
|
20319
|
+
], exports.ɵea.prototype, "data", void 0);
|
|
20320
|
+
exports.ɵea = __decorate([
|
|
20314
20321
|
bbjWidgetBase.Widget('公告', { group: 'component', image: 'assets/img/screen/announcement.png', icon: 'iconmokuai' }),
|
|
20315
20322
|
__metadata("design:paramtypes", [i0.ElementRef])
|
|
20316
|
-
], exports.ɵ
|
|
20323
|
+
], exports.ɵea);
|
|
20317
20324
|
|
|
20318
20325
|
var AnnouncementModule = /** @class */ (function () {
|
|
20319
20326
|
function AnnouncementModule(widgetService) {
|
|
20320
20327
|
this.widgetService = widgetService;
|
|
20321
|
-
widgetService.register(exports.ɵ
|
|
20328
|
+
widgetService.register(exports.ɵea);
|
|
20322
20329
|
}
|
|
20323
20330
|
return AnnouncementModule;
|
|
20324
20331
|
}());
|
|
20325
20332
|
AnnouncementModule.decorators = [
|
|
20326
20333
|
{ type: i0.NgModule, args: [{
|
|
20327
20334
|
declarations: [
|
|
20328
|
-
exports.ɵ
|
|
20335
|
+
exports.ɵea
|
|
20329
20336
|
],
|
|
20330
20337
|
imports: [
|
|
20331
20338
|
common.CommonModule,
|
|
@@ -20349,7 +20356,7 @@
|
|
|
20349
20356
|
}
|
|
20350
20357
|
|
|
20351
20358
|
var ɵ0$d = { type: 'string', title: 'id' };
|
|
20352
|
-
exports.ɵ
|
|
20359
|
+
exports.ɵef = /** @class */ (function () {
|
|
20353
20360
|
function CalendarComponent(router, cd) {
|
|
20354
20361
|
var _this = this;
|
|
20355
20362
|
this.router = router;
|
|
@@ -20469,25 +20476,25 @@
|
|
|
20469
20476
|
};
|
|
20470
20477
|
return CalendarComponent;
|
|
20471
20478
|
}());
|
|
20472
|
-
exports.ɵ
|
|
20479
|
+
exports.ɵef.decorators = [
|
|
20473
20480
|
{ type: i0.Component, args: [{
|
|
20474
20481
|
selector: 'sc-calendar',
|
|
20475
20482
|
template: "<full-calendar *ngIf=\"calendarOptions\" [options]=\"calendarOptions\"></full-calendar>\n<ng-template *ngFor=\"let child of children\" widget-host [widget]=\"child\"></ng-template>\n",
|
|
20476
20483
|
styles: [":host ::ng-deep .fc-direction-ltr{height:100%}:host ::ng-deep .fc .fc-view-harness{padding-bottom:0!important}:host ::ng-deep .fc-license-message{display:none}:host ::ng-deep .fc-daygrid-event{white-space:normal}"]
|
|
20477
20484
|
},] }
|
|
20478
20485
|
];
|
|
20479
|
-
exports.ɵ
|
|
20486
|
+
exports.ɵef.ctorParameters = function () { return [
|
|
20480
20487
|
{ type: router.Router },
|
|
20481
20488
|
{ type: i0.ChangeDetectorRef }
|
|
20482
20489
|
]; };
|
|
20483
20490
|
__decorate([
|
|
20484
20491
|
bbjWidgetBase.Property('是否自定义初始日期', { ui: { format: 'date', widget: 'checkbox', spanLabel: 0, spanControl: 24 } }),
|
|
20485
20492
|
__metadata("design:type", Object)
|
|
20486
|
-
], exports.ɵ
|
|
20493
|
+
], exports.ɵef.prototype, "isInitialDate", void 0);
|
|
20487
20494
|
__decorate([
|
|
20488
20495
|
bbjWidgetBase.Property('', { ui: { type: 'date', format: 'date', spanLabel: 0, spanControl: 24 } }),
|
|
20489
20496
|
__metadata("design:type", Object)
|
|
20490
|
-
], exports.ɵ
|
|
20497
|
+
], exports.ɵef.prototype, "initialDate", void 0);
|
|
20491
20498
|
__decorate([
|
|
20492
20499
|
bbjWidgetBase.Data({
|
|
20493
20500
|
properties: {
|
|
@@ -20498,11 +20505,11 @@
|
|
|
20498
20505
|
},
|
|
20499
20506
|
}),
|
|
20500
20507
|
__metadata("design:type", Array)
|
|
20501
|
-
], exports.ɵ
|
|
20508
|
+
], exports.ɵef.prototype, "data", void 0);
|
|
20502
20509
|
__decorate([
|
|
20503
20510
|
bbjWidgetBase.DataOutput(['id', 'title']),
|
|
20504
20511
|
__metadata("design:type", Object)
|
|
20505
|
-
], exports.ɵ
|
|
20512
|
+
], exports.ɵef.prototype, "dataClick", void 0);
|
|
20506
20513
|
__decorate([
|
|
20507
20514
|
bbjWidgetBase.DataOutput({
|
|
20508
20515
|
properties: {
|
|
@@ -20512,8 +20519,8 @@
|
|
|
20512
20519
|
},
|
|
20513
20520
|
}, { triggerLink: false }),
|
|
20514
20521
|
__metadata("design:type", Object)
|
|
20515
|
-
], exports.ɵ
|
|
20516
|
-
exports.ɵ
|
|
20522
|
+
], exports.ɵef.prototype, "datesSetChange", void 0);
|
|
20523
|
+
exports.ɵef = __decorate([
|
|
20517
20524
|
bbjWidgetBase.Widget('日历', {
|
|
20518
20525
|
group: 'component',
|
|
20519
20526
|
image: 'assets/img/screen/rili.png',
|
|
@@ -20521,7 +20528,7 @@
|
|
|
20521
20528
|
childTypes: ['sc-calendar-events', 'sc-calendar-background-events'],
|
|
20522
20529
|
}),
|
|
20523
20530
|
__metadata("design:paramtypes", [router.Router, i0.ChangeDetectorRef])
|
|
20524
|
-
], exports.ɵ
|
|
20531
|
+
], exports.ɵef);
|
|
20525
20532
|
|
|
20526
20533
|
var CalendarEventsChild = /** @class */ (function () {
|
|
20527
20534
|
function CalendarEventsChild(parent) {
|
|
@@ -20547,11 +20554,11 @@
|
|
|
20547
20554
|
{ type: i0.Directive }
|
|
20548
20555
|
];
|
|
20549
20556
|
CalendarEventsChild.ctorParameters = function () { return [
|
|
20550
|
-
{ type: exports.ɵ
|
|
20557
|
+
{ type: exports.ɵef }
|
|
20551
20558
|
]; };
|
|
20552
20559
|
|
|
20553
20560
|
var ɵ0$e = { type: 'string', title: 'id' };
|
|
20554
|
-
exports.ɵ
|
|
20561
|
+
exports.ɵeg = /** @class */ (function (_super) {
|
|
20555
20562
|
__extends(BackgroundEventsComponent, _super);
|
|
20556
20563
|
function BackgroundEventsComponent(parent) {
|
|
20557
20564
|
var _this = _super.call(this, parent) || this;
|
|
@@ -20576,15 +20583,15 @@
|
|
|
20576
20583
|
};
|
|
20577
20584
|
return BackgroundEventsComponent;
|
|
20578
20585
|
}(CalendarEventsChild));
|
|
20579
|
-
exports.ɵ
|
|
20586
|
+
exports.ɵeg.decorators = [
|
|
20580
20587
|
{ type: i0.Component, args: [{
|
|
20581
20588
|
selector: 'sc-calendar-background-events',
|
|
20582
20589
|
template: "",
|
|
20583
20590
|
styles: [""]
|
|
20584
20591
|
},] }
|
|
20585
20592
|
];
|
|
20586
|
-
exports.ɵ
|
|
20587
|
-
{ type: exports.ɵ
|
|
20593
|
+
exports.ɵeg.ctorParameters = function () { return [
|
|
20594
|
+
{ type: exports.ɵef }
|
|
20588
20595
|
]; };
|
|
20589
20596
|
__decorate([
|
|
20590
20597
|
bbjWidgetBase.Property('颜色', {
|
|
@@ -20593,7 +20600,7 @@
|
|
|
20593
20600
|
},
|
|
20594
20601
|
}),
|
|
20595
20602
|
__metadata("design:type", String)
|
|
20596
|
-
], exports.ɵ
|
|
20603
|
+
], exports.ɵeg.prototype, "color", void 0);
|
|
20597
20604
|
__decorate([
|
|
20598
20605
|
bbjWidgetBase.Data({
|
|
20599
20606
|
properties: {
|
|
@@ -20605,14 +20612,14 @@
|
|
|
20605
20612
|
},
|
|
20606
20613
|
}),
|
|
20607
20614
|
__metadata("design:type", Array)
|
|
20608
|
-
], exports.ɵ
|
|
20609
|
-
exports.ɵ
|
|
20615
|
+
], exports.ɵeg.prototype, "data", void 0);
|
|
20616
|
+
exports.ɵeg = __decorate([
|
|
20610
20617
|
bbjWidgetBase.Widget('背景颜色', { hidden: true }),
|
|
20611
|
-
__metadata("design:paramtypes", [exports.ɵ
|
|
20612
|
-
], exports.ɵ
|
|
20618
|
+
__metadata("design:paramtypes", [exports.ɵef])
|
|
20619
|
+
], exports.ɵeg);
|
|
20613
20620
|
|
|
20614
20621
|
var ɵ0$f = { type: 'string', title: 'id' };
|
|
20615
|
-
exports.ɵ
|
|
20622
|
+
exports.ɵei = /** @class */ (function (_super) {
|
|
20616
20623
|
__extends(EventsComponent, _super);
|
|
20617
20624
|
function EventsComponent(parent) {
|
|
20618
20625
|
var _this = _super.call(this, parent) || this;
|
|
@@ -20643,15 +20650,15 @@
|
|
|
20643
20650
|
};
|
|
20644
20651
|
return EventsComponent;
|
|
20645
20652
|
}(CalendarEventsChild));
|
|
20646
|
-
exports.ɵ
|
|
20653
|
+
exports.ɵei.decorators = [
|
|
20647
20654
|
{ type: i0.Component, args: [{
|
|
20648
20655
|
selector: 'sc-calendar-events',
|
|
20649
20656
|
template: "",
|
|
20650
20657
|
styles: [""]
|
|
20651
20658
|
},] }
|
|
20652
20659
|
];
|
|
20653
|
-
exports.ɵ
|
|
20654
|
-
{ type: exports.ɵ
|
|
20660
|
+
exports.ɵei.ctorParameters = function () { return [
|
|
20661
|
+
{ type: exports.ɵef }
|
|
20655
20662
|
]; };
|
|
20656
20663
|
__decorate([
|
|
20657
20664
|
bbjWidgetBase.Property('颜色', {
|
|
@@ -20660,7 +20667,7 @@
|
|
|
20660
20667
|
},
|
|
20661
20668
|
}),
|
|
20662
20669
|
__metadata("design:type", String)
|
|
20663
|
-
], exports.ɵ
|
|
20670
|
+
], exports.ɵei.prototype, "color", void 0);
|
|
20664
20671
|
__decorate([
|
|
20665
20672
|
bbjWidgetBase.Data({
|
|
20666
20673
|
properties: {
|
|
@@ -20672,15 +20679,15 @@
|
|
|
20672
20679
|
},
|
|
20673
20680
|
}),
|
|
20674
20681
|
__metadata("design:type", Array)
|
|
20675
|
-
], exports.ɵ
|
|
20682
|
+
], exports.ɵei.prototype, "data", void 0);
|
|
20676
20683
|
__decorate([
|
|
20677
20684
|
bbjWidgetBase.DataOutput(['id', 'title']),
|
|
20678
20685
|
__metadata("design:type", Object)
|
|
20679
|
-
], exports.ɵ
|
|
20680
|
-
exports.ɵ
|
|
20686
|
+
], exports.ɵei.prototype, "dataClick", void 0);
|
|
20687
|
+
exports.ɵei = __decorate([
|
|
20681
20688
|
bbjWidgetBase.Widget('事件', { hidden: true }),
|
|
20682
|
-
__metadata("design:paramtypes", [exports.ɵ
|
|
20683
|
-
], exports.ɵ
|
|
20689
|
+
__metadata("design:paramtypes", [exports.ɵef])
|
|
20690
|
+
], exports.ɵei);
|
|
20684
20691
|
|
|
20685
20692
|
var CalendarModule = /** @class */ (function () {
|
|
20686
20693
|
function CalendarModule(widgetService) {
|
|
@@ -20689,15 +20696,15 @@
|
|
|
20689
20696
|
timeGridPlugin__default['default'],
|
|
20690
20697
|
interactionPlugin__default['default'],
|
|
20691
20698
|
]);
|
|
20699
|
+
widgetService.register(exports.ɵef);
|
|
20700
|
+
widgetService.register(exports.ɵei);
|
|
20692
20701
|
widgetService.register(exports.ɵeg);
|
|
20693
|
-
widgetService.register(exports.ɵej);
|
|
20694
|
-
widgetService.register(exports.ɵeh);
|
|
20695
20702
|
}
|
|
20696
20703
|
return CalendarModule;
|
|
20697
20704
|
}());
|
|
20698
20705
|
CalendarModule.decorators = [
|
|
20699
20706
|
{ type: i0.NgModule, args: [{
|
|
20700
|
-
declarations: [exports.ɵ
|
|
20707
|
+
declarations: [exports.ɵef, exports.ɵeg, exports.ɵei],
|
|
20701
20708
|
imports: [common.CommonModule, bbjWidgetBase.WidgetBaseModule, angular.FullCalendarModule],
|
|
20702
20709
|
},] }
|
|
20703
20710
|
];
|
|
@@ -20705,7 +20712,7 @@
|
|
|
20705
20712
|
{ type: bbjWidgetBase.WidgetService }
|
|
20706
20713
|
]; };
|
|
20707
20714
|
|
|
20708
|
-
exports.ɵ
|
|
20715
|
+
exports.ɵec = /** @class */ (function () {
|
|
20709
20716
|
function TabsComponent() {
|
|
20710
20717
|
this.type = 'line';
|
|
20711
20718
|
this.size = 'default';
|
|
@@ -20724,14 +20731,14 @@
|
|
|
20724
20731
|
};
|
|
20725
20732
|
return TabsComponent;
|
|
20726
20733
|
}());
|
|
20727
|
-
exports.ɵ
|
|
20734
|
+
exports.ɵec.decorators = [
|
|
20728
20735
|
{ type: i0.Component, args: [{
|
|
20729
20736
|
selector: 'sc-tabs',
|
|
20730
20737
|
template: "<nz-tabset\n [style]=\"tabPosition === 'top' || tabPosition === 'bottom' ? 'padding:0 10px' : ''\"\n [(nzSelectedIndex)]=\"selectedIndex\"\n [nzAnimated]=\"animated\"\n [nzSize]=\"size\"\n [nzTabPosition]=\"tabPosition\"\n [nzType]=\"type\"\n [nzTabBarGutter]=\"tabBarGutter\"\n>\n <nz-tab *ngFor=\"let child of children\" [nzTitle]=\"child.option.title\" nzForceRender>\n <ng-template widgetHost [widget]=\"child\"></ng-template>\n </nz-tab>\n</nz-tabset>\n",
|
|
20731
20738
|
styles: [":host{display:block}.ant-tabs,:host{height:100%}.ant-tabs ::ng-deep>.ant-tabs-nav{margin:0}.ant-tabs ::ng-deep .ant-tabs-content{height:100%}.ant-tabs ::ng-deep .ant-tabs-content .ant-tabs-tabpane{overflow:auto}.ant-tabs{display:flex}.ant-tabs ::ng-deep .ant-tabs-content{flex:1}.ant-tabs ::ng-deep.ant-tabs-bottom,.ant-tabs ::ng-deep.ant-tabs-top{flex-direction:column}.ant-tabs ::ng-deep.ant-tabs-bottom ::ng-deep>.ant-tabs-bar,.ant-tabs ::ng-deep.ant-tabs-right ::ng-deep>.ant-tabs-bar{order:1}"]
|
|
20732
20739
|
},] }
|
|
20733
20740
|
];
|
|
20734
|
-
exports.ɵ
|
|
20741
|
+
exports.ɵec.ctorParameters = function () { return []; };
|
|
20735
20742
|
__decorate([
|
|
20736
20743
|
bbjWidgetBase.Property('页签样式', {
|
|
20737
20744
|
enum: [
|
|
@@ -20740,7 +20747,7 @@
|
|
|
20740
20747
|
],
|
|
20741
20748
|
}),
|
|
20742
20749
|
__metadata("design:type", Object)
|
|
20743
|
-
], exports.ɵ
|
|
20750
|
+
], exports.ɵec.prototype, "type", void 0);
|
|
20744
20751
|
__decorate([
|
|
20745
20752
|
bbjWidgetBase.Property('尺寸', {
|
|
20746
20753
|
enum: [
|
|
@@ -20750,7 +20757,7 @@
|
|
|
20750
20757
|
],
|
|
20751
20758
|
}),
|
|
20752
20759
|
__metadata("design:type", Object)
|
|
20753
|
-
], exports.ɵ
|
|
20760
|
+
], exports.ɵec.prototype, "size", void 0);
|
|
20754
20761
|
__decorate([
|
|
20755
20762
|
bbjWidgetBase.Property('页签位置', {
|
|
20756
20763
|
enum: [
|
|
@@ -20761,16 +20768,16 @@
|
|
|
20761
20768
|
],
|
|
20762
20769
|
}),
|
|
20763
20770
|
__metadata("design:type", Object)
|
|
20764
|
-
], exports.ɵ
|
|
20771
|
+
], exports.ɵec.prototype, "tabPosition", void 0);
|
|
20765
20772
|
__decorate([
|
|
20766
20773
|
bbjWidgetBase.Property('切换动画', { type: 'boolean', ui: { visibleIf: { tabPosition: ['top', 'bottom'] } } }),
|
|
20767
20774
|
__metadata("design:type", Object)
|
|
20768
|
-
], exports.ɵ
|
|
20775
|
+
], exports.ɵec.prototype, "animated", void 0);
|
|
20769
20776
|
__decorate([
|
|
20770
20777
|
bbjWidgetBase.Property('间隙'),
|
|
20771
20778
|
__metadata("design:type", Number)
|
|
20772
|
-
], exports.ɵ
|
|
20773
|
-
exports.ɵ
|
|
20779
|
+
], exports.ɵec.prototype, "tabBarGutter", void 0);
|
|
20780
|
+
exports.ɵec = __decorate([
|
|
20774
20781
|
bbjWidgetBase.Widget('标签页', {
|
|
20775
20782
|
group: 'component', image: 'assets/img/screen/tabs.png', icon: 'iconmokuai',
|
|
20776
20783
|
children: [
|
|
@@ -20785,42 +20792,42 @@
|
|
|
20785
20792
|
childTypes: ['sc-tab'],
|
|
20786
20793
|
}),
|
|
20787
20794
|
__metadata("design:paramtypes", [])
|
|
20788
|
-
], exports.ɵ
|
|
20795
|
+
], exports.ɵec);
|
|
20789
20796
|
|
|
20790
|
-
exports.ɵ
|
|
20797
|
+
exports.ɵed = /** @class */ (function () {
|
|
20791
20798
|
function TabComponent() {
|
|
20792
20799
|
this.title = 'New Tab';
|
|
20793
20800
|
}
|
|
20794
20801
|
TabComponent.prototype.ngOnInit = function () { };
|
|
20795
20802
|
return TabComponent;
|
|
20796
20803
|
}());
|
|
20797
|
-
exports.ɵ
|
|
20804
|
+
exports.ɵed.decorators = [
|
|
20798
20805
|
{ type: i0.Component, args: [{
|
|
20799
20806
|
selector: 'sc-tab',
|
|
20800
20807
|
template: "<ng-template [widgetChildren]=\"children\"></ng-template>\n",
|
|
20801
20808
|
styles: [""]
|
|
20802
20809
|
},] }
|
|
20803
20810
|
];
|
|
20804
|
-
exports.ɵ
|
|
20811
|
+
exports.ɵed.ctorParameters = function () { return []; };
|
|
20805
20812
|
__decorate([
|
|
20806
20813
|
bbjWidgetBase.Property('标题'),
|
|
20807
20814
|
__metadata("design:type", Object)
|
|
20808
|
-
], exports.ɵ
|
|
20809
|
-
exports.ɵ
|
|
20815
|
+
], exports.ɵed.prototype, "title", void 0);
|
|
20816
|
+
exports.ɵed = __decorate([
|
|
20810
20817
|
bbjWidgetBase.Widget('选项卡', { hidden: true }),
|
|
20811
20818
|
__metadata("design:paramtypes", [])
|
|
20812
|
-
], exports.ɵ
|
|
20819
|
+
], exports.ɵed);
|
|
20813
20820
|
|
|
20814
20821
|
var TabsModule = /** @class */ (function () {
|
|
20815
20822
|
function TabsModule(widgetService) {
|
|
20823
|
+
widgetService.register(exports.ɵec);
|
|
20816
20824
|
widgetService.register(exports.ɵed);
|
|
20817
|
-
widgetService.register(exports.ɵee);
|
|
20818
20825
|
}
|
|
20819
20826
|
return TabsModule;
|
|
20820
20827
|
}());
|
|
20821
20828
|
TabsModule.decorators = [
|
|
20822
20829
|
{ type: i0.NgModule, args: [{
|
|
20823
|
-
declarations: [exports.ɵ
|
|
20830
|
+
declarations: [exports.ɵec, exports.ɵed],
|
|
20824
20831
|
imports: [common.CommonModule, bbjWidgetBase.WidgetBaseModule, tabs.NzTabsModule],
|
|
20825
20832
|
},] }
|
|
20826
20833
|
];
|
|
@@ -20828,7 +20835,7 @@
|
|
|
20828
20835
|
{ type: bbjWidgetBase.WidgetService }
|
|
20829
20836
|
]; };
|
|
20830
20837
|
|
|
20831
|
-
exports.ɵ
|
|
20838
|
+
exports.ɵek = /** @class */ (function () {
|
|
20832
20839
|
function GanttComponent(ele) {
|
|
20833
20840
|
this.ele = ele;
|
|
20834
20841
|
this.contentRenderers = new Map();
|
|
@@ -20987,27 +20994,27 @@
|
|
|
20987
20994
|
};
|
|
20988
20995
|
return GanttComponent;
|
|
20989
20996
|
}());
|
|
20990
|
-
exports.ɵ
|
|
20997
|
+
exports.ɵek.decorators = [
|
|
20991
20998
|
{ type: i0.Component, args: [{
|
|
20992
20999
|
selector: 'sc-gantt',
|
|
20993
21000
|
template: "<!--<nz-date-picker [(ngModel)]=\"initDate\" (ngModelChange)=\"onChange(initDate)\"></nz-date-picker>-->\n<full-calendar *ngIf=\"calendarOptions\" [options]=\"calendarOptions\" ></full-calendar>\n<ng-template #fcEventContent let-data=\"data\">\n\n <div class=\"progress\" nz-tooltip [nzTooltipTitle]=\"titleTemplate\" [ngStyle]=\"data.progressStyle\">\n <span class=\"bar\" [ngStyle]=\"data.barStyle\">{{data.title}}</span>\n </div>\n <ng-template #titleTemplate><i nz-icon nzType=\"file\" style=\"margin-right: 8px\"></i> <span>{{data.title}}<br/>\u5F00\u59CB:{{data.start}}<br/>\u7ED3\u675F:{{data.end}}<br/>\u8FDB\u5EA6:{{data.progress}}</span></ng-template>\n</ng-template>\n\n",
|
|
20994
21001
|
styles: [":host ::ng-deep .fc-direction-ltr{height:100%}:host ::ng-deep .fc .fc-view-harness{padding-bottom:0!important}:host ::ng-deep .progress{overflow:hidden;height:var(--height);background-color:#f7f7f7;background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\"#fff5f5f5\",endColorstr=\"#fff9f9f9\",GradientType=0);box-shadow:inset 0 1px 2px rgba(0,0,0,.1);border-radius:4px;width:100%}:host ::ng-deep .progress .bar{white-space:nowrap;width:0;height:100%;color:#fff;float:left;font-size:12px;text-align:center;align-items:center;display:flex;text-shadow:0 -1px 0 rgba(0,0,0,.25);background-color:#0e90d2;background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\"#ff149bdf\",endColorstr=\"#ff0480be\",GradientType=0);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-sizing:border-box;transition:width .6s ease}:host ::ng-deep .fc-license-message{display:none!important}:host ::ng-deep .fc table{font-size:17px!important}:host ::ng-deep .fc-resource .fc-datagrid-cell-main{font-size:var(--fontSize);color:var(--color);font-weight:var(--weight);font-family:var(--family);line-height:var(--lineHeight)}"]
|
|
20995
21002
|
},] }
|
|
20996
21003
|
];
|
|
20997
|
-
exports.ɵ
|
|
21004
|
+
exports.ɵek.ctorParameters = function () { return [
|
|
20998
21005
|
{ type: i0.ElementRef }
|
|
20999
21006
|
]; };
|
|
21000
|
-
exports.ɵ
|
|
21007
|
+
exports.ɵek.propDecorators = {
|
|
21001
21008
|
eventContent: [{ type: i0.ViewChild, args: ['fcEventContent', { static: true },] }]
|
|
21002
21009
|
};
|
|
21003
21010
|
__decorate([
|
|
21004
21011
|
bbjWidgetBase.Property('头部名称', { type: 'string' }),
|
|
21005
21012
|
__metadata("design:type", Object)
|
|
21006
|
-
], exports.ɵ
|
|
21013
|
+
], exports.ɵek.prototype, "headerContent", void 0);
|
|
21007
21014
|
__decorate([
|
|
21008
21015
|
bbjWidgetBase.Property('项目字体', { ui: { widget: 'myFont' } }),
|
|
21009
21016
|
__metadata("design:type", Object)
|
|
21010
|
-
], exports.ɵ
|
|
21017
|
+
], exports.ɵek.prototype, "contentFont", void 0);
|
|
21011
21018
|
__decorate([
|
|
21012
21019
|
bbjWidgetBase.Property('系列颜色', {
|
|
21013
21020
|
ui: {
|
|
@@ -21016,19 +21023,19 @@
|
|
|
21016
21023
|
},
|
|
21017
21024
|
}),
|
|
21018
21025
|
__metadata("design:type", Object)
|
|
21019
|
-
], exports.ɵ
|
|
21026
|
+
], exports.ɵek.prototype, "lineColor", void 0);
|
|
21020
21027
|
__decorate([
|
|
21021
21028
|
bbjWidgetBase.Property('进度透明', { type: 'number', max: 1 }),
|
|
21022
21029
|
__metadata("design:type", Object)
|
|
21023
|
-
], exports.ɵ
|
|
21030
|
+
], exports.ɵek.prototype, "progressTransparency", void 0);
|
|
21024
21031
|
__decorate([
|
|
21025
21032
|
bbjWidgetBase.Property('区域占比', { type: 'number' }),
|
|
21026
21033
|
__metadata("design:type", Object)
|
|
21027
|
-
], exports.ɵ
|
|
21034
|
+
], exports.ɵek.prototype, "areaRate", void 0);
|
|
21028
21035
|
__decorate([
|
|
21029
21036
|
bbjWidgetBase.Property('进度条高度', { type: 'number' }),
|
|
21030
21037
|
__metadata("design:type", Object)
|
|
21031
|
-
], exports.ɵ
|
|
21038
|
+
], exports.ɵek.prototype, "progressHeight", void 0);
|
|
21032
21039
|
__decorate([
|
|
21033
21040
|
bbjWidgetBase.Data({
|
|
21034
21041
|
properties: {
|
|
@@ -21040,11 +21047,11 @@
|
|
|
21040
21047
|
},
|
|
21041
21048
|
}),
|
|
21042
21049
|
__metadata("design:type", Array)
|
|
21043
|
-
], exports.ɵ
|
|
21044
|
-
exports.ɵ
|
|
21050
|
+
], exports.ɵek.prototype, "data", void 0);
|
|
21051
|
+
exports.ɵek = __decorate([
|
|
21045
21052
|
bbjWidgetBase.Widget('甘特图', { group: 'component', image: 'assets/img/screen/gantt.png', icon: 'iconmokuai' }),
|
|
21046
21053
|
__metadata("design:paramtypes", [i0.ElementRef])
|
|
21047
|
-
], exports.ɵ
|
|
21054
|
+
], exports.ɵek);
|
|
21048
21055
|
|
|
21049
21056
|
// import {FormsModule} from '@angular/forms';
|
|
21050
21057
|
// import {NzDatePickerModule} from 'ng-zorro-antd/date-picker';
|
|
@@ -21057,13 +21064,13 @@
|
|
|
21057
21064
|
interactionPlugin__default['default'],
|
|
21058
21065
|
resourceTimelinePlugin__default['default'],
|
|
21059
21066
|
]);
|
|
21060
|
-
widgetService.register(exports.ɵ
|
|
21067
|
+
widgetService.register(exports.ɵek);
|
|
21061
21068
|
}
|
|
21062
21069
|
return GanttModule;
|
|
21063
21070
|
}());
|
|
21064
21071
|
GanttModule.decorators = [
|
|
21065
21072
|
{ type: i0.NgModule, args: [{
|
|
21066
|
-
declarations: [exports.ɵ
|
|
21073
|
+
declarations: [exports.ɵek],
|
|
21067
21074
|
imports: [
|
|
21068
21075
|
common.CommonModule,
|
|
21069
21076
|
bbjWidgetBase.WidgetBaseModule,
|
|
@@ -21079,7 +21086,7 @@
|
|
|
21079
21086
|
var WorkbenchWidgetModule = /** @class */ (function () {
|
|
21080
21087
|
function WorkbenchWidgetModule(widgetService) {
|
|
21081
21088
|
widgetService.register(exports.ɵp, { option: {}, size: { width: 3, height: 3 } });
|
|
21082
|
-
widgetService.register(exports.ɵ
|
|
21089
|
+
widgetService.register(exports.ɵef, { option: {}, size: { width: 16, height: 12 } });
|
|
21083
21090
|
for (var i = 1; i <= 82; i++) {
|
|
21084
21091
|
widgetService.register(exports.ɵb, {
|
|
21085
21092
|
option: { image: "assets/img/screen/picture" + i + ".png", hideHead: true },
|
|
@@ -21527,7 +21534,7 @@
|
|
|
21527
21534
|
size: { width: 10, height: 10 },
|
|
21528
21535
|
});
|
|
21529
21536
|
}
|
|
21530
|
-
widgetService.register(exports.ɵ
|
|
21537
|
+
widgetService.register(exports.ɵea, { size: { width: 14, height: 6 } });
|
|
21531
21538
|
widgetService.register(exports.ɵbo, {
|
|
21532
21539
|
option: {
|
|
21533
21540
|
image: 'assets/img/screen/table.png',
|
|
@@ -21653,6 +21660,7 @@
|
|
|
21653
21660
|
exports.TableModule = TableModule;
|
|
21654
21661
|
exports.TreeControlModule = TreeControlModule;
|
|
21655
21662
|
exports.TreeRingChartModule = TreeRingChartModule;
|
|
21663
|
+
exports.VideoGridModule = VideoGridModule;
|
|
21656
21664
|
exports.VideoPlayerModule = VideoPlayerModule;
|
|
21657
21665
|
exports.VisualMapChartModule = VisualMapChartModule;
|
|
21658
21666
|
exports.WorkbenchWidgetModule = WorkbenchWidgetModule;
|
|
@@ -21693,13 +21701,12 @@
|
|
|
21693
21701
|
exports.ɵdq = BulletinBoardModule;
|
|
21694
21702
|
exports.ɵds = TemporaryDataModule;
|
|
21695
21703
|
exports.ɵdu = LineLightFlowModule;
|
|
21696
|
-
exports.ɵ
|
|
21704
|
+
exports.ɵdz = AnnouncementModule;
|
|
21697
21705
|
exports.ɵe = LineBarChartModule;
|
|
21698
|
-
exports.ɵ
|
|
21699
|
-
exports.ɵ
|
|
21700
|
-
exports.ɵ
|
|
21701
|
-
exports.ɵ
|
|
21702
|
-
exports.ɵek = GanttModule;
|
|
21706
|
+
exports.ɵeb = TabsModule;
|
|
21707
|
+
exports.ɵee = CalendarModule;
|
|
21708
|
+
exports.ɵeh = CalendarEventsChild;
|
|
21709
|
+
exports.ɵej = GanttModule;
|
|
21703
21710
|
exports.ɵo = ButtonModule;
|
|
21704
21711
|
exports.ɵq = HttpService;
|
|
21705
21712
|
exports.ɵr = TimerModule;
|