@heartlandone/vega-angular 2.50.0-RTE-preview → 2.50.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.
|
@@ -404,19 +404,19 @@ export declare class VegaChip {
|
|
|
404
404
|
}
|
|
405
405
|
export declare interface VegaCodeBlock extends Components.VegaCodeBlock {
|
|
406
406
|
/**
|
|
407
|
-
* An event emitter notifying a value change. @vegaVersion 2.50.0
|
|
407
|
+
* An event emitter notifying a value change. @vegaVersion 2.50.0
|
|
408
408
|
*/
|
|
409
409
|
vegaChange: EventEmitter<CustomEvent<IVegaCodeBlockVegaCodeBlockValue>>;
|
|
410
410
|
/**
|
|
411
|
-
* An event emitter notifying a value change. @vegaVersion 2.50.0
|
|
411
|
+
* An event emitter notifying a value change. @vegaVersion 2.50.0,@eventSemantics namespace:native
|
|
412
412
|
*/
|
|
413
413
|
change: EventEmitter<CustomEvent<IVegaCodeBlockVegaCodeBlockValue>>;
|
|
414
414
|
/**
|
|
415
|
-
* An event emitter notifying the deletion of the code block. By default, the element is removed from the page, but this behavior can be prevented. @vegaVersion 2.50.0
|
|
415
|
+
* An event emitter notifying the deletion of the code block. By default, the element is removed from the page, but this behavior can be prevented. @vegaVersion 2.50.0
|
|
416
416
|
*/
|
|
417
417
|
vegaRemove: EventEmitter<CustomEvent<any>>;
|
|
418
418
|
/**
|
|
419
|
-
* An event emitter notifying the deletion of the code block. By default, the element is removed from the page, but this behavior can be prevented. @vegaVersion 2.50.0
|
|
419
|
+
* An event emitter notifying the deletion of the code block. By default, the element is removed from the page, but this behavior can be prevented. @vegaVersion 2.50.0,@eventSemantics namespace:native
|
|
420
420
|
*/
|
|
421
421
|
remove: EventEmitter<CustomEvent<any>>;
|
|
422
422
|
}
|
package/dist/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@heartlandone/vega-angular",
|
|
3
3
|
"sideEffects": false,
|
|
4
|
-
"version": "2.49.
|
|
4
|
+
"version": "2.49.1",
|
|
5
5
|
"description": "Angular specific wrapper for @heartlandone/vega",
|
|
6
6
|
"peerDependencies": {
|
|
7
7
|
"@angular/common": ">=12.0.0",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"url": "https://github.com/heartlandpayments/Vega/tree/main/vega-angular-workspace/projects/vega-angular"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@heartlandone/vega": "2.49.
|
|
21
|
+
"@heartlandone/vega": "2.49.1",
|
|
22
22
|
"tslib": "^2.3.0",
|
|
23
23
|
"@juggle/resize-observer": "^3.4.0"
|
|
24
24
|
},
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@heartlandone/vega-angular",
|
|
3
3
|
"sideEffects": false,
|
|
4
|
-
"version": "2.50.0
|
|
4
|
+
"version": "2.50.0",
|
|
5
5
|
"description": "Angular specific wrapper for @heartlandone/vega",
|
|
6
6
|
"peerDependencies": {
|
|
7
7
|
"@angular/common": ">=12.0.0",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"url": "https://github.com/heartlandpayments/Vega/tree/main/vega-angular-workspace/projects/vega-angular"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@heartlandone/vega": "2.50.0
|
|
29
|
+
"@heartlandone/vega": "2.50.0",
|
|
30
30
|
"tslib": "^2.3.0",
|
|
31
31
|
"@juggle/resize-observer": "^3.4.0"
|
|
32
32
|
},
|
|
@@ -692,19 +692,19 @@ export class VegaChip {
|
|
|
692
692
|
import type { VegaCodeBlockValue as IVegaCodeBlockVegaCodeBlockValue } from '@heartlandone/vega/dist/types/components/vega-code-block/types';
|
|
693
693
|
export declare interface VegaCodeBlock extends Components.VegaCodeBlock {
|
|
694
694
|
/**
|
|
695
|
-
* An event emitter notifying a value change. @vegaVersion 2.50.0
|
|
695
|
+
* An event emitter notifying a value change. @vegaVersion 2.50.0
|
|
696
696
|
*/
|
|
697
697
|
vegaChange: EventEmitter<CustomEvent<IVegaCodeBlockVegaCodeBlockValue>>;
|
|
698
698
|
/**
|
|
699
|
-
* An event emitter notifying a value change. @vegaVersion 2.50.0
|
|
699
|
+
* An event emitter notifying a value change. @vegaVersion 2.50.0,@eventSemantics namespace:native
|
|
700
700
|
*/
|
|
701
701
|
change: EventEmitter<CustomEvent<IVegaCodeBlockVegaCodeBlockValue>>;
|
|
702
702
|
/**
|
|
703
|
-
* An event emitter notifying the deletion of the code block. By default, the element is removed from the page, but this behavior can be prevented. @vegaVersion 2.50.0
|
|
703
|
+
* An event emitter notifying the deletion of the code block. By default, the element is removed from the page, but this behavior can be prevented. @vegaVersion 2.50.0
|
|
704
704
|
*/
|
|
705
705
|
vegaRemove: EventEmitter<CustomEvent<any>>;
|
|
706
706
|
/**
|
|
707
|
-
* An event emitter notifying the deletion of the code block. By default, the element is removed from the page, but this behavior can be prevented. @vegaVersion 2.50.0
|
|
707
|
+
* An event emitter notifying the deletion of the code block. By default, the element is removed from the page, but this behavior can be prevented. @vegaVersion 2.50.0,@eventSemantics namespace:native
|
|
708
708
|
*/
|
|
709
709
|
remove: EventEmitter<CustomEvent<any>>;
|
|
710
710
|
|