@heartlandone/vega-angular 2.87.0-beta.1 → 2.87.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 +4 -4
- package/dist/fesm2015/globalpayments-vega-angular.mjs +3 -3
- package/dist/fesm2015/globalpayments-vega-angular.mjs.map +1 -1
- package/dist/fesm2020/globalpayments-vega-angular.mjs +3 -3
- package/dist/fesm2020/globalpayments-vega-angular.mjs.map +1 -1
- package/dist/lib/stencil-generated/components.d.ts +3 -3
- package/package.json +2 -2
- package/src/lib/stencil-generated/components.ts +4 -4
|
@@ -287,11 +287,11 @@ export declare interface VegaCalendar extends Components.VegaCalendar {
|
|
|
287
287
|
*/
|
|
288
288
|
eventClick: EventEmitter<CustomEvent<IVegaCalendarVegaCalendarEventClickInfo>>;
|
|
289
289
|
/**
|
|
290
|
-
* An event emitter notifying that a calendar event edit action is triggered from the event preview popover. @vegaVersion 2.87.0
|
|
290
|
+
* An event emitter notifying that a calendar event edit action is triggered from the event preview popover. @vegaVersion 2.87.0
|
|
291
291
|
*/
|
|
292
292
|
vegaEventEdit: EventEmitter<CustomEvent<IVegaCalendarVegaCalendarEventEditInfo>>;
|
|
293
293
|
/**
|
|
294
|
-
* An event emitter notifying that a calendar event edit action is triggered from the event preview popover. @eventSemantics namespace:native,@vegaVersion 2.87.0
|
|
294
|
+
* An event emitter notifying that a calendar event edit action is triggered from the event preview popover. @eventSemantics namespace:native,@vegaVersion 2.87.0
|
|
295
295
|
*/
|
|
296
296
|
eventEdit: EventEmitter<CustomEvent<IVegaCalendarVegaCalendarEventEditInfo>>;
|
|
297
297
|
/**
|
|
@@ -2104,7 +2104,7 @@ export declare class VegaTable {
|
|
|
2104
2104
|
protected el: HTMLElement;
|
|
2105
2105
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2106
2106
|
static ɵfac: i0.ɵɵFactoryDeclaration<VegaTable, never>;
|
|
2107
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<VegaTable, "vega-table", never, { "columnDivider": "columnDivider"; "columns": "columns"; "dataSource": "dataSource"; "density": "density"; "emptyDescription": "emptyDescription"; "groupColumns": "groupColumns"; "paddingX": "paddingX"; "pagination": "pagination"; "rowClickable": "rowClickable"; "rowDivider": "rowDivider"; "rowDraggable": "rowDraggable"; "rowExpandable": "rowExpandable"; "rowKey": "rowKey"; "rowSelection": "rowSelection"; "scrollConfig": "scrollConfig"; "showHeader": "showHeader"; "sortConfig": "sortConfig"; "striped": "striped"; }, {}, never, ["*"]>;
|
|
2107
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<VegaTable, "vega-table", never, { "columnDivider": "columnDivider"; "columns": "columns"; "dataSource": "dataSource"; "density": "density"; "emptyDescription": "emptyDescription"; "groupColumns": "groupColumns"; "paddingX": "paddingX"; "pagination": "pagination"; "rowClickable": "rowClickable"; "rowDivider": "rowDivider"; "rowDraggable": "rowDraggable"; "rowExpandable": "rowExpandable"; "rowKey": "rowKey"; "rowSelection": "rowSelection"; "scrollConfig": "scrollConfig"; "showEditError": "showEditError"; "showHeader": "showHeader"; "sortConfig": "sortConfig"; "striped": "striped"; }, {}, never, ["*"]>;
|
|
2108
2108
|
}
|
|
2109
2109
|
export declare interface VegaTableBody extends Components.VegaTableBody {
|
|
2110
2110
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@heartlandone/vega-angular",
|
|
3
3
|
"sideEffects": false,
|
|
4
|
-
"version": "2.87.0
|
|
4
|
+
"version": "2.87.0",
|
|
5
5
|
"description": "Angular specific wrapper for @globalpayments/vega",
|
|
6
6
|
"license": "UNLICENSED",
|
|
7
7
|
"peerDependencies": {
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"url": "https://github.com/heartlandpayments/Vega/tree/main/vega-angular-workspace/projects/vega-angular"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@heartlandone/vega": "2.87.0
|
|
30
|
+
"@heartlandone/vega": "2.87.0",
|
|
31
31
|
"tslib": "^2.3.0",
|
|
32
32
|
"@juggle/resize-observer": "^3.4.0"
|
|
33
33
|
},
|
|
@@ -456,11 +456,11 @@ export declare interface VegaCalendar extends Components.VegaCalendar {
|
|
|
456
456
|
*/
|
|
457
457
|
eventClick: EventEmitter<CustomEvent<IVegaCalendarVegaCalendarEventClickInfo>>;
|
|
458
458
|
/**
|
|
459
|
-
* An event emitter notifying that a calendar event edit action is triggered from the event preview popover. @vegaVersion 2.87.0
|
|
459
|
+
* An event emitter notifying that a calendar event edit action is triggered from the event preview popover. @vegaVersion 2.87.0
|
|
460
460
|
*/
|
|
461
461
|
vegaEventEdit: EventEmitter<CustomEvent<IVegaCalendarVegaCalendarEventEditInfo>>;
|
|
462
462
|
/**
|
|
463
|
-
* An event emitter notifying that a calendar event edit action is triggered from the event preview popover. @eventSemantics namespace:native,@vegaVersion 2.87.0
|
|
463
|
+
* An event emitter notifying that a calendar event edit action is triggered from the event preview popover. @eventSemantics namespace:native,@vegaVersion 2.87.0
|
|
464
464
|
*/
|
|
465
465
|
eventEdit: EventEmitter<CustomEvent<IVegaCalendarVegaCalendarEventEditInfo>>;
|
|
466
466
|
/**
|
|
@@ -3483,14 +3483,14 @@ export declare interface VegaTable extends Components.VegaTable {
|
|
|
3483
3483
|
|
|
3484
3484
|
@ProxyCmp({
|
|
3485
3485
|
defineCustomElementFn: undefined,
|
|
3486
|
-
inputs: ['columnDivider', 'columns', 'dataSource', 'density', 'emptyDescription', 'groupColumns', 'paddingX', 'pagination', 'rowClickable', 'rowDivider', 'rowDraggable', 'rowExpandable', 'rowKey', 'rowSelection', 'scrollConfig', 'showHeader', 'sortConfig', 'striped'],
|
|
3486
|
+
inputs: ['columnDivider', 'columns', 'dataSource', 'density', 'emptyDescription', 'groupColumns', 'paddingX', 'pagination', 'rowClickable', 'rowDivider', 'rowDraggable', 'rowExpandable', 'rowKey', 'rowSelection', 'scrollConfig', 'showEditError', 'showHeader', 'sortConfig', 'striped'],
|
|
3487
3487
|
methods: ['openExpandRow', 'closeExpandRow', 'closeAllExpandRow', 'toggleExpandRow', 'clearSelection', 'getSelection', 'setSelection', 'startRowEditMode', 'stopRowEditMode', 'stopAllRowEditMode', 'getRowData', 'getRowsData', 'getFormRef', 'addNewRow', 'saveEditRow', 'saveAllEditRows', 'getEditingRowsKey', 'removeRow']
|
|
3488
3488
|
})
|
|
3489
3489
|
@Component({
|
|
3490
3490
|
selector: 'vega-table',
|
|
3491
3491
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3492
3492
|
template: '<ng-content></ng-content>',
|
|
3493
|
-
inputs: ['columnDivider', 'columns', 'dataSource', 'density', 'emptyDescription', 'groupColumns', 'paddingX', 'pagination', 'rowClickable', 'rowDivider', 'rowDraggable', 'rowExpandable', 'rowKey', 'rowSelection', 'scrollConfig', 'showHeader', 'sortConfig', 'striped']
|
|
3493
|
+
inputs: ['columnDivider', 'columns', 'dataSource', 'density', 'emptyDescription', 'groupColumns', 'paddingX', 'pagination', 'rowClickable', 'rowDivider', 'rowDraggable', 'rowExpandable', 'rowKey', 'rowSelection', 'scrollConfig', 'showEditError', 'showHeader', 'sortConfig', 'striped']
|
|
3494
3494
|
})
|
|
3495
3495
|
export class VegaTable {
|
|
3496
3496
|
protected el: HTMLElement;
|