bbj-screen-widget 2.4.68 → 2.4.70

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