@alauda-fe/dynamic-plugin-shared 0.0.4-alpha.2 → 0.0.4-alpha.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alauda-fe/dynamic-plugin-shared",
3
- "version": "0.0.4-alpha.2",
3
+ "version": "0.0.4-alpha.3",
4
4
  "peerDependencies": {
5
5
  "@alauda/code-editor": "^5.1.0",
6
6
  "@alauda-fe/dynamic-plugin-sdk": "0.0.1-alpha.21",
@@ -14,7 +14,7 @@ export { CompareOperator as VersionCompareOperator, compareVersions as compareVe
14
14
  import * as _angular_forms from '@angular/forms';
15
15
  import { AsyncValidatorFn, ValidatorFn, AbstractControl, FormArray, ControlContainer, NgControl, Validator, ValidationErrors, DefaultValueAccessor, ControlValueAccessor, AsyncValidator, MaxLengthValidator, MinLengthValidator, NgForm, FormGroupDirective, FormGroup, FormBuilder, FormControl } from '@angular/forms';
16
16
  import * as i0 from '@angular/core';
17
- import { AfterViewInit, OnDestroy, NgZone, PipeTransform, ChangeDetectorRef, OnInit, TemplateRef, ViewContainerRef, ElementRef, ComponentFactoryResolver, EventEmitter, OnChanges, SimpleChanges, Renderer2, Injector, ApplicationRef, QueryList, InjectionToken, Signal, TrackByFunction } from '@angular/core';
17
+ import { AfterViewInit, OnDestroy, NgZone, PipeTransform, ChangeDetectorRef, OnInit, TemplateRef, ViewContainerRef, ElementRef, ComponentFactoryResolver, Injector, EventEmitter, OnChanges, SimpleChanges, Renderer2, ApplicationRef, QueryList, InjectionToken, Signal, TrackByFunction } from '@angular/core';
18
18
  import { MarkedOptions } from 'marked';
19
19
  import { DecimalPipe, Location } from '@angular/common';
20
20
  import { CdkScrollable, CdkVirtualForOfContext, CdkVirtualScrollViewport } from '@angular/cdk/scrolling';
@@ -2813,6 +2813,7 @@ declare class ReadonlyFieldDirective implements OnInit, OnDestroy {
2813
2813
  readonly control: NgControl;
2814
2814
  readonly cfr: ComponentFactoryResolver;
2815
2815
  readonly viewContainerRef: ViewContainerRef;
2816
+ readonly injector: Injector;
2816
2817
  readonly controlDirective: FormItemControlDirective;
2817
2818
  template: TemplateRef<any>;
2818
2819
  context: object;