barsa-novin-ray-core 2.2.85 → 2.2.87

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.
@@ -3,6 +3,7 @@ import { BaseDirective } from './base.directive';
3
3
  import { MetaobjectDataModel } from '../abstract-classes';
4
4
  import { MoReportValuePipe } from '../pipes/mo-report-value.pipe';
5
5
  import { PictureFieldSourcePipe } from '../pipes/picture-field-source.pipe';
6
+ import { PortalService } from '../services';
6
7
  import * as i0 from "@angular/core";
7
8
  export declare class SplideSliderDirective extends BaseDirective {
8
9
  _width: any;
@@ -25,6 +26,7 @@ export declare class SplideSliderDirective extends BaseDirective {
25
26
  protected readonly _picFieldSrc: PictureFieldSourcePipe;
26
27
  protected readonly _renderer2: Renderer2;
27
28
  protected readonly _el: ElementRef<any>;
29
+ protected readonly _portalService: PortalService;
28
30
  ngOnInit(): void;
29
31
  ngAfterViewInit(): void;
30
32
  ngOnChanges(changes: SimpleChanges): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "barsa-novin-ray-core",
3
- "version": "2.2.85",
3
+ "version": "2.2.87",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^19.2.10",
6
6
  "@angular/common": "^19.2.10"