@heartlandone/vega-angular 2.19.0 → 2.20.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 +9 -9
- package/dist/fesm2015/heartlandone-vega-angular.mjs +8 -8
- package/dist/fesm2015/heartlandone-vega-angular.mjs.map +1 -1
- package/dist/fesm2020/heartlandone-vega-angular.mjs +8 -8
- package/dist/fesm2020/heartlandone-vega-angular.mjs.map +1 -1
- package/dist/lib/stencil-generated/components.d.ts +21 -4
- package/dist/package.json +2 -2
- package/package.json +2 -2
- package/src/lib/stencil-generated/components.ts +25 -8
- package/src/scripts/stencil-post-build-script.js +1 -0
|
@@ -496,15 +496,15 @@ let VegaCalendar = class VegaCalendar {
|
|
|
496
496
|
this.z = z;
|
|
497
497
|
c.detach();
|
|
498
498
|
this.el = r.nativeElement;
|
|
499
|
-
proxyOutputs(this, this.el, ['vegaChange', 'change', 'vegaEventClick', 'eventClick', 'vegaDateDblClick', 'dateDblClick']);
|
|
499
|
+
proxyOutputs(this, this.el, ['vegaChange', 'change', 'vegaEventClick', 'eventClick', 'vegaDateDblClick', 'dateDblClick', 'vegaMoreActionClick', 'moreActionClick']);
|
|
500
500
|
}
|
|
501
501
|
};
|
|
502
502
|
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 });
|
|
503
|
-
VegaCalendar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaCalendar, selector: "vega-calendar", inputs: { events: "events", timeFormat: "timeFormat", viewMode: "viewMode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
503
|
+
VegaCalendar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaCalendar, selector: "vega-calendar", inputs: { events: "events", moreActionDropdownProps: "moreActionDropdownProps", timeFormat: "timeFormat", viewMode: "viewMode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
504
504
|
VegaCalendar = __decorate([
|
|
505
505
|
ProxyCmp({
|
|
506
506
|
defineCustomElementFn: undefined,
|
|
507
|
-
inputs: ['events', 'timeFormat', 'viewMode']
|
|
507
|
+
inputs: ['events', 'moreActionDropdownProps', 'timeFormat', 'viewMode']
|
|
508
508
|
})
|
|
509
509
|
], VegaCalendar);
|
|
510
510
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaCalendar, decorators: [{
|
|
@@ -513,7 +513,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImpor
|
|
|
513
513
|
selector: 'vega-calendar',
|
|
514
514
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
515
515
|
template: '<ng-content></ng-content>',
|
|
516
|
-
inputs: ['events', 'timeFormat', 'viewMode']
|
|
516
|
+
inputs: ['events', 'moreActionDropdownProps', 'timeFormat', 'viewMode']
|
|
517
517
|
}]
|
|
518
518
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
519
519
|
let VegaCalendarEvent = class VegaCalendarEvent {
|
|
@@ -1860,11 +1860,11 @@ let VegaSignatureCapture = class VegaSignatureCapture {
|
|
|
1860
1860
|
}
|
|
1861
1861
|
};
|
|
1862
1862
|
VegaSignatureCapture.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaSignatureCapture, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1863
|
-
VegaSignatureCapture.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaSignatureCapture, selector: "vega-signature-capture", inputs: { autoValidation: "autoValidation", disabled: "disabled", isValid: "isValid", label: "label", mode: "mode", placeholder: "placeholder", placeholderIcon: "placeholderIcon", required: "required", showClearBtn: "showClearBtn", validationRules: "validationRules", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1863
|
+
VegaSignatureCapture.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaSignatureCapture, selector: "vega-signature-capture", inputs: { autoValidation: "autoValidation", disabled: "disabled", height: "height", isValid: "isValid", label: "label", mode: "mode", placeholder: "placeholder", placeholderIcon: "placeholderIcon", required: "required", showClearBtn: "showClearBtn", validationRules: "validationRules", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1864
1864
|
VegaSignatureCapture = __decorate([
|
|
1865
1865
|
ProxyCmp({
|
|
1866
1866
|
defineCustomElementFn: undefined,
|
|
1867
|
-
inputs: ['autoValidation', 'disabled', 'isValid', 'label', 'mode', 'placeholder', 'placeholderIcon', 'required', 'showClearBtn', 'validationRules', 'value'],
|
|
1867
|
+
inputs: ['autoValidation', 'disabled', 'height', 'isValid', 'label', 'mode', 'placeholder', 'placeholderIcon', 'required', 'showClearBtn', 'validationRules', 'value'],
|
|
1868
1868
|
methods: ['clear']
|
|
1869
1869
|
})
|
|
1870
1870
|
], VegaSignatureCapture);
|
|
@@ -1874,7 +1874,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImpor
|
|
|
1874
1874
|
selector: 'vega-signature-capture',
|
|
1875
1875
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1876
1876
|
template: '<ng-content></ng-content>',
|
|
1877
|
-
inputs: ['autoValidation', 'disabled', 'isValid', 'label', 'mode', 'placeholder', 'placeholderIcon', 'required', 'showClearBtn', 'validationRules', 'value']
|
|
1877
|
+
inputs: ['autoValidation', 'disabled', 'height', 'isValid', 'label', 'mode', 'placeholder', 'placeholderIcon', 'required', 'showClearBtn', 'validationRules', 'value']
|
|
1878
1878
|
}]
|
|
1879
1879
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1880
1880
|
let VegaSkeleton = class VegaSkeleton {
|
|
@@ -2169,7 +2169,7 @@ let VegaTableRow = class VegaTableRow {
|
|
|
2169
2169
|
this.z = z;
|
|
2170
2170
|
c.detach();
|
|
2171
2171
|
this.el = r.nativeElement;
|
|
2172
|
-
proxyOutputs(this, this.el, ['vegaClick', 'click']);
|
|
2172
|
+
proxyOutputs(this, this.el, ['vegaClick', 'click', 'vegaExpand', 'expand']);
|
|
2173
2173
|
}
|
|
2174
2174
|
};
|
|
2175
2175
|
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 });
|