bbj-screen-widget 2.4.67 → 2.4.68
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 +16 -12
- package/bbj-screen-widget.metadata.json +1 -1
- package/bundles/bbj-screen-widget-core.umd.js +147 -4
- 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 +1309 -201
- 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/core/bbj-screen-widget-core.metadata.json +1 -1
- package/core/public_api.d.ts +2 -0
- package/core/util/map.util.d.ts +23 -0
- package/core/util/scale.util.d.ts +4 -0
- package/esm2015/bbj-screen-widget.js +17 -13
- package/esm2015/core/public_api.js +3 -1
- package/esm2015/core/util/map.util.js +104 -0
- package/esm2015/core/util/scale.util.js +33 -0
- package/esm2015/lib/custom-baidu-map/custom-baidu-map.component.js +4 -42
- package/esm2015/lib/screen-widget.module.js +7 -1
- package/esm2015/lib/tianditu/base-layer.js +80 -0
- package/esm2015/lib/tianditu/tianditu-marker/tianditu-marker.component.js +666 -0
- package/esm2015/lib/tianditu/tianditu.component.js +399 -0
- package/esm2015/lib/tianditu/tianditu.module.js +21 -0
- package/fesm2015/bbj-screen-widget-core.js +138 -1
- package/fesm2015/bbj-screen-widget-core.js.map +1 -1
- package/fesm2015/bbj-screen-widget.js +1193 -86
- package/fesm2015/bbj-screen-widget.js.map +1 -1
- package/lib/custom-baidu-map/custom-baidu-map.component.d.ts +1 -1
- package/lib/tianditu/base-layer.d.ts +20 -0
- package/lib/tianditu/tianditu-marker/tianditu-marker.component.d.ts +63 -0
- package/lib/tianditu/tianditu.component.d.ts +53 -0
- package/lib/tianditu/tianditu.module.d.ts +4 -0
- package/package.json +1 -1
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 ɵeg } from './lib/announcement/announcement.component';
|
|
6
|
+
export { AnnouncementModule as ɵef } 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';
|
|
@@ -18,11 +18,11 @@ export { BulletinBoardComponent as ɵdt } from './lib/bulletin-board/bulletin-bo
|
|
|
18
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 ɵem } from './lib/calendar/background-events/background-events.component';
|
|
22
|
+
export { CalendarEventsChild as ɵen } from './lib/calendar/calendar-events-child';
|
|
23
|
+
export { CalendarComponent as ɵel } from './lib/calendar/calendar.component';
|
|
24
|
+
export { CalendarModule as ɵek } from './lib/calendar/calendar.module';
|
|
25
|
+
export { EventsComponent as ɵeo } from './lib/calendar/events/events.component';
|
|
26
26
|
export { CheckboxComponent as ɵbe } from './lib/checkbox/checkbox.component';
|
|
27
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';
|
|
@@ -35,8 +35,8 @@ export { TyphoonAreaLayerComponent as ɵdd } from './lib/custom-baidu-map/typhoo
|
|
|
35
35
|
export { WindLayerComponent as ɵdc } from './lib/custom-baidu-map/wind-layer/wind-layer.component';
|
|
36
36
|
export { DatePickerComponent as ɵcv } from './lib/date-picker/date-picker.component';
|
|
37
37
|
export { FunnelChartComponent as ɵj } from './lib/funnel-chart/funnel-chart.component';
|
|
38
|
-
export { GanttComponent as
|
|
39
|
-
export { GanttModule as
|
|
38
|
+
export { GanttComponent as ɵeq } from './lib/gantt/gantt.component';
|
|
39
|
+
export { GanttModule as ɵep } from './lib/gantt/gantt.module';
|
|
40
40
|
export { GaugeProgressComponent as ɵdp } from './lib/gauge-progress/gauge-progress.component';
|
|
41
41
|
export { GaugeProgressModule as ɵdo } from './lib/gauge-progress/gauge.module';
|
|
42
42
|
export { GaugeComponent as ɵm } from './lib/gauge/gauge.component';
|
|
@@ -98,11 +98,15 @@ export { ColorPipe as ɵbx } from './lib/shuffling-list/color.pipe';
|
|
|
98
98
|
export { ShufflingListComponent as ɵbw } from './lib/shuffling-list/shuffling-list.component';
|
|
99
99
|
export { ShufflingListModule as ɵbv } from './lib/shuffling-list/shuffling-list.module';
|
|
100
100
|
export { TableComponent as ɵbo } from './lib/table/table.component';
|
|
101
|
-
export { TabComponent as
|
|
102
|
-
export { TabsComponent as
|
|
103
|
-
export { TabsModule as
|
|
101
|
+
export { TabComponent as ɵej } from './lib/tabs/tab/tab.component';
|
|
102
|
+
export { TabsComponent as ɵei } from './lib/tabs/tabs.component';
|
|
103
|
+
export { TabsModule as ɵeh } from './lib/tabs/tabs.module';
|
|
104
104
|
export { TemporaryDataComponent as ɵdv } from './lib/temporary-data/temporary-data.component';
|
|
105
105
|
export { TemporaryDataModule as ɵdu } from './lib/temporary-data/temporary-data.module';
|
|
106
|
+
export { BaseLayer as ɵee } from './lib/tianditu/base-layer';
|
|
107
|
+
export { TiandituMarkerComponent as ɵed } from './lib/tianditu/tianditu-marker/tianditu-marker.component';
|
|
108
|
+
export { TiandituComponent as ɵec } from './lib/tianditu/tianditu.component';
|
|
109
|
+
export { TiandituModule as ɵeb } from './lib/tianditu/tianditu.module';
|
|
106
110
|
export { TimePickerComponent as ɵcx } from './lib/time-picker/time-picker.component';
|
|
107
111
|
export { TimePickerModule as ɵcw } from './lib/time-picker/time-picker.module';
|
|
108
112
|
export { TimerComponent as ɵs } from './lib/timer/timer.component';
|