@heartlandone/vega-angular 2.60.0 → 2.61.0
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/dist/esm2020/lib/stencil-generated/components.mjs +12 -12
- package/dist/fesm2015/heartlandone-vega-angular.mjs +11 -11
- package/dist/fesm2015/heartlandone-vega-angular.mjs.map +1 -1
- package/dist/fesm2020/heartlandone-vega-angular.mjs +11 -11
- package/dist/fesm2020/heartlandone-vega-angular.mjs.map +1 -1
- package/dist/lib/stencil-generated/components.d.ts +23 -5
- package/dist/package.json +2 -2
- package/package.json +2 -2
- package/src/lib/stencil-generated/components.ts +28 -11
- package/src/scripts/stencil-post-build-script.js +2 -1
|
@@ -520,15 +520,15 @@ let VegaCalendar = class VegaCalendar {
|
|
|
520
520
|
this.z = z;
|
|
521
521
|
c.detach();
|
|
522
522
|
this.el = r.nativeElement;
|
|
523
|
-
proxyOutputs(this, this.el, ['vegaChange', 'change', 'vegaEventClick', 'eventClick', 'vegaDateDblClick', 'dateDblClick', 'vegaMoreActionClick', 'moreActionClick']);
|
|
523
|
+
proxyOutputs(this, this.el, ['vegaChange', 'change', 'vegaEventClick', 'eventClick', 'vegaDateDblClick', 'dateDblClick', 'vegaDateClick', 'dateClick', 'vegaMoreActionClick', 'moreActionClick']);
|
|
524
524
|
}
|
|
525
525
|
};
|
|
526
526
|
VegaCalendar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaCalendar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
527
|
-
VegaCalendar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaCalendar, selector: "vega-calendar", inputs: { enabledEventPreview: "enabledEventPreview", events: "events", isDateDisabled: "isDateDisabled", moreActionDropdownProps: "moreActionDropdownProps", showEventColorBar: "showEventColorBar", showSwitchView: "showSwitchView", showWeekends: "showWeekends", timeFormat: "timeFormat", viewMode: "viewMode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
527
|
+
VegaCalendar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaCalendar, selector: "vega-calendar", inputs: { enableDateClick: "enableDateClick", enabledEventPreview: "enabledEventPreview", events: "events", isDateDisabled: "isDateDisabled", moreActionDropdownProps: "moreActionDropdownProps", showEventColorBar: "showEventColorBar", showSwitchView: "showSwitchView", showWeekends: "showWeekends", timeFormat: "timeFormat", viewMode: "viewMode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
528
528
|
VegaCalendar = __decorate([
|
|
529
529
|
ProxyCmp({
|
|
530
530
|
defineCustomElementFn: undefined,
|
|
531
|
-
inputs: ['enabledEventPreview', 'events', 'isDateDisabled', 'moreActionDropdownProps', 'showEventColorBar', 'showSwitchView', 'showWeekends', 'timeFormat', 'viewMode']
|
|
531
|
+
inputs: ['enableDateClick', 'enabledEventPreview', 'events', 'isDateDisabled', 'moreActionDropdownProps', 'showEventColorBar', 'showSwitchView', 'showWeekends', 'timeFormat', 'viewMode']
|
|
532
532
|
})
|
|
533
533
|
], VegaCalendar);
|
|
534
534
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaCalendar, decorators: [{
|
|
@@ -537,7 +537,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImpor
|
|
|
537
537
|
selector: 'vega-calendar',
|
|
538
538
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
539
539
|
template: '<ng-content></ng-content>',
|
|
540
|
-
inputs: ['enabledEventPreview', 'events', 'isDateDisabled', 'moreActionDropdownProps', 'showEventColorBar', 'showSwitchView', 'showWeekends', 'timeFormat', 'viewMode']
|
|
540
|
+
inputs: ['enableDateClick', 'enabledEventPreview', 'events', 'isDateDisabled', 'moreActionDropdownProps', 'showEventColorBar', 'showSwitchView', 'showWeekends', 'timeFormat', 'viewMode']
|
|
541
541
|
}]
|
|
542
542
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
543
543
|
let VegaCalendarEvent = class VegaCalendarEvent {
|
|
@@ -842,7 +842,7 @@ let VegaDatePicker = class VegaDatePicker {
|
|
|
842
842
|
this.z = z;
|
|
843
843
|
c.detach();
|
|
844
844
|
this.el = r.nativeElement;
|
|
845
|
-
proxyOutputs(this, this.el, ['vegaChange', 'change']);
|
|
845
|
+
proxyOutputs(this, this.el, ['vegaChange', 'change', 'vegaMonthYearChange', 'monthYearChange']);
|
|
846
846
|
}
|
|
847
847
|
};
|
|
848
848
|
VegaDatePicker.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaDatePicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -2544,11 +2544,11 @@ let VegaTableExpandRow = class VegaTableExpandRow {
|
|
|
2544
2544
|
}
|
|
2545
2545
|
};
|
|
2546
2546
|
VegaTableExpandRow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaTableExpandRow, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2547
|
-
VegaTableExpandRow.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaTableExpandRow, selector: "vega-table-expand-row", inputs: { rowKey: "rowKey" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2547
|
+
VegaTableExpandRow.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaTableExpandRow, selector: "vega-table-expand-row", inputs: { rowKey: "rowKey", striped: "striped" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2548
2548
|
VegaTableExpandRow = __decorate([
|
|
2549
2549
|
ProxyCmp({
|
|
2550
2550
|
defineCustomElementFn: undefined,
|
|
2551
|
-
inputs: ['rowKey']
|
|
2551
|
+
inputs: ['rowKey', 'striped']
|
|
2552
2552
|
})
|
|
2553
2553
|
], VegaTableExpandRow);
|
|
2554
2554
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaTableExpandRow, decorators: [{
|
|
@@ -2557,7 +2557,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImpor
|
|
|
2557
2557
|
selector: 'vega-table-expand-row',
|
|
2558
2558
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2559
2559
|
template: '<ng-content></ng-content>',
|
|
2560
|
-
inputs: ['rowKey']
|
|
2560
|
+
inputs: ['rowKey', 'striped']
|
|
2561
2561
|
}]
|
|
2562
2562
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2563
2563
|
let VegaTableHead = class VegaTableHead {
|
|
@@ -2640,11 +2640,11 @@ let VegaTableRow = class VegaTableRow {
|
|
|
2640
2640
|
}
|
|
2641
2641
|
};
|
|
2642
2642
|
VegaTableRow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaTableRow, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2643
|
-
VegaTableRow.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaTableRow, selector: "vega-table-row", inputs: { rowKey: "rowKey" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2643
|
+
VegaTableRow.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaTableRow, selector: "vega-table-row", inputs: { rowDivider: "rowDivider", rowKey: "rowKey", striped: "striped" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2644
2644
|
VegaTableRow = __decorate([
|
|
2645
2645
|
ProxyCmp({
|
|
2646
2646
|
defineCustomElementFn: undefined,
|
|
2647
|
-
inputs: ['rowKey']
|
|
2647
|
+
inputs: ['rowDivider', 'rowKey', 'striped']
|
|
2648
2648
|
})
|
|
2649
2649
|
], VegaTableRow);
|
|
2650
2650
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaTableRow, decorators: [{
|
|
@@ -2653,7 +2653,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImpor
|
|
|
2653
2653
|
selector: 'vega-table-row',
|
|
2654
2654
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2655
2655
|
template: '<ng-content></ng-content>',
|
|
2656
|
-
inputs: ['rowKey']
|
|
2656
|
+
inputs: ['rowDivider', 'rowKey', 'striped']
|
|
2657
2657
|
}]
|
|
2658
2658
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2659
2659
|
let VegaText = class VegaText {
|