@heartlandone/vega-angular 2.0.0-preview-2 → 2.0.0-preview-4
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/angular-component-lib/utils.mjs +3 -2
- package/dist/esm2020/lib/stencil-generated/components.mjs +13 -13
- package/dist/fesm2015/heartlandone-vega-angular.mjs +14 -14
- package/dist/fesm2015/heartlandone-vega-angular.mjs.map +1 -1
- package/dist/fesm2020/heartlandone-vega-angular.mjs +14 -14
- package/dist/fesm2020/heartlandone-vega-angular.mjs.map +1 -1
- package/dist/lib/stencil-generated/components.d.ts +29 -29
- package/dist/package.json +2 -2
- package/package.json +2 -2
- package/src/lib/stencil-generated/angular-component-lib/utils.ts +2 -1
- package/src/lib/stencil-generated/components.ts +33 -33
|
@@ -95,7 +95,7 @@ export declare class VegaBox {
|
|
|
95
95
|
protected el: HTMLElement;
|
|
96
96
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
97
97
|
static ɵfac: i0.ɵɵFactoryDeclaration<VegaBox, never>;
|
|
98
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<VegaBox, "vega-box", never, { "backgroundColor": "backgroundColor"; "borderColor": "borderColor"; "display": "display"; "margin": "margin"; "padding": "padding"; "shadow": "shadow"; }, {}, never, ["*"]>;
|
|
98
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<VegaBox, "vega-box", never, { "backgroundColor": "backgroundColor"; "border": "border"; "borderColor": "borderColor"; "corners": "corners"; "display": "display"; "height": "height"; "margin": "margin"; "padding": "padding"; "responsiveClass": "responsiveClass"; "shadow": "shadow"; "width": "width"; }, {}, never, ["*"]>;
|
|
99
99
|
}
|
|
100
100
|
export declare interface VegaBreadcrumb extends Components.VegaBreadcrumb {
|
|
101
101
|
/**
|
|
@@ -103,7 +103,7 @@ export declare interface VegaBreadcrumb extends Components.VegaBreadcrumb {
|
|
|
103
103
|
*/
|
|
104
104
|
vegaClick: EventEmitter<CustomEvent<IVegaBreadcrumbVegaBreadcrumbItemType>>;
|
|
105
105
|
/**
|
|
106
|
-
* An
|
|
106
|
+
* An event emitter notifying that a breadcrumb item has been clicked. @eventSemantics namespace:native
|
|
107
107
|
*/
|
|
108
108
|
click: EventEmitter<CustomEvent<IVegaBreadcrumbVegaBreadcrumbItemType>>;
|
|
109
109
|
}
|
|
@@ -120,7 +120,7 @@ export declare interface VegaButton extends Components.VegaButton {
|
|
|
120
120
|
*/
|
|
121
121
|
vegaClick: EventEmitter<CustomEvent<any>>;
|
|
122
122
|
/**
|
|
123
|
-
* An
|
|
123
|
+
* An event emitter notifying the click event of the button. @eventSemantics namespace:native
|
|
124
124
|
*/
|
|
125
125
|
click: EventEmitter<CustomEvent<any>>;
|
|
126
126
|
}
|
|
@@ -146,7 +146,7 @@ export declare class VegaButtonCircle {
|
|
|
146
146
|
protected el: HTMLElement;
|
|
147
147
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
148
148
|
static ɵfac: i0.ɵɵFactoryDeclaration<VegaButtonCircle, never>;
|
|
149
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<VegaButtonCircle, "vega-button-circle", never, { "danger": "danger"; "disabled": "disabled"; "icon": "icon"; "iconColor": "iconColor"; "label": "label"; "showTooltip": "showTooltip"; "size": "size"; "type": "type"; "variant": "variant"; }, {}, never, ["*"]>;
|
|
149
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<VegaButtonCircle, "vega-button-circle", never, { "danger": "danger"; "disabled": "disabled"; "icon": "icon"; "iconColor": "iconColor"; "label": "label"; "showTooltip": "showTooltip"; "size": "size"; "tooltip": "tooltip"; "type": "type"; "variant": "variant"; }, {}, never, ["*"]>;
|
|
150
150
|
}
|
|
151
151
|
export declare interface VegaButtonLink extends Components.VegaButtonLink {
|
|
152
152
|
/**
|
|
@@ -181,7 +181,7 @@ export declare interface VegaCarousel extends Components.VegaCarousel {
|
|
|
181
181
|
*/
|
|
182
182
|
vegaPageUpdate: EventEmitter<CustomEvent<number>>;
|
|
183
183
|
/**
|
|
184
|
-
*
|
|
184
|
+
* An event emitter notifying the transition of the carousel to another page,
|
|
185
185
|
whether triggered programmatically or through user interaction. @eventSemantics namespace:native
|
|
186
186
|
*/
|
|
187
187
|
pageUpdate: EventEmitter<CustomEvent<number>>;
|
|
@@ -290,7 +290,7 @@ export declare interface VegaComboBox extends Components.VegaComboBox {
|
|
|
290
290
|
*/
|
|
291
291
|
vegaChange: EventEmitter<CustomEvent<string[]>>;
|
|
292
292
|
/**
|
|
293
|
-
* An
|
|
293
|
+
* An event emitter notifying changes in the items of the combo box value,
|
|
294
294
|
whether triggered programmatically or through user interaction. @eventSemantics namespace:native
|
|
295
295
|
*/
|
|
296
296
|
change: EventEmitter<CustomEvent<string[]>>;
|
|
@@ -304,7 +304,7 @@ export declare interface VegaComboBox extends Components.VegaComboBox {
|
|
|
304
304
|
*/
|
|
305
305
|
vegaCreate: EventEmitter<CustomEvent<string>>;
|
|
306
306
|
/**
|
|
307
|
-
* An
|
|
307
|
+
* An event emitter notifying when the user has chosen to add a new value
|
|
308
308
|
to the source and value of the combo box.
|
|
309
309
|
|
|
310
310
|
The event's `detail` property contains the new value.
|
|
@@ -318,7 +318,7 @@ export declare interface VegaComboBox extends Components.VegaComboBox {
|
|
|
318
318
|
*/
|
|
319
319
|
vegaSearch: EventEmitter<CustomEvent<string>>;
|
|
320
320
|
/**
|
|
321
|
-
* An
|
|
321
|
+
* An event emitter notifying the user's search action in the combo box,
|
|
322
322
|
but only if the `useDefaultFilter` property is set to `false`. @eventSemantics namespace:native
|
|
323
323
|
*/
|
|
324
324
|
search: EventEmitter<CustomEvent<string>>;
|
|
@@ -346,7 +346,7 @@ export declare interface VegaDatePicker extends Components.VegaDatePicker {
|
|
|
346
346
|
*/
|
|
347
347
|
vegaChange: EventEmitter<CustomEvent<string | string[]>>;
|
|
348
348
|
/**
|
|
349
|
-
*
|
|
349
|
+
* An event emitter notifying the change of the value in the date picker,
|
|
350
350
|
whether triggered programmatically or through user interaction. @eventSemantics namespace:native
|
|
351
351
|
*/
|
|
352
352
|
change: EventEmitter<CustomEvent<string | string[]>>;
|
|
@@ -395,7 +395,7 @@ export declare interface VegaDropdown extends Components.VegaDropdown {
|
|
|
395
395
|
*/
|
|
396
396
|
vegaShow: EventEmitter<CustomEvent<string>>;
|
|
397
397
|
/**
|
|
398
|
-
* An
|
|
398
|
+
* An event emitter notifying that the dropdown has been displayed,
|
|
399
399
|
either programmatically or via user interaction. The name is not `show` because already has a method `show`. @eventSemantics namespace:native
|
|
400
400
|
*/
|
|
401
401
|
dropdownShow: EventEmitter<CustomEvent<string>>;
|
|
@@ -405,7 +405,7 @@ export declare interface VegaDropdown extends Components.VegaDropdown {
|
|
|
405
405
|
*/
|
|
406
406
|
vegaHide: EventEmitter<CustomEvent<string>>;
|
|
407
407
|
/**
|
|
408
|
-
* An
|
|
408
|
+
* An event emitter notifying that the dropdown has been dismissed,
|
|
409
409
|
either programmatically or via user interaction. The name is not `hide` because already has a method `hide`. @eventSemantics namespace:native
|
|
410
410
|
*/
|
|
411
411
|
dropdownHide: EventEmitter<CustomEvent<string>>;
|
|
@@ -469,7 +469,7 @@ export declare interface VegaDropdownItem extends Components.VegaDropdownItem {
|
|
|
469
469
|
*/
|
|
470
470
|
vegaClick: EventEmitter<CustomEvent<IVegaDropdownItemVegaDropdownItemClickEvent>>;
|
|
471
471
|
/**
|
|
472
|
-
* An
|
|
472
|
+
* An event emitter notifying the dropdown item has been clicked. @eventSemantics namespace:native
|
|
473
473
|
*/
|
|
474
474
|
click: EventEmitter<CustomEvent<IVegaDropdownItemVegaDropdownItemClickEvent>>;
|
|
475
475
|
}
|
|
@@ -509,7 +509,7 @@ export declare class VegaFlex {
|
|
|
509
509
|
protected el: HTMLElement;
|
|
510
510
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
511
511
|
static ɵfac: i0.ɵɵFactoryDeclaration<VegaFlex, never>;
|
|
512
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<VegaFlex, "vega-flex", never, { "alignItems": "alignItems"; "direction": "direction"; "gap": "gap"; "justifyContent": "justifyContent"; "margin": "margin"; }, {}, never, ["*"]>;
|
|
512
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<VegaFlex, "vega-flex", never, { "alignItems": "alignItems"; "breakpoint": "breakpoint"; "direction": "direction"; "gap": "gap"; "justifyContent": "justifyContent"; "margin": "margin"; "useNativeFlex": "useNativeFlex"; }, {}, never, ["*"]>;
|
|
513
513
|
}
|
|
514
514
|
export declare interface VegaFont extends Components.VegaFont {
|
|
515
515
|
}
|
|
@@ -610,7 +610,7 @@ export declare interface VegaInput extends Components.VegaInput {
|
|
|
610
610
|
*/
|
|
611
611
|
vegaChange: EventEmitter<CustomEvent<string>>;
|
|
612
612
|
/**
|
|
613
|
-
* An
|
|
613
|
+
* An event emitter notifying a value change. @eventSemantics namespace:native
|
|
614
614
|
*/
|
|
615
615
|
change: EventEmitter<CustomEvent<string>>;
|
|
616
616
|
/**
|
|
@@ -618,7 +618,7 @@ export declare interface VegaInput extends Components.VegaInput {
|
|
|
618
618
|
*/
|
|
619
619
|
vegaBlur: EventEmitter<CustomEvent<undefined>>;
|
|
620
620
|
/**
|
|
621
|
-
* An
|
|
621
|
+
* An event emitter notifying the blur of the inner input element. @eventSemantics namespace:native
|
|
622
622
|
*/
|
|
623
623
|
blur: EventEmitter<CustomEvent<undefined>>;
|
|
624
624
|
/**
|
|
@@ -626,7 +626,7 @@ export declare interface VegaInput extends Components.VegaInput {
|
|
|
626
626
|
*/
|
|
627
627
|
vegaFocus: EventEmitter<CustomEvent<undefined>>;
|
|
628
628
|
/**
|
|
629
|
-
* An
|
|
629
|
+
* An event emitter notifying the focus of the inner input element. @eventSemantics namespace:native
|
|
630
630
|
*/
|
|
631
631
|
focus: EventEmitter<CustomEvent<undefined>>;
|
|
632
632
|
}
|
|
@@ -651,7 +651,7 @@ export declare interface VegaInputCreditCard extends Components.VegaInputCreditC
|
|
|
651
651
|
*/
|
|
652
652
|
vegaBlur: EventEmitter<CustomEvent<undefined>>;
|
|
653
653
|
/**
|
|
654
|
-
*
|
|
654
|
+
* An event emitter notifying the blur event of the credit card element. @eventSemantics namespace:native
|
|
655
655
|
*/
|
|
656
656
|
blur: EventEmitter<CustomEvent<undefined>>;
|
|
657
657
|
/**
|
|
@@ -659,7 +659,7 @@ export declare interface VegaInputCreditCard extends Components.VegaInputCreditC
|
|
|
659
659
|
*/
|
|
660
660
|
vegaFocus: EventEmitter<CustomEvent<undefined>>;
|
|
661
661
|
/**
|
|
662
|
-
*
|
|
662
|
+
* An event emitter notifying the focus of the credit card element. @eventSemantics namespace:native
|
|
663
663
|
*/
|
|
664
664
|
focus: EventEmitter<CustomEvent<undefined>>;
|
|
665
665
|
}
|
|
@@ -676,7 +676,7 @@ export declare interface VegaInputSelect extends Components.VegaInputSelect {
|
|
|
676
676
|
*/
|
|
677
677
|
vegaChange: EventEmitter<CustomEvent<IVegaInputSelectSelectValueType<IVegaInputSelectSelectType>>>;
|
|
678
678
|
/**
|
|
679
|
-
* An
|
|
679
|
+
* An event emitter notifying the change of the select value. @eventSemantics namespace:native
|
|
680
680
|
*/
|
|
681
681
|
change: EventEmitter<CustomEvent<IVegaInputSelectSelectValueType<IVegaInputSelectSelectType>>>;
|
|
682
682
|
/**
|
|
@@ -701,7 +701,7 @@ export declare interface VegaItemToggle extends Components.VegaItemToggle {
|
|
|
701
701
|
*/
|
|
702
702
|
vegaToggleStatus: EventEmitter<CustomEvent<boolean>>;
|
|
703
703
|
/**
|
|
704
|
-
*
|
|
704
|
+
* An event emitter notifying an item toggle event. @eventSemantics namespace:native
|
|
705
705
|
*/
|
|
706
706
|
toggleStatus: EventEmitter<CustomEvent<boolean>>;
|
|
707
707
|
}
|
|
@@ -718,7 +718,7 @@ export declare interface VegaLeftNav extends Components.VegaLeftNav {
|
|
|
718
718
|
*/
|
|
719
719
|
vegaStateUpdate: EventEmitter<CustomEvent<string>>;
|
|
720
720
|
/**
|
|
721
|
-
*
|
|
721
|
+
* An event emitter notifying that the left-nav's open state has changed. @eventSemantics namespace:native
|
|
722
722
|
*/
|
|
723
723
|
stateUpdate: EventEmitter<CustomEvent<string>>;
|
|
724
724
|
}
|
|
@@ -735,7 +735,7 @@ export declare interface VegaLeftNavGroup extends Components.VegaLeftNavGroup {
|
|
|
735
735
|
*/
|
|
736
736
|
vegaGroupClick: EventEmitter<CustomEvent<string>>;
|
|
737
737
|
/**
|
|
738
|
-
*
|
|
738
|
+
* An event emitter used for notifying consumers the click event @eventSemantics namespace:native
|
|
739
739
|
*/
|
|
740
740
|
groupClick: EventEmitter<CustomEvent<string>>;
|
|
741
741
|
}
|
|
@@ -813,7 +813,7 @@ export declare interface VegaModal extends Components.VegaModal {
|
|
|
813
813
|
*/
|
|
814
814
|
vegaOpen: EventEmitter<CustomEvent<any>>;
|
|
815
815
|
/**
|
|
816
|
-
* An
|
|
816
|
+
* An event emitter notifying the modal open event. The event name is not `open` because already has a property `open` @eventSemantics namespace:native
|
|
817
817
|
*/
|
|
818
818
|
modalOpen: EventEmitter<CustomEvent<any>>;
|
|
819
819
|
}
|
|
@@ -893,7 +893,7 @@ export declare interface VegaPopover extends Components.VegaPopover {
|
|
|
893
893
|
*/
|
|
894
894
|
vegaPopoverShow: EventEmitter<CustomEvent<string>>;
|
|
895
895
|
/**
|
|
896
|
-
*
|
|
896
|
+
* An event emitter notifying the popover show event. @eventSemantics namespace:native
|
|
897
897
|
*/
|
|
898
898
|
popoverShow: EventEmitter<CustomEvent<string>>;
|
|
899
899
|
/**
|
|
@@ -901,7 +901,7 @@ export declare interface VegaPopover extends Components.VegaPopover {
|
|
|
901
901
|
*/
|
|
902
902
|
vegaPopoverHide: EventEmitter<CustomEvent<string>>;
|
|
903
903
|
/**
|
|
904
|
-
*
|
|
904
|
+
* An event emitter notifying the popover hide event. @eventSemantics namespace:native
|
|
905
905
|
*/
|
|
906
906
|
popoverHide: EventEmitter<CustomEvent<string>>;
|
|
907
907
|
}
|
|
@@ -927,7 +927,7 @@ export declare interface VegaProgressTracker extends Components.VegaProgressTrac
|
|
|
927
927
|
*/
|
|
928
928
|
vegaCurrentStepUpdate: EventEmitter<CustomEvent<string>>;
|
|
929
929
|
/**
|
|
930
|
-
*
|
|
930
|
+
* An event emitter notifying that the current step has changed. @eventSemantics namespace:native
|
|
931
931
|
*/
|
|
932
932
|
currentStepUpdate: EventEmitter<CustomEvent<string>>;
|
|
933
933
|
}
|
|
@@ -1025,7 +1025,7 @@ export declare interface VegaTabGroup extends Components.VegaTabGroup {
|
|
|
1025
1025
|
*/
|
|
1026
1026
|
vegaClick: EventEmitter<CustomEvent<string>>;
|
|
1027
1027
|
/**
|
|
1028
|
-
*
|
|
1028
|
+
* An event emitter notifying the click event of a tab
|
|
1029
1029
|
in the tab group. @eventSemantics namespace:native
|
|
1030
1030
|
*/
|
|
1031
1031
|
click: EventEmitter<CustomEvent<string>>;
|
|
@@ -1242,7 +1242,7 @@ export declare interface VegaToggleSwitch extends Components.VegaToggleSwitch {
|
|
|
1242
1242
|
*/
|
|
1243
1243
|
vegaChange: EventEmitter<CustomEvent<boolean>>;
|
|
1244
1244
|
/**
|
|
1245
|
-
* An
|
|
1245
|
+
* An event emitter notifying changes in the toggle switch. @eventSemantics namespace:native
|
|
1246
1246
|
*/
|
|
1247
1247
|
change: EventEmitter<CustomEvent<boolean>>;
|
|
1248
1248
|
}
|
|
@@ -1260,7 +1260,7 @@ export declare class VegaTooltip {
|
|
|
1260
1260
|
protected el: HTMLElement;
|
|
1261
1261
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1262
1262
|
static ɵfac: i0.ɵɵFactoryDeclaration<VegaTooltip, never>;
|
|
1263
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<VegaTooltip, "vega-tooltip", never, { "alignment": "alignment"; "content": "content"; "maxWidth": "maxWidth"; "minWidth": "minWidth"; "placement": "placement"; "positionRelativeTo": "positionRelativeTo"; "size": "size"; "trigger": "trigger"; }, {}, never, ["*"]>;
|
|
1263
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<VegaTooltip, "vega-tooltip", never, { "alignment": "alignment"; "content": "content"; "disableInteractive": "disableInteractive"; "maxWidth": "maxWidth"; "minWidth": "minWidth"; "placement": "placement"; "positionRelativeTo": "positionRelativeTo"; "size": "size"; "trigger": "trigger"; }, {}, never, ["*"]>;
|
|
1264
1264
|
}
|
|
1265
1265
|
export declare interface VegaTooltipContentBox extends Components.VegaTooltipContentBox {
|
|
1266
1266
|
}
|
package/dist/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@heartlandone/vega-angular",
|
|
3
3
|
"sideEffects": false,
|
|
4
|
-
"version": "2.0.0-preview-
|
|
4
|
+
"version": "2.0.0-preview-4",
|
|
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.0.0-preview-
|
|
21
|
+
"@heartlandone/vega": "2.0.0-preview-4",
|
|
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.0.0-preview-
|
|
4
|
+
"version": "2.0.0-preview-4",
|
|
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.0.0-preview-
|
|
29
|
+
"@heartlandone/vega": "2.0.0-preview-4",
|
|
30
30
|
"tslib": "^2.3.0",
|
|
31
31
|
"@juggle/resize-observer": "^3.4.0"
|
|
32
32
|
},
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
/* eslint-disable */
|
|
2
2
|
/* tslint:disable */
|
|
3
|
+
import { FeatureFlag } from '@heartlandone/vega';
|
|
3
4
|
import { fromEvent } from 'rxjs';
|
|
4
5
|
|
|
5
6
|
/**
|
|
@@ -41,7 +42,7 @@ export const proxyInputs = (Cmp: any, inputs: string[]) => {
|
|
|
41
42
|
* We need to consider remove the componentOnReady
|
|
42
43
|
* https://github.com/ionic-team/stencil-ds-output-targets/blob/main/packages/angular-output-target/angular-component-lib/utils.ts#L13
|
|
43
44
|
*/
|
|
44
|
-
if (this.el.classList.contains('hydrated') || shouldSkipComponentOnReady(this.el.tagName, item)) {
|
|
45
|
+
if (FeatureFlag.isEnabled('VEGA_FRAMEWORK.PREVENT_CALL_WATCH_METHOD_BEFORE_COMPONENT_LOAD') || this.el.classList.contains('hydrated') || shouldSkipComponentOnReady(this.el.tagName, item)) {
|
|
45
46
|
this.z.runOutsideAngular(() => (this.el[item] = val));
|
|
46
47
|
} else {
|
|
47
48
|
this.el.componentOnReady().then(() => {
|
|
@@ -157,13 +157,13 @@ export declare interface VegaBox extends Components.VegaBox {}
|
|
|
157
157
|
|
|
158
158
|
@ProxyCmp({
|
|
159
159
|
defineCustomElementFn: undefined,
|
|
160
|
-
inputs: ['backgroundColor', 'borderColor', 'display', 'margin', 'padding', 'shadow']
|
|
160
|
+
inputs: ['backgroundColor', 'border', 'borderColor', 'corners', 'display', 'height', 'margin', 'padding', 'responsiveClass', 'shadow', 'width']
|
|
161
161
|
})
|
|
162
162
|
@Component({
|
|
163
163
|
selector: 'vega-box',
|
|
164
164
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
165
165
|
template: '<ng-content></ng-content>',
|
|
166
|
-
inputs: ['backgroundColor', 'borderColor', 'display', 'margin', 'padding', 'shadow']
|
|
166
|
+
inputs: ['backgroundColor', 'border', 'borderColor', 'corners', 'display', 'height', 'margin', 'padding', 'responsiveClass', 'shadow', 'width']
|
|
167
167
|
})
|
|
168
168
|
export class VegaBox {
|
|
169
169
|
protected el: HTMLElement;
|
|
@@ -180,7 +180,7 @@ export declare interface VegaBreadcrumb extends Components.VegaBreadcrumb {
|
|
|
180
180
|
*/
|
|
181
181
|
vegaClick: EventEmitter<CustomEvent<IVegaBreadcrumbVegaBreadcrumbItemType>>;
|
|
182
182
|
/**
|
|
183
|
-
* An
|
|
183
|
+
* An event emitter notifying that a breadcrumb item has been clicked. @eventSemantics namespace:native
|
|
184
184
|
*/
|
|
185
185
|
click: EventEmitter<CustomEvent<IVegaBreadcrumbVegaBreadcrumbItemType>>;
|
|
186
186
|
|
|
@@ -212,7 +212,7 @@ export declare interface VegaButton extends Components.VegaButton {
|
|
|
212
212
|
*/
|
|
213
213
|
vegaClick: EventEmitter<CustomEvent<any>>;
|
|
214
214
|
/**
|
|
215
|
-
* An
|
|
215
|
+
* An event emitter notifying the click event of the button. @eventSemantics namespace:native
|
|
216
216
|
*/
|
|
217
217
|
click: EventEmitter<CustomEvent<any>>;
|
|
218
218
|
|
|
@@ -252,13 +252,13 @@ export declare interface VegaButtonCircle extends Components.VegaButtonCircle {
|
|
|
252
252
|
|
|
253
253
|
@ProxyCmp({
|
|
254
254
|
defineCustomElementFn: undefined,
|
|
255
|
-
inputs: ['danger', 'disabled', 'icon', 'iconColor', 'label', 'showTooltip', 'size', 'type', 'variant']
|
|
255
|
+
inputs: ['danger', 'disabled', 'icon', 'iconColor', 'label', 'showTooltip', 'size', 'tooltip', 'type', 'variant']
|
|
256
256
|
})
|
|
257
257
|
@Component({
|
|
258
258
|
selector: 'vega-button-circle',
|
|
259
259
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
260
260
|
template: '<ng-content></ng-content>',
|
|
261
|
-
inputs: ['danger', 'disabled', 'icon', 'iconColor', 'label', 'showTooltip', 'size', 'type', 'variant']
|
|
261
|
+
inputs: ['danger', 'disabled', 'icon', 'iconColor', 'label', 'showTooltip', 'size', 'tooltip', 'type', 'variant']
|
|
262
262
|
})
|
|
263
263
|
export class VegaButtonCircle {
|
|
264
264
|
protected el: HTMLElement;
|
|
@@ -330,7 +330,7 @@ export declare interface VegaCarousel extends Components.VegaCarousel {
|
|
|
330
330
|
*/
|
|
331
331
|
vegaPageUpdate: EventEmitter<CustomEvent<number>>;
|
|
332
332
|
/**
|
|
333
|
-
*
|
|
333
|
+
* An event emitter notifying the transition of the carousel to another page,
|
|
334
334
|
whether triggered programmatically or through user interaction. @eventSemantics namespace:native
|
|
335
335
|
*/
|
|
336
336
|
pageUpdate: EventEmitter<CustomEvent<number>>;
|
|
@@ -516,7 +516,7 @@ export declare interface VegaComboBox extends Components.VegaComboBox {
|
|
|
516
516
|
*/
|
|
517
517
|
vegaChange: EventEmitter<CustomEvent<string[]>>;
|
|
518
518
|
/**
|
|
519
|
-
* An
|
|
519
|
+
* An event emitter notifying changes in the items of the combo box value,
|
|
520
520
|
whether triggered programmatically or through user interaction. @eventSemantics namespace:native
|
|
521
521
|
*/
|
|
522
522
|
change: EventEmitter<CustomEvent<string[]>>;
|
|
@@ -530,7 +530,7 @@ The combo box _does not_ automatically add the new value to its `source` and `va
|
|
|
530
530
|
*/
|
|
531
531
|
vegaCreate: EventEmitter<CustomEvent<string>>;
|
|
532
532
|
/**
|
|
533
|
-
* An
|
|
533
|
+
* An event emitter notifying when the user has chosen to add a new value
|
|
534
534
|
to the source and value of the combo box.
|
|
535
535
|
|
|
536
536
|
The event's `detail` property contains the new value.
|
|
@@ -544,7 +544,7 @@ The combo box _does not_ automatically add the new value to its `source` and `va
|
|
|
544
544
|
*/
|
|
545
545
|
vegaSearch: EventEmitter<CustomEvent<string>>;
|
|
546
546
|
/**
|
|
547
|
-
* An
|
|
547
|
+
* An event emitter notifying the user's search action in the combo box,
|
|
548
548
|
but only if the `useDefaultFilter` property is set to `false`. @eventSemantics namespace:native
|
|
549
549
|
*/
|
|
550
550
|
search: EventEmitter<CustomEvent<string>>;
|
|
@@ -600,7 +600,7 @@ export declare interface VegaDatePicker extends Components.VegaDatePicker {
|
|
|
600
600
|
*/
|
|
601
601
|
vegaChange: EventEmitter<CustomEvent<string | string[]>>;
|
|
602
602
|
/**
|
|
603
|
-
*
|
|
603
|
+
* An event emitter notifying the change of the value in the date picker,
|
|
604
604
|
whether triggered programmatically or through user interaction. @eventSemantics namespace:native
|
|
605
605
|
*/
|
|
606
606
|
change: EventEmitter<CustomEvent<string | string[]>>;
|
|
@@ -687,7 +687,7 @@ The event's `detail` property contains the key of the clicked item. @eventSemant
|
|
|
687
687
|
*/
|
|
688
688
|
vegaShow: EventEmitter<CustomEvent<string>>;
|
|
689
689
|
/**
|
|
690
|
-
* An
|
|
690
|
+
* An event emitter notifying that the dropdown has been displayed,
|
|
691
691
|
either programmatically or via user interaction. The name is not `show` because already has a method `show`. @eventSemantics namespace:native
|
|
692
692
|
*/
|
|
693
693
|
dropdownShow: EventEmitter<CustomEvent<string>>;
|
|
@@ -697,7 +697,7 @@ The event's `detail` property contains the key of the clicked item. @eventSemant
|
|
|
697
697
|
*/
|
|
698
698
|
vegaHide: EventEmitter<CustomEvent<string>>;
|
|
699
699
|
/**
|
|
700
|
-
* An
|
|
700
|
+
* An event emitter notifying that the dropdown has been dismissed,
|
|
701
701
|
either programmatically or via user interaction. The name is not `hide` because already has a method `hide`. @eventSemantics namespace:native
|
|
702
702
|
*/
|
|
703
703
|
dropdownHide: EventEmitter<CustomEvent<string>>;
|
|
@@ -799,7 +799,7 @@ export declare interface VegaDropdownItem extends Components.VegaDropdownItem {
|
|
|
799
799
|
*/
|
|
800
800
|
vegaClick: EventEmitter<CustomEvent<IVegaDropdownItemVegaDropdownItemClickEvent>>;
|
|
801
801
|
/**
|
|
802
|
-
* An
|
|
802
|
+
* An event emitter notifying the dropdown item has been clicked. @eventSemantics namespace:native
|
|
803
803
|
*/
|
|
804
804
|
click: EventEmitter<CustomEvent<IVegaDropdownItemVegaDropdownItemClickEvent>>;
|
|
805
805
|
|
|
@@ -878,13 +878,13 @@ export declare interface VegaFlex extends Components.VegaFlex {}
|
|
|
878
878
|
|
|
879
879
|
@ProxyCmp({
|
|
880
880
|
defineCustomElementFn: undefined,
|
|
881
|
-
inputs: ['alignItems', 'direction', 'gap', 'justifyContent', 'margin']
|
|
881
|
+
inputs: ['alignItems', 'breakpoint', 'direction', 'gap', 'justifyContent', 'margin', 'useNativeFlex']
|
|
882
882
|
})
|
|
883
883
|
@Component({
|
|
884
884
|
selector: 'vega-flex',
|
|
885
885
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
886
886
|
template: '<ng-content></ng-content>',
|
|
887
|
-
inputs: ['alignItems', 'direction', 'gap', 'justifyContent', 'margin']
|
|
887
|
+
inputs: ['alignItems', 'breakpoint', 'direction', 'gap', 'justifyContent', 'margin', 'useNativeFlex']
|
|
888
888
|
})
|
|
889
889
|
export class VegaFlex {
|
|
890
890
|
protected el: HTMLElement;
|
|
@@ -1062,7 +1062,7 @@ export declare interface VegaInput extends Components.VegaInput {
|
|
|
1062
1062
|
*/
|
|
1063
1063
|
vegaChange: EventEmitter<CustomEvent<string>>;
|
|
1064
1064
|
/**
|
|
1065
|
-
* An
|
|
1065
|
+
* An event emitter notifying a value change. @eventSemantics namespace:native
|
|
1066
1066
|
*/
|
|
1067
1067
|
change: EventEmitter<CustomEvent<string>>;
|
|
1068
1068
|
/**
|
|
@@ -1070,7 +1070,7 @@ export declare interface VegaInput extends Components.VegaInput {
|
|
|
1070
1070
|
*/
|
|
1071
1071
|
vegaBlur: EventEmitter<CustomEvent<undefined>>;
|
|
1072
1072
|
/**
|
|
1073
|
-
* An
|
|
1073
|
+
* An event emitter notifying the blur of the inner input element. @eventSemantics namespace:native
|
|
1074
1074
|
*/
|
|
1075
1075
|
blur: EventEmitter<CustomEvent<undefined>>;
|
|
1076
1076
|
/**
|
|
@@ -1078,7 +1078,7 @@ export declare interface VegaInput extends Components.VegaInput {
|
|
|
1078
1078
|
*/
|
|
1079
1079
|
vegaFocus: EventEmitter<CustomEvent<undefined>>;
|
|
1080
1080
|
/**
|
|
1081
|
-
* An
|
|
1081
|
+
* An event emitter notifying the focus of the inner input element. @eventSemantics namespace:native
|
|
1082
1082
|
*/
|
|
1083
1083
|
focus: EventEmitter<CustomEvent<undefined>>;
|
|
1084
1084
|
|
|
@@ -1119,7 +1119,7 @@ export declare interface VegaInputCreditCard extends Components.VegaInputCreditC
|
|
|
1119
1119
|
*/
|
|
1120
1120
|
vegaBlur: EventEmitter<CustomEvent<undefined>>;
|
|
1121
1121
|
/**
|
|
1122
|
-
*
|
|
1122
|
+
* An event emitter notifying the blur event of the credit card element. @eventSemantics namespace:native
|
|
1123
1123
|
*/
|
|
1124
1124
|
blur: EventEmitter<CustomEvent<undefined>>;
|
|
1125
1125
|
/**
|
|
@@ -1127,7 +1127,7 @@ export declare interface VegaInputCreditCard extends Components.VegaInputCreditC
|
|
|
1127
1127
|
*/
|
|
1128
1128
|
vegaFocus: EventEmitter<CustomEvent<undefined>>;
|
|
1129
1129
|
/**
|
|
1130
|
-
*
|
|
1130
|
+
* An event emitter notifying the focus of the credit card element. @eventSemantics namespace:native
|
|
1131
1131
|
*/
|
|
1132
1132
|
focus: EventEmitter<CustomEvent<undefined>>;
|
|
1133
1133
|
|
|
@@ -1160,7 +1160,7 @@ export declare interface VegaInputSelect extends Components.VegaInputSelect {
|
|
|
1160
1160
|
*/
|
|
1161
1161
|
vegaChange: EventEmitter<CustomEvent<IVegaInputSelectSelectValueType<IVegaInputSelectSelectType>>>;
|
|
1162
1162
|
/**
|
|
1163
|
-
* An
|
|
1163
|
+
* An event emitter notifying the change of the select value. @eventSemantics namespace:native
|
|
1164
1164
|
*/
|
|
1165
1165
|
change: EventEmitter<CustomEvent<IVegaInputSelectSelectValueType<IVegaInputSelectSelectType>>>;
|
|
1166
1166
|
/**
|
|
@@ -1201,7 +1201,7 @@ export declare interface VegaItemToggle extends Components.VegaItemToggle {
|
|
|
1201
1201
|
*/
|
|
1202
1202
|
vegaToggleStatus: EventEmitter<CustomEvent<boolean>>;
|
|
1203
1203
|
/**
|
|
1204
|
-
*
|
|
1204
|
+
* An event emitter notifying an item toggle event. @eventSemantics namespace:native
|
|
1205
1205
|
*/
|
|
1206
1206
|
toggleStatus: EventEmitter<CustomEvent<boolean>>;
|
|
1207
1207
|
|
|
@@ -1233,7 +1233,7 @@ export declare interface VegaLeftNav extends Components.VegaLeftNav {
|
|
|
1233
1233
|
*/
|
|
1234
1234
|
vegaStateUpdate: EventEmitter<CustomEvent<string>>;
|
|
1235
1235
|
/**
|
|
1236
|
-
*
|
|
1236
|
+
* An event emitter notifying that the left-nav's open state has changed. @eventSemantics namespace:native
|
|
1237
1237
|
*/
|
|
1238
1238
|
stateUpdate: EventEmitter<CustomEvent<string>>;
|
|
1239
1239
|
|
|
@@ -1266,7 +1266,7 @@ export declare interface VegaLeftNavGroup extends Components.VegaLeftNavGroup {
|
|
|
1266
1266
|
*/
|
|
1267
1267
|
vegaGroupClick: EventEmitter<CustomEvent<string>>;
|
|
1268
1268
|
/**
|
|
1269
|
-
*
|
|
1269
|
+
* An event emitter used for notifying consumers the click event @eventSemantics namespace:native
|
|
1270
1270
|
*/
|
|
1271
1271
|
groupClick: EventEmitter<CustomEvent<string>>;
|
|
1272
1272
|
|
|
@@ -1421,7 +1421,7 @@ export declare interface VegaModal extends Components.VegaModal {
|
|
|
1421
1421
|
*/
|
|
1422
1422
|
vegaOpen: EventEmitter<CustomEvent<any>>;
|
|
1423
1423
|
/**
|
|
1424
|
-
* An
|
|
1424
|
+
* An event emitter notifying the modal open event. The event name is not `open` because already has a property `open` @eventSemantics namespace:native
|
|
1425
1425
|
*/
|
|
1426
1426
|
modalOpen: EventEmitter<CustomEvent<any>>;
|
|
1427
1427
|
|
|
@@ -1580,7 +1580,7 @@ export declare interface VegaPopover extends Components.VegaPopover {
|
|
|
1580
1580
|
*/
|
|
1581
1581
|
vegaPopoverShow: EventEmitter<CustomEvent<string>>;
|
|
1582
1582
|
/**
|
|
1583
|
-
*
|
|
1583
|
+
* An event emitter notifying the popover show event. @eventSemantics namespace:native
|
|
1584
1584
|
*/
|
|
1585
1585
|
popoverShow: EventEmitter<CustomEvent<string>>;
|
|
1586
1586
|
/**
|
|
@@ -1588,7 +1588,7 @@ export declare interface VegaPopover extends Components.VegaPopover {
|
|
|
1588
1588
|
*/
|
|
1589
1589
|
vegaPopoverHide: EventEmitter<CustomEvent<string>>;
|
|
1590
1590
|
/**
|
|
1591
|
-
*
|
|
1591
|
+
* An event emitter notifying the popover hide event. @eventSemantics namespace:native
|
|
1592
1592
|
*/
|
|
1593
1593
|
popoverHide: EventEmitter<CustomEvent<string>>;
|
|
1594
1594
|
|
|
@@ -1640,7 +1640,7 @@ export declare interface VegaProgressTracker extends Components.VegaProgressTrac
|
|
|
1640
1640
|
*/
|
|
1641
1641
|
vegaCurrentStepUpdate: EventEmitter<CustomEvent<string>>;
|
|
1642
1642
|
/**
|
|
1643
|
-
*
|
|
1643
|
+
* An event emitter notifying that the current step has changed. @eventSemantics namespace:native
|
|
1644
1644
|
*/
|
|
1645
1645
|
currentStepUpdate: EventEmitter<CustomEvent<string>>;
|
|
1646
1646
|
|
|
@@ -1809,7 +1809,7 @@ export declare interface VegaTabGroup extends Components.VegaTabGroup {
|
|
|
1809
1809
|
*/
|
|
1810
1810
|
vegaClick: EventEmitter<CustomEvent<string>>;
|
|
1811
1811
|
/**
|
|
1812
|
-
*
|
|
1812
|
+
* An event emitter notifying the click event of a tab
|
|
1813
1813
|
in the tab group. @eventSemantics namespace:native
|
|
1814
1814
|
*/
|
|
1815
1815
|
click: EventEmitter<CustomEvent<string>>;
|
|
@@ -2210,7 +2210,7 @@ export declare interface VegaToggleSwitch extends Components.VegaToggleSwitch {
|
|
|
2210
2210
|
*/
|
|
2211
2211
|
vegaChange: EventEmitter<CustomEvent<boolean>>;
|
|
2212
2212
|
/**
|
|
2213
|
-
* An
|
|
2213
|
+
* An event emitter notifying changes in the toggle switch. @eventSemantics namespace:native
|
|
2214
2214
|
*/
|
|
2215
2215
|
change: EventEmitter<CustomEvent<boolean>>;
|
|
2216
2216
|
|
|
@@ -2240,13 +2240,13 @@ export declare interface VegaTooltip extends Components.VegaTooltip {}
|
|
|
2240
2240
|
|
|
2241
2241
|
@ProxyCmp({
|
|
2242
2242
|
defineCustomElementFn: undefined,
|
|
2243
|
-
inputs: ['alignment', 'content', 'maxWidth', 'minWidth', 'placement', 'positionRelativeTo', 'size', 'trigger']
|
|
2243
|
+
inputs: ['alignment', 'content', 'disableInteractive', 'maxWidth', 'minWidth', 'placement', 'positionRelativeTo', 'size', 'trigger']
|
|
2244
2244
|
})
|
|
2245
2245
|
@Component({
|
|
2246
2246
|
selector: 'vega-tooltip',
|
|
2247
2247
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2248
2248
|
template: '<ng-content></ng-content>',
|
|
2249
|
-
inputs: ['alignment', 'content', 'maxWidth', 'minWidth', 'placement', 'positionRelativeTo', 'size', 'trigger']
|
|
2249
|
+
inputs: ['alignment', 'content', 'disableInteractive', 'maxWidth', 'minWidth', 'placement', 'positionRelativeTo', 'size', 'trigger']
|
|
2250
2250
|
})
|
|
2251
2251
|
export class VegaTooltip {
|
|
2252
2252
|
protected el: HTMLElement;
|