bbj-screen-widget 2.4.68 → 2.4.69
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 +15 -16
- package/bbj-screen-widget.metadata.json +1 -1
- package/bundles/bbj-screen-widget.umd.js +132 -132
- package/bundles/bbj-screen-widget.umd.js.map +1 -1
- package/bundles/bbj-screen-widget.umd.min.js +1 -1
- package/esm2015/bbj-screen-widget.js +16 -17
- package/esm2015/public-api.js +2 -1
- package/fesm2015/bbj-screen-widget.js +1 -1
- package/fesm2015/bbj-screen-widget.js.map +1 -1
- package/package.json +1 -1
- package/public-api.d.ts +1 -0
|
@@ -20518,7 +20518,7 @@
|
|
|
20518
20518
|
{ type: bbjWidgetBase.WidgetService }
|
|
20519
20519
|
]; };
|
|
20520
20520
|
|
|
20521
|
-
exports.ɵ
|
|
20521
|
+
exports.ɵeb = /** @class */ (function () {
|
|
20522
20522
|
function TiandituComponent(lazy, elementRef, zone, scale$, widgetRef) {
|
|
20523
20523
|
var _this = this;
|
|
20524
20524
|
this.lazy = lazy;
|
|
@@ -20791,21 +20791,21 @@
|
|
|
20791
20791
|
};
|
|
20792
20792
|
return TiandituComponent;
|
|
20793
20793
|
}());
|
|
20794
|
-
exports.ɵ
|
|
20794
|
+
exports.ɵeb.decorators = [
|
|
20795
20795
|
{ type: i0.Component, args: [{
|
|
20796
20796
|
selector: 'sc-tianditu',
|
|
20797
20797
|
template: "<div #container class=\"tianditu\"></div>\n<ng-template *ngFor=\"let child of children\" widget-host [widget]=\"child\"></ng-template>\n",
|
|
20798
20798
|
styles: [":host{display:block;overflow:hidden;transform-origin:0 0;z-index:0;position:relative}.tianditu,:host{height:100%;width:100%}"]
|
|
20799
20799
|
},] }
|
|
20800
20800
|
];
|
|
20801
|
-
exports.ɵ
|
|
20801
|
+
exports.ɵeb.ctorParameters = function () { return [
|
|
20802
20802
|
{ type: util.LazyService },
|
|
20803
20803
|
{ type: i0.ElementRef },
|
|
20804
20804
|
{ type: i0.NgZone },
|
|
20805
20805
|
{ type: bbjWidgetBase.ScaleSubject, decorators: [{ type: i0.Optional }] },
|
|
20806
20806
|
{ type: bbjWidgetBase.WidgetRef }
|
|
20807
20807
|
]; };
|
|
20808
|
-
exports.ɵ
|
|
20808
|
+
exports.ɵeb.propDecorators = {
|
|
20809
20809
|
container: [{ type: i0.ViewChild, args: ['container',] }]
|
|
20810
20810
|
};
|
|
20811
20811
|
__decorate([
|
|
@@ -20817,17 +20817,17 @@
|
|
|
20817
20817
|
],
|
|
20818
20818
|
}),
|
|
20819
20819
|
__metadata("design:type", Object)
|
|
20820
|
-
], exports.ɵ
|
|
20820
|
+
], exports.ɵeb.prototype, "coordinateType", void 0);
|
|
20821
20821
|
__decorate([
|
|
20822
20822
|
bbjWidgetBase.Property('地图拖动', { type: 'boolean' }),
|
|
20823
20823
|
__metadata("design:type", Object)
|
|
20824
|
-
], exports.ɵ
|
|
20824
|
+
], exports.ɵeb.prototype, "dragging", void 0);
|
|
20825
20825
|
__decorate([
|
|
20826
20826
|
bbjWidgetBase.Property('地图缩放', {
|
|
20827
20827
|
ui: { widget: 'myRange', min: 1, max: 40, step: 1 },
|
|
20828
20828
|
}),
|
|
20829
20829
|
__metadata("design:type", Object)
|
|
20830
|
-
], exports.ɵ
|
|
20830
|
+
], exports.ɵeb.prototype, "zoom", void 0);
|
|
20831
20831
|
__decorate([
|
|
20832
20832
|
bbjWidgetBase.Data({
|
|
20833
20833
|
properties: {
|
|
@@ -20836,28 +20836,28 @@
|
|
|
20836
20836
|
},
|
|
20837
20837
|
}),
|
|
20838
20838
|
__metadata("design:type", Array)
|
|
20839
|
-
], exports.ɵ
|
|
20839
|
+
], exports.ɵeb.prototype, "data", void 0);
|
|
20840
20840
|
__decorate([
|
|
20841
20841
|
bbjWidgetBase.DataOutput(['lng', 'lat']),
|
|
20842
20842
|
bbjWidgetBase.Event('中心点改变', {
|
|
20843
20843
|
params: { properties: { lng: { title: '经度', type: 'number' }, lat: { title: '纬度', type: 'number' } } },
|
|
20844
20844
|
}),
|
|
20845
20845
|
__metadata("design:type", Object)
|
|
20846
|
-
], exports.ɵ
|
|
20846
|
+
], exports.ɵeb.prototype, "dataChange", void 0);
|
|
20847
20847
|
__decorate([
|
|
20848
20848
|
bbjWidgetBase.DataOutput('缩放等级'),
|
|
20849
20849
|
bbjWidgetBase.Event('缩放', {
|
|
20850
20850
|
params: '缩放等级',
|
|
20851
20851
|
}),
|
|
20852
20852
|
__metadata("design:type", Object)
|
|
20853
|
-
], exports.ɵ
|
|
20853
|
+
], exports.ɵeb.prototype, "zoomChange", void 0);
|
|
20854
20854
|
__decorate([
|
|
20855
20855
|
bbjWidgetBase.Event('地图点击', {
|
|
20856
20856
|
params: { properties: { lng: { title: '经度', type: 'number' }, lat: { title: '纬度', type: 'number' } } },
|
|
20857
20857
|
}),
|
|
20858
20858
|
__metadata("design:type", Object)
|
|
20859
|
-
], exports.ɵ
|
|
20860
|
-
exports.ɵ
|
|
20859
|
+
], exports.ɵeb.prototype, "mapClick", void 0);
|
|
20860
|
+
exports.ɵeb = __decorate([
|
|
20861
20861
|
bbjWidgetBase.Widget('天地图', {
|
|
20862
20862
|
children: [
|
|
20863
20863
|
{
|
|
@@ -20876,7 +20876,7 @@
|
|
|
20876
20876
|
i0.NgZone,
|
|
20877
20877
|
bbjWidgetBase.ScaleSubject,
|
|
20878
20878
|
bbjWidgetBase.WidgetRef])
|
|
20879
|
-
], exports.ɵ
|
|
20879
|
+
], exports.ɵeb);
|
|
20880
20880
|
|
|
20881
20881
|
var BaseLayer$1 = /** @class */ (function () {
|
|
20882
20882
|
function BaseLayer(parent, zone) {
|
|
@@ -20965,12 +20965,12 @@
|
|
|
20965
20965
|
{ type: i0.Directive }
|
|
20966
20966
|
];
|
|
20967
20967
|
BaseLayer$1.ctorParameters = function () { return [
|
|
20968
|
-
{ type: exports.ɵ
|
|
20968
|
+
{ type: exports.ɵeb },
|
|
20969
20969
|
{ type: i0.NgZone }
|
|
20970
20970
|
]; };
|
|
20971
20971
|
|
|
20972
20972
|
var ɵ0$e = { type: 'string', title: 'id' }, ɵ1$c = { type: 'string', title: 'id' }, ɵ2$a = { type: 'string', title: 'id' };
|
|
20973
|
-
exports.ɵ
|
|
20973
|
+
exports.ɵec = /** @class */ (function (_super_1) {
|
|
20974
20974
|
__extends(TiandituMarkerComponent, _super_1);
|
|
20975
20975
|
function TiandituMarkerComponent(parent, zone, fileUrlService, nzContextMenuService) {
|
|
20976
20976
|
var _this = _super_1.call(this, parent, zone) || this;
|
|
@@ -21419,58 +21419,58 @@
|
|
|
21419
21419
|
};
|
|
21420
21420
|
return TiandituMarkerComponent;
|
|
21421
21421
|
}(BaseLayer$1));
|
|
21422
|
-
exports.ɵ
|
|
21422
|
+
exports.ɵec.decorators = [
|
|
21423
21423
|
{ type: i0.Component, args: [{
|
|
21424
21424
|
selector: 'sc-tianditu-marker',
|
|
21425
21425
|
template: "",
|
|
21426
21426
|
styles: [""]
|
|
21427
21427
|
},] }
|
|
21428
21428
|
];
|
|
21429
|
-
exports.ɵ
|
|
21430
|
-
{ type: exports.ɵ
|
|
21429
|
+
exports.ɵec.ctorParameters = function () { return [
|
|
21430
|
+
{ type: exports.ɵeb },
|
|
21431
21431
|
{ type: i0.NgZone },
|
|
21432
21432
|
{ type: FileUrlService },
|
|
21433
21433
|
{ type: dropdown.NzContextMenuService }
|
|
21434
21434
|
]; };
|
|
21435
|
-
exports.ɵ
|
|
21435
|
+
exports.ɵec.propDecorators = {
|
|
21436
21436
|
menu: [{ type: i0.ViewChild, args: ['menu',] }]
|
|
21437
21437
|
};
|
|
21438
21438
|
__decorate([
|
|
21439
21439
|
bbjWidgetBase.Property('', { min: 1, ui: { widget: 'myPicture', spanLabel: 0, spanControl: 24 } }),
|
|
21440
21440
|
__metadata("design:type", Object)
|
|
21441
|
-
], exports.ɵ
|
|
21441
|
+
], exports.ɵec.prototype, "iconUrl", void 0);
|
|
21442
21442
|
__decorate([
|
|
21443
21443
|
bbjWidgetBase.Property('图标宽', { type: 'number' }),
|
|
21444
21444
|
__metadata("design:type", Object)
|
|
21445
|
-
], exports.ɵ
|
|
21445
|
+
], exports.ɵec.prototype, "iconWidth", void 0);
|
|
21446
21446
|
__decorate([
|
|
21447
21447
|
bbjWidgetBase.Property('图标高', { type: 'number' }),
|
|
21448
21448
|
__metadata("design:type", Object)
|
|
21449
|
-
], exports.ɵ
|
|
21449
|
+
], exports.ɵec.prototype, "iconHeight", void 0);
|
|
21450
21450
|
__decorate([
|
|
21451
21451
|
bbjWidgetBase.Property('图标偏移x', { type: 'number' }),
|
|
21452
21452
|
__metadata("design:type", Object)
|
|
21453
|
-
], exports.ɵ
|
|
21453
|
+
], exports.ɵec.prototype, "iconOffsetX", void 0);
|
|
21454
21454
|
__decorate([
|
|
21455
21455
|
bbjWidgetBase.Property('图标偏移y', { type: 'number' }),
|
|
21456
21456
|
__metadata("design:type", Object)
|
|
21457
|
-
], exports.ɵ
|
|
21457
|
+
], exports.ɵec.prototype, "iconOffsetY", void 0);
|
|
21458
21458
|
__decorate([
|
|
21459
21459
|
bbjWidgetBase.Property('移至中心'),
|
|
21460
21460
|
__metadata("design:type", Boolean)
|
|
21461
|
-
], exports.ɵ
|
|
21461
|
+
], exports.ɵec.prototype, "toCenter", void 0);
|
|
21462
21462
|
__decorate([
|
|
21463
21463
|
bbjWidgetBase.Property('显示标签', { ui: { visibleIf: { enableMarkerClusterer: [false] } } }),
|
|
21464
21464
|
__metadata("design:type", Boolean)
|
|
21465
|
-
], exports.ɵ
|
|
21465
|
+
], exports.ɵec.prototype, "showLabel", void 0);
|
|
21466
21466
|
__decorate([
|
|
21467
21467
|
bbjWidgetBase.Property('标签显示缩放等级', { ui: { visibleIf: { showLabel: [true] } } }),
|
|
21468
21468
|
__metadata("design:type", Number)
|
|
21469
|
-
], exports.ɵ
|
|
21469
|
+
], exports.ɵec.prototype, "showLabelMinZoom", void 0);
|
|
21470
21470
|
__decorate([
|
|
21471
21471
|
bbjWidgetBase.Property('标签字体', { ui: { widget: 'myFont', visibleIf: { showLabel: [true] } } }),
|
|
21472
21472
|
__metadata("design:type", Object)
|
|
21473
|
-
], exports.ɵ
|
|
21473
|
+
], exports.ɵec.prototype, "labelFont", void 0);
|
|
21474
21474
|
__decorate([
|
|
21475
21475
|
bbjWidgetBase.Property('描边颜色', {
|
|
21476
21476
|
ui: {
|
|
@@ -21478,27 +21478,27 @@
|
|
|
21478
21478
|
},
|
|
21479
21479
|
}),
|
|
21480
21480
|
__metadata("design:type", String)
|
|
21481
|
-
], exports.ɵ
|
|
21481
|
+
], exports.ɵec.prototype, "stroke", void 0);
|
|
21482
21482
|
__decorate([
|
|
21483
21483
|
bbjWidgetBase.Property('描边粗细', { type: 'integer' }),
|
|
21484
21484
|
__metadata("design:type", Number)
|
|
21485
|
-
], exports.ɵ
|
|
21485
|
+
], exports.ɵec.prototype, "strokeWidth", void 0);
|
|
21486
21486
|
__decorate([
|
|
21487
21487
|
bbjWidgetBase.Property('标签偏移x', { ui: { widget: 'number', visibleIf: { showLabel: [true] } } }),
|
|
21488
21488
|
__metadata("design:type", Object)
|
|
21489
|
-
], exports.ɵ
|
|
21489
|
+
], exports.ɵec.prototype, "labelOffsetX", void 0);
|
|
21490
21490
|
__decorate([
|
|
21491
21491
|
bbjWidgetBase.Property('标签偏移y', { ui: { widget: 'number', visibleIf: { showLabel: [true] } } }),
|
|
21492
21492
|
__metadata("design:type", Object)
|
|
21493
|
-
], exports.ɵ
|
|
21493
|
+
], exports.ɵec.prototype, "labelOffsetY", void 0);
|
|
21494
21494
|
__decorate([
|
|
21495
21495
|
bbjWidgetBase.Property('选中时地图缩放', { type: 'number' }),
|
|
21496
21496
|
__metadata("design:type", Number)
|
|
21497
|
-
], exports.ɵ
|
|
21497
|
+
], exports.ɵec.prototype, "selectedMapZoom", void 0);
|
|
21498
21498
|
__decorate([
|
|
21499
21499
|
bbjWidgetBase.Property('点击空白取消选中', { type: 'boolean', default: true }),
|
|
21500
21500
|
__metadata("design:type", Object)
|
|
21501
|
-
], exports.ɵ
|
|
21501
|
+
], exports.ɵec.prototype, "unselectOnClickBlank", void 0);
|
|
21502
21502
|
__decorate([
|
|
21503
21503
|
bbjWidgetBase.Property('标记分组', {
|
|
21504
21504
|
type: 'array',
|
|
@@ -21584,7 +21584,7 @@
|
|
|
21584
21584
|
ui: { grid: { arraySpan: 24 }, spanControl: 24 },
|
|
21585
21585
|
}),
|
|
21586
21586
|
__metadata("design:type", Object)
|
|
21587
|
-
], exports.ɵ
|
|
21587
|
+
], exports.ɵec.prototype, "groups", void 0);
|
|
21588
21588
|
__decorate([
|
|
21589
21589
|
bbjWidgetBase.Data({
|
|
21590
21590
|
properties: {
|
|
@@ -21598,7 +21598,7 @@
|
|
|
21598
21598
|
},
|
|
21599
21599
|
}),
|
|
21600
21600
|
__metadata("design:type", Array)
|
|
21601
|
-
], exports.ɵ
|
|
21601
|
+
], exports.ɵec.prototype, "data", void 0);
|
|
21602
21602
|
__decorate([
|
|
21603
21603
|
bbjWidgetBase.DataOutput(['id', 'address', 'lng', 'lat']),
|
|
21604
21604
|
bbjWidgetBase.Event('选中值改变', {
|
|
@@ -21612,11 +21612,11 @@
|
|
|
21612
21612
|
},
|
|
21613
21613
|
}),
|
|
21614
21614
|
__metadata("design:type", Object)
|
|
21615
|
-
], exports.ɵ
|
|
21615
|
+
], exports.ɵec.prototype, "makerClick", void 0);
|
|
21616
21616
|
__decorate([
|
|
21617
21617
|
bbjWidgetBase.DataInput('选中id'),
|
|
21618
21618
|
__metadata("design:type", String)
|
|
21619
|
-
], exports.ɵ
|
|
21619
|
+
], exports.ɵec.prototype, "selectedId", void 0);
|
|
21620
21620
|
__decorate([
|
|
21621
21621
|
bbjWidgetBase.Event('点击', {
|
|
21622
21622
|
params: {
|
|
@@ -21629,27 +21629,27 @@
|
|
|
21629
21629
|
},
|
|
21630
21630
|
}),
|
|
21631
21631
|
__metadata("design:type", Object)
|
|
21632
|
-
], exports.ɵ
|
|
21633
|
-
exports.ɵ
|
|
21632
|
+
], exports.ɵec.prototype, "onClick", void 0);
|
|
21633
|
+
exports.ɵec = __decorate([
|
|
21634
21634
|
bbjWidgetBase.Widget('标记层', {
|
|
21635
21635
|
hidden: true,
|
|
21636
21636
|
}),
|
|
21637
|
-
__metadata("design:paramtypes", [exports.ɵ
|
|
21637
|
+
__metadata("design:paramtypes", [exports.ɵeb,
|
|
21638
21638
|
i0.NgZone,
|
|
21639
21639
|
FileUrlService,
|
|
21640
21640
|
dropdown.NzContextMenuService])
|
|
21641
|
-
], exports.ɵ
|
|
21641
|
+
], exports.ɵec);
|
|
21642
21642
|
|
|
21643
21643
|
var TiandituModule = /** @class */ (function () {
|
|
21644
21644
|
function TiandituModule(widgetService) {
|
|
21645
|
-
widgetService.register(exports.ɵ
|
|
21646
|
-
widgetService.register(exports.ɵ
|
|
21645
|
+
widgetService.register(exports.ɵeb, { scaleContent: false });
|
|
21646
|
+
widgetService.register(exports.ɵec);
|
|
21647
21647
|
}
|
|
21648
21648
|
return TiandituModule;
|
|
21649
21649
|
}());
|
|
21650
21650
|
TiandituModule.decorators = [
|
|
21651
21651
|
{ type: i0.NgModule, args: [{
|
|
21652
|
-
declarations: [exports.ɵ
|
|
21652
|
+
declarations: [exports.ɵeb, exports.ɵec],
|
|
21653
21653
|
imports: [common.CommonModule, bbjWidgetBase.WidgetBaseModule],
|
|
21654
21654
|
},] }
|
|
21655
21655
|
];
|
|
@@ -22119,7 +22119,7 @@
|
|
|
22119
22119
|
{ type: bbjWidgetBase.WidgetService }
|
|
22120
22120
|
]; };
|
|
22121
22121
|
|
|
22122
|
-
exports.ɵ
|
|
22122
|
+
exports.ɵef = /** @class */ (function () {
|
|
22123
22123
|
function AnnouncementComponent(element) {
|
|
22124
22124
|
this.element = element;
|
|
22125
22125
|
this.headIconDisplay = true;
|
|
@@ -22157,32 +22157,32 @@
|
|
|
22157
22157
|
};
|
|
22158
22158
|
return AnnouncementComponent;
|
|
22159
22159
|
}());
|
|
22160
|
-
exports.ɵ
|
|
22160
|
+
exports.ɵef.decorators = [
|
|
22161
22161
|
{ type: i0.Component, args: [{
|
|
22162
22162
|
selector: 'sc-announcement',
|
|
22163
22163
|
template: "<ng-container *ngIf=\"data[0]\">\n {{data[0].content}}\n</ng-container>",
|
|
22164
22164
|
styles: [":host{height:100%;overflow:auto;display:block}"]
|
|
22165
22165
|
},] }
|
|
22166
22166
|
];
|
|
22167
|
-
exports.ɵ
|
|
22167
|
+
exports.ɵef.ctorParameters = function () { return [
|
|
22168
22168
|
{ type: i0.ElementRef }
|
|
22169
22169
|
]; };
|
|
22170
22170
|
__decorate([
|
|
22171
22171
|
bbjWidgetBase.Property('显示图标', { type: 'boolean' }),
|
|
22172
22172
|
__metadata("design:type", Object)
|
|
22173
|
-
], exports.ɵ
|
|
22173
|
+
], exports.ɵef.prototype, "headIconDisplay", void 0);
|
|
22174
22174
|
__decorate([
|
|
22175
22175
|
bbjWidgetBase.Property('内边距', { ui: { widget: 'myGrid' } }),
|
|
22176
22176
|
__metadata("design:type", Object)
|
|
22177
|
-
], exports.ɵ
|
|
22177
|
+
], exports.ɵef.prototype, "padding", void 0);
|
|
22178
22178
|
__decorate([
|
|
22179
22179
|
bbjWidgetBase.Property('字体', { ui: { widget: 'myFont' } }),
|
|
22180
22180
|
__metadata("design:type", Object)
|
|
22181
|
-
], exports.ɵ
|
|
22181
|
+
], exports.ɵef.prototype, "font", void 0);
|
|
22182
22182
|
__decorate([
|
|
22183
22183
|
bbjWidgetBase.Property('图标', { ui: { hidden: true } }),
|
|
22184
22184
|
__metadata("design:type", Object)
|
|
22185
|
-
], exports.ɵ
|
|
22185
|
+
], exports.ɵef.prototype, "icon", void 0);
|
|
22186
22186
|
__decorate([
|
|
22187
22187
|
bbjWidgetBase.Data({
|
|
22188
22188
|
properties: {
|
|
@@ -22190,23 +22190,23 @@
|
|
|
22190
22190
|
},
|
|
22191
22191
|
}),
|
|
22192
22192
|
__metadata("design:type", Object)
|
|
22193
|
-
], exports.ɵ
|
|
22194
|
-
exports.ɵ
|
|
22193
|
+
], exports.ɵef.prototype, "data", void 0);
|
|
22194
|
+
exports.ɵef = __decorate([
|
|
22195
22195
|
bbjWidgetBase.Widget('公告', { group: 'component', image: 'assets/img/screen/announcement.png', icon: 'iconmokuai' }),
|
|
22196
22196
|
__metadata("design:paramtypes", [i0.ElementRef])
|
|
22197
|
-
], exports.ɵ
|
|
22197
|
+
], exports.ɵef);
|
|
22198
22198
|
|
|
22199
22199
|
var AnnouncementModule = /** @class */ (function () {
|
|
22200
22200
|
function AnnouncementModule(widgetService) {
|
|
22201
22201
|
this.widgetService = widgetService;
|
|
22202
|
-
widgetService.register(exports.ɵ
|
|
22202
|
+
widgetService.register(exports.ɵef);
|
|
22203
22203
|
}
|
|
22204
22204
|
return AnnouncementModule;
|
|
22205
22205
|
}());
|
|
22206
22206
|
AnnouncementModule.decorators = [
|
|
22207
22207
|
{ type: i0.NgModule, args: [{
|
|
22208
22208
|
declarations: [
|
|
22209
|
-
exports.ɵ
|
|
22209
|
+
exports.ɵef
|
|
22210
22210
|
],
|
|
22211
22211
|
imports: [
|
|
22212
22212
|
common.CommonModule,
|
|
@@ -22230,7 +22230,7 @@
|
|
|
22230
22230
|
}
|
|
22231
22231
|
|
|
22232
22232
|
var ɵ0$f = { type: 'string', title: 'id' };
|
|
22233
|
-
exports.ɵ
|
|
22233
|
+
exports.ɵek = /** @class */ (function () {
|
|
22234
22234
|
function CalendarComponent(router, cd) {
|
|
22235
22235
|
var _this = this;
|
|
22236
22236
|
this.router = router;
|
|
@@ -22350,25 +22350,25 @@
|
|
|
22350
22350
|
};
|
|
22351
22351
|
return CalendarComponent;
|
|
22352
22352
|
}());
|
|
22353
|
-
exports.ɵ
|
|
22353
|
+
exports.ɵek.decorators = [
|
|
22354
22354
|
{ type: i0.Component, args: [{
|
|
22355
22355
|
selector: 'sc-calendar',
|
|
22356
22356
|
template: "<full-calendar *ngIf=\"calendarOptions\" [options]=\"calendarOptions\"></full-calendar>\n<ng-template *ngFor=\"let child of children\" widget-host [widget]=\"child\"></ng-template>\n",
|
|
22357
22357
|
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}"]
|
|
22358
22358
|
},] }
|
|
22359
22359
|
];
|
|
22360
|
-
exports.ɵ
|
|
22360
|
+
exports.ɵek.ctorParameters = function () { return [
|
|
22361
22361
|
{ type: router.Router },
|
|
22362
22362
|
{ type: i0.ChangeDetectorRef }
|
|
22363
22363
|
]; };
|
|
22364
22364
|
__decorate([
|
|
22365
22365
|
bbjWidgetBase.Property('是否自定义初始日期', { ui: { format: 'date', widget: 'checkbox', spanLabel: 0, spanControl: 24 } }),
|
|
22366
22366
|
__metadata("design:type", Object)
|
|
22367
|
-
], exports.ɵ
|
|
22367
|
+
], exports.ɵek.prototype, "isInitialDate", void 0);
|
|
22368
22368
|
__decorate([
|
|
22369
22369
|
bbjWidgetBase.Property('', { ui: { type: 'date', format: 'date', spanLabel: 0, spanControl: 24 } }),
|
|
22370
22370
|
__metadata("design:type", Object)
|
|
22371
|
-
], exports.ɵ
|
|
22371
|
+
], exports.ɵek.prototype, "initialDate", void 0);
|
|
22372
22372
|
__decorate([
|
|
22373
22373
|
bbjWidgetBase.Data({
|
|
22374
22374
|
properties: {
|
|
@@ -22379,11 +22379,11 @@
|
|
|
22379
22379
|
},
|
|
22380
22380
|
}),
|
|
22381
22381
|
__metadata("design:type", Array)
|
|
22382
|
-
], exports.ɵ
|
|
22382
|
+
], exports.ɵek.prototype, "data", void 0);
|
|
22383
22383
|
__decorate([
|
|
22384
22384
|
bbjWidgetBase.DataOutput(['id', 'title']),
|
|
22385
22385
|
__metadata("design:type", Object)
|
|
22386
|
-
], exports.ɵ
|
|
22386
|
+
], exports.ɵek.prototype, "dataClick", void 0);
|
|
22387
22387
|
__decorate([
|
|
22388
22388
|
bbjWidgetBase.DataOutput({
|
|
22389
22389
|
properties: {
|
|
@@ -22393,8 +22393,8 @@
|
|
|
22393
22393
|
},
|
|
22394
22394
|
}, { triggerLink: false }),
|
|
22395
22395
|
__metadata("design:type", Object)
|
|
22396
|
-
], exports.ɵ
|
|
22397
|
-
exports.ɵ
|
|
22396
|
+
], exports.ɵek.prototype, "datesSetChange", void 0);
|
|
22397
|
+
exports.ɵek = __decorate([
|
|
22398
22398
|
bbjWidgetBase.Widget('日历', {
|
|
22399
22399
|
group: 'component',
|
|
22400
22400
|
image: 'assets/img/screen/rili.png',
|
|
@@ -22402,7 +22402,7 @@
|
|
|
22402
22402
|
childTypes: ['sc-calendar-events', 'sc-calendar-background-events'],
|
|
22403
22403
|
}),
|
|
22404
22404
|
__metadata("design:paramtypes", [router.Router, i0.ChangeDetectorRef])
|
|
22405
|
-
], exports.ɵ
|
|
22405
|
+
], exports.ɵek);
|
|
22406
22406
|
|
|
22407
22407
|
var CalendarEventsChild = /** @class */ (function () {
|
|
22408
22408
|
function CalendarEventsChild(parent) {
|
|
@@ -22428,11 +22428,11 @@
|
|
|
22428
22428
|
{ type: i0.Directive }
|
|
22429
22429
|
];
|
|
22430
22430
|
CalendarEventsChild.ctorParameters = function () { return [
|
|
22431
|
-
{ type: exports.ɵ
|
|
22431
|
+
{ type: exports.ɵek }
|
|
22432
22432
|
]; };
|
|
22433
22433
|
|
|
22434
22434
|
var ɵ0$g = { type: 'string', title: 'id' };
|
|
22435
|
-
exports.ɵ
|
|
22435
|
+
exports.ɵel = /** @class */ (function (_super) {
|
|
22436
22436
|
__extends(BackgroundEventsComponent, _super);
|
|
22437
22437
|
function BackgroundEventsComponent(parent) {
|
|
22438
22438
|
var _this = _super.call(this, parent) || this;
|
|
@@ -22457,15 +22457,15 @@
|
|
|
22457
22457
|
};
|
|
22458
22458
|
return BackgroundEventsComponent;
|
|
22459
22459
|
}(CalendarEventsChild));
|
|
22460
|
-
exports.ɵ
|
|
22460
|
+
exports.ɵel.decorators = [
|
|
22461
22461
|
{ type: i0.Component, args: [{
|
|
22462
22462
|
selector: 'sc-calendar-background-events',
|
|
22463
22463
|
template: "",
|
|
22464
22464
|
styles: [""]
|
|
22465
22465
|
},] }
|
|
22466
22466
|
];
|
|
22467
|
-
exports.ɵ
|
|
22468
|
-
{ type: exports.ɵ
|
|
22467
|
+
exports.ɵel.ctorParameters = function () { return [
|
|
22468
|
+
{ type: exports.ɵek }
|
|
22469
22469
|
]; };
|
|
22470
22470
|
__decorate([
|
|
22471
22471
|
bbjWidgetBase.Property('颜色', {
|
|
@@ -22474,7 +22474,7 @@
|
|
|
22474
22474
|
},
|
|
22475
22475
|
}),
|
|
22476
22476
|
__metadata("design:type", String)
|
|
22477
|
-
], exports.ɵ
|
|
22477
|
+
], exports.ɵel.prototype, "color", void 0);
|
|
22478
22478
|
__decorate([
|
|
22479
22479
|
bbjWidgetBase.Data({
|
|
22480
22480
|
properties: {
|
|
@@ -22486,14 +22486,14 @@
|
|
|
22486
22486
|
},
|
|
22487
22487
|
}),
|
|
22488
22488
|
__metadata("design:type", Array)
|
|
22489
|
-
], exports.ɵ
|
|
22490
|
-
exports.ɵ
|
|
22489
|
+
], exports.ɵel.prototype, "data", void 0);
|
|
22490
|
+
exports.ɵel = __decorate([
|
|
22491
22491
|
bbjWidgetBase.Widget('背景颜色', { hidden: true }),
|
|
22492
|
-
__metadata("design:paramtypes", [exports.ɵ
|
|
22493
|
-
], exports.ɵ
|
|
22492
|
+
__metadata("design:paramtypes", [exports.ɵek])
|
|
22493
|
+
], exports.ɵel);
|
|
22494
22494
|
|
|
22495
22495
|
var ɵ0$h = { type: 'string', title: 'id' };
|
|
22496
|
-
exports.ɵ
|
|
22496
|
+
exports.ɵen = /** @class */ (function (_super) {
|
|
22497
22497
|
__extends(EventsComponent, _super);
|
|
22498
22498
|
function EventsComponent(parent) {
|
|
22499
22499
|
var _this = _super.call(this, parent) || this;
|
|
@@ -22524,15 +22524,15 @@
|
|
|
22524
22524
|
};
|
|
22525
22525
|
return EventsComponent;
|
|
22526
22526
|
}(CalendarEventsChild));
|
|
22527
|
-
exports.ɵ
|
|
22527
|
+
exports.ɵen.decorators = [
|
|
22528
22528
|
{ type: i0.Component, args: [{
|
|
22529
22529
|
selector: 'sc-calendar-events',
|
|
22530
22530
|
template: "",
|
|
22531
22531
|
styles: [""]
|
|
22532
22532
|
},] }
|
|
22533
22533
|
];
|
|
22534
|
-
exports.ɵ
|
|
22535
|
-
{ type: exports.ɵ
|
|
22534
|
+
exports.ɵen.ctorParameters = function () { return [
|
|
22535
|
+
{ type: exports.ɵek }
|
|
22536
22536
|
]; };
|
|
22537
22537
|
__decorate([
|
|
22538
22538
|
bbjWidgetBase.Property('颜色', {
|
|
@@ -22541,7 +22541,7 @@
|
|
|
22541
22541
|
},
|
|
22542
22542
|
}),
|
|
22543
22543
|
__metadata("design:type", String)
|
|
22544
|
-
], exports.ɵ
|
|
22544
|
+
], exports.ɵen.prototype, "color", void 0);
|
|
22545
22545
|
__decorate([
|
|
22546
22546
|
bbjWidgetBase.Data({
|
|
22547
22547
|
properties: {
|
|
@@ -22553,15 +22553,15 @@
|
|
|
22553
22553
|
},
|
|
22554
22554
|
}),
|
|
22555
22555
|
__metadata("design:type", Array)
|
|
22556
|
-
], exports.ɵ
|
|
22556
|
+
], exports.ɵen.prototype, "data", void 0);
|
|
22557
22557
|
__decorate([
|
|
22558
22558
|
bbjWidgetBase.DataOutput(['id', 'title']),
|
|
22559
22559
|
__metadata("design:type", Object)
|
|
22560
|
-
], exports.ɵ
|
|
22561
|
-
exports.ɵ
|
|
22560
|
+
], exports.ɵen.prototype, "dataClick", void 0);
|
|
22561
|
+
exports.ɵen = __decorate([
|
|
22562
22562
|
bbjWidgetBase.Widget('事件', { hidden: true }),
|
|
22563
|
-
__metadata("design:paramtypes", [exports.ɵ
|
|
22564
|
-
], exports.ɵ
|
|
22563
|
+
__metadata("design:paramtypes", [exports.ɵek])
|
|
22564
|
+
], exports.ɵen);
|
|
22565
22565
|
|
|
22566
22566
|
var CalendarModule = /** @class */ (function () {
|
|
22567
22567
|
function CalendarModule(widgetService) {
|
|
@@ -22570,15 +22570,15 @@
|
|
|
22570
22570
|
timeGridPlugin__default['default'],
|
|
22571
22571
|
interactionPlugin__default['default'],
|
|
22572
22572
|
]);
|
|
22573
|
+
widgetService.register(exports.ɵek);
|
|
22574
|
+
widgetService.register(exports.ɵen);
|
|
22573
22575
|
widgetService.register(exports.ɵel);
|
|
22574
|
-
widgetService.register(exports.ɵeo);
|
|
22575
|
-
widgetService.register(exports.ɵem);
|
|
22576
22576
|
}
|
|
22577
22577
|
return CalendarModule;
|
|
22578
22578
|
}());
|
|
22579
22579
|
CalendarModule.decorators = [
|
|
22580
22580
|
{ type: i0.NgModule, args: [{
|
|
22581
|
-
declarations: [exports.ɵ
|
|
22581
|
+
declarations: [exports.ɵek, exports.ɵel, exports.ɵen],
|
|
22582
22582
|
imports: [common.CommonModule, bbjWidgetBase.WidgetBaseModule, angular.FullCalendarModule],
|
|
22583
22583
|
},] }
|
|
22584
22584
|
];
|
|
@@ -22586,7 +22586,7 @@
|
|
|
22586
22586
|
{ type: bbjWidgetBase.WidgetService }
|
|
22587
22587
|
]; };
|
|
22588
22588
|
|
|
22589
|
-
exports.ɵ
|
|
22589
|
+
exports.ɵeh = /** @class */ (function () {
|
|
22590
22590
|
function TabsComponent() {
|
|
22591
22591
|
this.type = 'line';
|
|
22592
22592
|
this.size = 'default';
|
|
@@ -22605,14 +22605,14 @@
|
|
|
22605
22605
|
};
|
|
22606
22606
|
return TabsComponent;
|
|
22607
22607
|
}());
|
|
22608
|
-
exports.ɵ
|
|
22608
|
+
exports.ɵeh.decorators = [
|
|
22609
22609
|
{ type: i0.Component, args: [{
|
|
22610
22610
|
selector: 'sc-tabs',
|
|
22611
22611
|
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",
|
|
22612
22612
|
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}"]
|
|
22613
22613
|
},] }
|
|
22614
22614
|
];
|
|
22615
|
-
exports.ɵ
|
|
22615
|
+
exports.ɵeh.ctorParameters = function () { return []; };
|
|
22616
22616
|
__decorate([
|
|
22617
22617
|
bbjWidgetBase.Property('页签样式', {
|
|
22618
22618
|
enum: [
|
|
@@ -22621,7 +22621,7 @@
|
|
|
22621
22621
|
],
|
|
22622
22622
|
}),
|
|
22623
22623
|
__metadata("design:type", Object)
|
|
22624
|
-
], exports.ɵ
|
|
22624
|
+
], exports.ɵeh.prototype, "type", void 0);
|
|
22625
22625
|
__decorate([
|
|
22626
22626
|
bbjWidgetBase.Property('尺寸', {
|
|
22627
22627
|
enum: [
|
|
@@ -22631,7 +22631,7 @@
|
|
|
22631
22631
|
],
|
|
22632
22632
|
}),
|
|
22633
22633
|
__metadata("design:type", Object)
|
|
22634
|
-
], exports.ɵ
|
|
22634
|
+
], exports.ɵeh.prototype, "size", void 0);
|
|
22635
22635
|
__decorate([
|
|
22636
22636
|
bbjWidgetBase.Property('页签位置', {
|
|
22637
22637
|
enum: [
|
|
@@ -22642,16 +22642,16 @@
|
|
|
22642
22642
|
],
|
|
22643
22643
|
}),
|
|
22644
22644
|
__metadata("design:type", Object)
|
|
22645
|
-
], exports.ɵ
|
|
22645
|
+
], exports.ɵeh.prototype, "tabPosition", void 0);
|
|
22646
22646
|
__decorate([
|
|
22647
22647
|
bbjWidgetBase.Property('切换动画', { type: 'boolean', ui: { visibleIf: { tabPosition: ['top', 'bottom'] } } }),
|
|
22648
22648
|
__metadata("design:type", Object)
|
|
22649
|
-
], exports.ɵ
|
|
22649
|
+
], exports.ɵeh.prototype, "animated", void 0);
|
|
22650
22650
|
__decorate([
|
|
22651
22651
|
bbjWidgetBase.Property('间隙'),
|
|
22652
22652
|
__metadata("design:type", Number)
|
|
22653
|
-
], exports.ɵ
|
|
22654
|
-
exports.ɵ
|
|
22653
|
+
], exports.ɵeh.prototype, "tabBarGutter", void 0);
|
|
22654
|
+
exports.ɵeh = __decorate([
|
|
22655
22655
|
bbjWidgetBase.Widget('标签页', {
|
|
22656
22656
|
group: 'component', image: 'assets/img/screen/tabs.png', icon: 'iconmokuai',
|
|
22657
22657
|
children: [
|
|
@@ -22666,42 +22666,42 @@
|
|
|
22666
22666
|
childTypes: ['sc-tab'],
|
|
22667
22667
|
}),
|
|
22668
22668
|
__metadata("design:paramtypes", [])
|
|
22669
|
-
], exports.ɵ
|
|
22669
|
+
], exports.ɵeh);
|
|
22670
22670
|
|
|
22671
|
-
exports.ɵ
|
|
22671
|
+
exports.ɵei = /** @class */ (function () {
|
|
22672
22672
|
function TabComponent() {
|
|
22673
22673
|
this.title = 'New Tab';
|
|
22674
22674
|
}
|
|
22675
22675
|
TabComponent.prototype.ngOnInit = function () { };
|
|
22676
22676
|
return TabComponent;
|
|
22677
22677
|
}());
|
|
22678
|
-
exports.ɵ
|
|
22678
|
+
exports.ɵei.decorators = [
|
|
22679
22679
|
{ type: i0.Component, args: [{
|
|
22680
22680
|
selector: 'sc-tab',
|
|
22681
22681
|
template: "<ng-template [widgetChildren]=\"children\"></ng-template>\n",
|
|
22682
22682
|
styles: [""]
|
|
22683
22683
|
},] }
|
|
22684
22684
|
];
|
|
22685
|
-
exports.ɵ
|
|
22685
|
+
exports.ɵei.ctorParameters = function () { return []; };
|
|
22686
22686
|
__decorate([
|
|
22687
22687
|
bbjWidgetBase.Property('标题'),
|
|
22688
22688
|
__metadata("design:type", Object)
|
|
22689
|
-
], exports.ɵ
|
|
22690
|
-
exports.ɵ
|
|
22689
|
+
], exports.ɵei.prototype, "title", void 0);
|
|
22690
|
+
exports.ɵei = __decorate([
|
|
22691
22691
|
bbjWidgetBase.Widget('选项卡', { hidden: true }),
|
|
22692
22692
|
__metadata("design:paramtypes", [])
|
|
22693
|
-
], exports.ɵ
|
|
22693
|
+
], exports.ɵei);
|
|
22694
22694
|
|
|
22695
22695
|
var TabsModule = /** @class */ (function () {
|
|
22696
22696
|
function TabsModule(widgetService) {
|
|
22697
|
+
widgetService.register(exports.ɵeh);
|
|
22697
22698
|
widgetService.register(exports.ɵei);
|
|
22698
|
-
widgetService.register(exports.ɵej);
|
|
22699
22699
|
}
|
|
22700
22700
|
return TabsModule;
|
|
22701
22701
|
}());
|
|
22702
22702
|
TabsModule.decorators = [
|
|
22703
22703
|
{ type: i0.NgModule, args: [{
|
|
22704
|
-
declarations: [exports.ɵ
|
|
22704
|
+
declarations: [exports.ɵeh, exports.ɵei],
|
|
22705
22705
|
imports: [common.CommonModule, bbjWidgetBase.WidgetBaseModule, tabs.NzTabsModule],
|
|
22706
22706
|
},] }
|
|
22707
22707
|
];
|
|
@@ -22709,7 +22709,7 @@
|
|
|
22709
22709
|
{ type: bbjWidgetBase.WidgetService }
|
|
22710
22710
|
]; };
|
|
22711
22711
|
|
|
22712
|
-
exports.ɵ
|
|
22712
|
+
exports.ɵep = /** @class */ (function () {
|
|
22713
22713
|
function GanttComponent(ele) {
|
|
22714
22714
|
this.ele = ele;
|
|
22715
22715
|
this.contentRenderers = new Map();
|
|
@@ -22868,27 +22868,27 @@
|
|
|
22868
22868
|
};
|
|
22869
22869
|
return GanttComponent;
|
|
22870
22870
|
}());
|
|
22871
|
-
exports.ɵ
|
|
22871
|
+
exports.ɵep.decorators = [
|
|
22872
22872
|
{ type: i0.Component, args: [{
|
|
22873
22873
|
selector: 'sc-gantt',
|
|
22874
22874
|
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",
|
|
22875
22875
|
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)}"]
|
|
22876
22876
|
},] }
|
|
22877
22877
|
];
|
|
22878
|
-
exports.ɵ
|
|
22878
|
+
exports.ɵep.ctorParameters = function () { return [
|
|
22879
22879
|
{ type: i0.ElementRef }
|
|
22880
22880
|
]; };
|
|
22881
|
-
exports.ɵ
|
|
22881
|
+
exports.ɵep.propDecorators = {
|
|
22882
22882
|
eventContent: [{ type: i0.ViewChild, args: ['fcEventContent', { static: true },] }]
|
|
22883
22883
|
};
|
|
22884
22884
|
__decorate([
|
|
22885
22885
|
bbjWidgetBase.Property('头部名称', { type: 'string' }),
|
|
22886
22886
|
__metadata("design:type", Object)
|
|
22887
|
-
], exports.ɵ
|
|
22887
|
+
], exports.ɵep.prototype, "headerContent", void 0);
|
|
22888
22888
|
__decorate([
|
|
22889
22889
|
bbjWidgetBase.Property('项目字体', { ui: { widget: 'myFont' } }),
|
|
22890
22890
|
__metadata("design:type", Object)
|
|
22891
|
-
], exports.ɵ
|
|
22891
|
+
], exports.ɵep.prototype, "contentFont", void 0);
|
|
22892
22892
|
__decorate([
|
|
22893
22893
|
bbjWidgetBase.Property('系列颜色', {
|
|
22894
22894
|
ui: {
|
|
@@ -22897,19 +22897,19 @@
|
|
|
22897
22897
|
},
|
|
22898
22898
|
}),
|
|
22899
22899
|
__metadata("design:type", Object)
|
|
22900
|
-
], exports.ɵ
|
|
22900
|
+
], exports.ɵep.prototype, "lineColor", void 0);
|
|
22901
22901
|
__decorate([
|
|
22902
22902
|
bbjWidgetBase.Property('进度透明', { type: 'number', max: 1 }),
|
|
22903
22903
|
__metadata("design:type", Object)
|
|
22904
|
-
], exports.ɵ
|
|
22904
|
+
], exports.ɵep.prototype, "progressTransparency", void 0);
|
|
22905
22905
|
__decorate([
|
|
22906
22906
|
bbjWidgetBase.Property('区域占比', { type: 'number' }),
|
|
22907
22907
|
__metadata("design:type", Object)
|
|
22908
|
-
], exports.ɵ
|
|
22908
|
+
], exports.ɵep.prototype, "areaRate", void 0);
|
|
22909
22909
|
__decorate([
|
|
22910
22910
|
bbjWidgetBase.Property('进度条高度', { type: 'number' }),
|
|
22911
22911
|
__metadata("design:type", Object)
|
|
22912
|
-
], exports.ɵ
|
|
22912
|
+
], exports.ɵep.prototype, "progressHeight", void 0);
|
|
22913
22913
|
__decorate([
|
|
22914
22914
|
bbjWidgetBase.Data({
|
|
22915
22915
|
properties: {
|
|
@@ -22921,11 +22921,11 @@
|
|
|
22921
22921
|
},
|
|
22922
22922
|
}),
|
|
22923
22923
|
__metadata("design:type", Array)
|
|
22924
|
-
], exports.ɵ
|
|
22925
|
-
exports.ɵ
|
|
22924
|
+
], exports.ɵep.prototype, "data", void 0);
|
|
22925
|
+
exports.ɵep = __decorate([
|
|
22926
22926
|
bbjWidgetBase.Widget('甘特图', { group: 'component', image: 'assets/img/screen/gantt.png', icon: 'iconmokuai' }),
|
|
22927
22927
|
__metadata("design:paramtypes", [i0.ElementRef])
|
|
22928
|
-
], exports.ɵ
|
|
22928
|
+
], exports.ɵep);
|
|
22929
22929
|
|
|
22930
22930
|
// import {FormsModule} from '@angular/forms';
|
|
22931
22931
|
// import {NzDatePickerModule} from 'ng-zorro-antd/date-picker';
|
|
@@ -22938,13 +22938,13 @@
|
|
|
22938
22938
|
interactionPlugin__default['default'],
|
|
22939
22939
|
resourceTimelinePlugin__default['default'],
|
|
22940
22940
|
]);
|
|
22941
|
-
widgetService.register(exports.ɵ
|
|
22941
|
+
widgetService.register(exports.ɵep);
|
|
22942
22942
|
}
|
|
22943
22943
|
return GanttModule;
|
|
22944
22944
|
}());
|
|
22945
22945
|
GanttModule.decorators = [
|
|
22946
22946
|
{ type: i0.NgModule, args: [{
|
|
22947
|
-
declarations: [exports.ɵ
|
|
22947
|
+
declarations: [exports.ɵep],
|
|
22948
22948
|
imports: [
|
|
22949
22949
|
common.CommonModule,
|
|
22950
22950
|
bbjWidgetBase.WidgetBaseModule,
|
|
@@ -22960,7 +22960,7 @@
|
|
|
22960
22960
|
var WorkbenchWidgetModule = /** @class */ (function () {
|
|
22961
22961
|
function WorkbenchWidgetModule(widgetService) {
|
|
22962
22962
|
widgetService.register(exports.ɵp, { option: {}, size: { width: 3, height: 3 } });
|
|
22963
|
-
widgetService.register(exports.ɵ
|
|
22963
|
+
widgetService.register(exports.ɵek, { option: {}, size: { width: 16, height: 12 } });
|
|
22964
22964
|
for (var i = 1; i <= 82; i++) {
|
|
22965
22965
|
widgetService.register(exports.ɵb, {
|
|
22966
22966
|
option: { image: "assets/img/screen/picture" + i + ".png", hideHead: true },
|
|
@@ -23408,7 +23408,7 @@
|
|
|
23408
23408
|
size: { width: 10, height: 10 },
|
|
23409
23409
|
});
|
|
23410
23410
|
}
|
|
23411
|
-
widgetService.register(exports.ɵ
|
|
23411
|
+
widgetService.register(exports.ɵef, { size: { width: 14, height: 6 } });
|
|
23412
23412
|
widgetService.register(exports.ɵbo, {
|
|
23413
23413
|
option: {
|
|
23414
23414
|
image: 'assets/img/screen/table.png',
|
|
@@ -23532,6 +23532,7 @@
|
|
|
23532
23532
|
exports.ScreenWidgetModule = ScreenWidgetModule;
|
|
23533
23533
|
exports.SelectModule = SelectModule;
|
|
23534
23534
|
exports.TableModule = TableModule;
|
|
23535
|
+
exports.TiandituModule = TiandituModule;
|
|
23535
23536
|
exports.TreeControlModule = TreeControlModule;
|
|
23536
23537
|
exports.TreeRingChartModule = TreeRingChartModule;
|
|
23537
23538
|
exports.VideoGridModule = VideoGridModule;
|
|
@@ -23576,13 +23577,12 @@
|
|
|
23576
23577
|
exports.ɵdu = TemporaryDataModule;
|
|
23577
23578
|
exports.ɵdw = LineLightFlowModule;
|
|
23578
23579
|
exports.ɵe = LineBarChartModule;
|
|
23579
|
-
exports.ɵ
|
|
23580
|
-
exports.ɵee =
|
|
23581
|
-
exports.ɵ
|
|
23582
|
-
exports.ɵ
|
|
23583
|
-
exports.ɵ
|
|
23584
|
-
exports.ɵ
|
|
23585
|
-
exports.ɵep = GanttModule;
|
|
23580
|
+
exports.ɵed = BaseLayer$1;
|
|
23581
|
+
exports.ɵee = AnnouncementModule;
|
|
23582
|
+
exports.ɵeg = TabsModule;
|
|
23583
|
+
exports.ɵej = CalendarModule;
|
|
23584
|
+
exports.ɵem = CalendarEventsChild;
|
|
23585
|
+
exports.ɵeo = GanttModule;
|
|
23586
23586
|
exports.ɵo = ButtonModule;
|
|
23587
23587
|
exports.ɵq = HttpService;
|
|
23588
23588
|
exports.ɵr = TimerModule;
|