@heartlandone/vega-angular 2.0.0-preview-1 → 2.0.0-preview-3
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/angular-component-lib/utils.mjs +3 -2
- package/dist/esm2020/lib/stencil-generated/components.mjs +54 -218
- package/dist/fesm2015/heartlandone-vega-angular.mjs +57 -215
- package/dist/fesm2015/heartlandone-vega-angular.mjs.map +1 -1
- package/dist/fesm2020/heartlandone-vega-angular.mjs +57 -215
- 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 +11 -130
- 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 +43 -252
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { Directive, HostListener, Component, ChangeDetectionStrategy, NgModule } from '@angular/core';
|
|
3
3
|
import { NG_VALUE_ACCESSOR } from '@angular/forms';
|
|
4
|
-
import { VegaEventManager, VegaEnvManager, FrameworkEnum
|
|
4
|
+
import { VegaEventManager, FeatureFlag, VegaEnvManager, FrameworkEnum } from '@heartlandone/vega';
|
|
5
5
|
import { __decorate } from 'tslib';
|
|
6
6
|
import { fromEvent } from 'rxjs';
|
|
7
7
|
import { defineCustomElements } from '@heartlandone/vega/loader';
|
|
@@ -120,7 +120,7 @@ const proxyInputs = (Cmp, inputs) => {
|
|
|
120
120
|
* We need to consider remove the componentOnReady
|
|
121
121
|
* https://github.com/ionic-team/stencil-ds-output-targets/blob/main/packages/angular-output-target/angular-component-lib/utils.ts#L13
|
|
122
122
|
*/
|
|
123
|
-
if (this.el.classList.contains('hydrated') || shouldSkipComponentOnReady(this.el.tagName, item)) {
|
|
123
|
+
if (FeatureFlag.isEnabled('VEGA_FRAMEWORK.PREVENT_CALL_WATCH_METHOD_BEFORE_COMPONENT_LOAD') || this.el.classList.contains('hydrated') || shouldSkipComponentOnReady(this.el.tagName, item)) {
|
|
124
124
|
this.z.runOutsideAngular(() => (this.el[item] = val));
|
|
125
125
|
}
|
|
126
126
|
else {
|
|
@@ -268,30 +268,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImpor
|
|
|
268
268
|
inputs: ['color', 'duration', 'visible']
|
|
269
269
|
}]
|
|
270
270
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
271
|
-
let VegaBadge = class VegaBadge {
|
|
272
|
-
constructor(c, r, z) {
|
|
273
|
-
this.z = z;
|
|
274
|
-
c.detach();
|
|
275
|
-
this.el = r.nativeElement;
|
|
276
|
-
}
|
|
277
|
-
};
|
|
278
|
-
VegaBadge.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: VegaBadge, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
279
|
-
VegaBadge.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.7", type: VegaBadge, selector: "vega-badge", inputs: { bgColor: "bgColor", size: "size", text: "text", textColor: "textColor" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
280
|
-
VegaBadge = __decorate([
|
|
281
|
-
ProxyCmp({
|
|
282
|
-
defineCustomElementFn: undefined,
|
|
283
|
-
inputs: ['bgColor', 'size', 'text', 'textColor']
|
|
284
|
-
})
|
|
285
|
-
], VegaBadge);
|
|
286
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: VegaBadge, decorators: [{
|
|
287
|
-
type: Component,
|
|
288
|
-
args: [{
|
|
289
|
-
selector: 'vega-badge',
|
|
290
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
291
|
-
template: '<ng-content></ng-content>',
|
|
292
|
-
inputs: ['bgColor', 'size', 'text', 'textColor']
|
|
293
|
-
}]
|
|
294
|
-
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
295
271
|
let VegaBarChart = class VegaBarChart {
|
|
296
272
|
constructor(c, r, z) {
|
|
297
273
|
this.z = z;
|
|
@@ -324,11 +300,11 @@ let VegaBox = class VegaBox {
|
|
|
324
300
|
}
|
|
325
301
|
};
|
|
326
302
|
VegaBox.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: VegaBox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
327
|
-
VegaBox.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.7", type: VegaBox, selector: "vega-box", inputs: { display: "display", margin: "margin", padding: "padding" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
303
|
+
VegaBox.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.7", type: VegaBox, selector: "vega-box", inputs: { backgroundColor: "backgroundColor", border: "border", borderColor: "borderColor", corners: "corners", display: "display", height: "height", margin: "margin", padding: "padding", responsiveClass: "responsiveClass", shadow: "shadow", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
328
304
|
VegaBox = __decorate([
|
|
329
305
|
ProxyCmp({
|
|
330
306
|
defineCustomElementFn: undefined,
|
|
331
|
-
inputs: ['display', 'margin', 'padding']
|
|
307
|
+
inputs: ['backgroundColor', 'border', 'borderColor', 'corners', 'display', 'height', 'margin', 'padding', 'responsiveClass', 'shadow', 'width']
|
|
332
308
|
})
|
|
333
309
|
], VegaBox);
|
|
334
310
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: VegaBox, decorators: [{
|
|
@@ -337,7 +313,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImpor
|
|
|
337
313
|
selector: 'vega-box',
|
|
338
314
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
339
315
|
template: '<ng-content></ng-content>',
|
|
340
|
-
inputs: ['display', 'margin', 'padding']
|
|
316
|
+
inputs: ['backgroundColor', 'border', 'borderColor', 'corners', 'display', 'height', 'margin', 'padding', 'responsiveClass', 'shadow', 'width']
|
|
341
317
|
}]
|
|
342
318
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
343
319
|
let VegaBreadcrumb = class VegaBreadcrumb {
|
|
@@ -399,11 +375,11 @@ let VegaButtonCircle = class VegaButtonCircle {
|
|
|
399
375
|
}
|
|
400
376
|
};
|
|
401
377
|
VegaButtonCircle.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: VegaButtonCircle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
402
|
-
VegaButtonCircle.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.7", type: VegaButtonCircle, selector: "vega-button-circle", inputs: { danger: "danger", disabled: "disabled", icon: "icon", iconColor: "iconColor", label: "label", size: "size", type: "type", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
378
|
+
VegaButtonCircle.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.7", type: VegaButtonCircle, selector: "vega-button-circle", inputs: { danger: "danger", disabled: "disabled", icon: "icon", iconColor: "iconColor", label: "label", showTooltip: "showTooltip", size: "size", tooltip: "tooltip", type: "type", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
403
379
|
VegaButtonCircle = __decorate([
|
|
404
380
|
ProxyCmp({
|
|
405
381
|
defineCustomElementFn: undefined,
|
|
406
|
-
inputs: ['danger', 'disabled', 'icon', 'iconColor', 'label', 'size', 'type', 'variant']
|
|
382
|
+
inputs: ['danger', 'disabled', 'icon', 'iconColor', 'label', 'showTooltip', 'size', 'tooltip', 'type', 'variant']
|
|
407
383
|
})
|
|
408
384
|
], VegaButtonCircle);
|
|
409
385
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: VegaButtonCircle, decorators: [{
|
|
@@ -412,7 +388,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImpor
|
|
|
412
388
|
selector: 'vega-button-circle',
|
|
413
389
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
414
390
|
template: '<ng-content></ng-content>',
|
|
415
|
-
inputs: ['danger', 'disabled', 'icon', 'iconColor', 'label', 'size', 'type', 'variant']
|
|
391
|
+
inputs: ['danger', 'disabled', 'icon', 'iconColor', 'label', 'showTooltip', 'size', 'tooltip', 'type', 'variant']
|
|
416
392
|
}]
|
|
417
393
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
418
394
|
let VegaButtonLink = class VegaButtonLink {
|
|
@@ -495,7 +471,7 @@ let VegaCheckbox = class VegaCheckbox {
|
|
|
495
471
|
this.z = z;
|
|
496
472
|
c.detach();
|
|
497
473
|
this.el = r.nativeElement;
|
|
498
|
-
proxyOutputs(this, this.el, ['
|
|
474
|
+
proxyOutputs(this, this.el, ['vegaChange', 'change']);
|
|
499
475
|
}
|
|
500
476
|
};
|
|
501
477
|
VegaCheckbox.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: VegaCheckbox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -504,7 +480,7 @@ VegaCheckbox = __decorate([
|
|
|
504
480
|
ProxyCmp({
|
|
505
481
|
defineCustomElementFn: undefined,
|
|
506
482
|
inputs: ['checked', 'disabled', 'identifier', 'isValid', 'required', 'size', 'value'],
|
|
507
|
-
methods: ['
|
|
483
|
+
methods: ['setValue']
|
|
508
484
|
})
|
|
509
485
|
], VegaCheckbox);
|
|
510
486
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: VegaCheckbox, decorators: [{
|
|
@@ -521,16 +497,15 @@ let VegaCheckboxGroup = class VegaCheckboxGroup {
|
|
|
521
497
|
this.z = z;
|
|
522
498
|
c.detach();
|
|
523
499
|
this.el = r.nativeElement;
|
|
524
|
-
proxyOutputs(this, this.el, ['vegaChange', 'change'
|
|
500
|
+
proxyOutputs(this, this.el, ['vegaChange', 'change']);
|
|
525
501
|
}
|
|
526
502
|
};
|
|
527
503
|
VegaCheckboxGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: VegaCheckboxGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
528
|
-
VegaCheckboxGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.7", type: VegaCheckboxGroup, selector: "vega-checkbox-group", inputs: { disabled: "disabled",
|
|
504
|
+
VegaCheckboxGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.7", type: VegaCheckboxGroup, selector: "vega-checkbox-group", inputs: { disabled: "disabled", hint: "hint", isValid: "isValid", label: "label", required: "required", value: "value", vegaFlexProp: "vegaFlexProp" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
529
505
|
VegaCheckboxGroup = __decorate([
|
|
530
506
|
ProxyCmp({
|
|
531
507
|
defineCustomElementFn: undefined,
|
|
532
|
-
inputs: ['disabled', '
|
|
533
|
-
methods: ['valid']
|
|
508
|
+
inputs: ['disabled', 'hint', 'isValid', 'label', 'required', 'value', 'vegaFlexProp']
|
|
534
509
|
})
|
|
535
510
|
], VegaCheckboxGroup);
|
|
536
511
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: VegaCheckboxGroup, decorators: [{
|
|
@@ -539,7 +514,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImpor
|
|
|
539
514
|
selector: 'vega-checkbox-group',
|
|
540
515
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
541
516
|
template: '<ng-content></ng-content>',
|
|
542
|
-
inputs: ['disabled', '
|
|
517
|
+
inputs: ['disabled', 'hint', 'isValid', 'label', 'required', 'value', 'vegaFlexProp']
|
|
543
518
|
}]
|
|
544
519
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
545
520
|
let VegaChip = class VegaChip {
|
|
@@ -572,7 +547,7 @@ let VegaColorPicker = class VegaColorPicker {
|
|
|
572
547
|
this.z = z;
|
|
573
548
|
c.detach();
|
|
574
549
|
this.el = r.nativeElement;
|
|
575
|
-
proxyOutputs(this, this.el, ['vegaChange', 'change'
|
|
550
|
+
proxyOutputs(this, this.el, ['vegaChange', 'change']);
|
|
576
551
|
}
|
|
577
552
|
};
|
|
578
553
|
VegaColorPicker.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: VegaColorPicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -580,8 +555,7 @@ VegaColorPicker.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versio
|
|
|
580
555
|
VegaColorPicker = __decorate([
|
|
581
556
|
ProxyCmp({
|
|
582
557
|
defineCustomElementFn: undefined,
|
|
583
|
-
inputs: ['autoValidation', 'colors', 'disabled', 'hint', 'isValid', 'label', 'required', 'validationRules', 'value']
|
|
584
|
-
methods: ['valid']
|
|
558
|
+
inputs: ['autoValidation', 'colors', 'disabled', 'hint', 'isValid', 'label', 'required', 'validationRules', 'value']
|
|
585
559
|
})
|
|
586
560
|
], VegaColorPicker);
|
|
587
561
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: VegaColorPicker, decorators: [{
|
|
@@ -598,7 +572,7 @@ let VegaComboBox = class VegaComboBox {
|
|
|
598
572
|
this.z = z;
|
|
599
573
|
c.detach();
|
|
600
574
|
this.el = r.nativeElement;
|
|
601
|
-
proxyOutputs(this, this.el, ['vegaChange', 'change', '
|
|
575
|
+
proxyOutputs(this, this.el, ['vegaChange', 'change', 'vegaCreate', 'create', 'vegaSearch', 'search']);
|
|
602
576
|
}
|
|
603
577
|
};
|
|
604
578
|
VegaComboBox.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: VegaComboBox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -607,7 +581,7 @@ VegaComboBox = __decorate([
|
|
|
607
581
|
ProxyCmp({
|
|
608
582
|
defineCustomElementFn: undefined,
|
|
609
583
|
inputs: ['autoValidation', 'disabled', 'hint', 'isValid', 'label', 'placeholder', 'required', 'size', 'source', 'useDefaultFilter', 'validationRules', 'value', 'vegaDropdownProps'],
|
|
610
|
-
methods: ['close', 'open'
|
|
584
|
+
methods: ['close', 'open']
|
|
611
585
|
})
|
|
612
586
|
], VegaComboBox);
|
|
613
587
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: VegaComboBox, decorators: [{
|
|
@@ -648,16 +622,16 @@ let VegaDatePicker = class VegaDatePicker {
|
|
|
648
622
|
this.z = z;
|
|
649
623
|
c.detach();
|
|
650
624
|
this.el = r.nativeElement;
|
|
651
|
-
proxyOutputs(this, this.el, ['vegaChange', 'change'
|
|
625
|
+
proxyOutputs(this, this.el, ['vegaChange', 'change']);
|
|
652
626
|
}
|
|
653
627
|
};
|
|
654
628
|
VegaDatePicker.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: VegaDatePicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
655
|
-
VegaDatePicker.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.7", type: VegaDatePicker, selector: "vega-date-picker", inputs: { allowRepick: "allowRepick", autoValidation: "autoValidation", clearButton: "clearButton", disabled: "disabled", dropdownConfig: "dropdownConfig",
|
|
629
|
+
VegaDatePicker.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.7", type: VegaDatePicker, selector: "vega-date-picker", inputs: { allowRepick: "allowRepick", autoValidation: "autoValidation", clearButton: "clearButton", disabled: "disabled", dropdownConfig: "dropdownConfig", format: "format", isValid: "isValid", label: "label", maxDate: "maxDate", minDate: "minDate", mode: "mode", placeholder: "placeholder", readOnly: "readOnly", required: "required", size: "size", validationRules: "validationRules", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
656
630
|
VegaDatePicker = __decorate([
|
|
657
631
|
ProxyCmp({
|
|
658
632
|
defineCustomElementFn: undefined,
|
|
659
|
-
inputs: ['allowRepick', 'autoValidation', 'clearButton', 'disabled', 'dropdownConfig', '
|
|
660
|
-
methods: ['
|
|
633
|
+
inputs: ['allowRepick', 'autoValidation', 'clearButton', 'disabled', 'dropdownConfig', 'format', 'isValid', 'label', 'maxDate', 'minDate', 'mode', 'placeholder', 'readOnly', 'required', 'size', 'validationRules', 'value'],
|
|
634
|
+
methods: ['doClose', 'doOpen']
|
|
661
635
|
})
|
|
662
636
|
], VegaDatePicker);
|
|
663
637
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: VegaDatePicker, decorators: [{
|
|
@@ -666,7 +640,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImpor
|
|
|
666
640
|
selector: 'vega-date-picker',
|
|
667
641
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
668
642
|
template: '<ng-content></ng-content>',
|
|
669
|
-
inputs: ['allowRepick', 'autoValidation', 'clearButton', 'disabled', 'dropdownConfig', '
|
|
643
|
+
inputs: ['allowRepick', 'autoValidation', 'clearButton', 'disabled', 'dropdownConfig', 'format', 'isValid', 'label', 'maxDate', 'minDate', 'mode', 'placeholder', 'readOnly', 'required', 'size', 'validationRules', 'value']
|
|
670
644
|
}]
|
|
671
645
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
672
646
|
let VegaDatePickerCalendar = class VegaDatePickerCalendar {
|
|
@@ -909,30 +883,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImpor
|
|
|
909
883
|
inputs: ['as', 'color', 'disableResponsive', 'variant']
|
|
910
884
|
}]
|
|
911
885
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
912
|
-
let VegaFooter = class VegaFooter {
|
|
913
|
-
constructor(c, r, z) {
|
|
914
|
-
this.z = z;
|
|
915
|
-
c.detach();
|
|
916
|
-
this.el = r.nativeElement;
|
|
917
|
-
}
|
|
918
|
-
};
|
|
919
|
-
VegaFooter.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: VegaFooter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
920
|
-
VegaFooter.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.7", type: VegaFooter, selector: "vega-footer", inputs: { privacyUrl: "privacyUrl", tosUrl: "tosUrl" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
921
|
-
VegaFooter = __decorate([
|
|
922
|
-
ProxyCmp({
|
|
923
|
-
defineCustomElementFn: undefined,
|
|
924
|
-
inputs: ['privacyUrl', 'tosUrl']
|
|
925
|
-
})
|
|
926
|
-
], VegaFooter);
|
|
927
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: VegaFooter, decorators: [{
|
|
928
|
-
type: Component,
|
|
929
|
-
args: [{
|
|
930
|
-
selector: 'vega-footer',
|
|
931
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
932
|
-
template: '<ng-content></ng-content>',
|
|
933
|
-
inputs: ['privacyUrl', 'tosUrl']
|
|
934
|
-
}]
|
|
935
|
-
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
936
886
|
let VegaForm = class VegaForm {
|
|
937
887
|
constructor(c, r, z) {
|
|
938
888
|
this.z = z;
|
|
@@ -983,28 +933,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImpor
|
|
|
983
933
|
inputs: ['column', 'gap', 'row']
|
|
984
934
|
}]
|
|
985
935
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
986
|
-
let VegaHeader = class VegaHeader {
|
|
987
|
-
constructor(c, r, z) {
|
|
988
|
-
this.z = z;
|
|
989
|
-
c.detach();
|
|
990
|
-
this.el = r.nativeElement;
|
|
991
|
-
}
|
|
992
|
-
};
|
|
993
|
-
VegaHeader.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: VegaHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
994
|
-
VegaHeader.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.7", type: VegaHeader, selector: "vega-header", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
995
|
-
VegaHeader = __decorate([
|
|
996
|
-
ProxyCmp({
|
|
997
|
-
defineCustomElementFn: undefined
|
|
998
|
-
})
|
|
999
|
-
], VegaHeader);
|
|
1000
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: VegaHeader, decorators: [{
|
|
1001
|
-
type: Component,
|
|
1002
|
-
args: [{
|
|
1003
|
-
selector: 'vega-header',
|
|
1004
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1005
|
-
template: '<ng-content></ng-content>'
|
|
1006
|
-
}]
|
|
1007
|
-
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1008
936
|
let VegaIcon = class VegaIcon {
|
|
1009
937
|
constructor(c, r, z) {
|
|
1010
938
|
this.z = z;
|
|
@@ -1034,7 +962,7 @@ let VegaImageUploader = class VegaImageUploader {
|
|
|
1034
962
|
this.z = z;
|
|
1035
963
|
c.detach();
|
|
1036
964
|
this.el = r.nativeElement;
|
|
1037
|
-
proxyOutputs(this, this.el, ['vegaChange', 'change', 'vegaRemove', 'remove', 'vegaCancel', 'cancel'
|
|
965
|
+
proxyOutputs(this, this.el, ['vegaChange', 'change', 'vegaRemove', 'remove', 'vegaCancel', 'cancel']);
|
|
1038
966
|
}
|
|
1039
967
|
};
|
|
1040
968
|
VegaImageUploader.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: VegaImageUploader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -1043,7 +971,7 @@ VegaImageUploader = __decorate([
|
|
|
1043
971
|
ProxyCmp({
|
|
1044
972
|
defineCustomElementFn: undefined,
|
|
1045
973
|
inputs: ['accept', 'autoValidation', 'disabled', 'isValid', 'required', 'showPreviewButton', 'showRemoveButton', 'showReplaceButton', 'status', 'validationRules', 'value'],
|
|
1046
|
-
methods: ['
|
|
974
|
+
methods: ['getContentURL']
|
|
1047
975
|
})
|
|
1048
976
|
], VegaImageUploader);
|
|
1049
977
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: VegaImageUploader, decorators: [{
|
|
@@ -1060,16 +988,16 @@ let VegaInput = class VegaInput {
|
|
|
1060
988
|
this.z = z;
|
|
1061
989
|
c.detach();
|
|
1062
990
|
this.el = r.nativeElement;
|
|
1063
|
-
proxyOutputs(this, this.el, ['vegaChange', 'change', '
|
|
991
|
+
proxyOutputs(this, this.el, ['vegaChange', 'change', 'vegaBlur', 'blur', 'vegaFocus', 'focus']);
|
|
1064
992
|
}
|
|
1065
993
|
};
|
|
1066
994
|
VegaInput.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: VegaInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1067
|
-
VegaInput.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.7", type: VegaInput, selector: "vega-input", inputs: { autoValidation: "autoValidation", autocomplete: "autocomplete", disabled: "disabled", email: "email",
|
|
995
|
+
VegaInput.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.7", type: VegaInput, selector: "vega-input", inputs: { autoValidation: "autoValidation", autocomplete: "autocomplete", disabled: "disabled", email: "email", hint: "hint", isValid: "isValid", label: "label", maskConfig: "maskConfig", max: "max", maxLength: "maxLength", min: "min", minLength: "minLength", placeholder: "placeholder", prefixIcon: "prefixIcon", required: "required", showClearIcon: "showClearIcon", size: "size", type: "type", validationRules: "validationRules", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1068
996
|
VegaInput = __decorate([
|
|
1069
997
|
ProxyCmp({
|
|
1070
998
|
defineCustomElementFn: undefined,
|
|
1071
|
-
inputs: ['autoValidation', 'autocomplete', 'disabled', 'email', '
|
|
1072
|
-
methods: ['
|
|
999
|
+
inputs: ['autoValidation', 'autocomplete', 'disabled', 'email', 'hint', 'isValid', 'label', 'maskConfig', 'max', 'maxLength', 'min', 'minLength', 'placeholder', 'prefixIcon', 'required', 'showClearIcon', 'size', 'type', 'validationRules', 'value'],
|
|
1000
|
+
methods: ['doFocus', 'doBlur']
|
|
1073
1001
|
})
|
|
1074
1002
|
], VegaInput);
|
|
1075
1003
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: VegaInput, decorators: [{
|
|
@@ -1078,7 +1006,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImpor
|
|
|
1078
1006
|
selector: 'vega-input',
|
|
1079
1007
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1080
1008
|
template: '<ng-content></ng-content>',
|
|
1081
|
-
inputs: ['autoValidation', 'autocomplete', 'disabled', 'email', '
|
|
1009
|
+
inputs: ['autoValidation', 'autocomplete', 'disabled', 'email', 'hint', 'isValid', 'label', 'maskConfig', 'max', 'maxLength', 'min', 'minLength', 'placeholder', 'prefixIcon', 'required', 'showClearIcon', 'size', 'type', 'validationRules', 'value']
|
|
1082
1010
|
}]
|
|
1083
1011
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1084
1012
|
let VegaInputCreditCard = class VegaInputCreditCard {
|
|
@@ -1086,7 +1014,7 @@ let VegaInputCreditCard = class VegaInputCreditCard {
|
|
|
1086
1014
|
this.z = z;
|
|
1087
1015
|
c.detach();
|
|
1088
1016
|
this.el = r.nativeElement;
|
|
1089
|
-
proxyOutputs(this, this.el, ['
|
|
1017
|
+
proxyOutputs(this, this.el, ['vegaChange', 'change', 'vegaBlur', 'blur', 'vegaFocus', 'focus']);
|
|
1090
1018
|
}
|
|
1091
1019
|
};
|
|
1092
1020
|
VegaInputCreditCard.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: VegaInputCreditCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -1094,8 +1022,7 @@ VegaInputCreditCard.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
1094
1022
|
VegaInputCreditCard = __decorate([
|
|
1095
1023
|
ProxyCmp({
|
|
1096
1024
|
defineCustomElementFn: undefined,
|
|
1097
|
-
inputs: ['autoValidation', 'disabled', 'hideCardNumberOnBlur', 'hint', 'isValid', 'label', 'placeholder', 'required', 'size', 'validationRules', 'value']
|
|
1098
|
-
methods: ['valid']
|
|
1025
|
+
inputs: ['autoValidation', 'disabled', 'hideCardNumberOnBlur', 'hint', 'isValid', 'label', 'placeholder', 'required', 'size', 'validationRules', 'value']
|
|
1099
1026
|
})
|
|
1100
1027
|
], VegaInputCreditCard);
|
|
1101
1028
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: VegaInputCreditCard, decorators: [{
|
|
@@ -1112,16 +1039,16 @@ let VegaInputSelect = class VegaInputSelect {
|
|
|
1112
1039
|
this.z = z;
|
|
1113
1040
|
c.detach();
|
|
1114
1041
|
this.el = r.nativeElement;
|
|
1115
|
-
proxyOutputs(this, this.el, ['vegaChange', 'change', '
|
|
1042
|
+
proxyOutputs(this, this.el, ['vegaChange', 'change', 'vegaSearch', 'search']);
|
|
1116
1043
|
}
|
|
1117
1044
|
};
|
|
1118
1045
|
VegaInputSelect.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: VegaInputSelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1119
|
-
VegaInputSelect.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.7", type: VegaInputSelect, selector: "vega-input-select", inputs: { autoValidation: "autoValidation", disabled: "disabled",
|
|
1046
|
+
VegaInputSelect.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.7", type: VegaInputSelect, selector: "vega-input-select", inputs: { autoValidation: "autoValidation", disabled: "disabled", hint: "hint", isValid: "isValid", label: "label", placeholder: "placeholder", prefixIcon: "prefixIcon", required: "required", selectType: "selectType", selectedLabel: "selectedLabel", size: "size", source: "source", validationRules: "validationRules", value: "value", vegaDropdownProps: "vegaDropdownProps" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1120
1047
|
VegaInputSelect = __decorate([
|
|
1121
1048
|
ProxyCmp({
|
|
1122
1049
|
defineCustomElementFn: undefined,
|
|
1123
|
-
inputs: ['autoValidation', 'disabled', '
|
|
1124
|
-
methods: ['doClose', 'doOpen', 'doChange'
|
|
1050
|
+
inputs: ['autoValidation', 'disabled', 'hint', 'isValid', 'label', 'placeholder', 'prefixIcon', 'required', 'selectType', 'selectedLabel', 'size', 'source', 'validationRules', 'value', 'vegaDropdownProps'],
|
|
1051
|
+
methods: ['doClose', 'doOpen', 'doChange']
|
|
1125
1052
|
})
|
|
1126
1053
|
], VegaInputSelect);
|
|
1127
1054
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: VegaInputSelect, decorators: [{
|
|
@@ -1130,7 +1057,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImpor
|
|
|
1130
1057
|
selector: 'vega-input-select',
|
|
1131
1058
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1132
1059
|
template: '<ng-content></ng-content>',
|
|
1133
|
-
inputs: ['autoValidation', 'disabled', '
|
|
1060
|
+
inputs: ['autoValidation', 'disabled', 'hint', 'isValid', 'label', 'placeholder', 'prefixIcon', 'required', 'selectType', 'selectedLabel', 'size', 'source', 'validationRules', 'value', 'vegaDropdownProps']
|
|
1134
1061
|
}]
|
|
1135
1062
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1136
1063
|
let VegaItemToggle = class VegaItemToggle {
|
|
@@ -1142,11 +1069,11 @@ let VegaItemToggle = class VegaItemToggle {
|
|
|
1142
1069
|
}
|
|
1143
1070
|
};
|
|
1144
1071
|
VegaItemToggle.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: VegaItemToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1145
|
-
VegaItemToggle.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.7", type: VegaItemToggle, selector: "vega-item-toggle", inputs: {
|
|
1072
|
+
VegaItemToggle.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.7", type: VegaItemToggle, selector: "vega-item-toggle", inputs: { isToggled: "isToggled", itemToggleStatusMap: "itemToggleStatusMap" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1146
1073
|
VegaItemToggle = __decorate([
|
|
1147
1074
|
ProxyCmp({
|
|
1148
1075
|
defineCustomElementFn: undefined,
|
|
1149
|
-
inputs: ['
|
|
1076
|
+
inputs: ['isToggled', 'itemToggleStatusMap']
|
|
1150
1077
|
})
|
|
1151
1078
|
], VegaItemToggle);
|
|
1152
1079
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: VegaItemToggle, decorators: [{
|
|
@@ -1155,7 +1082,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImpor
|
|
|
1155
1082
|
selector: 'vega-item-toggle',
|
|
1156
1083
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1157
1084
|
template: '<ng-content></ng-content>',
|
|
1158
|
-
inputs: ['
|
|
1085
|
+
inputs: ['isToggled', 'itemToggleStatusMap']
|
|
1159
1086
|
}]
|
|
1160
1087
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1161
1088
|
let VegaLeftNav = class VegaLeftNav {
|
|
@@ -1580,16 +1507,15 @@ let VegaRadioGroup = class VegaRadioGroup {
|
|
|
1580
1507
|
this.z = z;
|
|
1581
1508
|
c.detach();
|
|
1582
1509
|
this.el = r.nativeElement;
|
|
1583
|
-
proxyOutputs(this, this.el, ['vegaChange', 'change'
|
|
1510
|
+
proxyOutputs(this, this.el, ['vegaChange', 'change']);
|
|
1584
1511
|
}
|
|
1585
1512
|
};
|
|
1586
1513
|
VegaRadioGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: VegaRadioGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1587
|
-
VegaRadioGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.7", type: VegaRadioGroup, selector: "vega-radio-group", inputs: { disabled: "disabled",
|
|
1514
|
+
VegaRadioGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.7", type: VegaRadioGroup, selector: "vega-radio-group", inputs: { disabled: "disabled", hint: "hint", isValid: "isValid", label: "label", name: "name", required: "required", value: "value", vegaFlexProp: "vegaFlexProp" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1588
1515
|
VegaRadioGroup = __decorate([
|
|
1589
1516
|
ProxyCmp({
|
|
1590
1517
|
defineCustomElementFn: undefined,
|
|
1591
|
-
inputs: ['disabled', '
|
|
1592
|
-
methods: ['valid']
|
|
1518
|
+
inputs: ['disabled', 'hint', 'isValid', 'label', 'name', 'required', 'value', 'vegaFlexProp']
|
|
1593
1519
|
})
|
|
1594
1520
|
], VegaRadioGroup);
|
|
1595
1521
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: VegaRadioGroup, decorators: [{
|
|
@@ -1598,82 +1524,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImpor
|
|
|
1598
1524
|
selector: 'vega-radio-group',
|
|
1599
1525
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1600
1526
|
template: '<ng-content></ng-content>',
|
|
1601
|
-
inputs: ['disabled', '
|
|
1602
|
-
}]
|
|
1603
|
-
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1604
|
-
let VegaSidenav = class VegaSidenav {
|
|
1605
|
-
constructor(c, r, z) {
|
|
1606
|
-
this.z = z;
|
|
1607
|
-
c.detach();
|
|
1608
|
-
this.el = r.nativeElement;
|
|
1609
|
-
proxyOutputs(this, this.el, ['vegaStateUpdate']);
|
|
1610
|
-
}
|
|
1611
|
-
};
|
|
1612
|
-
VegaSidenav.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: VegaSidenav, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1613
|
-
VegaSidenav.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.7", type: VegaSidenav, selector: "vega-sidenav", inputs: { footnote: "footnote", headerConfig: "headerConfig", openByDefault: "openByDefault", source: "source" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1614
|
-
VegaSidenav = __decorate([
|
|
1615
|
-
ProxyCmp({
|
|
1616
|
-
defineCustomElementFn: undefined,
|
|
1617
|
-
inputs: ['footnote', 'headerConfig', 'openByDefault', 'source'],
|
|
1618
|
-
methods: ['toggle']
|
|
1619
|
-
})
|
|
1620
|
-
], VegaSidenav);
|
|
1621
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: VegaSidenav, decorators: [{
|
|
1622
|
-
type: Component,
|
|
1623
|
-
args: [{
|
|
1624
|
-
selector: 'vega-sidenav',
|
|
1625
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1626
|
-
template: '<ng-content></ng-content>',
|
|
1627
|
-
inputs: ['footnote', 'headerConfig', 'openByDefault', 'source']
|
|
1628
|
-
}]
|
|
1629
|
-
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1630
|
-
let VegaSidenavGroup = class VegaSidenavGroup {
|
|
1631
|
-
constructor(c, r, z) {
|
|
1632
|
-
this.z = z;
|
|
1633
|
-
c.detach();
|
|
1634
|
-
this.el = r.nativeElement;
|
|
1635
|
-
}
|
|
1636
|
-
};
|
|
1637
|
-
VegaSidenavGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: VegaSidenavGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1638
|
-
VegaSidenavGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.7", type: VegaSidenavGroup, selector: "vega-sidenav-group", inputs: { icon: "icon", label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1639
|
-
VegaSidenavGroup = __decorate([
|
|
1640
|
-
ProxyCmp({
|
|
1641
|
-
defineCustomElementFn: undefined,
|
|
1642
|
-
inputs: ['icon', 'label']
|
|
1643
|
-
})
|
|
1644
|
-
], VegaSidenavGroup);
|
|
1645
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: VegaSidenavGroup, decorators: [{
|
|
1646
|
-
type: Component,
|
|
1647
|
-
args: [{
|
|
1648
|
-
selector: 'vega-sidenav-group',
|
|
1649
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1650
|
-
template: '<ng-content></ng-content>',
|
|
1651
|
-
inputs: ['icon', 'label']
|
|
1652
|
-
}]
|
|
1653
|
-
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1654
|
-
let VegaSidenavLink = class VegaSidenavLink {
|
|
1655
|
-
constructor(c, r, z) {
|
|
1656
|
-
this.z = z;
|
|
1657
|
-
c.detach();
|
|
1658
|
-
this.el = r.nativeElement;
|
|
1659
|
-
proxyOutputs(this, this.el, ['vegaClick']);
|
|
1660
|
-
}
|
|
1661
|
-
};
|
|
1662
|
-
VegaSidenavLink.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: VegaSidenavLink, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1663
|
-
VegaSidenavLink.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.7", type: VegaSidenavLink, selector: "vega-sidenav-link", inputs: { icon: "icon", selected: "selected", showSideBarOnClickLink: "showSideBarOnClickLink", url: "url" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1664
|
-
VegaSidenavLink = __decorate([
|
|
1665
|
-
ProxyCmp({
|
|
1666
|
-
defineCustomElementFn: undefined,
|
|
1667
|
-
inputs: ['icon', 'selected', 'showSideBarOnClickLink', 'url']
|
|
1668
|
-
})
|
|
1669
|
-
], VegaSidenavLink);
|
|
1670
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: VegaSidenavLink, decorators: [{
|
|
1671
|
-
type: Component,
|
|
1672
|
-
args: [{
|
|
1673
|
-
selector: 'vega-sidenav-link',
|
|
1674
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1675
|
-
template: '<ng-content></ng-content>',
|
|
1676
|
-
inputs: ['icon', 'selected', 'showSideBarOnClickLink', 'url']
|
|
1527
|
+
inputs: ['disabled', 'hint', 'isValid', 'label', 'name', 'required', 'value', 'vegaFlexProp']
|
|
1677
1528
|
}]
|
|
1678
1529
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1679
1530
|
let VegaSlotContainer = class VegaSlotContainer {
|
|
@@ -1703,16 +1554,15 @@ let VegaStepper = class VegaStepper {
|
|
|
1703
1554
|
this.z = z;
|
|
1704
1555
|
c.detach();
|
|
1705
1556
|
this.el = r.nativeElement;
|
|
1706
|
-
proxyOutputs(this, this.el, ['vegaChange', 'change'
|
|
1557
|
+
proxyOutputs(this, this.el, ['vegaChange', 'change']);
|
|
1707
1558
|
}
|
|
1708
1559
|
};
|
|
1709
1560
|
VegaStepper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: VegaStepper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1710
|
-
VegaStepper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.7", type: VegaStepper, selector: "vega-stepper", inputs: { autoValidation: "autoValidation", buttonVariant: "buttonVariant", disabled: "disabled",
|
|
1561
|
+
VegaStepper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.7", type: VegaStepper, selector: "vega-stepper", inputs: { autoValidation: "autoValidation", buttonVariant: "buttonVariant", disabled: "disabled", inputDisabled: "inputDisabled", isValid: "isValid", label: "label", max: "max", min: "min", stepperId: "stepperId", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1711
1562
|
VegaStepper = __decorate([
|
|
1712
1563
|
ProxyCmp({
|
|
1713
1564
|
defineCustomElementFn: undefined,
|
|
1714
|
-
inputs: ['autoValidation', 'buttonVariant', 'disabled', '
|
|
1715
|
-
methods: ['valid']
|
|
1565
|
+
inputs: ['autoValidation', 'buttonVariant', 'disabled', 'inputDisabled', 'isValid', 'label', 'max', 'min', 'stepperId', 'value']
|
|
1716
1566
|
})
|
|
1717
1567
|
], VegaStepper);
|
|
1718
1568
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: VegaStepper, decorators: [{
|
|
@@ -1721,7 +1571,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImpor
|
|
|
1721
1571
|
selector: 'vega-stepper',
|
|
1722
1572
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1723
1573
|
template: '<ng-content></ng-content>',
|
|
1724
|
-
inputs: ['autoValidation', 'buttonVariant', 'disabled', '
|
|
1574
|
+
inputs: ['autoValidation', 'buttonVariant', 'disabled', 'inputDisabled', 'isValid', 'label', 'max', 'min', 'stepperId', 'value']
|
|
1725
1575
|
}]
|
|
1726
1576
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1727
1577
|
let VegaTabGroup = class VegaTabGroup {
|
|
@@ -1994,7 +1844,7 @@ let VegaTextarea = class VegaTextarea {
|
|
|
1994
1844
|
this.z = z;
|
|
1995
1845
|
c.detach();
|
|
1996
1846
|
this.el = r.nativeElement;
|
|
1997
|
-
proxyOutputs(this, this.el, ['vegaChange', 'change', '
|
|
1847
|
+
proxyOutputs(this, this.el, ['vegaChange', 'change', 'vegaBlur', 'blur']);
|
|
1998
1848
|
}
|
|
1999
1849
|
};
|
|
2000
1850
|
VegaTextarea.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: VegaTextarea, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -2002,8 +1852,7 @@ VegaTextarea.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version:
|
|
|
2002
1852
|
VegaTextarea = __decorate([
|
|
2003
1853
|
ProxyCmp({
|
|
2004
1854
|
defineCustomElementFn: undefined,
|
|
2005
|
-
inputs: ['autoValidation', 'disabled', 'hint', 'isValid', 'label', 'maxLength', 'minLength', 'placeholder', 'required', 'showCounter', 'validationRules', 'value']
|
|
2006
|
-
methods: ['valid']
|
|
1855
|
+
inputs: ['autoValidation', 'disabled', 'hint', 'isValid', 'label', 'maxLength', 'minLength', 'placeholder', 'required', 'showCounter', 'validationRules', 'value']
|
|
2007
1856
|
})
|
|
2008
1857
|
], VegaTextarea);
|
|
2009
1858
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: VegaTextarea, decorators: [{
|
|
@@ -2020,7 +1869,7 @@ let VegaTimePicker = class VegaTimePicker {
|
|
|
2020
1869
|
this.z = z;
|
|
2021
1870
|
c.detach();
|
|
2022
1871
|
this.el = r.nativeElement;
|
|
2023
|
-
proxyOutputs(this, this.el, ['vegaChange', 'change'
|
|
1872
|
+
proxyOutputs(this, this.el, ['vegaChange', 'change']);
|
|
2024
1873
|
}
|
|
2025
1874
|
};
|
|
2026
1875
|
VegaTimePicker.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: VegaTimePicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -2028,8 +1877,7 @@ VegaTimePicker.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version
|
|
|
2028
1877
|
VegaTimePicker = __decorate([
|
|
2029
1878
|
ProxyCmp({
|
|
2030
1879
|
defineCustomElementFn: undefined,
|
|
2031
|
-
inputs: ['autoValidation', 'disabled', 'increments', 'isValid', 'label', 'mode', 'placeholder', 'positionRelativeTo', 'required', 'size', 'timeFormat', 'validationRules', 'value']
|
|
2032
|
-
methods: ['valid']
|
|
1880
|
+
inputs: ['autoValidation', 'disabled', 'increments', 'isValid', 'label', 'mode', 'placeholder', 'positionRelativeTo', 'required', 'size', 'timeFormat', 'validationRules', 'value']
|
|
2033
1881
|
})
|
|
2034
1882
|
], VegaTimePicker);
|
|
2035
1883
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: VegaTimePicker, decorators: [{
|
|
@@ -2096,11 +1944,11 @@ let VegaTooltip = class VegaTooltip {
|
|
|
2096
1944
|
}
|
|
2097
1945
|
};
|
|
2098
1946
|
VegaTooltip.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: VegaTooltip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2099
|
-
VegaTooltip.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.7", type: VegaTooltip, selector: "vega-tooltip", inputs: { alignment: "alignment", content: "content", maxWidth: "maxWidth", minWidth: "minWidth", placement: "placement", positionRelativeTo: "positionRelativeTo", size: "size", trigger: "trigger" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1947
|
+
VegaTooltip.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.7", type: VegaTooltip, selector: "vega-tooltip", inputs: { alignment: "alignment", content: "content", disableInteractive: "disableInteractive", maxWidth: "maxWidth", minWidth: "minWidth", placement: "placement", positionRelativeTo: "positionRelativeTo", size: "size", trigger: "trigger" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2100
1948
|
VegaTooltip = __decorate([
|
|
2101
1949
|
ProxyCmp({
|
|
2102
1950
|
defineCustomElementFn: undefined,
|
|
2103
|
-
inputs: ['alignment', 'content', 'maxWidth', 'minWidth', 'placement', 'positionRelativeTo', 'size', 'trigger']
|
|
1951
|
+
inputs: ['alignment', 'content', 'disableInteractive', 'maxWidth', 'minWidth', 'placement', 'positionRelativeTo', 'size', 'trigger']
|
|
2104
1952
|
})
|
|
2105
1953
|
], VegaTooltip);
|
|
2106
1954
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: VegaTooltip, decorators: [{
|
|
@@ -2109,7 +1957,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImpor
|
|
|
2109
1957
|
selector: 'vega-tooltip',
|
|
2110
1958
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2111
1959
|
template: '<ng-content></ng-content>',
|
|
2112
|
-
inputs: ['alignment', 'content', 'maxWidth', 'minWidth', 'placement', 'positionRelativeTo', 'size', 'trigger']
|
|
1960
|
+
inputs: ['alignment', 'content', 'disableInteractive', 'maxWidth', 'minWidth', 'placement', 'positionRelativeTo', 'size', 'trigger']
|
|
2113
1961
|
}]
|
|
2114
1962
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2115
1963
|
let VegaTooltipContentBox = class VegaTooltipContentBox {
|
|
@@ -2166,7 +2014,6 @@ var VegaComponents = [
|
|
|
2166
2014
|
VegaAppFooter,
|
|
2167
2015
|
VegaAppHeaderButton,
|
|
2168
2016
|
VegaBackdrop,
|
|
2169
|
-
VegaBadge,
|
|
2170
2017
|
VegaBarChart,
|
|
2171
2018
|
VegaBox,
|
|
2172
2019
|
VegaBreadcrumb,
|
|
@@ -2192,10 +2039,8 @@ var VegaComponents = [
|
|
|
2192
2039
|
VegaFieldLabel,
|
|
2193
2040
|
VegaFlex,
|
|
2194
2041
|
VegaFont,
|
|
2195
|
-
VegaFooter,
|
|
2196
2042
|
VegaForm,
|
|
2197
2043
|
VegaGrid,
|
|
2198
|
-
VegaHeader,
|
|
2199
2044
|
VegaIcon,
|
|
2200
2045
|
VegaImageUploader,
|
|
2201
2046
|
VegaInput,
|
|
@@ -2220,9 +2065,6 @@ var VegaComponents = [
|
|
|
2220
2065
|
VegaProgressTracker,
|
|
2221
2066
|
VegaRadio,
|
|
2222
2067
|
VegaRadioGroup,
|
|
2223
|
-
VegaSidenav,
|
|
2224
|
-
VegaSidenavGroup,
|
|
2225
|
-
VegaSidenavLink,
|
|
2226
2068
|
VegaSlotContainer,
|
|
2227
2069
|
VegaStepper,
|
|
2228
2070
|
VegaTabGroup,
|
|
@@ -2260,7 +2102,7 @@ class VegaComponentModule {
|
|
|
2260
2102
|
}
|
|
2261
2103
|
}
|
|
2262
2104
|
VegaComponentModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: VegaComponentModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2263
|
-
VegaComponentModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: VegaComponentModule, declarations: [VegaAccordion, VegaAppFooter, VegaAppHeaderButton, VegaBackdrop,
|
|
2105
|
+
VegaComponentModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: VegaComponentModule, declarations: [VegaAccordion, VegaAppFooter, VegaAppHeaderButton, VegaBackdrop, VegaBarChart, VegaBox, VegaBreadcrumb, VegaButton, VegaButtonCircle, VegaButtonLink, VegaCard, VegaCarousel, VegaCheckbox, VegaCheckboxGroup, VegaChip, VegaColorPicker, VegaComboBox, VegaCounterBadge, VegaDatePicker, VegaDatePickerCalendar, VegaDialog, VegaDropdown, VegaDropdownContentBox, VegaDropdownGroup, VegaDropdownItem, VegaFieldError, VegaFieldLabel, VegaFlex, VegaFont, VegaForm, VegaGrid, VegaIcon, VegaImageUploader, VegaInput, VegaInputCreditCard, VegaInputSelect, VegaItemToggle, VegaLeftNav, VegaLeftNavGroup, VegaLeftNavLink, VegaLeftNavSection, VegaLineChart, VegaLoaderWrapper, VegaLoadingIndicator, VegaModal, VegaNavCard, VegaPageNotification, VegaPageNotificationList, VegaPagination, VegaPieChart, VegaPopover, VegaPopoverContentBox, VegaProgressTracker, VegaRadio, VegaRadioGroup, VegaSlotContainer, VegaStepper, VegaTabGroup, VegaTabGroupPanel, VegaTable, VegaTableBody, VegaTableCell, VegaTableExpandRow, VegaTableHead, VegaTableHeadCell, VegaTableHeadRow, VegaTableRow, VegaText, VegaTextarea, VegaTimePicker, VegaTimePickerDropdown, VegaToggleSwitch, VegaTooltip, VegaTooltipContentBox, VegaVirtualScroll, TextValueAccessor, ValueAccessor], exports: [VegaAccordion, VegaAppFooter, VegaAppHeaderButton, VegaBackdrop, VegaBarChart, VegaBox, VegaBreadcrumb, VegaButton, VegaButtonCircle, VegaButtonLink, VegaCard, VegaCarousel, VegaCheckbox, VegaCheckboxGroup, VegaChip, VegaColorPicker, VegaComboBox, VegaCounterBadge, VegaDatePicker, VegaDatePickerCalendar, VegaDialog, VegaDropdown, VegaDropdownContentBox, VegaDropdownGroup, VegaDropdownItem, VegaFieldError, VegaFieldLabel, VegaFlex, VegaFont, VegaForm, VegaGrid, VegaIcon, VegaImageUploader, VegaInput, VegaInputCreditCard, VegaInputSelect, VegaItemToggle, VegaLeftNav, VegaLeftNavGroup, VegaLeftNavLink, VegaLeftNavSection, VegaLineChart, VegaLoaderWrapper, VegaLoadingIndicator, VegaModal, VegaNavCard, VegaPageNotification, VegaPageNotificationList, VegaPagination, VegaPieChart, VegaPopover, VegaPopoverContentBox, VegaProgressTracker, VegaRadio, VegaRadioGroup, VegaSlotContainer, VegaStepper, VegaTabGroup, VegaTabGroupPanel, VegaTable, VegaTableBody, VegaTableCell, VegaTableExpandRow, VegaTableHead, VegaTableHeadCell, VegaTableHeadRow, VegaTableRow, VegaText, VegaTextarea, VegaTimePicker, VegaTimePickerDropdown, VegaToggleSwitch, VegaTooltip, VegaTooltipContentBox, VegaVirtualScroll, TextValueAccessor, ValueAccessor] });
|
|
2264
2106
|
VegaComponentModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: VegaComponentModule, imports: [[]] });
|
|
2265
2107
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: VegaComponentModule, decorators: [{
|
|
2266
2108
|
type: NgModule,
|
|
@@ -2279,5 +2121,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImpor
|
|
|
2279
2121
|
* Generated bundle index. Do not edit.
|
|
2280
2122
|
*/
|
|
2281
2123
|
|
|
2282
|
-
export { TextValueAccessor, ValueAccessor, VegaAccordion, VegaAppFooter, VegaAppHeaderButton, VegaBackdrop,
|
|
2124
|
+
export { TextValueAccessor, ValueAccessor, VegaAccordion, VegaAppFooter, VegaAppHeaderButton, VegaBackdrop, VegaBarChart, VegaBox, VegaBreadcrumb, VegaButton, VegaButtonCircle, VegaButtonLink, VegaCard, VegaCarousel, VegaCheckbox, VegaCheckboxGroup, VegaChip, VegaColorPicker, VegaComboBox, VegaComponentModule, VegaCounterBadge, VegaDatePicker, VegaDatePickerCalendar, VegaDialog, VegaDropdown, VegaDropdownContentBox, VegaDropdownGroup, VegaDropdownItem, VegaFieldError, VegaFieldLabel, VegaFlex, VegaFont, VegaForm, VegaGrid, VegaIcon, VegaImageUploader, VegaInput, VegaInputCreditCard, VegaInputSelect, VegaItemToggle, VegaLeftNav, VegaLeftNavGroup, VegaLeftNavLink, VegaLeftNavSection, VegaLineChart, VegaLoaderWrapper, VegaLoadingIndicator, VegaModal, VegaNavCard, VegaPageNotification, VegaPageNotificationList, VegaPagination, VegaPieChart, VegaPopover, VegaPopoverContentBox, VegaProgressTracker, VegaRadio, VegaRadioGroup, VegaSlotContainer, VegaStepper, VegaTabGroup, VegaTabGroupPanel, VegaTable, VegaTableBody, VegaTableCell, VegaTableExpandRow, VegaTableHead, VegaTableHeadCell, VegaTableHeadRow, VegaTableRow, VegaText, VegaTextarea, VegaTimePicker, VegaTimePickerDropdown, VegaToggleSwitch, VegaTooltip, VegaTooltipContentBox, VegaVirtualScroll };
|
|
2283
2125
|
//# sourceMappingURL=heartlandone-vega-angular.mjs.map
|