@heartlandone/vega-angular 2.96.0 → 2.98.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 +74 -74
- package/dist/fesm2015/globalpayments-vega-angular.mjs +73 -73
- package/dist/fesm2015/globalpayments-vega-angular.mjs.map +1 -1
- package/dist/fesm2020/globalpayments-vega-angular.mjs +73 -73
- package/dist/fesm2020/globalpayments-vega-angular.mjs.map +1 -1
- package/dist/lib/stencil-generated/components.d.ts +24 -24
- package/dist/package.json +2 -2
- package/package.json +2 -2
- package/src/lib/stencil-generated/components.ts +49 -49
|
@@ -704,14 +704,14 @@ back `checked`/`value` nor suppress the paired `vegaChange` event.
|
|
|
704
704
|
|
|
705
705
|
@ProxyCmp({
|
|
706
706
|
defineCustomElementFn: undefined,
|
|
707
|
-
inputs: ['checked', 'disabled', 'identifier', 'indeterminate', 'isValid', 'required', 'size', 'value'],
|
|
707
|
+
inputs: ['checked', 'disabled', 'identifier', 'indeterminate', 'isValid', 'name', 'required', 'size', 'value'],
|
|
708
708
|
methods: ['setValue']
|
|
709
709
|
})
|
|
710
710
|
@Component({
|
|
711
711
|
selector: 'vega-checkbox',
|
|
712
712
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
713
713
|
template: '<ng-content></ng-content>',
|
|
714
|
-
inputs: ['checked', 'disabled', 'identifier', 'indeterminate', 'isValid', 'required', 'size', 'value']
|
|
714
|
+
inputs: ['checked', 'disabled', 'identifier', 'indeterminate', 'isValid', 'name', 'required', 'size', 'value']
|
|
715
715
|
})
|
|
716
716
|
export class VegaCheckbox {
|
|
717
717
|
protected el: HTMLElement;
|
|
@@ -762,13 +762,13 @@ back `value` nor suppress the paired `vegaChange` event.
|
|
|
762
762
|
|
|
763
763
|
@ProxyCmp({
|
|
764
764
|
defineCustomElementFn: undefined,
|
|
765
|
-
inputs: ['autoValidation', 'disabled', 'hint', 'isValid', 'label', 'optional', 'required', 'validationRules', 'value', 'vegaFlexProp']
|
|
765
|
+
inputs: ['autoValidation', 'disabled', 'hint', 'isValid', 'label', 'name', 'optional', 'required', 'validationRules', 'value', 'vegaFlexProp']
|
|
766
766
|
})
|
|
767
767
|
@Component({
|
|
768
768
|
selector: 'vega-checkbox-group',
|
|
769
769
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
770
770
|
template: '<ng-content></ng-content>',
|
|
771
|
-
inputs: ['autoValidation', 'disabled', 'hint', 'isValid', 'label', 'optional', 'required', 'validationRules', 'value', 'vegaFlexProp']
|
|
771
|
+
inputs: ['autoValidation', 'disabled', 'hint', 'isValid', 'label', 'name', 'optional', 'required', 'validationRules', 'value', 'vegaFlexProp']
|
|
772
772
|
})
|
|
773
773
|
export class VegaCheckboxGroup {
|
|
774
774
|
protected el: HTMLElement;
|
|
@@ -881,13 +881,13 @@ export declare interface VegaColorPicker extends Components.VegaColorPicker {
|
|
|
881
881
|
|
|
882
882
|
@ProxyCmp({
|
|
883
883
|
defineCustomElementFn: undefined,
|
|
884
|
-
inputs: ['autoValidation', 'colors', 'columns', 'disabled', 'hint', 'isInline', 'isValid', 'label', 'optional', 'required', 'validationRules', 'value']
|
|
884
|
+
inputs: ['autoValidation', 'colors', 'columns', 'disabled', 'hint', 'isInline', 'isValid', 'label', 'name', 'optional', 'required', 'validationRules', 'value']
|
|
885
885
|
})
|
|
886
886
|
@Component({
|
|
887
887
|
selector: 'vega-color-picker',
|
|
888
888
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
889
889
|
template: '<ng-content></ng-content>',
|
|
890
|
-
inputs: ['autoValidation', 'colors', 'columns', 'disabled', 'hint', 'isInline', 'isValid', 'label', 'optional', 'required', 'validationRules', 'value']
|
|
890
|
+
inputs: ['autoValidation', 'colors', 'columns', 'disabled', 'hint', 'isInline', 'isValid', 'label', 'name', 'optional', 'required', 'validationRules', 'value']
|
|
891
891
|
})
|
|
892
892
|
export class VegaColorPicker {
|
|
893
893
|
protected el: HTMLElement;
|
|
@@ -945,13 +945,13 @@ export declare interface VegaColorSwatchPicker extends Components.VegaColorSwatc
|
|
|
945
945
|
|
|
946
946
|
@ProxyCmp({
|
|
947
947
|
defineCustomElementFn: undefined,
|
|
948
|
-
inputs: ['autoValidation', 'colors', 'disabled', 'inputFormatter', 'inputPlaceholder', 'inputPrefixIcon', 'isValid', 'label', 'required', 'showClearButton', 'showInput', 'swatchGridColumns', 'validationRules', 'value']
|
|
948
|
+
inputs: ['autoValidation', 'colors', 'disabled', 'inputFormatter', 'inputPlaceholder', 'inputPrefixIcon', 'isValid', 'label', 'name', 'required', 'showClearButton', 'showInput', 'swatchGridColumns', 'validationRules', 'value']
|
|
949
949
|
})
|
|
950
950
|
@Component({
|
|
951
951
|
selector: 'vega-color-swatch-picker',
|
|
952
952
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
953
953
|
template: '<ng-content></ng-content>',
|
|
954
|
-
inputs: ['autoValidation', 'colors', 'disabled', 'inputFormatter', 'inputPlaceholder', 'inputPrefixIcon', 'isValid', 'label', 'required', 'showClearButton', 'showInput', 'swatchGridColumns', 'validationRules', 'value']
|
|
954
|
+
inputs: ['autoValidation', 'colors', 'disabled', 'inputFormatter', 'inputPlaceholder', 'inputPrefixIcon', 'isValid', 'label', 'name', 'required', 'showClearButton', 'showInput', 'swatchGridColumns', 'validationRules', 'value']
|
|
955
955
|
})
|
|
956
956
|
export class VegaColorSwatchPicker {
|
|
957
957
|
protected el: HTMLElement;
|
|
@@ -1021,14 +1021,14 @@ The event's `detail` property is `true` when the Select All checkbox is clicked
|
|
|
1021
1021
|
|
|
1022
1022
|
@ProxyCmp({
|
|
1023
1023
|
defineCustomElementFn: undefined,
|
|
1024
|
-
inputs: ['autoValidation', 'containerMaxHeight', 'disabled', 'hint', 'isValid', 'label', 'optional', 'placeholder', 'required', 'size', 'source', 'useDefaultFilter', 'validationRules', 'value', 'vegaDropdownProps'],
|
|
1024
|
+
inputs: ['autoValidation', 'containerMaxHeight', 'disabled', 'hint', 'isValid', 'label', 'name', 'optional', 'placeholder', 'required', 'size', 'source', 'useDefaultFilter', 'validationRules', 'value', 'vegaDropdownProps'],
|
|
1025
1025
|
methods: ['close', 'open']
|
|
1026
1026
|
})
|
|
1027
1027
|
@Component({
|
|
1028
1028
|
selector: 'vega-combo-box',
|
|
1029
1029
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1030
1030
|
template: '<ng-content></ng-content>',
|
|
1031
|
-
inputs: ['autoValidation', 'containerMaxHeight', 'disabled', 'hint', 'isValid', 'label', 'optional', 'placeholder', 'required', 'size', 'source', 'useDefaultFilter', 'validationRules', 'value', 'vegaDropdownProps']
|
|
1031
|
+
inputs: ['autoValidation', 'containerMaxHeight', 'disabled', 'hint', 'isValid', 'label', 'name', 'optional', 'placeholder', 'required', 'size', 'source', 'useDefaultFilter', 'validationRules', 'value', 'vegaDropdownProps']
|
|
1032
1032
|
})
|
|
1033
1033
|
export class VegaComboBox {
|
|
1034
1034
|
protected el: HTMLElement;
|
|
@@ -1086,14 +1086,14 @@ export declare interface VegaDatePicker extends Components.VegaDatePicker {
|
|
|
1086
1086
|
|
|
1087
1087
|
@ProxyCmp({
|
|
1088
1088
|
defineCustomElementFn: undefined,
|
|
1089
|
-
inputs: ['allowRepick', 'autoValidation', 'clearButton', 'disabled', 'dropdownConfig', 'format', 'isDateDisabled', 'isValid', 'label', 'maxDate', 'minDate', 'mode', 'optional', 'placeholder', 'readOnly', 'required', 'showClearIcon', 'showYearMonthDropdowns', 'size', 'timezone', 'validationRules', 'value'],
|
|
1089
|
+
inputs: ['allowRepick', 'autoValidation', 'clearButton', 'disabled', 'dropdownConfig', 'format', 'isDateDisabled', 'isValid', 'label', 'maxDate', 'minDate', 'mode', 'name', 'optional', 'placeholder', 'readOnly', 'required', 'showClearIcon', 'showYearMonthDropdowns', 'size', 'timezone', 'validationRules', 'value'],
|
|
1090
1090
|
methods: ['doClose', 'doOpen']
|
|
1091
1091
|
})
|
|
1092
1092
|
@Component({
|
|
1093
1093
|
selector: 'vega-date-picker',
|
|
1094
1094
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1095
1095
|
template: '<ng-content></ng-content>',
|
|
1096
|
-
inputs: ['allowRepick', 'autoValidation', 'clearButton', 'disabled', 'dropdownConfig', 'format', 'isDateDisabled', 'isValid', 'label', 'maxDate', 'minDate', 'mode', 'optional', 'placeholder', 'readOnly', 'required', 'showClearIcon', 'showYearMonthDropdowns', 'size', 'timezone', 'validationRules', 'value']
|
|
1096
|
+
inputs: ['allowRepick', 'autoValidation', 'clearButton', 'disabled', 'dropdownConfig', 'format', 'isDateDisabled', 'isValid', 'label', 'maxDate', 'minDate', 'mode', 'name', 'optional', 'placeholder', 'readOnly', 'required', 'showClearIcon', 'showYearMonthDropdowns', 'size', 'timezone', 'validationRules', 'value']
|
|
1097
1097
|
})
|
|
1098
1098
|
export class VegaDatePicker {
|
|
1099
1099
|
protected el: HTMLElement;
|
|
@@ -1510,13 +1510,13 @@ export declare interface VegaFileUploader extends Components.VegaFileUploader {
|
|
|
1510
1510
|
|
|
1511
1511
|
@ProxyCmp({
|
|
1512
1512
|
defineCustomElementFn: undefined,
|
|
1513
|
-
inputs: ['accept', 'autoValidation', 'disabled', 'hint', 'isValid', 'label', 'maxCount', 'optional', 'required', 'validationRules', 'value', 'variant']
|
|
1513
|
+
inputs: ['accept', 'autoValidation', 'disableDeleteOnUpload', 'disabled', 'hideDeleteButton', 'hint', 'isValid', 'label', 'maxCount', 'name', 'optional', 'required', 'validationRules', 'value', 'variant']
|
|
1514
1514
|
})
|
|
1515
1515
|
@Component({
|
|
1516
1516
|
selector: 'vega-file-uploader',
|
|
1517
1517
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1518
1518
|
template: '<ng-content></ng-content>',
|
|
1519
|
-
inputs: ['accept', 'autoValidation', 'disabled', 'hint', 'isValid', 'label', 'maxCount', 'optional', 'required', 'validationRules', 'value', 'variant']
|
|
1519
|
+
inputs: ['accept', 'autoValidation', 'disableDeleteOnUpload', 'disabled', 'hideDeleteButton', 'hint', 'isValid', 'label', 'maxCount', 'name', 'optional', 'required', 'validationRules', 'value', 'variant']
|
|
1520
1520
|
})
|
|
1521
1521
|
export class VegaFileUploader {
|
|
1522
1522
|
protected el: HTMLElement;
|
|
@@ -1621,14 +1621,14 @@ export declare interface VegaForm extends Components.VegaForm {
|
|
|
1621
1621
|
|
|
1622
1622
|
@ProxyCmp({
|
|
1623
1623
|
defineCustomElementFn: undefined,
|
|
1624
|
-
inputs: ['action', 'disableBlurValidation', 'isTouched', 'isValid', 'method', 'useNativeForm'],
|
|
1624
|
+
inputs: ['action', 'disableBlurValidation', 'isTouched', 'isValid', 'method', 'name', 'useNativeForm'],
|
|
1625
1625
|
methods: ['valid', 'getValue', 'setValue', 'reset', 'setValidationStates']
|
|
1626
1626
|
})
|
|
1627
1627
|
@Component({
|
|
1628
1628
|
selector: 'vega-form',
|
|
1629
1629
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1630
1630
|
template: '<ng-content></ng-content>',
|
|
1631
|
-
inputs: ['action', 'disableBlurValidation', 'isTouched', 'isValid', 'method', 'useNativeForm']
|
|
1631
|
+
inputs: ['action', 'disableBlurValidation', 'isTouched', 'isValid', 'method', 'name', 'useNativeForm']
|
|
1632
1632
|
})
|
|
1633
1633
|
export class VegaForm {
|
|
1634
1634
|
protected el: HTMLElement;
|
|
@@ -1731,14 +1731,14 @@ export declare interface VegaImageUploader extends Components.VegaImageUploader
|
|
|
1731
1731
|
|
|
1732
1732
|
@ProxyCmp({
|
|
1733
1733
|
defineCustomElementFn: undefined,
|
|
1734
|
-
inputs: ['accept', 'actionSubTitle', 'actionTitle', 'autoValidation', 'disabled', 'height', 'hint', 'isValid', 'label', 'optional', 'required', 'showPreviewButton', 'showRemoveButton', 'showReplaceButton', 'status', 'validationRules', 'value', 'width'],
|
|
1734
|
+
inputs: ['accept', 'actionSubTitle', 'actionTitle', 'autoValidation', 'disabled', 'height', 'hint', 'isValid', 'label', 'name', 'optional', 'required', 'showPreviewButton', 'showRemoveButton', 'showReplaceButton', 'status', 'validationRules', 'value', 'width'],
|
|
1735
1735
|
methods: ['getContentURL']
|
|
1736
1736
|
})
|
|
1737
1737
|
@Component({
|
|
1738
1738
|
selector: 'vega-image-uploader',
|
|
1739
1739
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1740
1740
|
template: '<ng-content></ng-content>',
|
|
1741
|
-
inputs: ['accept', 'actionSubTitle', 'actionTitle', 'autoValidation', 'disabled', 'height', 'hint', 'isValid', 'label', 'optional', 'required', 'showPreviewButton', 'showRemoveButton', 'showReplaceButton', 'status', 'validationRules', 'value', 'width']
|
|
1741
|
+
inputs: ['accept', 'actionSubTitle', 'actionTitle', 'autoValidation', 'disabled', 'height', 'hint', 'isValid', 'label', 'name', 'optional', 'required', 'showPreviewButton', 'showRemoveButton', 'showReplaceButton', 'status', 'validationRules', 'value', 'width']
|
|
1742
1742
|
})
|
|
1743
1743
|
export class VegaImageUploader {
|
|
1744
1744
|
protected el: HTMLElement;
|
|
@@ -1928,13 +1928,13 @@ export declare interface VegaInputCreditCard extends Components.VegaInputCreditC
|
|
|
1928
1928
|
|
|
1929
1929
|
@ProxyCmp({
|
|
1930
1930
|
defineCustomElementFn: undefined,
|
|
1931
|
-
inputs: ['autoValidation', 'disabled', 'hideCardNumberOnBlur', 'hint', 'isValid', 'label', 'optional', 'placeholder', 'required', 'size', 'validationRules', 'value']
|
|
1931
|
+
inputs: ['autoValidation', 'disabled', 'hideCardNumberOnBlur', 'hint', 'isValid', 'label', 'name', 'optional', 'placeholder', 'required', 'size', 'validationRules', 'value']
|
|
1932
1932
|
})
|
|
1933
1933
|
@Component({
|
|
1934
1934
|
selector: 'vega-input-credit-card',
|
|
1935
1935
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1936
1936
|
template: '<ng-content></ng-content>',
|
|
1937
|
-
inputs: ['autoValidation', 'disabled', 'hideCardNumberOnBlur', 'hint', 'isValid', 'label', 'optional', 'placeholder', 'required', 'size', 'validationRules', 'value']
|
|
1937
|
+
inputs: ['autoValidation', 'disabled', 'hideCardNumberOnBlur', 'hint', 'isValid', 'label', 'name', 'optional', 'placeholder', 'required', 'size', 'validationRules', 'value']
|
|
1938
1938
|
})
|
|
1939
1939
|
export class VegaInputCreditCard {
|
|
1940
1940
|
protected el: HTMLElement;
|
|
@@ -1966,13 +1966,13 @@ and at the same time, allowing consumers to listen using the standard
|
|
|
1966
1966
|
|
|
1967
1967
|
@ProxyCmp({
|
|
1968
1968
|
defineCustomElementFn: undefined,
|
|
1969
|
-
inputs: ['autoValidation', 'disabled', 'hint', 'integerOnly', 'isValid', 'label', 'majorIncrement', 'max', 'min', 'minorIncrement', 'optional', 'placeholder', 'prefixIcon', 'prefixText', 'required', 'showClearIcon', 'size', 'suffixText', 'thousandComma', 'validationRules', 'value']
|
|
1969
|
+
inputs: ['autoValidation', 'disabled', 'hint', 'integerOnly', 'isValid', 'label', 'majorIncrement', 'max', 'min', 'minorIncrement', 'name', 'optional', 'placeholder', 'prefixIcon', 'prefixText', 'required', 'showClearIcon', 'size', 'suffixText', 'thousandComma', 'validationRules', 'value']
|
|
1970
1970
|
})
|
|
1971
1971
|
@Component({
|
|
1972
1972
|
selector: 'vega-input-numeric',
|
|
1973
1973
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1974
1974
|
template: '<ng-content></ng-content>',
|
|
1975
|
-
inputs: ['autoValidation', 'disabled', 'hint', 'integerOnly', 'isValid', 'label', 'majorIncrement', 'max', 'min', 'minorIncrement', 'optional', 'placeholder', 'prefixIcon', 'prefixText', 'required', 'showClearIcon', 'size', 'suffixText', 'thousandComma', 'validationRules', 'value']
|
|
1975
|
+
inputs: ['autoValidation', 'disabled', 'hint', 'integerOnly', 'isValid', 'label', 'majorIncrement', 'max', 'min', 'minorIncrement', 'name', 'optional', 'placeholder', 'prefixIcon', 'prefixText', 'required', 'showClearIcon', 'size', 'suffixText', 'thousandComma', 'validationRules', 'value']
|
|
1976
1976
|
})
|
|
1977
1977
|
export class VegaInputNumeric {
|
|
1978
1978
|
protected el: HTMLElement;
|
|
@@ -2015,13 +2015,13 @@ and at the same time, allowing consumers to listen using the standard
|
|
|
2015
2015
|
|
|
2016
2016
|
@ProxyCmp({
|
|
2017
2017
|
defineCustomElementFn: undefined,
|
|
2018
|
-
inputs: ['autoValidation', 'disabled', 'hint', 'inputType', 'isValid', 'label', 'length', 'optional', 'required', 'size', 'validationRules', 'value']
|
|
2018
|
+
inputs: ['autoValidation', 'disabled', 'hint', 'inputType', 'isValid', 'label', 'length', 'name', 'optional', 'required', 'size', 'validationRules', 'value']
|
|
2019
2019
|
})
|
|
2020
2020
|
@Component({
|
|
2021
2021
|
selector: 'vega-input-passcode',
|
|
2022
2022
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2023
2023
|
template: '<ng-content></ng-content>',
|
|
2024
|
-
inputs: ['autoValidation', 'disabled', 'hint', 'inputType', 'isValid', 'label', 'length', 'optional', 'required', 'size', 'validationRules', 'value']
|
|
2024
|
+
inputs: ['autoValidation', 'disabled', 'hint', 'inputType', 'isValid', 'label', 'length', 'name', 'optional', 'required', 'size', 'validationRules', 'value']
|
|
2025
2025
|
})
|
|
2026
2026
|
export class VegaInputPasscode {
|
|
2027
2027
|
protected el: HTMLElement;
|
|
@@ -2063,13 +2063,13 @@ standard `countryChange` event name. @eventDetail VegaCountryType,@eventSemantic
|
|
|
2063
2063
|
|
|
2064
2064
|
@ProxyCmp({
|
|
2065
2065
|
defineCustomElementFn: undefined,
|
|
2066
|
-
inputs: ['allowedCountryCodes', 'autoValidation', 'countryCode', 'disabled', 'emptyValueEnabled', 'hint', 'isValid', 'label', 'optional', 'placeholder', 'required', 'size', 'validationRules', 'value']
|
|
2066
|
+
inputs: ['allowedCountryCodes', 'autoValidation', 'countryCode', 'disabled', 'emptyValueEnabled', 'hint', 'isValid', 'label', 'name', 'optional', 'placeholder', 'required', 'size', 'validationRules', 'value']
|
|
2067
2067
|
})
|
|
2068
2068
|
@Component({
|
|
2069
2069
|
selector: 'vega-input-phone-number',
|
|
2070
2070
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2071
2071
|
template: '<ng-content></ng-content>',
|
|
2072
|
-
inputs: ['allowedCountryCodes', 'autoValidation', 'countryCode', 'disabled', 'emptyValueEnabled', 'hint', 'isValid', 'label', 'optional', 'placeholder', 'required', 'size', 'validationRules', 'value']
|
|
2072
|
+
inputs: ['allowedCountryCodes', 'autoValidation', 'countryCode', 'disabled', 'emptyValueEnabled', 'hint', 'isValid', 'label', 'name', 'optional', 'placeholder', 'required', 'size', 'validationRules', 'value']
|
|
2073
2073
|
})
|
|
2074
2074
|
export class VegaInputPhoneNumber {
|
|
2075
2075
|
protected el: HTMLElement;
|
|
@@ -2095,13 +2095,13 @@ export declare interface VegaInputRange extends Components.VegaInputRange {
|
|
|
2095
2095
|
|
|
2096
2096
|
@ProxyCmp({
|
|
2097
2097
|
defineCustomElementFn: undefined,
|
|
2098
|
-
inputs: ['autoValidation', 'disabled', 'hint', 'isValid', 'label', 'max', 'min', 'optional', 'placeholder', 'prefixIcon', 'required', 'showClearIcon', 'size', 'stack', 'validationRules', 'value']
|
|
2098
|
+
inputs: ['autoValidation', 'disabled', 'hint', 'isValid', 'label', 'max', 'min', 'name', 'optional', 'placeholder', 'prefixIcon', 'required', 'showClearIcon', 'size', 'stack', 'validationRules', 'value']
|
|
2099
2099
|
})
|
|
2100
2100
|
@Component({
|
|
2101
2101
|
selector: 'vega-input-range',
|
|
2102
2102
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2103
2103
|
template: '<ng-content></ng-content>',
|
|
2104
|
-
inputs: ['autoValidation', 'disabled', 'hint', 'isValid', 'label', 'max', 'min', 'optional', 'placeholder', 'prefixIcon', 'required', 'showClearIcon', 'size', 'stack', 'validationRules', 'value']
|
|
2104
|
+
inputs: ['autoValidation', 'disabled', 'hint', 'isValid', 'label', 'max', 'min', 'name', 'optional', 'placeholder', 'prefixIcon', 'required', 'showClearIcon', 'size', 'stack', 'validationRules', 'value']
|
|
2105
2105
|
})
|
|
2106
2106
|
export class VegaInputRange {
|
|
2107
2107
|
protected el: HTMLElement;
|
|
@@ -2182,14 +2182,14 @@ The event's `detail` property is `true` when the Select All checkbox is clicked
|
|
|
2182
2182
|
|
|
2183
2183
|
@ProxyCmp({
|
|
2184
2184
|
defineCustomElementFn: undefined,
|
|
2185
|
-
inputs: ['autoValidation', 'disabled', 'dropdownItemTooltipProps', 'hint', 'isValid', 'label', 'labelSuffixButtonConfig', 'optional', 'placeholder', 'prefixIcon', 'required', 'selectType', 'selectedLabel', 'selectedLabelTooltipProps', 'size', 'source', 'sourceLazyLoadCallback', 'validationRules', 'value', 'vegaDropdownProps'],
|
|
2185
|
+
inputs: ['autoValidation', 'disabled', 'dropdownItemTooltipProps', 'hint', 'isValid', 'label', 'labelSuffixButtonConfig', 'name', 'optional', 'placeholder', 'prefixIcon', 'required', 'selectType', 'selectedLabel', 'selectedLabelTooltipProps', 'size', 'source', 'sourceLazyLoadCallback', 'validationRules', 'value', 'vegaDropdownProps'],
|
|
2186
2186
|
methods: ['doClose', 'doOpen', 'doChange']
|
|
2187
2187
|
})
|
|
2188
2188
|
@Component({
|
|
2189
2189
|
selector: 'vega-input-select',
|
|
2190
2190
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2191
2191
|
template: '<ng-content></ng-content>',
|
|
2192
|
-
inputs: ['autoValidation', 'disabled', 'dropdownItemTooltipProps', 'hint', 'isValid', 'label', 'labelSuffixButtonConfig', 'optional', 'placeholder', 'prefixIcon', 'required', 'selectType', 'selectedLabel', 'selectedLabelTooltipProps', 'size', 'source', 'sourceLazyLoadCallback', 'validationRules', 'value', 'vegaDropdownProps']
|
|
2192
|
+
inputs: ['autoValidation', 'disabled', 'dropdownItemTooltipProps', 'hint', 'isValid', 'label', 'labelSuffixButtonConfig', 'name', 'optional', 'placeholder', 'prefixIcon', 'required', 'selectType', 'selectedLabel', 'selectedLabelTooltipProps', 'size', 'source', 'sourceLazyLoadCallback', 'validationRules', 'value', 'vegaDropdownProps']
|
|
2193
2193
|
})
|
|
2194
2194
|
export class VegaInputSelect {
|
|
2195
2195
|
protected el: HTMLElement;
|
|
@@ -2886,13 +2886,13 @@ export declare interface VegaRichTextEditor extends Components.VegaRichTextEdito
|
|
|
2886
2886
|
|
|
2887
2887
|
@ProxyCmp({
|
|
2888
2888
|
defineCustomElementFn: undefined,
|
|
2889
|
-
inputs: ['allowSourceEdit', 'autoValidation', 'disabled', 'extensions', 'hint', 'isValid', 'label', 'optional', 'placeholder', 'required', 'rows', 'sourceEditConfig', 'textStyleItems', 'toolbarItems', 'validationRules', 'value']
|
|
2889
|
+
inputs: ['allowSourceEdit', 'autoValidation', 'disabled', 'extensions', 'hint', 'isValid', 'label', 'name', 'optional', 'placeholder', 'required', 'rows', 'sourceEditConfig', 'textStyleItems', 'toolbarItems', 'validationRules', 'value']
|
|
2890
2890
|
})
|
|
2891
2891
|
@Component({
|
|
2892
2892
|
selector: 'vega-rich-text-editor',
|
|
2893
2893
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2894
2894
|
template: '<ng-content></ng-content>',
|
|
2895
|
-
inputs: ['allowSourceEdit', 'autoValidation', 'disabled', 'extensions', 'hint', 'isValid', 'label', 'optional', 'placeholder', 'required', 'rows', 'sourceEditConfig', 'textStyleItems', 'toolbarItems', 'validationRules', 'value']
|
|
2895
|
+
inputs: ['allowSourceEdit', 'autoValidation', 'disabled', 'extensions', 'hint', 'isValid', 'label', 'name', 'optional', 'placeholder', 'required', 'rows', 'sourceEditConfig', 'textStyleItems', 'toolbarItems', 'validationRules', 'value']
|
|
2896
2896
|
})
|
|
2897
2897
|
export class VegaRichTextEditor {
|
|
2898
2898
|
protected el: HTMLElement;
|
|
@@ -3016,7 +3016,7 @@ export declare interface VegaRichTextLinkEditor extends Components.VegaRichTextL
|
|
|
3016
3016
|
@ProxyCmp({
|
|
3017
3017
|
defineCustomElementFn: undefined,
|
|
3018
3018
|
inputs: ['record', 'resetStatusAfterHide', 'status', 'target'],
|
|
3019
|
-
methods: ['show']
|
|
3019
|
+
methods: ['show', 'hide']
|
|
3020
3020
|
})
|
|
3021
3021
|
@Component({
|
|
3022
3022
|
selector: 'vega-rich-text-link-editor',
|
|
@@ -3262,13 +3262,13 @@ export declare interface VegaSelectionChipGroup extends Components.VegaSelection
|
|
|
3262
3262
|
|
|
3263
3263
|
@ProxyCmp({
|
|
3264
3264
|
defineCustomElementFn: undefined,
|
|
3265
|
-
inputs: ['disabled', 'hint', 'isValid', 'label', 'optional', 'required', 'selectType', 'validationRules', 'value']
|
|
3265
|
+
inputs: ['disabled', 'hint', 'isValid', 'label', 'name', 'optional', 'required', 'selectType', 'validationRules', 'value']
|
|
3266
3266
|
})
|
|
3267
3267
|
@Component({
|
|
3268
3268
|
selector: 'vega-selection-chip-group',
|
|
3269
3269
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3270
3270
|
template: '<ng-content></ng-content>',
|
|
3271
|
-
inputs: ['disabled', 'hint', 'isValid', 'label', 'optional', 'required', 'selectType', 'validationRules', 'value']
|
|
3271
|
+
inputs: ['disabled', 'hint', 'isValid', 'label', 'name', 'optional', 'required', 'selectType', 'validationRules', 'value']
|
|
3272
3272
|
})
|
|
3273
3273
|
export class VegaSelectionChipGroup {
|
|
3274
3274
|
protected el: HTMLElement;
|
|
@@ -3330,13 +3330,13 @@ export declare interface VegaSelectionTileGroup extends Components.VegaSelection
|
|
|
3330
3330
|
|
|
3331
3331
|
@ProxyCmp({
|
|
3332
3332
|
defineCustomElementFn: undefined,
|
|
3333
|
-
inputs: ['disabled', 'distributeEvenly', 'hint', 'isValid', 'label', 'layout', 'optional', 'required', 'selectType', 'validationRules', 'value']
|
|
3333
|
+
inputs: ['disabled', 'distributeEvenly', 'hint', 'isValid', 'label', 'layout', 'name', 'optional', 'required', 'selectType', 'validationRules', 'value']
|
|
3334
3334
|
})
|
|
3335
3335
|
@Component({
|
|
3336
3336
|
selector: 'vega-selection-tile-group',
|
|
3337
3337
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3338
3338
|
template: '<ng-content></ng-content>',
|
|
3339
|
-
inputs: ['disabled', 'distributeEvenly', 'hint', 'isValid', 'label', 'layout', 'optional', 'required', 'selectType', 'validationRules', 'value']
|
|
3339
|
+
inputs: ['disabled', 'distributeEvenly', 'hint', 'isValid', 'label', 'layout', 'name', 'optional', 'required', 'selectType', 'validationRules', 'value']
|
|
3340
3340
|
})
|
|
3341
3341
|
export class VegaSelectionTileGroup {
|
|
3342
3342
|
protected el: HTMLElement;
|
|
@@ -3448,14 +3448,14 @@ export declare interface VegaSignatureCapture extends Components.VegaSignatureCa
|
|
|
3448
3448
|
|
|
3449
3449
|
@ProxyCmp({
|
|
3450
3450
|
defineCustomElementFn: undefined,
|
|
3451
|
-
inputs: ['autoValidation', 'disabled', 'height', 'isValid', 'label', 'mode', 'optional', 'placeholder', 'placeholderIcon', 'required', 'showClearBtn', 'validationRules', 'value'],
|
|
3451
|
+
inputs: ['autoValidation', 'disabled', 'height', 'isValid', 'label', 'mode', 'name', 'optional', 'placeholder', 'placeholderIcon', 'required', 'showClearBtn', 'validationRules', 'value'],
|
|
3452
3452
|
methods: ['clear']
|
|
3453
3453
|
})
|
|
3454
3454
|
@Component({
|
|
3455
3455
|
selector: 'vega-signature-capture',
|
|
3456
3456
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3457
3457
|
template: '<ng-content></ng-content>',
|
|
3458
|
-
inputs: ['autoValidation', 'disabled', 'height', 'isValid', 'label', 'mode', 'optional', 'placeholder', 'placeholderIcon', 'required', 'showClearBtn', 'validationRules', 'value']
|
|
3458
|
+
inputs: ['autoValidation', 'disabled', 'height', 'isValid', 'label', 'mode', 'name', 'optional', 'placeholder', 'placeholderIcon', 'required', 'showClearBtn', 'validationRules', 'value']
|
|
3459
3459
|
})
|
|
3460
3460
|
export class VegaSignatureCapture {
|
|
3461
3461
|
protected el: HTMLElement;
|
|
@@ -3521,13 +3521,13 @@ export declare interface VegaStepper extends Components.VegaStepper {
|
|
|
3521
3521
|
|
|
3522
3522
|
@ProxyCmp({
|
|
3523
3523
|
defineCustomElementFn: undefined,
|
|
3524
|
-
inputs: ['autoValidation', 'buttonVariant', 'disabled', 'inputDisabled', 'isValid', 'label', 'max', 'min', 'stepperId', 'value']
|
|
3524
|
+
inputs: ['autoValidation', 'buttonVariant', 'disabled', 'inputDisabled', 'isValid', 'label', 'max', 'min', 'name', 'stepperId', 'value']
|
|
3525
3525
|
})
|
|
3526
3526
|
@Component({
|
|
3527
3527
|
selector: 'vega-stepper',
|
|
3528
3528
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3529
3529
|
template: '<ng-content></ng-content>',
|
|
3530
|
-
inputs: ['autoValidation', 'buttonVariant', 'disabled', 'inputDisabled', 'isValid', 'label', 'max', 'min', 'stepperId', 'value']
|
|
3530
|
+
inputs: ['autoValidation', 'buttonVariant', 'disabled', 'inputDisabled', 'isValid', 'label', 'max', 'min', 'name', 'stepperId', 'value']
|
|
3531
3531
|
})
|
|
3532
3532
|
export class VegaStepper {
|
|
3533
3533
|
protected el: HTMLElement;
|
|
@@ -3851,13 +3851,13 @@ export declare interface VegaTableHeadCell extends Components.VegaTableHeadCell
|
|
|
3851
3851
|
|
|
3852
3852
|
@ProxyCmp({
|
|
3853
3853
|
defineCustomElementFn: undefined,
|
|
3854
|
-
inputs: ['breakpoint', 'pinned', 'sortConfig', 'sortOrder', 'sorter', 'textAlign', 'width']
|
|
3854
|
+
inputs: ['breakpoint', 'groupKey', 'parentGroupKey', 'pinned', 'sortConfig', 'sortOrder', 'sorter', 'textAlign', 'width']
|
|
3855
3855
|
})
|
|
3856
3856
|
@Component({
|
|
3857
3857
|
selector: 'vega-table-head-cell',
|
|
3858
3858
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3859
3859
|
template: '<ng-content></ng-content>',
|
|
3860
|
-
inputs: ['breakpoint', 'pinned', 'sortConfig', 'sortOrder', 'sorter', 'textAlign', 'width']
|
|
3860
|
+
inputs: ['breakpoint', 'groupKey', 'parentGroupKey', 'pinned', 'sortConfig', 'sortOrder', 'sorter', 'textAlign', 'width']
|
|
3861
3861
|
})
|
|
3862
3862
|
export class VegaTableHeadCell {
|
|
3863
3863
|
protected el: HTMLElement;
|
|
@@ -3994,13 +3994,13 @@ event listeners. @eventDetail void,@eventSemantics namespace:native,@vegaVersion
|
|
|
3994
3994
|
|
|
3995
3995
|
@ProxyCmp({
|
|
3996
3996
|
defineCustomElementFn: undefined,
|
|
3997
|
-
inputs: ['autoValidation', 'disabled', 'hint', 'isValid', 'label', 'labelSuffixButtonConfig', 'maxLength', 'minLength', 'optional', 'placeholder', 'required', 'resizable', 'rows', 'showCounter', 'validationRules', 'value']
|
|
3997
|
+
inputs: ['autoValidation', 'disabled', 'hint', 'isValid', 'label', 'labelSuffixButtonConfig', 'maxLength', 'minLength', 'name', 'optional', 'placeholder', 'required', 'resizable', 'rows', 'showCounter', 'validationRules', 'value']
|
|
3998
3998
|
})
|
|
3999
3999
|
@Component({
|
|
4000
4000
|
selector: 'vega-textarea',
|
|
4001
4001
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4002
4002
|
template: '<ng-content></ng-content>',
|
|
4003
|
-
inputs: ['autoValidation', 'disabled', 'hint', 'isValid', 'label', 'labelSuffixButtonConfig', 'maxLength', 'minLength', 'optional', 'placeholder', 'required', 'resizable', 'rows', 'showCounter', 'validationRules', 'value']
|
|
4003
|
+
inputs: ['autoValidation', 'disabled', 'hint', 'isValid', 'label', 'labelSuffixButtonConfig', 'maxLength', 'minLength', 'name', 'optional', 'placeholder', 'required', 'resizable', 'rows', 'showCounter', 'validationRules', 'value']
|
|
4004
4004
|
})
|
|
4005
4005
|
export class VegaTextarea {
|
|
4006
4006
|
protected el: HTMLElement;
|
|
@@ -4026,13 +4026,13 @@ export declare interface VegaTimePicker extends Components.VegaTimePicker {
|
|
|
4026
4026
|
|
|
4027
4027
|
@ProxyCmp({
|
|
4028
4028
|
defineCustomElementFn: undefined,
|
|
4029
|
-
inputs: ['autoValidation', 'disabled', 'increments', 'isValid', 'label', 'mode', 'optional', 'placeholder', 'positionRelativeTo', 'readOnly', 'required', 'showClearIcon', 'size', 'timeFormat', 'validationRules', 'value', 'vegaDropdownProps']
|
|
4029
|
+
inputs: ['autoValidation', 'disabled', 'increments', 'isValid', 'label', 'mode', 'name', 'optional', 'placeholder', 'positionRelativeTo', 'readOnly', 'required', 'showClearIcon', 'size', 'timeFormat', 'validationRules', 'value', 'vegaDropdownProps']
|
|
4030
4030
|
})
|
|
4031
4031
|
@Component({
|
|
4032
4032
|
selector: 'vega-time-picker',
|
|
4033
4033
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4034
4034
|
template: '<ng-content></ng-content>',
|
|
4035
|
-
inputs: ['autoValidation', 'disabled', 'increments', 'isValid', 'label', 'mode', 'optional', 'placeholder', 'positionRelativeTo', 'readOnly', 'required', 'showClearIcon', 'size', 'timeFormat', 'validationRules', 'value', 'vegaDropdownProps']
|
|
4035
|
+
inputs: ['autoValidation', 'disabled', 'increments', 'isValid', 'label', 'mode', 'name', 'optional', 'placeholder', 'positionRelativeTo', 'readOnly', 'required', 'showClearIcon', 'size', 'timeFormat', 'validationRules', 'value', 'vegaDropdownProps']
|
|
4036
4036
|
})
|
|
4037
4037
|
export class VegaTimePicker {
|
|
4038
4038
|
protected el: HTMLElement;
|
|
@@ -4077,13 +4077,13 @@ export declare interface VegaToggleSwitch extends Components.VegaToggleSwitch {
|
|
|
4077
4077
|
|
|
4078
4078
|
@ProxyCmp({
|
|
4079
4079
|
defineCustomElementFn: undefined,
|
|
4080
|
-
inputs: ['autoValidation', 'checked', 'disabled', 'isValid', 'label', 'optional', 'required', 'size', 'validationRules', 'value']
|
|
4080
|
+
inputs: ['autoValidation', 'checked', 'disabled', 'isValid', 'label', 'name', 'optional', 'required', 'size', 'validationRules', 'value']
|
|
4081
4081
|
})
|
|
4082
4082
|
@Component({
|
|
4083
4083
|
selector: 'vega-toggle-switch',
|
|
4084
4084
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4085
4085
|
template: '<ng-content></ng-content>',
|
|
4086
|
-
inputs: ['autoValidation', 'checked', 'disabled', 'isValid', 'label', 'optional', 'required', 'size', 'validationRules', 'value']
|
|
4086
|
+
inputs: ['autoValidation', 'checked', 'disabled', 'isValid', 'label', 'name', 'optional', 'required', 'size', 'validationRules', 'value']
|
|
4087
4087
|
})
|
|
4088
4088
|
export class VegaToggleSwitch {
|
|
4089
4089
|
protected el: HTMLElement;
|