@sd-angular/core 1.3.243 → 1.3.245

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.
Files changed (105) hide show
  1. package/autocomplete/sd-angular-core-autocomplete.metadata.json +1 -1
  2. package/bundles/sd-angular-core-autocomplete.umd.js +20 -21
  3. package/bundles/sd-angular-core-autocomplete.umd.js.map +1 -1
  4. package/bundles/sd-angular-core-autocomplete.umd.min.js +1 -15
  5. package/bundles/sd-angular-core-autocomplete.umd.min.js.map +1 -1
  6. package/bundles/sd-angular-core-date-full.umd.js +716 -0
  7. package/bundles/sd-angular-core-date-full.umd.js.map +1 -0
  8. package/bundles/sd-angular-core-date-full.umd.min.js +2 -0
  9. package/bundles/sd-angular-core-date-full.umd.min.js.map +1 -0
  10. package/bundles/sd-angular-core-date-time.umd.js +5 -6
  11. package/bundles/sd-angular-core-date-time.umd.js.map +1 -1
  12. package/bundles/sd-angular-core-date-time.umd.min.js +1 -1
  13. package/bundles/sd-angular-core-date-time.umd.min.js.map +1 -1
  14. package/bundles/sd-angular-core-date.umd.js +718 -0
  15. package/bundles/sd-angular-core-date.umd.js.map +1 -0
  16. package/bundles/sd-angular-core-date.umd.min.js +2 -0
  17. package/bundles/sd-angular-core-date.umd.min.js.map +1 -0
  18. package/bundles/sd-angular-core-export.umd.js +3 -0
  19. package/bundles/sd-angular-core-export.umd.js.map +1 -1
  20. package/bundles/sd-angular-core-export.umd.min.js +1 -1
  21. package/bundles/sd-angular-core-export.umd.min.js.map +1 -1
  22. package/bundles/sd-angular-core-form.umd.js +10 -4
  23. package/bundles/sd-angular-core-form.umd.js.map +1 -1
  24. package/bundles/sd-angular-core-form.umd.min.js +1 -1
  25. package/bundles/sd-angular-core-form.umd.min.js.map +1 -1
  26. package/bundles/sd-angular-core-input-number.umd.js +7 -10
  27. package/bundles/sd-angular-core-input-number.umd.js.map +1 -1
  28. package/bundles/sd-angular-core-input-number.umd.min.js +2 -2
  29. package/bundles/sd-angular-core-input-number.umd.min.js.map +1 -1
  30. package/bundles/sd-angular-core-month.umd.js +741 -0
  31. package/bundles/sd-angular-core-month.umd.js.map +1 -0
  32. package/bundles/sd-angular-core-month.umd.min.js +2 -0
  33. package/bundles/sd-angular-core-month.umd.min.js.map +1 -0
  34. package/bundles/sd-angular-core.umd.js +4 -4
  35. package/bundles/sd-angular-core.umd.min.js +1 -1
  36. package/bundles/sd-angular-core.umd.min.js.map +1 -1
  37. package/date/index.d.ts +1 -0
  38. package/date/package.json +12 -0
  39. package/date/sd-angular-core-date.d.ts +4 -0
  40. package/date/sd-angular-core-date.metadata.json +1 -0
  41. package/date/src/lib/date.component.d.ts +62 -0
  42. package/date/src/lib/date.module.d.ts +2 -0
  43. package/date/src/public-api.d.ts +2 -0
  44. package/date-full/index.d.ts +1 -0
  45. package/date-full/package.json +12 -0
  46. package/date-full/sd-angular-core-date-full.d.ts +4 -0
  47. package/date-full/sd-angular-core-date-full.metadata.json +1 -0
  48. package/date-full/src/lib/date-full.component.d.ts +64 -0
  49. package/date-full/src/lib/date-full.module.d.ts +2 -0
  50. package/date-full/src/public-api.d.ts +2 -0
  51. package/date-time/sd-angular-core-date-time.metadata.json +1 -1
  52. package/esm2015/autocomplete/src/lib/autocomplete.component.js +2 -2
  53. package/esm2015/autocomplete/src/lib/autocomplete.module.js +8 -10
  54. package/esm2015/date/index.js +2 -0
  55. package/esm2015/date/sd-angular-core-date.js +5 -0
  56. package/esm2015/date/src/lib/date.component.js +309 -0
  57. package/esm2015/date/src/lib/date.module.js +38 -0
  58. package/esm2015/date/src/public-api.js +3 -0
  59. package/esm2015/date-full/index.js +2 -0
  60. package/esm2015/date-full/sd-angular-core-date-full.js +5 -0
  61. package/esm2015/date-full/src/lib/date-full.component.js +307 -0
  62. package/esm2015/date-full/src/lib/date-full.module.js +40 -0
  63. package/esm2015/date-full/src/public-api.js +3 -0
  64. package/esm2015/date-time/src/lib/date-time.component.js +2 -2
  65. package/esm2015/date-time/src/lib/date-time.module.js +10 -12
  66. package/esm2015/export/src/lib/export.service.js +4 -1
  67. package/esm2015/form/src/lib/form.module.js +21 -12
  68. package/esm2015/input-number/src/lib/input-number.component.js +2 -2
  69. package/esm2015/input-number/src/lib/input-number.module.js +3 -7
  70. package/esm2015/month/index.js +2 -0
  71. package/esm2015/month/sd-angular-core-month.js +5 -0
  72. package/esm2015/month/src/lib/month.component.js +332 -0
  73. package/esm2015/month/src/lib/month.module.js +40 -0
  74. package/esm2015/month/src/public-api.js +3 -0
  75. package/esm2015/public-api.js +4 -1
  76. package/fesm2015/sd-angular-core-autocomplete.js +8 -10
  77. package/fesm2015/sd-angular-core-autocomplete.js.map +1 -1
  78. package/fesm2015/sd-angular-core-date-full.js +348 -0
  79. package/fesm2015/sd-angular-core-date-full.js.map +1 -0
  80. package/fesm2015/sd-angular-core-date-time.js +12 -14
  81. package/fesm2015/sd-angular-core-date-time.js.map +1 -1
  82. package/fesm2015/sd-angular-core-date.js +348 -0
  83. package/fesm2015/sd-angular-core-date.js.map +1 -0
  84. package/fesm2015/sd-angular-core-export.js +3 -0
  85. package/fesm2015/sd-angular-core-export.js.map +1 -1
  86. package/fesm2015/sd-angular-core-form.js +19 -10
  87. package/fesm2015/sd-angular-core-form.js.map +1 -1
  88. package/fesm2015/sd-angular-core-input-number.js +3 -7
  89. package/fesm2015/sd-angular-core-input-number.js.map +1 -1
  90. package/fesm2015/sd-angular-core-month.js +373 -0
  91. package/fesm2015/sd-angular-core-month.js.map +1 -0
  92. package/fesm2015/sd-angular-core.js +3 -0
  93. package/fesm2015/sd-angular-core.js.map +1 -1
  94. package/form/sd-angular-core-form.metadata.json +1 -1
  95. package/input-number/sd-angular-core-input-number.metadata.json +1 -1
  96. package/month/index.d.ts +1 -0
  97. package/month/package.json +12 -0
  98. package/month/sd-angular-core-month.d.ts +4 -0
  99. package/month/sd-angular-core-month.metadata.json +1 -0
  100. package/month/src/lib/month.component.d.ts +64 -0
  101. package/month/src/lib/month.module.d.ts +2 -0
  102. package/month/src/public-api.d.ts +2 -0
  103. package/package.json +1 -1
  104. package/public-api.d.ts +3 -0
  105. package/{sd-angular-core-1.3.243.tgz → sd-angular-core-1.3.245.tgz} +0 -0
@@ -0,0 +1 @@
1
+ export * from './src/public-api';
@@ -0,0 +1,12 @@
1
+ {
2
+ "peerDependencies": {},
3
+ "main": "../bundles/sd-angular-core-month.umd.js",
4
+ "module": "../fesm2015/sd-angular-core-month.js",
5
+ "es2015": "../fesm2015/sd-angular-core-month.js",
6
+ "esm2015": "../esm2015/month/sd-angular-core-month.js",
7
+ "fesm2015": "../fesm2015/sd-angular-core-month.js",
8
+ "typings": "sd-angular-core-month.d.ts",
9
+ "metadata": "sd-angular-core-month.metadata.json",
10
+ "sideEffects": false,
11
+ "name": "@sd-angular/core/month"
12
+ }
@@ -0,0 +1,4 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ export * from './index';
@@ -0,0 +1 @@
1
+ {"__symbolic":"module","version":4,"metadata":{"SdMonthModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":13,"character":1},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":15,"character":4},{"__symbolic":"reference","module":"@angular/forms","name":"FormsModule","line":16,"character":4},{"__symbolic":"reference","module":"@angular/forms","name":"ReactiveFormsModule","line":17,"character":4},{"__symbolic":"reference","module":"@angular/material/input","name":"MatInputModule","line":18,"character":4},{"__symbolic":"reference","module":"@angular/material/icon","name":"MatIconModule","line":19,"character":4},{"__symbolic":"reference","module":"@angular/material/form-field","name":"MatFormFieldModule","line":20,"character":4},{"__symbolic":"reference","module":"@angular/material/datepicker","name":"MatDatepickerModule","line":21,"character":4},{"__symbolic":"reference","module":"@sd-angular/core/translate","name":"SdTranslateModule","line":22,"character":4},{"__symbolic":"reference","module":"@sd-angular/core/common","name":"SdCommonModule","line":23,"character":4},{"__symbolic":"reference","module":"@sd-angular/core/popover","name":"SdPopoverModule","line":24,"character":4},{"__symbolic":"reference","module":"@sd-angular/core/button","name":"SdButtonModule","line":25,"character":4}],"declarations":[{"__symbolic":"reference","name":"SdMonth"}],"exports":[{"__symbolic":"reference","module":"@sd-angular/core/common","name":"SdCommonModule","line":31,"character":4},{"__symbolic":"reference","name":"SdMonth"}],"providers":[]}]}],"members":{}},"SdMonth":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":51,"character":1},"arguments":[{"selector":"sd-month","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":55,"character":19},"member":"OnPush"},"providers":[{"provide":{"__symbolic":"reference","module":"@angular/material/core","name":"MAT_DATE_FORMATS","line":57,"character":15},"useValue":{"parse":{"dateInput":"DD/MM/YYYY"},"display":{"dateInput":"DD/MM/YYYY","monthYearLabel":"MMM YYYY","dateA11yLabel":"LL","monthYearA11yLabel":"MMMM YYYY"}}},{"provide":{"__symbolic":"reference","module":"@angular-material-components/datetime-picker","name":"NGX_MAT_DATE_FORMATS","line":58,"character":15},"useValue":{"parse":{"dateInput":"DD/MM/YYYY HH:mm"},"display":{"dateInput":"DD/MM/YYYY HH:mm","monthYearLabel":"MMM YYYY","dateA11yLabel":"LL","monthYearA11yLabel":"MMMM YYYY"}}}],"template":"<ng-container *ngIf=\"!appearance && sdLabelDef?.templateRef\">\r\n <ng-container *ngTemplateOutlet=\"sdLabelDef.templateRef\"> </ng-container>\r\n</ng-container>\r\n<label *ngIf=\"!appearance && label && !sdLabelDef?.templateRef\" class=\"d-block mb-0 T14M\"\r\n >{{ label }} <span class=\"text-danger mb-2\" *ngIf=\"required\">*</span></label\r\n>\r\n<div\r\n class=\"d-flex align-items-center\"\r\n [class.sd-view]=\"sdView?.templateRef\"\r\n [class.c-focused]=\"isFocused\"\r\n [class.c-disabled]=\"formControl.disabled\"\r\n (click)=\"onClick()\">\r\n <ng-container *ngIf=\"sdView?.templateRef && !isFocused && !datePicker?.opened; else default\">\r\n <ng-container *ngTemplateOutlet=\"sdView.templateRef; context: { value: formControl.value }\"> </ng-container>\r\n </ng-container>\r\n <ng-template #default>\r\n <mat-form-field\r\n class=\"sd-md\"\r\n [ngClass]=\"{ 'sd-sm': size === 'sm', 'no-padding-wrapper': disableErrorMessage }\"\r\n appearance=\"outline\">\r\n <mat-label *ngIf=\"label\">{{ label }}</mat-label>\r\n <input\r\n aria-hidden=\"true\"\r\n [id]=\"id\"\r\n matInput\r\n (keyup)=\"onKeyup($event)\"\r\n (keydown)=\"onKeyDown($event)\"\r\n (dateChange)=\"onChange($event)\"\r\n [autocomplete]=\"id\"\r\n autocorrect=\"off\"\r\n [formControl]=\"formControl\"\r\n [required]=\"required\"\r\n [matDatepicker]=\"picker\"\r\n [placeholder]=\"placeholder || (appearance ? label : '')\"\r\n [min]=\"min\"\r\n [max]=\"max\"\r\n (focus)=\"onFocus()\"\r\n (blur)=\"onBlur()\"\r\n #input />\r\n <mat-icon\r\n *ngIf=\"formControl?.value && !required && !formControl.disabled\"\r\n class=\"pointer sd-suffix-icon\"\r\n (click)=\"clear($event)\"\r\n matSuffix\r\n >cancel\r\n </mat-icon>\r\n <mat-icon class=\"pointer sd-suffix-icon\" (click)=\"!formControl?.disabled && picker.open()\" #btn matSuffix> today </mat-icon>\r\n <mat-datepicker\r\n #picker\r\n [touchUi]=\"isMobileOrTablet\"\r\n startView=\"multi-year\"\r\n (monthSelected)=\"onMonthSelected($event)\"></mat-datepicker>\r\n <mat-error *ngIf=\"formControl?.errors?.required && formControl?.touched\">\r\n <ng-container *ngIf=\"!disableErrorMessage\">{{ 'This field is required' | sdTranslate }}</ng-container>\r\n </mat-error>\r\n <mat-error *ngIf=\"formControl?.errors?.matDatepickerMin && formControl?.touched\">\r\n <ng-container *ngIf=\"!disableErrorMessage\"\r\n >{{ 'Min date' | sdTranslate }}:\r\n <strong>{{ min | date : 'dd/MM/yyyy HH:mm' }}</strong>\r\n </ng-container>\r\n </mat-error>\r\n <mat-error *ngIf=\"formControl?.errors?.matDatepickerMax && formControl?.touched\">\r\n <ng-container *ngIf=\"!disableErrorMessage\"\r\n >{{ 'Max date' | sdTranslate }}:\r\n <strong>{{ max | date : 'dd/MM/yyyy HH:mm' }}</strong>\r\n </ng-container>\r\n </mat-error>\r\n <mat-error *ngIf=\"formControl?.errors?.matDatetimePickerParse && formControl?.touched\">\r\n <ng-container *ngIf=\"!disableErrorMessage\"\r\n >{{ 'Parse error' | sdTranslate }}:\r\n <strong>{{ formControl?.errors?.matDatetimePickerParse?.text }}</strong>\r\n </ng-container>\r\n </mat-error>\r\n <mat-error *ngIf=\"formControl?.errors?.customValidator && formControl?.touched && !disableErrorMessage\">\r\n <ng-container *ngIf=\"!disableErrorMessage\">{{ formControl?.errors?.customValidator }} </ng-container>\r\n </mat-error>\r\n <mat-error *ngIf=\"formControl.errors?.inlineError && formControl?.touched && !disableErrorMessage\">\r\n <ng-container *ngIf=\"!disableErrorMessage\">{{ inlineError }}</ng-container>\r\n </mat-error>\r\n </mat-form-field>\r\n </ng-template>\r\n</div>","styles":[":host{display:block;padding-top:5px}:host ::ng-deep .mat-form-field.no-padding-wrapper .mat-form-field-wrapper{padding-bottom:0}:host ::ng-deep .mat-form-field.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline{background:#f6f6f6;color:#e9e9e9}:host ::ng-deep .mat-form-field input.mat-input-element:disabled{color:#4d4d4d!important}:host ::ng-deep .mat-form-field .mat-placeholder-required{color:#f82c13}.sd-view:not(.c-focused):not(.c-disabled):hover{background-color:#ebecf0}"]}]}],"members":{"name":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":66,"character":3}}]}],"appearance":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":72,"character":3}}]}],"_disableErrorMessage":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":75,"character":3},"arguments":["disableErrorMessage"]}]}],"_min":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":83,"character":3},"arguments":["min"]}]}],"_max":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":93,"character":3},"arguments":["max"]}]}],"size":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":101,"character":3}}]}],"form":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":103,"character":3}}]}],"disabled":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":115,"character":3}}]}],"_required":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":126,"character":3},"arguments":["required"]}]}],"_inlineError":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":137,"character":3},"arguments":["inlineError"]}]}],"_label":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":151,"character":3},"arguments":["label"]}]}],"placeholder":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":159,"character":3}}]}],"minDate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":161,"character":3}}]}],"maxDate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":169,"character":3}}]}],"validator":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":177,"character":3}}]}],"sdChange":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":178,"character":3}}]}],"sdFocus":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":179,"character":3}}]}],"model":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":181,"character":3}}]}],"modelChange":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":192,"character":3}}]}],"sdView":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild","line":194,"character":3},"arguments":[{"__symbolic":"reference","module":"@sd-angular/core/common","name":"SdViewDefDirective","line":194,"character":16}]}]}],"sdLabelDef":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild","line":195,"character":3},"arguments":[{"__symbolic":"reference","module":"@sd-angular/core/common","name":"SdLabelDefDirective","line":195,"character":16}]}]}],"input":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ViewChild","line":196,"character":3},"arguments":["input"]}]}],"datePicker":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ViewChild","line":197,"character":3},"arguments":[{"__symbolic":"reference","module":"@angular/material/datepicker","name":"MatDatepicker","line":197,"character":13}]}]}],"__ctor__":[{"__symbolic":"constructor","parameterDecorators":[null,null,[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Inject","line":203,"character":5},"arguments":[{"__symbolic":"reference","module":"@sd-angular/core/common","name":"FORM_CONFIG","line":203,"character":12}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Optional","line":203,"character":26}}]],"parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectorRef","line":201,"character":17},{"__symbolic":"reference","module":"ngx-device-detector","name":"DeviceDetectorService","line":202,"character":19},{"__symbolic":"reference","module":"@sd-angular/core/common","name":"IFormConfiguration","line":203,"character":57}]}],"ngOnDestroy":[{"__symbolic":"method"}],"ngOnInit":[{"__symbolic":"method"}],"customInlineErrorValidator":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"focusInputElement":[{"__symbolic":"method"}]}}},"origins":{"SdMonthModule":"./src/lib/month.module","SdMonth":"./src/lib/month.component"},"importAs":"@sd-angular/core/month"}
@@ -0,0 +1,64 @@
1
+ import { AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
+ import { FormGroup, NgForm, ValidatorFn } from '@angular/forms';
3
+ import { MatDatepicker, MatDatepickerInputEvent } from '@angular/material/datepicker';
4
+ import { MatFormFieldAppearance } from '@angular/material/form-field';
5
+ import { IFormConfiguration, SdFormControl, SdLabelDefDirective, SdViewDefDirective } from '@sd-angular/core/common';
6
+ import { Moment } from 'moment';
7
+ import { DeviceDetectorService } from 'ngx-device-detector';
8
+ export declare class SdMonth implements OnDestroy, OnInit, AfterViewInit {
9
+ #private;
10
+ private ref;
11
+ private formConfig;
12
+ id: string;
13
+ isMobileOrTablet: boolean;
14
+ set name(val: string);
15
+ appearance: MatFormFieldAppearance;
16
+ disableErrorMessage: boolean;
17
+ set _disableErrorMessage(val: boolean | '');
18
+ formControl: SdFormControl;
19
+ min: Date;
20
+ set _min(val: string | Date | number);
21
+ max: Date;
22
+ set _max(val: string | Date | number);
23
+ size: 'sm' | 'lg';
24
+ set form(val: NgForm | FormGroup);
25
+ maxlength: number;
26
+ set disabled(val: boolean | '');
27
+ required: boolean;
28
+ set _required(val: boolean | '');
29
+ inlineError: string;
30
+ set _inlineError(val: string);
31
+ qcId: string;
32
+ label: string;
33
+ set _label(val: string);
34
+ placeholder: string;
35
+ set minDate(val: string | Date);
36
+ set maxDate(val: string | Date);
37
+ validator: (value: any) => string | Promise<string>;
38
+ sdChange: EventEmitter<any>;
39
+ sdFocus: EventEmitter<any>;
40
+ set model(val: any);
41
+ modelChange: EventEmitter<any>;
42
+ sdView: SdViewDefDirective;
43
+ sdLabelDef: SdLabelDefDirective;
44
+ input: ElementRef;
45
+ datePicker: MatDatepicker<Moment>;
46
+ isFocused: boolean;
47
+ constructor(ref: ChangeDetectorRef, deviceService: DeviceDetectorService, formConfig: IFormConfiguration);
48
+ ngOnDestroy(): void;
49
+ ngOnInit(): void;
50
+ customInlineErrorValidator(): ValidatorFn;
51
+ ngAfterViewInit(): void;
52
+ onFocus: () => void;
53
+ onBlur: () => void;
54
+ onClick: () => void;
55
+ blur: () => void;
56
+ focus: () => void;
57
+ focusInputElement(): void;
58
+ isValid: boolean;
59
+ onKeyDown: (event: KeyboardEvent) => boolean;
60
+ onKeyup: (event: any) => void;
61
+ onChange: (event: MatDatepickerInputEvent<Moment>) => void;
62
+ clear: ($event: any) => void;
63
+ onMonthSelected: (normalizedMonthAndYear: Moment) => void;
64
+ }
@@ -0,0 +1,2 @@
1
+ export declare class SdMonthModule {
2
+ }
@@ -0,0 +1,2 @@
1
+ export { SdMonthModule } from './lib/month.module';
2
+ export { SdMonth } from './lib/month.component';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sd-angular/core",
3
- "version": "1.3.243",
3
+ "version": "1.3.245",
4
4
  "homepage": "https://www.facebook.com/DarkP3ter",
5
5
  "author": {
6
6
  "name": "darkpeter",
package/public-api.d.ts CHANGED
@@ -25,6 +25,9 @@ import '@sd-angular/core/print';
25
25
  import '@sd-angular/core/zip';
26
26
  import '@sd-angular/core/export';
27
27
  import '@sd-angular/core/table';
28
+ import '@sd-angular/core/date';
29
+ import '@sd-angular/core/month';
30
+ import '@sd-angular/core/date-full';
28
31
  export { SdCoreModule } from './lib/core.module';
29
32
  export { MaterialModule } from './lib/material.module';
30
33
  export * from './lib/material.module';
index 628909a..63dc01c 100644
Binary file