@heartlandone/vega-angular 1.25.0 → 1.26.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 +2 -2
- package/dist/esm2020/lib/stencil-generated/components.mjs +64 -10
- package/dist/fesm2015/heartlandone-vega-angular.mjs +63 -11
- package/dist/fesm2015/heartlandone-vega-angular.mjs.map +1 -1
- package/dist/fesm2020/heartlandone-vega-angular.mjs +63 -11
- package/dist/fesm2020/heartlandone-vega-angular.mjs.map +1 -1
- package/dist/lib/components-module.d.ts +1 -1
- package/dist/lib/stencil-generated/components.d.ts +38 -4
- package/dist/package.json +2 -2
- package/package.json +2 -2
- package/src/lib/stencil-generated/components.ts +70 -6
|
@@ -344,11 +344,11 @@ let VegaCard = class VegaCard {
|
|
|
344
344
|
}
|
|
345
345
|
};
|
|
346
346
|
VegaCard.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
347
|
-
VegaCard.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaCard, selector: "vega-card", inputs: { backgroundColor: "backgroundColor", margin: "margin", padding: "padding", shadow: "shadow" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
347
|
+
VegaCard.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaCard, selector: "vega-card", inputs: { backgroundColor: "backgroundColor", margin: "margin", padding: "padding", shadow: "shadow", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
348
348
|
VegaCard = __decorate([
|
|
349
349
|
ProxyCmp({
|
|
350
350
|
defineCustomElementFn: undefined,
|
|
351
|
-
inputs: ['backgroundColor', 'margin', 'padding', 'shadow']
|
|
351
|
+
inputs: ['backgroundColor', 'margin', 'padding', 'shadow', 'variant']
|
|
352
352
|
})
|
|
353
353
|
], VegaCard);
|
|
354
354
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaCard, decorators: [{
|
|
@@ -357,7 +357,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImpor
|
|
|
357
357
|
selector: 'vega-card',
|
|
358
358
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
359
359
|
template: '<ng-content></ng-content>',
|
|
360
|
-
inputs: ['backgroundColor', 'margin', 'padding', 'shadow']
|
|
360
|
+
inputs: ['backgroundColor', 'margin', 'padding', 'shadow', 'variant']
|
|
361
361
|
}]
|
|
362
362
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
363
363
|
let VegaCarousel = class VegaCarousel {
|
|
@@ -767,11 +767,11 @@ let VegaIcon = class VegaIcon {
|
|
|
767
767
|
}
|
|
768
768
|
};
|
|
769
769
|
VegaIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
770
|
-
VegaIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaIcon, selector: "vega-icon", inputs: { icon: "icon", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
770
|
+
VegaIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaIcon, selector: "vega-icon", inputs: { color: "color", icon: "icon", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
771
771
|
VegaIcon = __decorate([
|
|
772
772
|
ProxyCmp({
|
|
773
773
|
defineCustomElementFn: undefined,
|
|
774
|
-
inputs: ['icon', 'size']
|
|
774
|
+
inputs: ['color', 'icon', 'size']
|
|
775
775
|
})
|
|
776
776
|
], VegaIcon);
|
|
777
777
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaIcon, decorators: [{
|
|
@@ -780,7 +780,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImpor
|
|
|
780
780
|
selector: 'vega-icon',
|
|
781
781
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
782
782
|
template: '<ng-content></ng-content>',
|
|
783
|
-
inputs: ['icon', 'size']
|
|
783
|
+
inputs: ['color', 'icon', 'size']
|
|
784
784
|
}]
|
|
785
785
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
786
786
|
let VegaImageUploader = class VegaImageUploader {
|
|
@@ -835,6 +835,32 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImpor
|
|
|
835
835
|
inputs: ['autoValidation', 'autocomplete', 'disabled', 'email', 'formValidation', 'hint', 'isValid', 'label', 'maskConfig', 'max', 'maxLength', 'min', 'minLength', 'placeholder', 'prefixIcon', 'required', 'showClearIcon', 'size', 'type', 'validationRules', 'value']
|
|
836
836
|
}]
|
|
837
837
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
838
|
+
let VegaInputCreditCard = class VegaInputCreditCard {
|
|
839
|
+
constructor(c, r, z) {
|
|
840
|
+
this.z = z;
|
|
841
|
+
c.detach();
|
|
842
|
+
this.el = r.nativeElement;
|
|
843
|
+
proxyOutputs(this, this.el, ['vegaValidate', 'vegaChange', 'vegaBlur', 'vegaFocus']);
|
|
844
|
+
}
|
|
845
|
+
};
|
|
846
|
+
VegaInputCreditCard.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaInputCreditCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
847
|
+
VegaInputCreditCard.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaInputCreditCard, selector: "vega-input-credit-card", inputs: { autoValidation: "autoValidation", disabled: "disabled", hideCardNumberOnBlur: "hideCardNumberOnBlur", hint: "hint", isValid: "isValid", label: "label", placeholder: "placeholder", required: "required", size: "size", validationRules: "validationRules", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
848
|
+
VegaInputCreditCard = __decorate([
|
|
849
|
+
ProxyCmp({
|
|
850
|
+
defineCustomElementFn: undefined,
|
|
851
|
+
inputs: ['autoValidation', 'disabled', 'hideCardNumberOnBlur', 'hint', 'isValid', 'label', 'placeholder', 'required', 'size', 'validationRules', 'value'],
|
|
852
|
+
methods: ['valid']
|
|
853
|
+
})
|
|
854
|
+
], VegaInputCreditCard);
|
|
855
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaInputCreditCard, decorators: [{
|
|
856
|
+
type: Component,
|
|
857
|
+
args: [{
|
|
858
|
+
selector: 'vega-input-credit-card',
|
|
859
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
860
|
+
template: '<ng-content></ng-content>',
|
|
861
|
+
inputs: ['autoValidation', 'disabled', 'hideCardNumberOnBlur', 'hint', 'isValid', 'label', 'placeholder', 'required', 'size', 'validationRules', 'value']
|
|
862
|
+
}]
|
|
863
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
838
864
|
let VegaInputSelect = class VegaInputSelect {
|
|
839
865
|
constructor(c, r, z) {
|
|
840
866
|
this.z = z;
|
|
@@ -1239,6 +1265,30 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImpor
|
|
|
1239
1265
|
inputs: ['gap', 'positionRelativeTo', 'selectedTabDataTarget', 'showCloseButton', 'tabItems']
|
|
1240
1266
|
}]
|
|
1241
1267
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1268
|
+
let VegaTabGroupPanel = class VegaTabGroupPanel {
|
|
1269
|
+
constructor(c, r, z) {
|
|
1270
|
+
this.z = z;
|
|
1271
|
+
c.detach();
|
|
1272
|
+
this.el = r.nativeElement;
|
|
1273
|
+
}
|
|
1274
|
+
};
|
|
1275
|
+
VegaTabGroupPanel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaTabGroupPanel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1276
|
+
VegaTabGroupPanel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaTabGroupPanel, selector: "vega-tab-group-panel", inputs: { isActive: "isActive" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1277
|
+
VegaTabGroupPanel = __decorate([
|
|
1278
|
+
ProxyCmp({
|
|
1279
|
+
defineCustomElementFn: undefined,
|
|
1280
|
+
inputs: ['isActive']
|
|
1281
|
+
})
|
|
1282
|
+
], VegaTabGroupPanel);
|
|
1283
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaTabGroupPanel, decorators: [{
|
|
1284
|
+
type: Component,
|
|
1285
|
+
args: [{
|
|
1286
|
+
selector: 'vega-tab-group-panel',
|
|
1287
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1288
|
+
template: '<ng-content></ng-content>',
|
|
1289
|
+
inputs: ['isActive']
|
|
1290
|
+
}]
|
|
1291
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1242
1292
|
let VegaTable = class VegaTable {
|
|
1243
1293
|
constructor(c, r, z) {
|
|
1244
1294
|
this.z = z;
|
|
@@ -1398,11 +1448,11 @@ let VegaVirtualScroll = class VegaVirtualScroll {
|
|
|
1398
1448
|
}
|
|
1399
1449
|
};
|
|
1400
1450
|
VegaVirtualScroll.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaVirtualScroll, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1401
|
-
VegaVirtualScroll.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaVirtualScroll, selector: "vega-virtual-scroll", inputs: { approxItemHeight: "approxItemHeight", renderItem: "renderItem", source: "source", thresholdOfWork: "thresholdOfWork", viewportMaxHeight: "viewportMaxHeight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1451
|
+
VegaVirtualScroll.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaVirtualScroll, selector: "vega-virtual-scroll", inputs: { approxItemHeight: "approxItemHeight", renderItem: "renderItem", source: "source", sourceItemIdentifier: "sourceItemIdentifier", thresholdOfWork: "thresholdOfWork", viewportMaxHeight: "viewportMaxHeight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1402
1452
|
VegaVirtualScroll = __decorate([
|
|
1403
1453
|
ProxyCmp({
|
|
1404
1454
|
defineCustomElementFn: undefined,
|
|
1405
|
-
inputs: ['approxItemHeight', 'renderItem', 'source', 'thresholdOfWork', 'viewportMaxHeight'],
|
|
1455
|
+
inputs: ['approxItemHeight', 'renderItem', 'source', 'sourceItemIdentifier', 'thresholdOfWork', 'viewportMaxHeight'],
|
|
1406
1456
|
methods: ['scrollToIndex']
|
|
1407
1457
|
})
|
|
1408
1458
|
], VegaVirtualScroll);
|
|
@@ -1412,7 +1462,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImpor
|
|
|
1412
1462
|
selector: 'vega-virtual-scroll',
|
|
1413
1463
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1414
1464
|
template: '<ng-content></ng-content>',
|
|
1415
|
-
inputs: ['approxItemHeight', 'renderItem', 'source', 'thresholdOfWork', 'viewportMaxHeight']
|
|
1465
|
+
inputs: ['approxItemHeight', 'renderItem', 'source', 'sourceItemIdentifier', 'thresholdOfWork', 'viewportMaxHeight']
|
|
1416
1466
|
}]
|
|
1417
1467
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1418
1468
|
var VegaComponents = [
|
|
@@ -1444,6 +1494,7 @@ var VegaComponents = [
|
|
|
1444
1494
|
VegaIcon,
|
|
1445
1495
|
VegaImageUploader,
|
|
1446
1496
|
VegaInput,
|
|
1497
|
+
VegaInputCreditCard,
|
|
1447
1498
|
VegaInputSelect,
|
|
1448
1499
|
VegaItemToggle,
|
|
1449
1500
|
VegaLoadingIndicator,
|
|
@@ -1460,6 +1511,7 @@ var VegaComponents = [
|
|
|
1460
1511
|
VegaSidenavLink,
|
|
1461
1512
|
VegaStepper,
|
|
1462
1513
|
VegaTabGroup,
|
|
1514
|
+
VegaTabGroupPanel,
|
|
1463
1515
|
VegaTable,
|
|
1464
1516
|
VegaText,
|
|
1465
1517
|
VegaTextarea,
|
|
@@ -1475,7 +1527,7 @@ class VegaComponentModule {
|
|
|
1475
1527
|
}
|
|
1476
1528
|
}
|
|
1477
1529
|
VegaComponentModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaComponentModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1478
|
-
VegaComponentModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaComponentModule, declarations: [VegaAccordion, VegaAppFooter, VegaAppHeaderButton, VegaBadge, VegaBanner, VegaButton, VegaButtonCircle, VegaButtonLink, VegaCard, VegaCarousel, VegaCheckbox, VegaCheckboxGroup, VegaChip, VegaColorPicker, VegaComboBox, VegaCounterBadge, VegaDatePicker, VegaDialog, VegaDropdown, VegaFieldLabel, VegaFlex, VegaFooter, VegaForm, VegaGrid, VegaHeader, VegaIcon, VegaImageUploader, VegaInput, VegaInputSelect, VegaItemToggle, VegaLoadingIndicator, VegaModal, VegaOption, VegaPageNotification, VegaPagination, VegaPopover, VegaProgressTracker, VegaRadio, VegaRadioGroup, VegaSidenav, VegaSidenavGroup, VegaSidenavLink, VegaStepper, VegaTabGroup, VegaTable, VegaText, VegaTextarea, VegaTimePicker, VegaToggleSwitch, VegaTooltip, VegaVirtualScroll, TextValueAccessor, ValueAccessor], exports: [VegaAccordion, VegaAppFooter, VegaAppHeaderButton, VegaBadge, VegaBanner, VegaButton, VegaButtonCircle, VegaButtonLink, VegaCard, VegaCarousel, VegaCheckbox, VegaCheckboxGroup, VegaChip, VegaColorPicker, VegaComboBox, VegaCounterBadge, VegaDatePicker, VegaDialog, VegaDropdown, VegaFieldLabel, VegaFlex, VegaFooter, VegaForm, VegaGrid, VegaHeader, VegaIcon, VegaImageUploader, VegaInput, VegaInputSelect, VegaItemToggle, VegaLoadingIndicator, VegaModal, VegaOption, VegaPageNotification, VegaPagination, VegaPopover, VegaProgressTracker, VegaRadio, VegaRadioGroup, VegaSidenav, VegaSidenavGroup, VegaSidenavLink, VegaStepper, VegaTabGroup, VegaTable, VegaText, VegaTextarea, VegaTimePicker, VegaToggleSwitch, VegaTooltip, VegaVirtualScroll, TextValueAccessor, ValueAccessor] });
|
|
1530
|
+
VegaComponentModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaComponentModule, declarations: [VegaAccordion, VegaAppFooter, VegaAppHeaderButton, VegaBadge, VegaBanner, VegaButton, VegaButtonCircle, VegaButtonLink, VegaCard, VegaCarousel, VegaCheckbox, VegaCheckboxGroup, VegaChip, VegaColorPicker, VegaComboBox, VegaCounterBadge, VegaDatePicker, VegaDialog, VegaDropdown, VegaFieldLabel, VegaFlex, VegaFooter, VegaForm, VegaGrid, VegaHeader, VegaIcon, VegaImageUploader, VegaInput, VegaInputCreditCard, VegaInputSelect, VegaItemToggle, VegaLoadingIndicator, VegaModal, VegaOption, VegaPageNotification, VegaPagination, VegaPopover, VegaProgressTracker, VegaRadio, VegaRadioGroup, VegaSidenav, VegaSidenavGroup, VegaSidenavLink, VegaStepper, VegaTabGroup, VegaTabGroupPanel, VegaTable, VegaText, VegaTextarea, VegaTimePicker, VegaToggleSwitch, VegaTooltip, VegaVirtualScroll, TextValueAccessor, ValueAccessor], exports: [VegaAccordion, VegaAppFooter, VegaAppHeaderButton, VegaBadge, VegaBanner, VegaButton, VegaButtonCircle, VegaButtonLink, VegaCard, VegaCarousel, VegaCheckbox, VegaCheckboxGroup, VegaChip, VegaColorPicker, VegaComboBox, VegaCounterBadge, VegaDatePicker, VegaDialog, VegaDropdown, VegaFieldLabel, VegaFlex, VegaFooter, VegaForm, VegaGrid, VegaHeader, VegaIcon, VegaImageUploader, VegaInput, VegaInputCreditCard, VegaInputSelect, VegaItemToggle, VegaLoadingIndicator, VegaModal, VegaOption, VegaPageNotification, VegaPagination, VegaPopover, VegaProgressTracker, VegaRadio, VegaRadioGroup, VegaSidenav, VegaSidenavGroup, VegaSidenavLink, VegaStepper, VegaTabGroup, VegaTabGroupPanel, VegaTable, VegaText, VegaTextarea, VegaTimePicker, VegaToggleSwitch, VegaTooltip, VegaVirtualScroll, TextValueAccessor, ValueAccessor] });
|
|
1479
1531
|
VegaComponentModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaComponentModule, imports: [[]] });
|
|
1480
1532
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaComponentModule, decorators: [{
|
|
1481
1533
|
type: NgModule,
|
|
@@ -1494,5 +1546,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImpor
|
|
|
1494
1546
|
* Generated bundle index. Do not edit.
|
|
1495
1547
|
*/
|
|
1496
1548
|
|
|
1497
|
-
export { TextValueAccessor, ValueAccessor, VegaAccordion, VegaAppFooter, VegaAppHeaderButton, VegaBadge, VegaBanner, VegaButton, VegaButtonCircle, VegaButtonLink, VegaCard, VegaCarousel, VegaCheckbox, VegaCheckboxGroup, VegaChip, VegaColorPicker, VegaComboBox, VegaComponentModule, VegaCounterBadge, VegaDatePicker, VegaDialog, VegaDropdown, VegaFieldLabel, VegaFlex, VegaFooter, VegaForm, VegaGrid, VegaHeader, VegaIcon, VegaImageUploader, VegaInput, VegaInputSelect, VegaItemToggle, VegaLoadingIndicator, VegaModal, VegaOption, VegaPageNotification, VegaPagination, VegaPopover, VegaProgressTracker, VegaRadio, VegaRadioGroup, VegaSidenav, VegaSidenavGroup, VegaSidenavLink, VegaStepper, VegaTabGroup, VegaTable, VegaText, VegaTextarea, VegaTimePicker, VegaToggleSwitch, VegaTooltip, VegaVirtualScroll };
|
|
1549
|
+
export { TextValueAccessor, ValueAccessor, VegaAccordion, VegaAppFooter, VegaAppHeaderButton, VegaBadge, VegaBanner, VegaButton, VegaButtonCircle, VegaButtonLink, VegaCard, VegaCarousel, VegaCheckbox, VegaCheckboxGroup, VegaChip, VegaColorPicker, VegaComboBox, VegaComponentModule, VegaCounterBadge, VegaDatePicker, VegaDialog, VegaDropdown, VegaFieldLabel, VegaFlex, VegaFooter, VegaForm, VegaGrid, VegaHeader, VegaIcon, VegaImageUploader, VegaInput, VegaInputCreditCard, VegaInputSelect, VegaItemToggle, VegaLoadingIndicator, VegaModal, VegaOption, VegaPageNotification, VegaPagination, VegaPopover, VegaProgressTracker, VegaRadio, VegaRadioGroup, VegaSidenav, VegaSidenavGroup, VegaSidenavLink, VegaStepper, VegaTabGroup, VegaTabGroupPanel, VegaTable, VegaText, VegaTextarea, VegaTimePicker, VegaToggleSwitch, VegaTooltip, VegaVirtualScroll };
|
|
1498
1550
|
//# sourceMappingURL=heartlandone-vega-angular.mjs.map
|