@heartlandone/vega-angular 2.44.0 → 2.45.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 +13 -13
- package/dist/fesm2015/heartlandone-vega-angular.mjs +12 -12
- package/dist/fesm2015/heartlandone-vega-angular.mjs.map +1 -1
- package/dist/fesm2020/heartlandone-vega-angular.mjs +12 -12
- package/dist/fesm2020/heartlandone-vega-angular.mjs.map +1 -1
- package/dist/lib/stencil-generated/components.d.ts +4 -4
- package/dist/package.json +2 -2
- package/package.json +2 -2
- package/src/lib/stencil-generated/components.ts +8 -8
|
@@ -1414,11 +1414,11 @@ let VegaLeftNavGroup = class VegaLeftNavGroup {
|
|
|
1414
1414
|
}
|
|
1415
1415
|
};
|
|
1416
1416
|
VegaLeftNavGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaLeftNavGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1417
|
-
VegaLeftNavGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaLeftNavGroup, selector: "vega-left-nav-group", inputs: { icon: "icon", label: "label", openByDefault: "openByDefault" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1417
|
+
VegaLeftNavGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaLeftNavGroup, selector: "vega-left-nav-group", inputs: { icon: "icon", itemKey: "itemKey", label: "label", openByDefault: "openByDefault" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1418
1418
|
VegaLeftNavGroup = __decorate([
|
|
1419
1419
|
ProxyCmp({
|
|
1420
1420
|
defineCustomElementFn: undefined,
|
|
1421
|
-
inputs: ['icon', 'label', 'openByDefault']
|
|
1421
|
+
inputs: ['icon', 'itemKey', 'label', 'openByDefault']
|
|
1422
1422
|
})
|
|
1423
1423
|
], VegaLeftNavGroup);
|
|
1424
1424
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaLeftNavGroup, decorators: [{
|
|
@@ -1427,7 +1427,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImpor
|
|
|
1427
1427
|
selector: 'vega-left-nav-group',
|
|
1428
1428
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1429
1429
|
template: '<ng-content></ng-content>',
|
|
1430
|
-
inputs: ['icon', 'label', 'openByDefault']
|
|
1430
|
+
inputs: ['icon', 'itemKey', 'label', 'openByDefault']
|
|
1431
1431
|
}]
|
|
1432
1432
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1433
1433
|
let VegaLeftNavLink = class VegaLeftNavLink {
|
|
@@ -1439,11 +1439,11 @@ let VegaLeftNavLink = class VegaLeftNavLink {
|
|
|
1439
1439
|
}
|
|
1440
1440
|
};
|
|
1441
1441
|
VegaLeftNavLink.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaLeftNavLink, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1442
|
-
VegaLeftNavLink.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaLeftNavLink, selector: "vega-left-nav-link", inputs: { counterBadge: "counterBadge", customSelectionEnabled: "customSelectionEnabled", icon: "icon", selected: "selected", url: "url" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1442
|
+
VegaLeftNavLink.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaLeftNavLink, selector: "vega-left-nav-link", inputs: { counterBadge: "counterBadge", customSelectionEnabled: "customSelectionEnabled", icon: "icon", itemKey: "itemKey", selected: "selected", url: "url" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1443
1443
|
VegaLeftNavLink = __decorate([
|
|
1444
1444
|
ProxyCmp({
|
|
1445
1445
|
defineCustomElementFn: undefined,
|
|
1446
|
-
inputs: ['counterBadge', 'customSelectionEnabled', 'icon', 'selected', 'url']
|
|
1446
|
+
inputs: ['counterBadge', 'customSelectionEnabled', 'icon', 'itemKey', 'selected', 'url']
|
|
1447
1447
|
})
|
|
1448
1448
|
], VegaLeftNavLink);
|
|
1449
1449
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaLeftNavLink, decorators: [{
|
|
@@ -1452,7 +1452,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImpor
|
|
|
1452
1452
|
selector: 'vega-left-nav-link',
|
|
1453
1453
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1454
1454
|
template: '<ng-content></ng-content>',
|
|
1455
|
-
inputs: ['counterBadge', 'customSelectionEnabled', 'icon', 'selected', 'url']
|
|
1455
|
+
inputs: ['counterBadge', 'customSelectionEnabled', 'icon', 'itemKey', 'selected', 'url']
|
|
1456
1456
|
}]
|
|
1457
1457
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1458
1458
|
let VegaLeftNavSection = class VegaLeftNavSection {
|
|
@@ -1464,11 +1464,11 @@ let VegaLeftNavSection = class VegaLeftNavSection {
|
|
|
1464
1464
|
}
|
|
1465
1465
|
};
|
|
1466
1466
|
VegaLeftNavSection.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaLeftNavSection, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1467
|
-
VegaLeftNavSection.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaLeftNavSection, selector: "vega-left-nav-section", inputs: { sectionHeader: "sectionHeader" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1467
|
+
VegaLeftNavSection.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaLeftNavSection, selector: "vega-left-nav-section", inputs: { itemKey: "itemKey", sectionHeader: "sectionHeader" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1468
1468
|
VegaLeftNavSection = __decorate([
|
|
1469
1469
|
ProxyCmp({
|
|
1470
1470
|
defineCustomElementFn: undefined,
|
|
1471
|
-
inputs: ['sectionHeader']
|
|
1471
|
+
inputs: ['itemKey', 'sectionHeader']
|
|
1472
1472
|
})
|
|
1473
1473
|
], VegaLeftNavSection);
|
|
1474
1474
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaLeftNavSection, decorators: [{
|
|
@@ -1477,7 +1477,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImpor
|
|
|
1477
1477
|
selector: 'vega-left-nav-section',
|
|
1478
1478
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1479
1479
|
template: '<ng-content></ng-content>',
|
|
1480
|
-
inputs: ['sectionHeader']
|
|
1480
|
+
inputs: ['itemKey', 'sectionHeader']
|
|
1481
1481
|
}]
|
|
1482
1482
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1483
1483
|
let VegaLineChart = class VegaLineChart {
|
|
@@ -2256,11 +2256,11 @@ let VegaSkeleton = class VegaSkeleton {
|
|
|
2256
2256
|
}
|
|
2257
2257
|
};
|
|
2258
2258
|
VegaSkeleton.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaSkeleton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2259
|
-
VegaSkeleton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaSkeleton, selector: "vega-skeleton", inputs: { animated: "animated", height: "height", type: "type", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2259
|
+
VegaSkeleton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaSkeleton, selector: "vega-skeleton", inputs: { animated: "animated", corners: "corners", height: "height", type: "type", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2260
2260
|
VegaSkeleton = __decorate([
|
|
2261
2261
|
ProxyCmp({
|
|
2262
2262
|
defineCustomElementFn: undefined,
|
|
2263
|
-
inputs: ['animated', 'height', 'type', 'width']
|
|
2263
|
+
inputs: ['animated', 'corners', 'height', 'type', 'width']
|
|
2264
2264
|
})
|
|
2265
2265
|
], VegaSkeleton);
|
|
2266
2266
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaSkeleton, decorators: [{
|
|
@@ -2269,7 +2269,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImpor
|
|
|
2269
2269
|
selector: 'vega-skeleton',
|
|
2270
2270
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2271
2271
|
template: '<ng-content></ng-content>',
|
|
2272
|
-
inputs: ['animated', 'height', 'type', 'width']
|
|
2272
|
+
inputs: ['animated', 'corners', 'height', 'type', 'width']
|
|
2273
2273
|
}]
|
|
2274
2274
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2275
2275
|
let VegaSlotContainer = class VegaSlotContainer {
|