@morozeckiy/dd-lib 0.7.82 → 0.7.83

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.
@@ -4392,6 +4392,7 @@ class LibDateRangeComponent {
4392
4392
  static { this.idCounter = 1; }
4393
4393
  constructor(cdr) {
4394
4394
  this.cdr = cdr;
4395
+ this.setDateRange = new EventEmitter();
4395
4396
  this.placeholderStart = 'Дата начала';
4396
4397
  this.placeholderEnd = 'Дата окончания';
4397
4398
  this.rangeModeFullPeriod = true;
@@ -4477,6 +4478,7 @@ class LibDateRangeComponent {
4477
4478
  this.selectedPeriod = new IDatePeriod();
4478
4479
  this.selectedPeriodStr = undefined;
4479
4480
  }
4481
+ this.setDateRange.emit($event);
4480
4482
  this.propagateChange(this.selectedPeriod);
4481
4483
  }
4482
4484
  changeStrDate($event) {
@@ -4548,7 +4550,7 @@ class LibDateRangeComponent {
4548
4550
  }
4549
4551
  }
4550
4552
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.2", ngImport: i0, type: LibDateRangeComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
4551
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.2", type: LibDateRangeComponent, isStandalone: true, selector: "dd-lib-date-range", inputs: { rangeId: "rangeId", placeholderStart: "placeholderStart", placeholderEnd: "placeholderEnd", label: "label", required: "required", rangeModeFullPeriod: "rangeModeFullPeriod" }, host: { listeners: { "document:keydown.tab": "pressTab($event)" } }, providers: [
4553
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.2", type: LibDateRangeComponent, isStandalone: true, selector: "dd-lib-date-range", inputs: { rangeId: "rangeId", placeholderStart: "placeholderStart", placeholderEnd: "placeholderEnd", label: "label", required: "required", rangeModeFullPeriod: "rangeModeFullPeriod" }, outputs: { setDateRange: "setDateRange" }, host: { listeners: { "document:keydown.tab": "pressTab($event)" } }, providers: [
4552
4554
  provideNgxMask(),
4553
4555
  {
4554
4556
  provide: NG_VALUE_ACCESSOR,
@@ -4580,6 +4582,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.2", ngImpor
4580
4582
  }], endInput: [{
4581
4583
  type: ViewChild,
4582
4584
  args: ['endInput', { static: true }]
4585
+ }], setDateRange: [{
4586
+ type: Output
4583
4587
  }], rangeId: [{
4584
4588
  type: Input
4585
4589
  }], placeholderStart: [{