bbj-screen-widget 2.4.65 → 2.4.67
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 +34 -33
- package/bbj-screen-widget.metadata.json +1 -1
- package/bundles/bbj-screen-widget-core.umd.js +1 -1
- package/bundles/bbj-screen-widget-core.umd.js.map +1 -1
- package/bundles/bbj-screen-widget-core.umd.min.js +1 -1
- package/bundles/bbj-screen-widget-core.umd.min.js.map +1 -1
- package/bundles/bbj-screen-widget.umd.js +737 -356
- 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 +35 -34
- package/esm2015/core/service/baidu-map.service.js +2 -2
- package/esm2015/lib/custom-baidu-map/baidu-fence/baidu-fence.component.js +175 -91
- package/esm2015/lib/custom-baidu-map/baidu-lushu/baidu-lushu.component.js +222 -0
- package/esm2015/lib/custom-baidu-map/custom-baidu-map.component.js +2 -1
- package/esm2015/lib/custom-baidu-map/custom-baidu-map.module.js +6 -1
- package/fesm2015/bbj-screen-widget-core.js +1 -1
- package/fesm2015/bbj-screen-widget-core.js.map +1 -1
- package/fesm2015/bbj-screen-widget.js +392 -90
- package/fesm2015/bbj-screen-widget.js.map +1 -1
- package/lib/custom-baidu-map/baidu-fence/baidu-fence.component.d.ts +20 -2
- package/lib/custom-baidu-map/baidu-lushu/baidu-lushu.component.d.ts +31 -0
- package/package.json +1 -1
- package/src/assets/img/screen/car.png +0 -0
- package/src/assets/js/BMapGL/Lushu.js +815 -0
- package/src/assets/js/BMapGL/Lushu.min.js +1 -0
package/bbj-screen-widget.d.ts
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
* Generated bundle index. Do not edit.
|
|
3
3
|
*/
|
|
4
4
|
export * from './public-api';
|
|
5
|
-
export { AnnouncementComponent as
|
|
6
|
-
export { AnnouncementModule as
|
|
5
|
+
export { AnnouncementComponent as ɵec } from './lib/announcement/announcement.component';
|
|
6
|
+
export { AnnouncementModule as ɵeb } from './lib/announcement/announcement.module';
|
|
7
7
|
export { AudioComponent as ɵbp } from './lib/audio/audio.component';
|
|
8
8
|
export { BackgroundComponent as ɵbu } from './lib/background/background.component';
|
|
9
9
|
export { BackgroundModule as ɵbt } from './lib/background/background.module';
|
|
@@ -14,18 +14,19 @@ export { BasicPlanimetricMapComponent as ɵby } from './lib/basic-planimetric-ma
|
|
|
14
14
|
export { BreathingBubbleLayerComponent as ɵcb } from './lib/breathing-bubble-layer/breathing-bubble-layer.component';
|
|
15
15
|
export { BreathingBubbleLayerModule as ɵca } from './lib/breathing-bubble-layer/breathing-bubble-layer.module';
|
|
16
16
|
export { BubbleChartComponent as ɵh } from './lib/bubble-chart/bubble-chart.component';
|
|
17
|
-
export { BulletinBoardComponent as
|
|
18
|
-
export { BulletinBoardModule as
|
|
17
|
+
export { BulletinBoardComponent as ɵdt } from './lib/bulletin-board/bulletin-board.component';
|
|
18
|
+
export { BulletinBoardModule as ɵds } from './lib/bulletin-board/bulletin-board.module';
|
|
19
19
|
export { ButtonComponent as ɵp } from './lib/button/button.component';
|
|
20
20
|
export { ButtonModule as ɵo } from './lib/button/button.module';
|
|
21
|
-
export { BackgroundEventsComponent as
|
|
22
|
-
export { CalendarEventsChild as
|
|
23
|
-
export { CalendarComponent as
|
|
24
|
-
export { CalendarModule as
|
|
25
|
-
export { EventsComponent as
|
|
21
|
+
export { BackgroundEventsComponent as ɵei } from './lib/calendar/background-events/background-events.component';
|
|
22
|
+
export { CalendarEventsChild as ɵej } from './lib/calendar/calendar-events-child';
|
|
23
|
+
export { CalendarComponent as ɵeh } from './lib/calendar/calendar.component';
|
|
24
|
+
export { CalendarModule as ɵeg } from './lib/calendar/calendar.module';
|
|
25
|
+
export { EventsComponent as ɵek } from './lib/calendar/events/events.component';
|
|
26
26
|
export { CheckboxComponent as ɵbe } from './lib/checkbox/checkbox.component';
|
|
27
|
-
export { CrossTableComponent as
|
|
27
|
+
export { CrossTableComponent as ɵdi } from './lib/cross-table/cross-table.component';
|
|
28
28
|
export { BaiduFenceComponent as ɵde } from './lib/custom-baidu-map/baidu-fence/baidu-fence.component';
|
|
29
|
+
export { BaiduLushuComponent as ɵdf } from './lib/custom-baidu-map/baidu-lushu/baidu-lushu.component';
|
|
29
30
|
export { BaiduMarkerLayerComponent as ɵcz } from './lib/custom-baidu-map/baidu-marker-layer/baidu-marker-layer.component';
|
|
30
31
|
export { BaiduPolylineLayerComponent as ɵdb } from './lib/custom-baidu-map/baidu-polyline-layer/baidu-polyline-layer.component';
|
|
31
32
|
export { BaseLayer as ɵda } from './lib/custom-baidu-map/base-layer';
|
|
@@ -34,37 +35,37 @@ export { TyphoonAreaLayerComponent as ɵdd } from './lib/custom-baidu-map/typhoo
|
|
|
34
35
|
export { WindLayerComponent as ɵdc } from './lib/custom-baidu-map/wind-layer/wind-layer.component';
|
|
35
36
|
export { DatePickerComponent as ɵcv } from './lib/date-picker/date-picker.component';
|
|
36
37
|
export { FunnelChartComponent as ɵj } from './lib/funnel-chart/funnel-chart.component';
|
|
37
|
-
export { GanttComponent as
|
|
38
|
-
export { GanttModule as
|
|
39
|
-
export { GaugeProgressComponent as
|
|
40
|
-
export { GaugeProgressModule as
|
|
38
|
+
export { GanttComponent as ɵem } from './lib/gantt/gantt.component';
|
|
39
|
+
export { GanttModule as ɵel } from './lib/gantt/gantt.module';
|
|
40
|
+
export { GaugeProgressComponent as ɵdp } from './lib/gauge-progress/gauge-progress.component';
|
|
41
|
+
export { GaugeProgressModule as ɵdo } from './lib/gauge-progress/gauge.module';
|
|
41
42
|
export { GaugeComponent as ɵm } from './lib/gauge/gauge.component';
|
|
42
43
|
export { GeneralTextComponent as ɵbi } from './lib/general-text/general-text.component';
|
|
43
44
|
export { GeneralTextModule as ɵbh } from './lib/general-text/general-text.module';
|
|
44
45
|
export { IconfontComponent as ɵbn } from './lib/iconfont/iconfont.component';
|
|
45
46
|
export { IconfontModule as ɵbm } from './lib/iconfont/iconfont.module';
|
|
46
|
-
export { IframeComponent as
|
|
47
|
+
export { IframeComponent as ɵdy } from './lib/iframe/iframe.component';
|
|
47
48
|
export { ImageComponent as ɵb } from './lib/image/image.component';
|
|
48
49
|
export { ImageModule as ɵa } from './lib/image/image.module';
|
|
49
|
-
export { ItemSwiperComponent as
|
|
50
|
-
export { ItemSwiperModule as
|
|
50
|
+
export { ItemSwiperComponent as ɵdr } from './lib/item-swiper/item-swiper.component';
|
|
51
|
+
export { ItemSwiperModule as ɵdq } from './lib/item-swiper/item-swiper.module';
|
|
51
52
|
export { LineBarChartComponent as ɵf } from './lib/line-bar-chart/line-bar-chart.component';
|
|
52
53
|
export { LineBarChartModule as ɵe } from './lib/line-bar-chart/line-bar-chart.module';
|
|
53
|
-
export { LineLightFlowComponent as
|
|
54
|
-
export { LineLightFlowModule as
|
|
54
|
+
export { LineLightFlowComponent as ɵdx } from './lib/line-light-flow/line-light-flow.component';
|
|
55
|
+
export { LineLightFlowModule as ɵdw } from './lib/line-light-flow/line-light-flow.module';
|
|
55
56
|
export { LiquidFillComponent as ɵn } from './lib/liquid-fill/liquid-fill.component';
|
|
56
57
|
export { MarqueeComponent as ɵbj } from './lib/marquee/marquee.component';
|
|
57
58
|
export { MipAnimComponent as ɵcs } from './lib/mip-anim/mip-anim.component';
|
|
58
59
|
export { MipAnimModule as ɵcr } from './lib/mip-anim/mip-anim.module';
|
|
59
|
-
export { MultiTitleGaugeComponent as
|
|
60
|
-
export { MultiTitleGaugeModule as
|
|
60
|
+
export { MultiTitleGaugeComponent as ɵdn } from './lib/multi-title-gauge/multi-title-gauge.component';
|
|
61
|
+
export { MultiTitleGaugeModule as ɵdm } from './lib/multi-title-gauge/multi-title-gauge.module';
|
|
61
62
|
export { NumberFlopComponent as ɵu } from './lib/number-flop/number-flop.component';
|
|
62
63
|
export { NumberFlopModule as ɵt } from './lib/number-flop/number-flop.module';
|
|
63
64
|
export { ParentContainerComponent as ɵbz } from './lib/parent-container/parent-container.component';
|
|
64
65
|
export { ParentContainerModule as ɵcl } from './lib/parent-container/parent-container.module';
|
|
65
66
|
export { PercentPieChartComponent as ɵk } from './lib/percent-pie-chart/percent-pie-chart.component';
|
|
66
|
-
export { Pie3dChartComponent as
|
|
67
|
-
export { Pie3dChartModule as
|
|
67
|
+
export { Pie3dChartComponent as ɵdk } from './lib/pie3d-chart/pie3d-chart.component';
|
|
68
|
+
export { Pie3dChartModule as ɵdj } from './lib/pie3d-chart/pie3d-chart.module';
|
|
68
69
|
export { FlyLineLayerComponent as ɵce } from './lib/planimetric-map2d/fly-line-layer/fly-line-layer.component';
|
|
69
70
|
export { FlyLineLayerModule as ɵcd } from './lib/planimetric-map2d/fly-line-layer/fly-line-layer.module';
|
|
70
71
|
export { Map2dMarkLayerComponent as ɵci } from './lib/planimetric-map2d/map2d-mark-layer/map2d-mark-layer.component';
|
|
@@ -84,33 +85,33 @@ export { RadioComponent as ɵbd } from './lib/radio/radio.component';
|
|
|
84
85
|
export { RadioModule as ɵbc } from './lib/radio/radio.module';
|
|
85
86
|
export { RateComponent as ɵbg } from './lib/rate/rate.component';
|
|
86
87
|
export { RateModule as ɵbf } from './lib/rate/rate.module';
|
|
87
|
-
export { Scatter3dComponent as
|
|
88
|
+
export { Scatter3dComponent as ɵea } from './lib/scatter3d/scatter3d.component';
|
|
88
89
|
export { SearchComponent as ɵz } from './lib/search/search.component';
|
|
89
90
|
export { SearchModule as ɵy } from './lib/search/search.module';
|
|
90
91
|
export { SelectComponent as ɵx } from './lib/select/select.component';
|
|
91
92
|
export { ShapeComponent as ɵbs } from './lib/shape/shape.component';
|
|
92
93
|
export { ShapeModule as ɵbr } from './lib/shape/shape.module';
|
|
93
94
|
export { VideoPlayerComponent as ɵbq } from './lib/shared/component/video-player/video-player.component';
|
|
94
|
-
export { HighChartsService as
|
|
95
|
+
export { HighChartsService as ɵdl } from './lib/shared/service/highcharts.service';
|
|
95
96
|
export { HttpService as ɵq } from './lib/shared/service/http.service';
|
|
96
97
|
export { ColorPipe as ɵbx } from './lib/shuffling-list/color.pipe';
|
|
97
98
|
export { ShufflingListComponent as ɵbw } from './lib/shuffling-list/shuffling-list.component';
|
|
98
99
|
export { ShufflingListModule as ɵbv } from './lib/shuffling-list/shuffling-list.module';
|
|
99
100
|
export { TableComponent as ɵbo } from './lib/table/table.component';
|
|
100
|
-
export { TabComponent as
|
|
101
|
-
export { TabsComponent as
|
|
102
|
-
export { TabsModule as
|
|
103
|
-
export { TemporaryDataComponent as
|
|
104
|
-
export { TemporaryDataModule as
|
|
101
|
+
export { TabComponent as ɵef } from './lib/tabs/tab/tab.component';
|
|
102
|
+
export { TabsComponent as ɵee } from './lib/tabs/tabs.component';
|
|
103
|
+
export { TabsModule as ɵed } from './lib/tabs/tabs.module';
|
|
104
|
+
export { TemporaryDataComponent as ɵdv } from './lib/temporary-data/temporary-data.component';
|
|
105
|
+
export { TemporaryDataModule as ɵdu } from './lib/temporary-data/temporary-data.module';
|
|
105
106
|
export { TimePickerComponent as ɵcx } from './lib/time-picker/time-picker.component';
|
|
106
107
|
export { TimePickerModule as ɵcw } from './lib/time-picker/time-picker.module';
|
|
107
108
|
export { TimerComponent as ɵs } from './lib/timer/timer.component';
|
|
108
109
|
export { TimerModule as ɵr } from './lib/timer/timer.module';
|
|
109
110
|
export { TreeControlComponent as ɵct } from './lib/tree-control/tree-control.component';
|
|
110
111
|
export { TreeRingChartComponent as ɵl } from './lib/tree-ring-chart/tree-ring-chart.component';
|
|
111
|
-
export { UploadComponent as
|
|
112
|
-
export { UploadModule as
|
|
113
|
-
export { VideoGridComponent as
|
|
112
|
+
export { UploadComponent as ɵdh } from './lib/upload/upload.component';
|
|
113
|
+
export { UploadModule as ɵdg } from './lib/upload/upload.module';
|
|
114
|
+
export { VideoGridComponent as ɵdz } from './lib/video-grid/video-grid.component';
|
|
114
115
|
export { VisualMapChartComponent as ɵcu } from './lib/visual-map-chart/visual-map-chart.component';
|
|
115
116
|
export { VoteComponent as ɵw } from './lib/vote/vote.component';
|
|
116
117
|
export { VoteModule as ɵv } from './lib/vote/vote.module';
|