@heartlandone/vega-angular 2.60.0 → 2.62.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 +18 -18
- package/dist/fesm2015/heartlandone-vega-angular.mjs +17 -17
- package/dist/fesm2015/heartlandone-vega-angular.mjs.map +1 -1
- package/dist/fesm2020/heartlandone-vega-angular.mjs +17 -17
- package/dist/fesm2020/heartlandone-vega-angular.mjs.map +1 -1
- package/dist/lib/stencil-generated/components.d.ts +25 -7
- package/dist/package.json +2 -2
- package/package.json +2 -2
- package/src/lib/stencil-generated/components.ts +32 -15
- 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 });
|
|
@@ -1976,11 +1976,11 @@ let VegaRichTextContent = class VegaRichTextContent {
|
|
|
1976
1976
|
}
|
|
1977
1977
|
};
|
|
1978
1978
|
VegaRichTextContent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaRichTextContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1979
|
-
VegaRichTextContent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaRichTextContent, selector: "vega-rich-text-content", inputs: { content: "content" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1979
|
+
VegaRichTextContent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaRichTextContent, selector: "vega-rich-text-content", inputs: { content: "content", extensions: "extensions" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1980
1980
|
VegaRichTextContent = __decorate([
|
|
1981
1981
|
ProxyCmp({
|
|
1982
1982
|
defineCustomElementFn: undefined,
|
|
1983
|
-
inputs: ['content'],
|
|
1983
|
+
inputs: ['content', 'extensions'],
|
|
1984
1984
|
methods: ['vegaFocus']
|
|
1985
1985
|
})
|
|
1986
1986
|
], VegaRichTextContent);
|
|
@@ -1990,7 +1990,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImpor
|
|
|
1990
1990
|
selector: 'vega-rich-text-content',
|
|
1991
1991
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1992
1992
|
template: '<ng-content></ng-content>',
|
|
1993
|
-
inputs: ['content']
|
|
1993
|
+
inputs: ['content', 'extensions']
|
|
1994
1994
|
}]
|
|
1995
1995
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1996
1996
|
let VegaRichTextEditor = class VegaRichTextEditor {
|
|
@@ -2002,11 +2002,11 @@ let VegaRichTextEditor = class VegaRichTextEditor {
|
|
|
2002
2002
|
}
|
|
2003
2003
|
};
|
|
2004
2004
|
VegaRichTextEditor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaRichTextEditor, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2005
|
-
VegaRichTextEditor.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaRichTextEditor, selector: "vega-rich-text-editor", inputs: { allowSourceEdit: "allowSourceEdit", autoValidation: "autoValidation", disabled: "disabled", hint: "hint", isValid: "isValid", label: "label", placeholder: "placeholder", required: "required", rows: "rows", sourceEditConfig: "sourceEditConfig", toolbarItems: "toolbarItems", validationRules: "validationRules", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2005
|
+
VegaRichTextEditor.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaRichTextEditor, selector: "vega-rich-text-editor", inputs: { allowSourceEdit: "allowSourceEdit", autoValidation: "autoValidation", disabled: "disabled", extensions: "extensions", hint: "hint", isValid: "isValid", label: "label", placeholder: "placeholder", required: "required", rows: "rows", sourceEditConfig: "sourceEditConfig", toolbarItems: "toolbarItems", validationRules: "validationRules", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2006
2006
|
VegaRichTextEditor = __decorate([
|
|
2007
2007
|
ProxyCmp({
|
|
2008
2008
|
defineCustomElementFn: undefined,
|
|
2009
|
-
inputs: ['allowSourceEdit', 'autoValidation', 'disabled', 'hint', 'isValid', 'label', 'placeholder', 'required', 'rows', 'sourceEditConfig', 'toolbarItems', 'validationRules', 'value']
|
|
2009
|
+
inputs: ['allowSourceEdit', 'autoValidation', 'disabled', 'extensions', 'hint', 'isValid', 'label', 'placeholder', 'required', 'rows', 'sourceEditConfig', 'toolbarItems', 'validationRules', 'value']
|
|
2010
2010
|
})
|
|
2011
2011
|
], VegaRichTextEditor);
|
|
2012
2012
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaRichTextEditor, decorators: [{
|
|
@@ -2015,7 +2015,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImpor
|
|
|
2015
2015
|
selector: 'vega-rich-text-editor',
|
|
2016
2016
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2017
2017
|
template: '<ng-content></ng-content>',
|
|
2018
|
-
inputs: ['allowSourceEdit', 'autoValidation', 'disabled', 'hint', 'isValid', 'label', 'placeholder', 'required', 'rows', 'sourceEditConfig', 'toolbarItems', 'validationRules', 'value']
|
|
2018
|
+
inputs: ['allowSourceEdit', 'autoValidation', 'disabled', 'extensions', 'hint', 'isValid', 'label', 'placeholder', 'required', 'rows', 'sourceEditConfig', 'toolbarItems', 'validationRules', 'value']
|
|
2019
2019
|
}]
|
|
2020
2020
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2021
2021
|
let VegaRichTextEditorToolbarButton = class VegaRichTextEditorToolbarButton {
|
|
@@ -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 {
|