barsa-calendar 2.1.13 → 2.2.1

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.
@@ -1,21 +1,9 @@
1
- import { ChangeDetectorRef, ElementRef, EventEmitter, OnChanges, OnInit, Renderer2, SimpleChanges } from '@angular/core';
2
- import { TitleCasePipe } from '@angular/common';
1
+ import { ElementRef, EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
3
2
  import { BehaviorSubject, Observable } from 'rxjs';
4
- import { UiReportViewBaseSetting, ReportViewBaseComponent, DateService, MetaobjectDataModel, CalendarMetaobjectDataModel, BbbTranslatePipe, FindColumnByDbNamePipe, UlvMainService, PortalService } from 'barsa-novin-ray-core';
3
+ import { UiReportViewBaseSetting, ReportViewBaseComponent, MetaobjectDataModel, CalendarMetaobjectDataModel } from 'barsa-novin-ray-core';
5
4
  import { CalendarMode, CalendarMonthInfo, Day } from '../models';
6
- import { CalendarService } from '../services/calendar.service';
7
5
  import * as i0 from "@angular/core";
8
6
  export declare class CalendarContainerComponent extends ReportViewBaseComponent<UiReportViewBaseSetting> implements OnInit, OnChanges {
9
- private _titleCase;
10
- private _bbbTranslate;
11
- private _calendarService;
12
- private _dateService;
13
- protected _el: ElementRef;
14
- protected _cdr: ChangeDetectorRef;
15
- protected _renderer2: Renderer2;
16
- protected _findColumnByDbName: FindColumnByDbNamePipe;
17
- protected _ulvMainService: UlvMainService;
18
- protected _portalService: PortalService;
19
7
  _divRef: ElementRef;
20
8
  calendarFields: any;
21
9
  userCalendars: any;
@@ -51,7 +39,8 @@ export declare class CalendarContainerComponent extends ReportViewBaseComponent<
51
39
  modeTitle$: Observable<string>;
52
40
  title$: Observable<string>;
53
41
  eventMoDataList$: BehaviorSubject<MetaobjectDataModel[]>;
54
- constructor(_titleCase: TitleCasePipe, _bbbTranslate: BbbTranslatePipe, _calendarService: CalendarService, _dateService: DateService, _el: ElementRef, _cdr: ChangeDetectorRef, _renderer2: Renderer2, _findColumnByDbName: FindColumnByDbNamePipe, _ulvMainService: UlvMainService, _portalService: PortalService);
42
+ private _calendarService;
43
+ private _dateService;
55
44
  ngOnInit(): void;
56
45
  ngOnChanges(changes: SimpleChanges): void;
57
46
  onCalendarCheckChange(calendar: MetaobjectDataModel): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "barsa-calendar",
3
- "version": "2.1.13",
3
+ "version": "2.2.1",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^18.0.3",
6
6
  "@angular/common": "^18.0.3"