bbj-screen-widget 2.4.59 → 2.4.60
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bbj-screen-widget.d.ts +14 -15
- package/bbj-screen-widget.metadata.json +1 -1
- package/bundles/bbj-screen-widget.umd.js +125 -118
- package/bundles/bbj-screen-widget.umd.js.map +1 -1
- package/bundles/bbj-screen-widget.umd.min.js +1 -1
- package/bundles/bbj-screen-widget.umd.min.js.map +1 -1
- package/esm2015/bbj-screen-widget.js +15 -16
- package/esm2015/lib/video-grid/video-grid.component.js +10 -3
- package/esm2015/public-api.js +2 -1
- package/fesm2015/bbj-screen-widget.js +8 -1
- package/fesm2015/bbj-screen-widget.js.map +1 -1
- package/package.json +1 -1
- package/public-api.d.ts +1 -0
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 ɵea } from './lib/announcement/announcement.component';
|
|
6
|
+
export { AnnouncementModule as ɵdz } 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 ɵdr } from './lib/bulletin-board/bulletin-bo
|
|
|
18
18
|
export { BulletinBoardModule as ɵdq } 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 ɵeg } from './lib/calendar/background-events/background-events.component';
|
|
22
|
+
export { CalendarEventsChild as ɵeh } from './lib/calendar/calendar-events-child';
|
|
23
|
+
export { CalendarComponent as ɵef } from './lib/calendar/calendar.component';
|
|
24
|
+
export { CalendarModule as ɵee } from './lib/calendar/calendar.module';
|
|
25
|
+
export { EventsComponent as ɵei } from './lib/calendar/events/events.component';
|
|
26
26
|
export { CheckboxComponent as ɵbe } from './lib/checkbox/checkbox.component';
|
|
27
27
|
export { CrossTableComponent as ɵdg } from './lib/cross-table/cross-table.component';
|
|
28
28
|
export { BaiduMarkerLayerComponent as ɵcz } from './lib/custom-baidu-map/baidu-marker-layer/baidu-marker-layer.component';
|
|
@@ -33,8 +33,8 @@ export { TyphoonAreaLayerComponent as ɵdd } from './lib/custom-baidu-map/typhoo
|
|
|
33
33
|
export { WindLayerComponent as ɵdc } from './lib/custom-baidu-map/wind-layer/wind-layer.component';
|
|
34
34
|
export { DatePickerComponent as ɵcv } from './lib/date-picker/date-picker.component';
|
|
35
35
|
export { FunnelChartComponent as ɵj } from './lib/funnel-chart/funnel-chart.component';
|
|
36
|
-
export { GanttComponent as
|
|
37
|
-
export { GanttModule as
|
|
36
|
+
export { GanttComponent as ɵek } from './lib/gantt/gantt.component';
|
|
37
|
+
export { GanttModule as ɵej } from './lib/gantt/gantt.module';
|
|
38
38
|
export { GaugeProgressComponent as ɵdn } from './lib/gauge-progress/gauge-progress.component';
|
|
39
39
|
export { GaugeProgressModule as ɵdm } from './lib/gauge-progress/gauge.module';
|
|
40
40
|
export { GaugeComponent as ɵm } from './lib/gauge/gauge.component';
|
|
@@ -83,7 +83,7 @@ export { RadioComponent as ɵbd } from './lib/radio/radio.component';
|
|
|
83
83
|
export { RadioModule as ɵbc } from './lib/radio/radio.module';
|
|
84
84
|
export { RateComponent as ɵbg } from './lib/rate/rate.component';
|
|
85
85
|
export { RateModule as ɵbf } from './lib/rate/rate.module';
|
|
86
|
-
export { Scatter3dComponent as
|
|
86
|
+
export { Scatter3dComponent as ɵdy } from './lib/scatter3d/scatter3d.component';
|
|
87
87
|
export { SearchComponent as ɵz } from './lib/search/search.component';
|
|
88
88
|
export { SearchModule as ɵy } from './lib/search/search.module';
|
|
89
89
|
export { SelectComponent as ɵx } from './lib/select/select.component';
|
|
@@ -96,9 +96,9 @@ export { ColorPipe as ɵbx } from './lib/shuffling-list/color.pipe';
|
|
|
96
96
|
export { ShufflingListComponent as ɵbw } from './lib/shuffling-list/shuffling-list.component';
|
|
97
97
|
export { ShufflingListModule as ɵbv } from './lib/shuffling-list/shuffling-list.module';
|
|
98
98
|
export { TableComponent as ɵbo } from './lib/table/table.component';
|
|
99
|
-
export { TabComponent as
|
|
100
|
-
export { TabsComponent as
|
|
101
|
-
export { TabsModule as
|
|
99
|
+
export { TabComponent as ɵed } from './lib/tabs/tab/tab.component';
|
|
100
|
+
export { TabsComponent as ɵec } from './lib/tabs/tabs.component';
|
|
101
|
+
export { TabsModule as ɵeb } from './lib/tabs/tabs.module';
|
|
102
102
|
export { TemporaryDataComponent as ɵdt } from './lib/temporary-data/temporary-data.component';
|
|
103
103
|
export { TemporaryDataModule as ɵds } from './lib/temporary-data/temporary-data.module';
|
|
104
104
|
export { TimePickerComponent as ɵcx } from './lib/time-picker/time-picker.component';
|
|
@@ -109,8 +109,7 @@ export { TreeControlComponent as ɵct } from './lib/tree-control/tree-control.co
|
|
|
109
109
|
export { TreeRingChartComponent as ɵl } from './lib/tree-ring-chart/tree-ring-chart.component';
|
|
110
110
|
export { UploadComponent as ɵdf } from './lib/upload/upload.component';
|
|
111
111
|
export { UploadModule as ɵde } from './lib/upload/upload.module';
|
|
112
|
-
export { VideoGridComponent as
|
|
113
|
-
export { VideoGridModule as ɵdx } from './lib/video-grid/video-grid.module';
|
|
112
|
+
export { VideoGridComponent as ɵdx } from './lib/video-grid/video-grid.component';
|
|
114
113
|
export { VisualMapChartComponent as ɵcu } from './lib/visual-map-chart/visual-map-chart.component';
|
|
115
114
|
export { VoteComponent as ɵw } from './lib/vote/vote.component';
|
|
116
115
|
export { VoteModule as ɵv } from './lib/vote/vote.module';
|