@stemy/ngx-utils 19.9.46 → 19.9.47

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.
@@ -5,7 +5,6 @@ export declare class CalendarInputs {
5
5
  readonly max: import("@angular/core").InputSignal<string | Date>;
6
6
  readonly disabledDates: import("@angular/core").InputSignal<(string | Date)[]>;
7
7
  readonly disabledDays: import("@angular/core").InputSignal<number[]>;
8
- readonly disabled: import("@angular/core").ModelSignal<boolean>;
9
8
  readonly strict: import("@angular/core").InputSignal<boolean>;
10
9
  readonly testId: import("@angular/core").InputSignalWithTransform<string, unknown>;
11
10
  protected readonly minDate: import("@angular/core").Signal<Date>;
@@ -15,5 +14,5 @@ export declare class CalendarInputs {
15
14
  protected readonly validatedValue: import("@angular/core").Signal<Date | Date[]>;
16
15
  constructor();
17
16
  static ɵfac: i0.ɵɵFactoryDeclaration<CalendarInputs, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<CalendarInputs, "ng-component", never, { "value": { "alias": "value"; "required": false; "isSignal": true; }; "min": { "alias": "min"; "required": false; "isSignal": true; }; "max": { "alias": "max"; "required": false; "isSignal": true; }; "disabledDates": { "alias": "disabledDates"; "required": false; "isSignal": true; }; "disabledDays": { "alias": "disabledDays"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "strict": { "alias": "strict"; "required": false; "isSignal": true; }; "testId": { "alias": "testId"; "required": false; "isSignal": true; }; }, { "value": "valueChange"; "disabled": "disabledChange"; }, never, never, true, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<CalendarInputs, "ng-component", never, { "value": { "alias": "value"; "required": false; "isSignal": true; }; "min": { "alias": "min"; "required": false; "isSignal": true; }; "max": { "alias": "max"; "required": false; "isSignal": true; }; "disabledDates": { "alias": "disabledDates"; "required": false; "isSignal": true; }; "disabledDays": { "alias": "disabledDays"; "required": false; "isSignal": true; }; "strict": { "alias": "strict"; "required": false; "isSignal": true; }; "testId": { "alias": "testId"; "required": false; "isSignal": true; }; }, { "value": "valueChange"; }, never, never, true, never>;
19
18
  }
@@ -4,6 +4,7 @@ import { CalendarInputs } from "../calendar/calendar-inputs";
4
4
  import { DropdownDirective } from "../../directives/dropdown.directive";
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class DatePickerComponent extends CalendarInputs implements ControlValueAccessor {
7
+ readonly disabled: import("@angular/core").ModelSignal<boolean>;
7
8
  readonly autoPlacement: AutoPlacementOptions;
8
9
  readonly inputValue: import("@angular/core").Signal<any>;
9
10
  readonly pickerDropdown: import("@angular/core").Signal<DropdownDirective>;
@@ -18,5 +19,5 @@ export declare class DatePickerComponent extends CalendarInputs implements Contr
18
19
  onBlur(ev: FocusEvent): void;
19
20
  clear(): void;
20
21
  static ɵfac: i0.ɵɵFactoryDeclaration<DatePickerComponent, never>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<DatePickerComponent, "date-picker", never, {}, {}, never, never, false, never>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<DatePickerComponent, "date-picker", never, { "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, { "disabled": "disabledChange"; }, never, never, false, never>;
22
23
  }
@@ -69,7 +69,7 @@ import { WysiwygComponent } from "./components/wysiwyg/wysiwyg.component";
69
69
  export declare const pipes: (typeof FilterPipe | typeof FormatNumberPipe | typeof GlobalTemplatePipe | typeof IncludesPipe | typeof ReducePipe | typeof RoundPipe | typeof SafeHtmlPipe | typeof SyncAsyncPipe | typeof TranslatePipe)[];
70
70
  export declare const directives: (typeof AsyncMethodBase | typeof AsyncMethodDirective | typeof AsyncMethodTargetDirective | typeof BackgroundDirective | typeof ComponentLoaderDirective | typeof DynamicTableTemplateDirective | typeof GlobalTemplateDirective | typeof IconDirective | typeof NgxTemplateOutletDirective | typeof PaginationDirective | typeof PaginationItemDirective | typeof ResourceIfDirective | typeof StickyDirective | typeof StickyClassDirective | typeof DropdownDirective | typeof DropdownContentDirective | typeof DropdownToggleDirective | typeof TabsItemDirective | typeof UnorderedListItemDirective | typeof UnorderedListTemplateDirective)[];
71
71
  export declare const components: (typeof ChipsComponent | typeof CloseBtnComponent | typeof CodeEditorComponent | typeof DropListComponent | typeof DynamicTableComponent | typeof PaginationMenuComponent | typeof UnorderedListComponent | typeof UploadComponent | typeof WysiwygComponent)[];
72
- export declare const providers: (typeof UniversalService | typeof StateService | typeof AuthGuard | typeof EventsService | typeof AclService | typeof BaseHttpClient | typeof StorageService | typeof CacheService | typeof BaseHttpService | typeof StaticAuthService | typeof ConfigService | typeof BaseDialogService | typeof ErrorHandlerService | typeof FormatterService | typeof GlobalTemplateService | typeof HrefSerializer | typeof IconService | typeof StaticLanguageService | typeof OpenApiService | typeof BaseToasterService | typeof ComponentLoaderService | typeof TranslatedUrlSerializer | typeof PromiseService | typeof SocketService | typeof FilterPipe | typeof FormatNumberPipe | typeof GlobalTemplatePipe | typeof IncludesPipe | typeof ReducePipe | typeof RoundPipe | typeof SafeHtmlPipe | typeof SyncAsyncPipe | typeof TranslatePipe | typeof DeviceDetectorService | {
72
+ export declare const providers: (typeof FilterPipe | typeof FormatNumberPipe | typeof GlobalTemplatePipe | typeof IncludesPipe | typeof ReducePipe | typeof RoundPipe | typeof SafeHtmlPipe | typeof SyncAsyncPipe | typeof TranslatePipe | typeof BaseHttpClient | typeof BaseHttpService | typeof AuthGuard | typeof AclService | typeof StaticAuthService | typeof ConfigService | typeof BaseDialogService | typeof ErrorHandlerService | typeof EventsService | typeof FormatterService | typeof GlobalTemplateService | typeof HrefSerializer | typeof IconService | typeof StaticLanguageService | typeof OpenApiService | typeof PromiseService | typeof SocketService | typeof StateService | typeof StorageService | typeof BaseToasterService | typeof CacheService | typeof ComponentLoaderService | typeof TranslatedUrlSerializer | typeof UniversalService | typeof DeviceDetectorService | {
73
73
  provide: import("@angular/core").InjectionToken<import("@angular/platform-browser").EventManagerPlugin[]>;
74
74
  useClass: typeof DragDropEventPlugin;
75
75
  multi: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stemy/ngx-utils",
3
- "version": "19.9.46",
3
+ "version": "19.9.47",
4
4
  "license": "MIT",
5
5
  "public": true,
6
6
  "repository": "https://github.com/stemyke/ngx-utils.git",