@heartlandone/vega-angular 1.47.0 → 1.48.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/components-module.mjs +3 -3
- package/dist/esm2020/lib/stencil-generated/components.mjs +4 -4
- package/dist/fesm2015/heartlandone-vega-angular.mjs +5 -5
- package/dist/fesm2015/heartlandone-vega-angular.mjs.map +1 -1
- package/dist/fesm2020/heartlandone-vega-angular.mjs +5 -5
- package/dist/fesm2020/heartlandone-vega-angular.mjs.map +1 -1
- package/dist/lib/stencil-generated/components.d.ts +14 -14
- package/dist/package.json +2 -2
- package/package.json +2 -2
- package/src/lib/components-module.ts +2 -2
- package/src/lib/stencil-generated/components.ts +15 -15
|
@@ -180,7 +180,7 @@ export declare class VegaCarousel {
|
|
|
180
180
|
}
|
|
181
181
|
export declare interface VegaCheckbox extends Components.VegaCheckbox {
|
|
182
182
|
/**
|
|
183
|
-
* An event emitter notifying changes in the validation result of the checkbox.
|
|
183
|
+
* An event emitter notifying changes in the validation result of the checkbox. @deprecated vegaValidate is only used to listen on the vega-form component.
|
|
184
184
|
*/
|
|
185
185
|
vegaValidate: EventEmitter<CustomEvent<boolean>>;
|
|
186
186
|
/**
|
|
@@ -206,7 +206,7 @@ export declare interface VegaCheckboxGroup extends Components.VegaCheckboxGroup
|
|
|
206
206
|
vegaChange: EventEmitter<CustomEvent<string[]>>;
|
|
207
207
|
/**
|
|
208
208
|
* An event emitter notifying changes in the
|
|
209
|
-
validation result of the checkbox group.
|
|
209
|
+
validation result of the checkbox group. @deprecated vegaValidate is only used to listen on the vega-form component.
|
|
210
210
|
*/
|
|
211
211
|
vegaValidate: EventEmitter<CustomEvent<boolean>>;
|
|
212
212
|
}
|
|
@@ -245,7 +245,7 @@ export declare interface VegaColorPicker extends Components.VegaColorPicker {
|
|
|
245
245
|
*/
|
|
246
246
|
vegaChange: EventEmitter<CustomEvent<string>>;
|
|
247
247
|
/**
|
|
248
|
-
* An event emitter notifying changes in the validation result of the color picker.
|
|
248
|
+
* An event emitter notifying changes in the validation result of the color picker. @deprecated vegaValidate is only used to listen on the vega-form component.
|
|
249
249
|
*/
|
|
250
250
|
vegaValidate: EventEmitter<CustomEvent<boolean>>;
|
|
251
251
|
}
|
|
@@ -263,7 +263,7 @@ export declare interface VegaComboBox extends Components.VegaComboBox {
|
|
|
263
263
|
*/
|
|
264
264
|
vegaChange: EventEmitter<CustomEvent<string[]>>;
|
|
265
265
|
/**
|
|
266
|
-
* An event emitter notifying changes in the validation result of the combo box.
|
|
266
|
+
* An event emitter notifying changes in the validation result of the combo box. @deprecated vegaValidate is only used to listen on the vega-form component.
|
|
267
267
|
*/
|
|
268
268
|
vegaValidate: EventEmitter<CustomEvent<boolean>>;
|
|
269
269
|
/**
|
|
@@ -304,7 +304,7 @@ export declare interface VegaDatePicker extends Components.VegaDatePicker {
|
|
|
304
304
|
*/
|
|
305
305
|
vegaChange: EventEmitter<CustomEvent<string | string[]>>;
|
|
306
306
|
/**
|
|
307
|
-
* An event emitter notifying the change in the validation result.
|
|
307
|
+
* An event emitter notifying the change in the validation result. @deprecated vegaValidate is only used to listen on the vega-form component.
|
|
308
308
|
*/
|
|
309
309
|
vegaValidate: EventEmitter<CustomEvent<boolean>>;
|
|
310
310
|
}
|
|
@@ -500,7 +500,7 @@ export declare interface VegaImageUploader extends Components.VegaImageUploader
|
|
|
500
500
|
*/
|
|
501
501
|
vegaCancel: EventEmitter<CustomEvent<any>>;
|
|
502
502
|
/**
|
|
503
|
-
* An event emitter notifying the change in the validation result.
|
|
503
|
+
* An event emitter notifying the change in the validation result. @deprecated vegaValidate is only used to listen on the vega-form component.
|
|
504
504
|
*/
|
|
505
505
|
vegaValidate: EventEmitter<CustomEvent<boolean>>;
|
|
506
506
|
}
|
|
@@ -517,7 +517,7 @@ export declare interface VegaInput extends Components.VegaInput {
|
|
|
517
517
|
*/
|
|
518
518
|
vegaChange: EventEmitter<CustomEvent<string>>;
|
|
519
519
|
/**
|
|
520
|
-
* An event emitter notifying the change in the validation result.
|
|
520
|
+
* An event emitter notifying the change in the validation result. @deprecated vegaValidate is only used to listen on the vega-form component.
|
|
521
521
|
*/
|
|
522
522
|
vegaValidate: EventEmitter<CustomEvent<boolean>>;
|
|
523
523
|
/**
|
|
@@ -538,7 +538,7 @@ export declare class VegaInput {
|
|
|
538
538
|
}
|
|
539
539
|
export declare interface VegaInputCreditCard extends Components.VegaInputCreditCard {
|
|
540
540
|
/**
|
|
541
|
-
* An event emitter notifying the change in the validation result.
|
|
541
|
+
* An event emitter notifying the change in the validation result. @deprecated vegaValidate is only used to listen on the vega-form component.
|
|
542
542
|
*/
|
|
543
543
|
vegaValidate: EventEmitter<CustomEvent<boolean>>;
|
|
544
544
|
/**
|
|
@@ -567,7 +567,7 @@ export declare interface VegaInputSelect extends Components.VegaInputSelect {
|
|
|
567
567
|
*/
|
|
568
568
|
vegaChange: EventEmitter<CustomEvent<IVegaInputSelectSelectValueType<IVegaInputSelectSelectType>>>;
|
|
569
569
|
/**
|
|
570
|
-
* An event emitter notifying the change in the validation result.
|
|
570
|
+
* An event emitter notifying the change in the validation result. @deprecated vegaValidate is only used to listen on the vega-form component.
|
|
571
571
|
*/
|
|
572
572
|
vegaValidate: EventEmitter<CustomEvent<boolean>>;
|
|
573
573
|
}
|
|
@@ -788,7 +788,7 @@ export declare interface VegaRadioGroup extends Components.VegaRadioGroup {
|
|
|
788
788
|
vegaChange: EventEmitter<CustomEvent<string>>;
|
|
789
789
|
/**
|
|
790
790
|
* An event emitter notifying the change in the
|
|
791
|
-
validation result.
|
|
791
|
+
validation result. @deprecated vegaValidate is only used to listen on the vega-form component.
|
|
792
792
|
*/
|
|
793
793
|
vegaValidate: EventEmitter<CustomEvent<boolean>>;
|
|
794
794
|
}
|
|
@@ -851,7 +851,7 @@ export declare interface VegaStepper extends Components.VegaStepper {
|
|
|
851
851
|
vegaChange: EventEmitter<CustomEvent<number>>;
|
|
852
852
|
/**
|
|
853
853
|
* An event emitter notifying changes in the validation
|
|
854
|
-
result of the stepper component.
|
|
854
|
+
result of the stepper component. @deprecated vegaValidate is only used to listen on the vega-form component.
|
|
855
855
|
*/
|
|
856
856
|
vegaValidate: EventEmitter<CustomEvent<boolean>>;
|
|
857
857
|
}
|
|
@@ -1001,7 +1001,7 @@ export declare interface VegaTextarea extends Components.VegaTextarea {
|
|
|
1001
1001
|
vegaChange: EventEmitter<CustomEvent<string>>;
|
|
1002
1002
|
/**
|
|
1003
1003
|
* An event emitter notifying changes in the validation result
|
|
1004
|
-
of the text area.
|
|
1004
|
+
of the text area. @deprecated vegaValidate is only used to listen on the vega-form component.
|
|
1005
1005
|
*/
|
|
1006
1006
|
vegaValidate: EventEmitter<CustomEvent<boolean>>;
|
|
1007
1007
|
/**
|
|
@@ -1024,7 +1024,7 @@ export declare interface VegaTimePicker extends Components.VegaTimePicker {
|
|
|
1024
1024
|
vegaChange: EventEmitter<CustomEvent<string | string[]>>;
|
|
1025
1025
|
/**
|
|
1026
1026
|
* An event emitter notifying changes in the validation result
|
|
1027
|
-
of the time picker.
|
|
1027
|
+
of the time picker. @deprecated vegaValidate is only used to listen on the vega-form component.
|
|
1028
1028
|
*/
|
|
1029
1029
|
vegaValidate: EventEmitter<CustomEvent<boolean>>;
|
|
1030
1030
|
}
|
|
@@ -1033,7 +1033,7 @@ export declare class VegaTimePicker {
|
|
|
1033
1033
|
protected el: HTMLElement;
|
|
1034
1034
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1035
1035
|
static ɵfac: i0.ɵɵFactoryDeclaration<VegaTimePicker, never>;
|
|
1036
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<VegaTimePicker, "vega-time-picker", never, { "autoValidation": "autoValidation"; "disabled": "disabled"; "increments": "increments"; "isValid": "isValid"; "label": "label"; "placeholder": "placeholder"; "positionRelativeTo": "positionRelativeTo"; "required": "required"; "size": "size"; "timeFormat": "timeFormat"; "validationRules": "validationRules"; "value": "value"; }, {}, never, ["*"]>;
|
|
1036
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<VegaTimePicker, "vega-time-picker", never, { "autoValidation": "autoValidation"; "disabled": "disabled"; "increments": "increments"; "isValid": "isValid"; "label": "label"; "mode": "mode"; "placeholder": "placeholder"; "positionRelativeTo": "positionRelativeTo"; "required": "required"; "size": "size"; "timeFormat": "timeFormat"; "validationRules": "validationRules"; "value": "value"; }, {}, never, ["*"]>;
|
|
1037
1037
|
}
|
|
1038
1038
|
export declare interface VegaToggleSwitch extends Components.VegaToggleSwitch {
|
|
1039
1039
|
/**
|
package/dist/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@heartlandone/vega-angular",
|
|
3
3
|
"sideEffects": false,
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.47.0",
|
|
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": "1.
|
|
21
|
+
"@heartlandone/vega": "1.47.0",
|
|
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": "1.
|
|
4
|
+
"version": "1.48.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": "1.
|
|
29
|
+
"@heartlandone/vega": "1.48.0",
|
|
30
30
|
"tslib": "^2.3.0",
|
|
31
31
|
"@juggle/resize-observer": "^3.4.0"
|
|
32
32
|
},
|
|
@@ -4,7 +4,7 @@ import VegaComponents from './stencil-generated/components';
|
|
|
4
4
|
import { TextValueAccessor } from './stencil-generated/text-value-accessor';
|
|
5
5
|
import { ValueAccessor } from './stencil-generated/value-accessor';
|
|
6
6
|
import { ResizeObserver as VegaResizeObserver } from '@juggle/resize-observer';
|
|
7
|
-
import { FeatureFlag,
|
|
7
|
+
import { FeatureFlag, VegaEnvManager, FrameworkEnum } from '@heartlandone/vega';
|
|
8
8
|
@NgModule({
|
|
9
9
|
declarations: [...VegaComponents, TextValueAccessor, ValueAccessor],
|
|
10
10
|
imports: [],
|
|
@@ -13,7 +13,7 @@ import { FeatureFlag, setVegaEnv } from '@heartlandone/vega';
|
|
|
13
13
|
export class VegaComponentModule {
|
|
14
14
|
constructor() {
|
|
15
15
|
this.useJuggleResizeObserver();
|
|
16
|
-
|
|
16
|
+
VegaEnvManager.setVegaFramework(FrameworkEnum.Angular);
|
|
17
17
|
defineCustomElements(window).then();
|
|
18
18
|
}
|
|
19
19
|
|
|
@@ -356,7 +356,7 @@ export class VegaCarousel {
|
|
|
356
356
|
|
|
357
357
|
export declare interface VegaCheckbox extends Components.VegaCheckbox {
|
|
358
358
|
/**
|
|
359
|
-
* An event emitter notifying changes in the validation result of the checkbox.
|
|
359
|
+
* An event emitter notifying changes in the validation result of the checkbox. @deprecated vegaValidate is only used to listen on the vega-form component.
|
|
360
360
|
*/
|
|
361
361
|
vegaValidate: EventEmitter<CustomEvent<boolean>>;
|
|
362
362
|
/**
|
|
@@ -398,7 +398,7 @@ export declare interface VegaCheckboxGroup extends Components.VegaCheckboxGroup
|
|
|
398
398
|
vegaChange: EventEmitter<CustomEvent<string[]>>;
|
|
399
399
|
/**
|
|
400
400
|
* An event emitter notifying changes in the
|
|
401
|
-
validation result of the checkbox group.
|
|
401
|
+
validation result of the checkbox group. @deprecated vegaValidate is only used to listen on the vega-form component.
|
|
402
402
|
*/
|
|
403
403
|
vegaValidate: EventEmitter<CustomEvent<boolean>>;
|
|
404
404
|
|
|
@@ -468,7 +468,7 @@ export declare interface VegaColorPicker extends Components.VegaColorPicker {
|
|
|
468
468
|
*/
|
|
469
469
|
vegaChange: EventEmitter<CustomEvent<string>>;
|
|
470
470
|
/**
|
|
471
|
-
* An event emitter notifying changes in the validation result of the color picker.
|
|
471
|
+
* An event emitter notifying changes in the validation result of the color picker. @deprecated vegaValidate is only used to listen on the vega-form component.
|
|
472
472
|
*/
|
|
473
473
|
vegaValidate: EventEmitter<CustomEvent<boolean>>;
|
|
474
474
|
|
|
@@ -502,7 +502,7 @@ export declare interface VegaComboBox extends Components.VegaComboBox {
|
|
|
502
502
|
*/
|
|
503
503
|
vegaChange: EventEmitter<CustomEvent<string[]>>;
|
|
504
504
|
/**
|
|
505
|
-
* An event emitter notifying changes in the validation result of the combo box.
|
|
505
|
+
* An event emitter notifying changes in the validation result of the combo box. @deprecated vegaValidate is only used to listen on the vega-form component.
|
|
506
506
|
*/
|
|
507
507
|
vegaValidate: EventEmitter<CustomEvent<boolean>>;
|
|
508
508
|
/**
|
|
@@ -571,7 +571,7 @@ export declare interface VegaDatePicker extends Components.VegaDatePicker {
|
|
|
571
571
|
*/
|
|
572
572
|
vegaChange: EventEmitter<CustomEvent<string | string[]>>;
|
|
573
573
|
/**
|
|
574
|
-
* An event emitter notifying the change in the validation result.
|
|
574
|
+
* An event emitter notifying the change in the validation result. @deprecated vegaValidate is only used to listen on the vega-form component.
|
|
575
575
|
*/
|
|
576
576
|
vegaValidate: EventEmitter<CustomEvent<boolean>>;
|
|
577
577
|
|
|
@@ -951,7 +951,7 @@ export declare interface VegaImageUploader extends Components.VegaImageUploader
|
|
|
951
951
|
*/
|
|
952
952
|
vegaCancel: EventEmitter<CustomEvent<any>>;
|
|
953
953
|
/**
|
|
954
|
-
* An event emitter notifying the change in the validation result.
|
|
954
|
+
* An event emitter notifying the change in the validation result. @deprecated vegaValidate is only used to listen on the vega-form component.
|
|
955
955
|
*/
|
|
956
956
|
vegaValidate: EventEmitter<CustomEvent<boolean>>;
|
|
957
957
|
|
|
@@ -984,7 +984,7 @@ export declare interface VegaInput extends Components.VegaInput {
|
|
|
984
984
|
*/
|
|
985
985
|
vegaChange: EventEmitter<CustomEvent<string>>;
|
|
986
986
|
/**
|
|
987
|
-
* An event emitter notifying the change in the validation result.
|
|
987
|
+
* An event emitter notifying the change in the validation result. @deprecated vegaValidate is only used to listen on the vega-form component.
|
|
988
988
|
*/
|
|
989
989
|
vegaValidate: EventEmitter<CustomEvent<boolean>>;
|
|
990
990
|
/**
|
|
@@ -1021,7 +1021,7 @@ export class VegaInput {
|
|
|
1021
1021
|
|
|
1022
1022
|
export declare interface VegaInputCreditCard extends Components.VegaInputCreditCard {
|
|
1023
1023
|
/**
|
|
1024
|
-
* An event emitter notifying the change in the validation result.
|
|
1024
|
+
* An event emitter notifying the change in the validation result. @deprecated vegaValidate is only used to listen on the vega-form component.
|
|
1025
1025
|
*/
|
|
1026
1026
|
vegaValidate: EventEmitter<CustomEvent<boolean>>;
|
|
1027
1027
|
/**
|
|
@@ -1067,7 +1067,7 @@ export declare interface VegaInputSelect extends Components.VegaInputSelect {
|
|
|
1067
1067
|
*/
|
|
1068
1068
|
vegaChange: EventEmitter<CustomEvent<IVegaInputSelectSelectValueType<IVegaInputSelectSelectType>>>;
|
|
1069
1069
|
/**
|
|
1070
|
-
* An event emitter notifying the change in the validation result.
|
|
1070
|
+
* An event emitter notifying the change in the validation result. @deprecated vegaValidate is only used to listen on the vega-form component.
|
|
1071
1071
|
*/
|
|
1072
1072
|
vegaValidate: EventEmitter<CustomEvent<boolean>>;
|
|
1073
1073
|
|
|
@@ -1530,7 +1530,7 @@ export declare interface VegaRadioGroup extends Components.VegaRadioGroup {
|
|
|
1530
1530
|
vegaChange: EventEmitter<CustomEvent<string>>;
|
|
1531
1531
|
/**
|
|
1532
1532
|
* An event emitter notifying the change in the
|
|
1533
|
-
validation result.
|
|
1533
|
+
validation result. @deprecated vegaValidate is only used to listen on the vega-form component.
|
|
1534
1534
|
*/
|
|
1535
1535
|
vegaValidate: EventEmitter<CustomEvent<boolean>>;
|
|
1536
1536
|
|
|
@@ -1662,7 +1662,7 @@ export declare interface VegaStepper extends Components.VegaStepper {
|
|
|
1662
1662
|
vegaChange: EventEmitter<CustomEvent<number>>;
|
|
1663
1663
|
/**
|
|
1664
1664
|
* An event emitter notifying changes in the validation
|
|
1665
|
-
result of the stepper component.
|
|
1665
|
+
result of the stepper component. @deprecated vegaValidate is only used to listen on the vega-form component.
|
|
1666
1666
|
*/
|
|
1667
1667
|
vegaValidate: EventEmitter<CustomEvent<boolean>>;
|
|
1668
1668
|
|
|
@@ -1972,7 +1972,7 @@ export declare interface VegaTextarea extends Components.VegaTextarea {
|
|
|
1972
1972
|
vegaChange: EventEmitter<CustomEvent<string>>;
|
|
1973
1973
|
/**
|
|
1974
1974
|
* An event emitter notifying changes in the validation result
|
|
1975
|
-
of the text area.
|
|
1975
|
+
of the text area. @deprecated vegaValidate is only used to listen on the vega-form component.
|
|
1976
1976
|
*/
|
|
1977
1977
|
vegaValidate: EventEmitter<CustomEvent<boolean>>;
|
|
1978
1978
|
/**
|
|
@@ -2011,7 +2011,7 @@ export declare interface VegaTimePicker extends Components.VegaTimePicker {
|
|
|
2011
2011
|
vegaChange: EventEmitter<CustomEvent<string | string[]>>;
|
|
2012
2012
|
/**
|
|
2013
2013
|
* An event emitter notifying changes in the validation result
|
|
2014
|
-
of the time picker.
|
|
2014
|
+
of the time picker. @deprecated vegaValidate is only used to listen on the vega-form component.
|
|
2015
2015
|
*/
|
|
2016
2016
|
vegaValidate: EventEmitter<CustomEvent<boolean>>;
|
|
2017
2017
|
|
|
@@ -2019,14 +2019,14 @@ export declare interface VegaTimePicker extends Components.VegaTimePicker {
|
|
|
2019
2019
|
|
|
2020
2020
|
@ProxyCmp({
|
|
2021
2021
|
defineCustomElementFn: undefined,
|
|
2022
|
-
inputs: ['autoValidation', 'disabled', 'increments', 'isValid', 'label', 'placeholder', 'positionRelativeTo', 'required', 'size', 'timeFormat', 'validationRules', 'value'],
|
|
2022
|
+
inputs: ['autoValidation', 'disabled', 'increments', 'isValid', 'label', 'mode', 'placeholder', 'positionRelativeTo', 'required', 'size', 'timeFormat', 'validationRules', 'value'],
|
|
2023
2023
|
methods: ['valid']
|
|
2024
2024
|
})
|
|
2025
2025
|
@Component({
|
|
2026
2026
|
selector: 'vega-time-picker',
|
|
2027
2027
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2028
2028
|
template: '<ng-content></ng-content>',
|
|
2029
|
-
inputs: ['autoValidation', 'disabled', 'increments', 'isValid', 'label', 'placeholder', 'positionRelativeTo', 'required', 'size', 'timeFormat', 'validationRules', 'value']
|
|
2029
|
+
inputs: ['autoValidation', 'disabled', 'increments', 'isValid', 'label', 'mode', 'placeholder', 'positionRelativeTo', 'required', 'size', 'timeFormat', 'validationRules', 'value']
|
|
2030
2030
|
})
|
|
2031
2031
|
export class VegaTimePicker {
|
|
2032
2032
|
protected el: HTMLElement;
|