@heartlandone/vega-angular 2.3.0 → 2.4.0-RTE-preview
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 +736 -64
- package/dist/esm2020/lib/stencil-generated/text-value-accessor.mjs +3 -3
- package/dist/esm2020/testing/heartlandone-vega-angular-testing.mjs +5 -0
- package/dist/esm2020/testing/index.mjs +84 -0
- package/dist/esm2020/testing/public-api.mjs +5 -0
- package/dist/fesm2015/heartlandone-vega-angular-testing.mjs +97 -0
- package/dist/fesm2015/heartlandone-vega-angular-testing.mjs.map +1 -0
- package/dist/fesm2015/heartlandone-vega-angular.mjs +714 -67
- package/dist/fesm2015/heartlandone-vega-angular.mjs.map +1 -1
- package/dist/fesm2020/heartlandone-vega-angular-testing.mjs +94 -0
- package/dist/fesm2020/heartlandone-vega-angular-testing.mjs.map +1 -0
- package/dist/fesm2020/heartlandone-vega-angular.mjs +714 -67
- 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 +710 -156
- package/dist/lib/stencil-generated/text-value-accessor.d.ts +1 -1
- package/dist/package.json +10 -2
- package/dist/testing/heartlandone-vega-angular-testing.d.ts +5 -0
- package/dist/testing/index.d.ts +7 -0
- package/dist/testing/package.json +10 -0
- package/dist/testing/public-api.d.ts +1 -0
- package/package.json +5 -4
- package/src/lib/stencil-generated/components.ts +1138 -210
- package/src/lib/stencil-generated/text-value-accessor.ts +1 -1
- package/src/scripts/stencil-post-build-script.js +20 -3
- package/testing/index.ts +115 -0
- package/testing/ng-package.json +8 -0
- package/testing/public-api.ts +4 -0
|
@@ -57,7 +57,7 @@ class TextValueAccessor extends ValueAccessor {
|
|
|
57
57
|
}
|
|
58
58
|
}
|
|
59
59
|
TextValueAccessor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: TextValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
60
|
-
TextValueAccessor.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.2", type: TextValueAccessor, selector: "vega-checkbox, vega-checkbox-group, vega-color-picker, vega-combo-box, vega-date-picker, vega-image-uploader, vega-input, vega-input-credit-card, vega-input-range, vega-input-select, vega-radio-group, vega-stepper, vega-textarea, vega-time-picker", host: { listeners: { "vegaChange": "handleChangeEvent($event.currentTarget.value, 'vega')", "change": "handleChangeEvent($event.currentTarget.value, 'native')" } }, providers: [
|
|
60
|
+
TextValueAccessor.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.2", type: TextValueAccessor, selector: "vega-checkbox, vega-checkbox-group, vega-color-picker, vega-combo-box, vega-date-picker, vega-file-uploader, vega-image-uploader, vega-input, vega-input-credit-card, vega-input-numeric, vega-input-phone-number, vega-input-range, vega-input-select, vega-radio-group, vega-rich-text-editor, vega-selection-chip-group, vega-selection-tile-group, vega-signature-capture, vega-stepper, vega-textarea, vega-time-picker, vega-toggle-switch", host: { listeners: { "vegaChange": "handleChangeEvent($event.currentTarget.value, 'vega')", "change": "handleChangeEvent($event.currentTarget.value, 'native')" } }, providers: [
|
|
61
61
|
{
|
|
62
62
|
provide: NG_VALUE_ACCESSOR,
|
|
63
63
|
useExisting: TextValueAccessor,
|
|
@@ -68,7 +68,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImpor
|
|
|
68
68
|
type: Directive,
|
|
69
69
|
args: [{
|
|
70
70
|
/* tslint:disable-next-line:directive-selector */
|
|
71
|
-
selector: 'vega-checkbox, vega-checkbox-group, vega-color-picker, vega-combo-box, vega-date-picker, vega-image-uploader, vega-input, vega-input-credit-card, vega-input-range, vega-input-select, vega-radio-group, vega-stepper, vega-textarea, vega-time-picker',
|
|
71
|
+
selector: 'vega-checkbox, vega-checkbox-group, vega-color-picker, vega-combo-box, vega-date-picker, vega-file-uploader, vega-image-uploader, vega-input, vega-input-credit-card, vega-input-numeric, vega-input-phone-number, vega-input-range, vega-input-select, vega-radio-group, vega-rich-text-editor, vega-selection-chip-group, vega-selection-tile-group, vega-signature-capture, vega-stepper, vega-textarea, vega-time-picker, vega-toggle-switch',
|
|
72
72
|
host: {
|
|
73
73
|
'(vegaChange)': "handleChangeEvent($event.currentTarget.value, 'vega')",
|
|
74
74
|
'(change)': "handleChangeEvent($event.currentTarget.value, 'native')"
|
|
@@ -268,6 +268,32 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", 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 VegaBanner = class VegaBanner {
|
|
272
|
+
constructor(c, r, z) {
|
|
273
|
+
this.z = z;
|
|
274
|
+
c.detach();
|
|
275
|
+
this.el = r.nativeElement;
|
|
276
|
+
proxyOutputs(this, this.el, ['vegaClose', 'close', 'vegaActionButtonClick', 'actionButtonClick']);
|
|
277
|
+
}
|
|
278
|
+
};
|
|
279
|
+
VegaBanner.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaBanner, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
280
|
+
VegaBanner.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaBanner, selector: "vega-banner", inputs: { actionButtons: "actionButtons", bannerTitle: "bannerTitle", content: "content", isOpen: "isOpen", showCloseButton: "showCloseButton", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
281
|
+
VegaBanner = __decorate([
|
|
282
|
+
ProxyCmp({
|
|
283
|
+
defineCustomElementFn: undefined,
|
|
284
|
+
inputs: ['actionButtons', 'bannerTitle', 'content', 'isOpen', 'showCloseButton', 'type'],
|
|
285
|
+
methods: ['doClose']
|
|
286
|
+
})
|
|
287
|
+
], VegaBanner);
|
|
288
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaBanner, decorators: [{
|
|
289
|
+
type: Component,
|
|
290
|
+
args: [{
|
|
291
|
+
selector: 'vega-banner',
|
|
292
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
293
|
+
template: '<ng-content></ng-content>',
|
|
294
|
+
inputs: ['actionButtons', 'bannerTitle', 'content', 'isOpen', 'showCloseButton', 'type']
|
|
295
|
+
}]
|
|
296
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
271
297
|
let VegaBarChart = class VegaBarChart {
|
|
272
298
|
constructor(c, r, z) {
|
|
273
299
|
this.z = z;
|
|
@@ -300,11 +326,11 @@ let VegaBox = class VegaBox {
|
|
|
300
326
|
}
|
|
301
327
|
};
|
|
302
328
|
VegaBox.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaBox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
303
|
-
VegaBox.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaBox, selector: "vega-box", inputs: { alignSelf: "alignSelf", backgroundColor: "backgroundColor", border: "border", borderColor: "borderColor", corners: "corners", display: "display", flex: "flex", flexBasis: "flexBasis", flexGrow: "flexGrow", flexShrink: "flexShrink", height: "height", justifySelf: "justifySelf", margin: "margin", order: "order", padding: "padding", responsiveClass: "responsiveClass", shadow: "shadow", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
329
|
+
VegaBox.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaBox, selector: "vega-box", inputs: { alignSelf: "alignSelf", backgroundColor: "backgroundColor", border: "border", borderColor: "borderColor", borderStyle: "borderStyle", corners: "corners", display: "display", flex: "flex", flexBasis: "flexBasis", flexGrow: "flexGrow", flexShrink: "flexShrink", gridArea: "gridArea", gridColumn: "gridColumn", gridRow: "gridRow", height: "height", justifySelf: "justifySelf", margin: "margin", maxHeight: "maxHeight", minHeight: "minHeight", order: "order", padding: "padding", responsiveClass: "responsiveClass", shadow: "shadow", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
304
330
|
VegaBox = __decorate([
|
|
305
331
|
ProxyCmp({
|
|
306
332
|
defineCustomElementFn: undefined,
|
|
307
|
-
inputs: ['alignSelf', 'backgroundColor', 'border', 'borderColor', 'corners', 'display', 'flex', 'flexBasis', 'flexGrow', 'flexShrink', 'height', 'justifySelf', 'margin', 'order', 'padding', 'responsiveClass', 'shadow', 'width']
|
|
333
|
+
inputs: ['alignSelf', 'backgroundColor', 'border', 'borderColor', 'borderStyle', 'corners', 'display', 'flex', 'flexBasis', 'flexGrow', 'flexShrink', 'gridArea', 'gridColumn', 'gridRow', 'height', 'justifySelf', 'margin', 'maxHeight', 'minHeight', 'order', 'padding', 'responsiveClass', 'shadow', 'width']
|
|
308
334
|
})
|
|
309
335
|
], VegaBox);
|
|
310
336
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaBox, decorators: [{
|
|
@@ -313,7 +339,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImpor
|
|
|
313
339
|
selector: 'vega-box',
|
|
314
340
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
315
341
|
template: '<ng-content></ng-content>',
|
|
316
|
-
inputs: ['alignSelf', 'backgroundColor', 'border', 'borderColor', 'corners', 'display', 'flex', 'flexBasis', 'flexGrow', 'flexShrink', 'height', 'justifySelf', 'margin', 'order', 'padding', 'responsiveClass', 'shadow', 'width']
|
|
342
|
+
inputs: ['alignSelf', 'backgroundColor', 'border', 'borderColor', 'borderStyle', 'corners', 'display', 'flex', 'flexBasis', 'flexGrow', 'flexShrink', 'gridArea', 'gridColumn', 'gridRow', 'height', 'justifySelf', 'margin', 'maxHeight', 'minHeight', 'order', 'padding', 'responsiveClass', 'shadow', 'width']
|
|
317
343
|
}]
|
|
318
344
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
319
345
|
let VegaBreadcrumb = class VegaBreadcrumb {
|
|
@@ -350,11 +376,11 @@ let VegaButton = class VegaButton {
|
|
|
350
376
|
}
|
|
351
377
|
};
|
|
352
378
|
VegaButton.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
353
|
-
VegaButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaButton, selector: "vega-button", inputs: { block: "block", danger: "danger", disabled: "disabled", icon: "icon", iconAlign: "iconAlign", label: "label", size: "size", type: "type", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
379
|
+
VegaButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaButton, selector: "vega-button", inputs: { block: "block", danger: "danger", disabled: "disabled", icon: "icon", iconAlign: "iconAlign", label: "label", loading: "loading", size: "size", type: "type", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
354
380
|
VegaButton = __decorate([
|
|
355
381
|
ProxyCmp({
|
|
356
382
|
defineCustomElementFn: undefined,
|
|
357
|
-
inputs: ['block', 'danger', 'disabled', 'icon', 'iconAlign', 'label', 'size', 'type', 'variant']
|
|
383
|
+
inputs: ['block', 'danger', 'disabled', 'icon', 'iconAlign', 'label', 'loading', 'size', 'type', 'variant']
|
|
358
384
|
})
|
|
359
385
|
], VegaButton);
|
|
360
386
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaButton, decorators: [{
|
|
@@ -363,7 +389,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImpor
|
|
|
363
389
|
selector: 'vega-button',
|
|
364
390
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
365
391
|
template: '<ng-content></ng-content>',
|
|
366
|
-
inputs: ['block', 'danger', 'disabled', 'icon', 'iconAlign', 'label', 'size', 'type', 'variant']
|
|
392
|
+
inputs: ['block', 'danger', 'disabled', 'icon', 'iconAlign', 'label', 'loading', 'size', 'type', 'variant']
|
|
367
393
|
}]
|
|
368
394
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
369
395
|
let VegaButtonCircle = class VegaButtonCircle {
|
|
@@ -391,6 +417,55 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImpor
|
|
|
391
417
|
inputs: ['danger', 'disabled', 'icon', 'iconColor', 'label', 'showTooltip', 'size', 'tooltip', 'type', 'variant']
|
|
392
418
|
}]
|
|
393
419
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
420
|
+
let VegaButtonGroup = class VegaButtonGroup {
|
|
421
|
+
constructor(c, r, z) {
|
|
422
|
+
this.z = z;
|
|
423
|
+
c.detach();
|
|
424
|
+
this.el = r.nativeElement;
|
|
425
|
+
proxyOutputs(this, this.el, ['vegaClick', 'click']);
|
|
426
|
+
}
|
|
427
|
+
};
|
|
428
|
+
VegaButtonGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaButtonGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
429
|
+
VegaButtonGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaButtonGroup, selector: "vega-button-group", inputs: { iconAlign: "iconAlign", size: "size", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
430
|
+
VegaButtonGroup = __decorate([
|
|
431
|
+
ProxyCmp({
|
|
432
|
+
defineCustomElementFn: undefined,
|
|
433
|
+
inputs: ['iconAlign', 'size', 'variant']
|
|
434
|
+
})
|
|
435
|
+
], VegaButtonGroup);
|
|
436
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaButtonGroup, decorators: [{
|
|
437
|
+
type: Component,
|
|
438
|
+
args: [{
|
|
439
|
+
selector: 'vega-button-group',
|
|
440
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
441
|
+
template: '<ng-content></ng-content>',
|
|
442
|
+
inputs: ['iconAlign', 'size', 'variant']
|
|
443
|
+
}]
|
|
444
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
445
|
+
let VegaButtonGroupItem = class VegaButtonGroupItem {
|
|
446
|
+
constructor(c, r, z) {
|
|
447
|
+
this.z = z;
|
|
448
|
+
c.detach();
|
|
449
|
+
this.el = r.nativeElement;
|
|
450
|
+
}
|
|
451
|
+
};
|
|
452
|
+
VegaButtonGroupItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaButtonGroupItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
453
|
+
VegaButtonGroupItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaButtonGroupItem, selector: "vega-button-group-item", inputs: { dropdownProps: "dropdownProps", dropdownSource: "dropdownSource", icon: "icon", iconOnly: "iconOnly", itemKey: "itemKey", label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
454
|
+
VegaButtonGroupItem = __decorate([
|
|
455
|
+
ProxyCmp({
|
|
456
|
+
defineCustomElementFn: undefined,
|
|
457
|
+
inputs: ['dropdownProps', 'dropdownSource', 'icon', 'iconOnly', 'itemKey', 'label']
|
|
458
|
+
})
|
|
459
|
+
], VegaButtonGroupItem);
|
|
460
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaButtonGroupItem, decorators: [{
|
|
461
|
+
type: Component,
|
|
462
|
+
args: [{
|
|
463
|
+
selector: 'vega-button-group-item',
|
|
464
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
465
|
+
template: '<ng-content></ng-content>',
|
|
466
|
+
inputs: ['dropdownProps', 'dropdownSource', 'icon', 'iconOnly', 'itemKey', 'label']
|
|
467
|
+
}]
|
|
468
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
394
469
|
let VegaButtonLink = class VegaButtonLink {
|
|
395
470
|
constructor(c, r, z) {
|
|
396
471
|
this.z = z;
|
|
@@ -416,6 +491,79 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImpor
|
|
|
416
491
|
inputs: ['danger', 'disabled', 'eventful', 'icon', 'iconAlign', 'iconType', 'label', 'link', 'size']
|
|
417
492
|
}]
|
|
418
493
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
494
|
+
let VegaCalendar = class VegaCalendar {
|
|
495
|
+
constructor(c, r, z) {
|
|
496
|
+
this.z = z;
|
|
497
|
+
c.detach();
|
|
498
|
+
this.el = r.nativeElement;
|
|
499
|
+
proxyOutputs(this, this.el, ['vegaChange', 'change', 'vegaEventClick', 'eventClick', 'vegaDateDblClick', 'dateDblClick', 'vegaMoreActionClick', 'moreActionClick']);
|
|
500
|
+
}
|
|
501
|
+
};
|
|
502
|
+
VegaCalendar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaCalendar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
503
|
+
VegaCalendar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaCalendar, selector: "vega-calendar", inputs: { events: "events", moreActionDropdownProps: "moreActionDropdownProps", showEventColorBar: "showEventColorBar", showWeekends: "showWeekends", timeFormat: "timeFormat", viewMode: "viewMode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
504
|
+
VegaCalendar = __decorate([
|
|
505
|
+
ProxyCmp({
|
|
506
|
+
defineCustomElementFn: undefined,
|
|
507
|
+
inputs: ['events', 'moreActionDropdownProps', 'showEventColorBar', 'showWeekends', 'timeFormat', 'viewMode']
|
|
508
|
+
})
|
|
509
|
+
], VegaCalendar);
|
|
510
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaCalendar, decorators: [{
|
|
511
|
+
type: Component,
|
|
512
|
+
args: [{
|
|
513
|
+
selector: 'vega-calendar',
|
|
514
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
515
|
+
template: '<ng-content></ng-content>',
|
|
516
|
+
inputs: ['events', 'moreActionDropdownProps', 'showEventColorBar', 'showWeekends', 'timeFormat', 'viewMode']
|
|
517
|
+
}]
|
|
518
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
519
|
+
let VegaCalendarEvent = class VegaCalendarEvent {
|
|
520
|
+
constructor(c, r, z) {
|
|
521
|
+
this.z = z;
|
|
522
|
+
c.detach();
|
|
523
|
+
this.el = r.nativeElement;
|
|
524
|
+
}
|
|
525
|
+
};
|
|
526
|
+
VegaCalendarEvent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaCalendarEvent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
527
|
+
VegaCalendarEvent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaCalendarEvent, selector: "vega-calendar-event", inputs: { calendarEvent: "calendarEvent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
528
|
+
VegaCalendarEvent = __decorate([
|
|
529
|
+
ProxyCmp({
|
|
530
|
+
defineCustomElementFn: undefined,
|
|
531
|
+
inputs: ['calendarEvent']
|
|
532
|
+
})
|
|
533
|
+
], VegaCalendarEvent);
|
|
534
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaCalendarEvent, decorators: [{
|
|
535
|
+
type: Component,
|
|
536
|
+
args: [{
|
|
537
|
+
selector: 'vega-calendar-event',
|
|
538
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
539
|
+
template: '<ng-content></ng-content>',
|
|
540
|
+
inputs: ['calendarEvent']
|
|
541
|
+
}]
|
|
542
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
543
|
+
let VegaCalendarEventSlot = class VegaCalendarEventSlot {
|
|
544
|
+
constructor(c, r, z) {
|
|
545
|
+
this.z = z;
|
|
546
|
+
c.detach();
|
|
547
|
+
this.el = r.nativeElement;
|
|
548
|
+
}
|
|
549
|
+
};
|
|
550
|
+
VegaCalendarEventSlot.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaCalendarEventSlot, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
551
|
+
VegaCalendarEventSlot.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaCalendarEventSlot, selector: "vega-calendar-event-slot", inputs: { eventKey: "eventKey" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
552
|
+
VegaCalendarEventSlot = __decorate([
|
|
553
|
+
ProxyCmp({
|
|
554
|
+
defineCustomElementFn: undefined,
|
|
555
|
+
inputs: ['eventKey']
|
|
556
|
+
})
|
|
557
|
+
], VegaCalendarEventSlot);
|
|
558
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaCalendarEventSlot, decorators: [{
|
|
559
|
+
type: Component,
|
|
560
|
+
args: [{
|
|
561
|
+
selector: 'vega-calendar-event-slot',
|
|
562
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
563
|
+
template: '<ng-content></ng-content>',
|
|
564
|
+
inputs: ['eventKey']
|
|
565
|
+
}]
|
|
566
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
419
567
|
let VegaCard = class VegaCard {
|
|
420
568
|
constructor(c, r, z) {
|
|
421
569
|
this.z = z;
|
|
@@ -501,11 +649,11 @@ let VegaCheckboxGroup = class VegaCheckboxGroup {
|
|
|
501
649
|
}
|
|
502
650
|
};
|
|
503
651
|
VegaCheckboxGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaCheckboxGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
504
|
-
VegaCheckboxGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", 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 });
|
|
652
|
+
VegaCheckboxGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaCheckboxGroup, selector: "vega-checkbox-group", inputs: { autoValidation: "autoValidation", disabled: "disabled", hint: "hint", isValid: "isValid", label: "label", required: "required", validationRules: "validationRules", value: "value", vegaFlexProp: "vegaFlexProp" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
505
653
|
VegaCheckboxGroup = __decorate([
|
|
506
654
|
ProxyCmp({
|
|
507
655
|
defineCustomElementFn: undefined,
|
|
508
|
-
inputs: ['disabled', 'hint', 'isValid', 'label', 'required', 'value', 'vegaFlexProp']
|
|
656
|
+
inputs: ['autoValidation', 'disabled', 'hint', 'isValid', 'label', 'required', 'validationRules', 'value', 'vegaFlexProp']
|
|
509
657
|
})
|
|
510
658
|
], VegaCheckboxGroup);
|
|
511
659
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaCheckboxGroup, decorators: [{
|
|
@@ -514,7 +662,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImpor
|
|
|
514
662
|
selector: 'vega-checkbox-group',
|
|
515
663
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
516
664
|
template: '<ng-content></ng-content>',
|
|
517
|
-
inputs: ['disabled', 'hint', 'isValid', 'label', 'required', 'value', 'vegaFlexProp']
|
|
665
|
+
inputs: ['autoValidation', 'disabled', 'hint', 'isValid', 'label', 'required', 'validationRules', 'value', 'vegaFlexProp']
|
|
518
666
|
}]
|
|
519
667
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
520
668
|
let VegaChip = class VegaChip {
|
|
@@ -551,11 +699,11 @@ let VegaColorPicker = class VegaColorPicker {
|
|
|
551
699
|
}
|
|
552
700
|
};
|
|
553
701
|
VegaColorPicker.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaColorPicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
554
|
-
VegaColorPicker.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaColorPicker, selector: "vega-color-picker", inputs: { autoValidation: "autoValidation", colors: "colors", disabled: "disabled", hint: "hint", isValid: "isValid", label: "label", required: "required", validationRules: "validationRules", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
702
|
+
VegaColorPicker.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaColorPicker, selector: "vega-color-picker", inputs: { autoValidation: "autoValidation", colors: "colors", disabled: "disabled", hint: "hint", isInline: "isInline", isValid: "isValid", label: "label", required: "required", validationRules: "validationRules", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
555
703
|
VegaColorPicker = __decorate([
|
|
556
704
|
ProxyCmp({
|
|
557
705
|
defineCustomElementFn: undefined,
|
|
558
|
-
inputs: ['autoValidation', 'colors', 'disabled', 'hint', 'isValid', 'label', 'required', 'validationRules', 'value']
|
|
706
|
+
inputs: ['autoValidation', 'colors', 'disabled', 'hint', 'isInline', 'isValid', 'label', 'required', 'validationRules', 'value']
|
|
559
707
|
})
|
|
560
708
|
], VegaColorPicker);
|
|
561
709
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaColorPicker, decorators: [{
|
|
@@ -564,7 +712,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImpor
|
|
|
564
712
|
selector: 'vega-color-picker',
|
|
565
713
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
566
714
|
template: '<ng-content></ng-content>',
|
|
567
|
-
inputs: ['autoValidation', 'colors', 'disabled', 'hint', 'isValid', 'label', 'required', 'validationRules', 'value']
|
|
715
|
+
inputs: ['autoValidation', 'colors', 'disabled', 'hint', 'isInline', 'isValid', 'label', 'required', 'validationRules', 'value']
|
|
568
716
|
}]
|
|
569
717
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
570
718
|
let VegaComboBox = class VegaComboBox {
|
|
@@ -689,20 +837,44 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImpor
|
|
|
689
837
|
inputs: ['cancelButton', 'content', 'dialogTitle', 'handleCancel', 'handleOk', 'modalProps', 'okButton', 'showCancel', 'type']
|
|
690
838
|
}]
|
|
691
839
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
840
|
+
let VegaDivider = class VegaDivider {
|
|
841
|
+
constructor(c, r, z) {
|
|
842
|
+
this.z = z;
|
|
843
|
+
c.detach();
|
|
844
|
+
this.el = r.nativeElement;
|
|
845
|
+
}
|
|
846
|
+
};
|
|
847
|
+
VegaDivider.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaDivider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
848
|
+
VegaDivider.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaDivider, selector: "vega-divider", inputs: { direction: "direction", margin: "margin", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
849
|
+
VegaDivider = __decorate([
|
|
850
|
+
ProxyCmp({
|
|
851
|
+
defineCustomElementFn: undefined,
|
|
852
|
+
inputs: ['direction', 'margin', 'variant']
|
|
853
|
+
})
|
|
854
|
+
], VegaDivider);
|
|
855
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaDivider, decorators: [{
|
|
856
|
+
type: Component,
|
|
857
|
+
args: [{
|
|
858
|
+
selector: 'vega-divider',
|
|
859
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
860
|
+
template: '<ng-content></ng-content>',
|
|
861
|
+
inputs: ['direction', 'margin', 'variant']
|
|
862
|
+
}]
|
|
863
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
692
864
|
let VegaDropdown = class VegaDropdown {
|
|
693
865
|
constructor(c, r, z) {
|
|
694
866
|
this.z = z;
|
|
695
867
|
c.detach();
|
|
696
868
|
this.el = r.nativeElement;
|
|
697
|
-
proxyOutputs(this, this.el, ['vegaDropdownClick', 'dropdownClick', 'vegaShow', 'dropdownShow', 'vegaHide', 'dropdownHide', 'vegaCreate', 'create', 'vegaSearch', 'dropdownSearch']);
|
|
869
|
+
proxyOutputs(this, this.el, ['vegaDropdownClick', 'dropdownClick', 'vegaShow', 'dropdownShow', 'vegaHide', 'dropdownHide', 'vegaCreate', 'create', 'vegaSearch', 'dropdownSearch', 'vegaSearchTrigger', 'searchTrigger']);
|
|
698
870
|
}
|
|
699
871
|
};
|
|
700
872
|
VegaDropdown.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaDropdown, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
701
|
-
VegaDropdown.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaDropdown, selector: "vega-dropdown", inputs: { alignment: "alignment", caseSensitive: "caseSensitive", dynamicOption: "dynamicOption", isLazyLoading: "isLazyLoading", isLoading: "isLoading", itemDisplayRule: "itemDisplayRule", matchContainerHeight: "matchContainerHeight", matchTargetWidth: "matchTargetWidth", maxHeight: "maxHeight", maxWidth: "maxWidth", minWidth: "minWidth", placement: "placement", positionRelativeTo: "positionRelativeTo", prefixIconSlot: "prefixIconSlot", searchable: "searchable", selectType: "selectType", selectedSourceKey: "selectedSourceKey", size: "size", source: "source", translocation: "translocation", trigger: "trigger", useDefaultFilter: "useDefaultFilter" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
873
|
+
VegaDropdown.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaDropdown, selector: "vega-dropdown", inputs: { alignment: "alignment", caseSensitive: "caseSensitive", dynamicOption: "dynamicOption", isLazyLoading: "isLazyLoading", isLoading: "isLoading", itemDisplayRule: "itemDisplayRule", matchContainerHeight: "matchContainerHeight", matchTargetWidth: "matchTargetWidth", maxHeight: "maxHeight", maxWidth: "maxWidth", minWidth: "minWidth", placement: "placement", positionRelativeTo: "positionRelativeTo", prefixIconSlot: "prefixIconSlot", searchTriggerBy: "searchTriggerBy", searchable: "searchable", selectType: "selectType", selectedSourceKey: "selectedSourceKey", size: "size", source: "source", translocation: "translocation", trigger: "trigger", useDefaultFilter: "useDefaultFilter" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
702
874
|
VegaDropdown = __decorate([
|
|
703
875
|
ProxyCmp({
|
|
704
876
|
defineCustomElementFn: undefined,
|
|
705
|
-
inputs: ['alignment', 'caseSensitive', 'dynamicOption', 'isLazyLoading', 'isLoading', 'itemDisplayRule', 'matchContainerHeight', 'matchTargetWidth', 'maxHeight', 'maxWidth', 'minWidth', 'placement', 'positionRelativeTo', 'prefixIconSlot', 'searchable', 'selectType', 'selectedSourceKey', 'size', 'source', 'translocation', 'trigger', 'useDefaultFilter'],
|
|
877
|
+
inputs: ['alignment', 'caseSensitive', 'dynamicOption', 'isLazyLoading', 'isLoading', 'itemDisplayRule', 'matchContainerHeight', 'matchTargetWidth', 'maxHeight', 'maxWidth', 'minWidth', 'placement', 'positionRelativeTo', 'prefixIconSlot', 'searchTriggerBy', 'searchable', 'selectType', 'selectedSourceKey', 'size', 'source', 'translocation', 'trigger', 'useDefaultFilter'],
|
|
706
878
|
methods: ['show', 'hide', 'search', 'clearSelection', 'getSelection', 'setSelection']
|
|
707
879
|
})
|
|
708
880
|
], VegaDropdown);
|
|
@@ -712,7 +884,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImpor
|
|
|
712
884
|
selector: 'vega-dropdown',
|
|
713
885
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
714
886
|
template: '<ng-content></ng-content>',
|
|
715
|
-
inputs: ['alignment', 'caseSensitive', 'dynamicOption', 'isLazyLoading', 'isLoading', 'itemDisplayRule', 'matchContainerHeight', 'matchTargetWidth', 'maxHeight', 'maxWidth', 'minWidth', 'placement', 'positionRelativeTo', 'prefixIconSlot', 'searchable', 'selectType', 'selectedSourceKey', 'size', 'source', 'translocation', 'trigger', 'useDefaultFilter']
|
|
887
|
+
inputs: ['alignment', 'caseSensitive', 'dynamicOption', 'isLazyLoading', 'isLoading', 'itemDisplayRule', 'matchContainerHeight', 'matchTargetWidth', 'maxHeight', 'maxWidth', 'minWidth', 'placement', 'positionRelativeTo', 'prefixIconSlot', 'searchTriggerBy', 'searchable', 'selectType', 'selectedSourceKey', 'size', 'source', 'translocation', 'trigger', 'useDefaultFilter']
|
|
716
888
|
}]
|
|
717
889
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
718
890
|
let VegaDropdownContentBox = class VegaDropdownContentBox {
|
|
@@ -770,11 +942,11 @@ let VegaDropdownItem = class VegaDropdownItem {
|
|
|
770
942
|
}
|
|
771
943
|
};
|
|
772
944
|
VegaDropdownItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaDropdownItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
773
|
-
VegaDropdownItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaDropdownItem, selector: "vega-dropdown-item", inputs: { count: "count", disabled: "disabled", height: "height", itemKey: "itemKey", label: "label", prefixIcon: "prefixIcon" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
945
|
+
VegaDropdownItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaDropdownItem, selector: "vega-dropdown-item", inputs: { count: "count", danger: "danger", disabled: "disabled", height: "height", itemKey: "itemKey", label: "label", prefixIcon: "prefixIcon" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
774
946
|
VegaDropdownItem = __decorate([
|
|
775
947
|
ProxyCmp({
|
|
776
948
|
defineCustomElementFn: undefined,
|
|
777
|
-
inputs: ['count', 'disabled', 'height', 'itemKey', 'label', 'prefixIcon']
|
|
949
|
+
inputs: ['count', 'danger', 'disabled', 'height', 'itemKey', 'label', 'prefixIcon']
|
|
778
950
|
})
|
|
779
951
|
], VegaDropdownItem);
|
|
780
952
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaDropdownItem, decorators: [{
|
|
@@ -783,7 +955,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImpor
|
|
|
783
955
|
selector: 'vega-dropdown-item',
|
|
784
956
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
785
957
|
template: '<ng-content></ng-content>',
|
|
786
|
-
inputs: ['count', 'disabled', 'height', 'itemKey', 'label', 'prefixIcon']
|
|
958
|
+
inputs: ['count', 'danger', 'disabled', 'height', 'itemKey', 'label', 'prefixIcon']
|
|
787
959
|
}]
|
|
788
960
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
789
961
|
let VegaFieldError = class VegaFieldError {
|
|
@@ -815,15 +987,15 @@ let VegaFieldLabel = class VegaFieldLabel {
|
|
|
815
987
|
this.z = z;
|
|
816
988
|
c.detach();
|
|
817
989
|
this.el = r.nativeElement;
|
|
818
|
-
proxyOutputs(this, this.el, ['vegaClick']);
|
|
990
|
+
proxyOutputs(this, this.el, ['vegaClick', 'vegaLabelButtonClick', 'labelButtonClick']);
|
|
819
991
|
}
|
|
820
992
|
};
|
|
821
993
|
VegaFieldLabel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaFieldLabel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
822
|
-
VegaFieldLabel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaFieldLabel, selector: "vega-field-label", inputs: { disabled: "disabled", isFieldRequired: "isFieldRequired", label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
994
|
+
VegaFieldLabel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaFieldLabel, selector: "vega-field-label", inputs: { disabled: "disabled", isFieldRequired: "isFieldRequired", label: "label", suffixButtonProps: "suffixButtonProps" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
823
995
|
VegaFieldLabel = __decorate([
|
|
824
996
|
ProxyCmp({
|
|
825
997
|
defineCustomElementFn: undefined,
|
|
826
|
-
inputs: ['disabled', 'isFieldRequired', 'label']
|
|
998
|
+
inputs: ['disabled', 'isFieldRequired', 'label', 'suffixButtonProps']
|
|
827
999
|
})
|
|
828
1000
|
], VegaFieldLabel);
|
|
829
1001
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaFieldLabel, decorators: [{
|
|
@@ -832,7 +1004,32 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImpor
|
|
|
832
1004
|
selector: 'vega-field-label',
|
|
833
1005
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
834
1006
|
template: '<ng-content></ng-content>',
|
|
835
|
-
inputs: ['disabled', 'isFieldRequired', 'label']
|
|
1007
|
+
inputs: ['disabled', 'isFieldRequired', 'label', 'suffixButtonProps']
|
|
1008
|
+
}]
|
|
1009
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1010
|
+
let VegaFileUploader = class VegaFileUploader {
|
|
1011
|
+
constructor(c, r, z) {
|
|
1012
|
+
this.z = z;
|
|
1013
|
+
c.detach();
|
|
1014
|
+
this.el = r.nativeElement;
|
|
1015
|
+
proxyOutputs(this, this.el, ['vegaChange', 'change', 'vegaSelectedFileChange', 'selectedFileChange', 'vegaRemove', 'remove', 'vegaRetry', 'retry', 'vegaPreview', 'preview']);
|
|
1016
|
+
}
|
|
1017
|
+
};
|
|
1018
|
+
VegaFileUploader.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaFileUploader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1019
|
+
VegaFileUploader.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaFileUploader, selector: "vega-file-uploader", inputs: { accept: "accept", autoValidation: "autoValidation", disabled: "disabled", hint: "hint", isValid: "isValid", label: "label", required: "required", validationRules: "validationRules", value: "value", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1020
|
+
VegaFileUploader = __decorate([
|
|
1021
|
+
ProxyCmp({
|
|
1022
|
+
defineCustomElementFn: undefined,
|
|
1023
|
+
inputs: ['accept', 'autoValidation', 'disabled', 'hint', 'isValid', 'label', 'required', 'validationRules', 'value', 'variant']
|
|
1024
|
+
})
|
|
1025
|
+
], VegaFileUploader);
|
|
1026
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaFileUploader, decorators: [{
|
|
1027
|
+
type: Component,
|
|
1028
|
+
args: [{
|
|
1029
|
+
selector: 'vega-file-uploader',
|
|
1030
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1031
|
+
template: '<ng-content></ng-content>',
|
|
1032
|
+
inputs: ['accept', 'autoValidation', 'disabled', 'hint', 'isValid', 'label', 'required', 'validationRules', 'value', 'variant']
|
|
836
1033
|
}]
|
|
837
1034
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
838
1035
|
let VegaFlex = class VegaFlex {
|
|
@@ -843,11 +1040,11 @@ let VegaFlex = class VegaFlex {
|
|
|
843
1040
|
}
|
|
844
1041
|
};
|
|
845
1042
|
VegaFlex.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaFlex, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
846
|
-
VegaFlex.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaFlex, selector: "vega-flex", inputs: { alignItems: "alignItems", breakpoint: "breakpoint", direction: "direction", gap: "gap", justifyContent: "justifyContent", margin: "margin", useNativeFlex: "useNativeFlex" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1043
|
+
VegaFlex.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaFlex, selector: "vega-flex", inputs: { alignItems: "alignItems", breakpoint: "breakpoint", direction: "direction", flex: "flex", flexBasis: "flexBasis", flexGrow: "flexGrow", flexShrink: "flexShrink", flexWrap: "flexWrap", gap: "gap", justifyContent: "justifyContent", margin: "margin", useNativeFlex: "useNativeFlex" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
847
1044
|
VegaFlex = __decorate([
|
|
848
1045
|
ProxyCmp({
|
|
849
1046
|
defineCustomElementFn: undefined,
|
|
850
|
-
inputs: ['alignItems', 'breakpoint', 'direction', 'gap', 'justifyContent', 'margin', 'useNativeFlex']
|
|
1047
|
+
inputs: ['alignItems', 'breakpoint', 'direction', 'flex', 'flexBasis', 'flexGrow', 'flexShrink', 'flexWrap', 'gap', 'justifyContent', 'margin', 'useNativeFlex']
|
|
851
1048
|
})
|
|
852
1049
|
], VegaFlex);
|
|
853
1050
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaFlex, decorators: [{
|
|
@@ -856,7 +1053,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImpor
|
|
|
856
1053
|
selector: 'vega-flex',
|
|
857
1054
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
858
1055
|
template: '<ng-content></ng-content>',
|
|
859
|
-
inputs: ['alignItems', 'breakpoint', 'direction', 'gap', 'justifyContent', 'margin', 'useNativeFlex']
|
|
1056
|
+
inputs: ['alignItems', 'breakpoint', 'direction', 'flex', 'flexBasis', 'flexGrow', 'flexShrink', 'flexWrap', 'gap', 'justifyContent', 'margin', 'useNativeFlex']
|
|
860
1057
|
}]
|
|
861
1058
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
862
1059
|
let VegaFont = class VegaFont {
|
|
@@ -867,11 +1064,11 @@ let VegaFont = class VegaFont {
|
|
|
867
1064
|
}
|
|
868
1065
|
};
|
|
869
1066
|
VegaFont.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaFont, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
870
|
-
VegaFont.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaFont, selector: "vega-font", inputs: { as: "as", color: "color", disableResponsive: "disableResponsive", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1067
|
+
VegaFont.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaFont, selector: "vega-font", inputs: { as: "as", color: "color", disableResponsive: "disableResponsive", textAlign: "textAlign", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
871
1068
|
VegaFont = __decorate([
|
|
872
1069
|
ProxyCmp({
|
|
873
1070
|
defineCustomElementFn: undefined,
|
|
874
|
-
inputs: ['as', 'color', 'disableResponsive', 'variant']
|
|
1071
|
+
inputs: ['as', 'color', 'disableResponsive', 'textAlign', 'variant']
|
|
875
1072
|
})
|
|
876
1073
|
], VegaFont);
|
|
877
1074
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaFont, decorators: [{
|
|
@@ -880,7 +1077,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImpor
|
|
|
880
1077
|
selector: 'vega-font',
|
|
881
1078
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
882
1079
|
template: '<ng-content></ng-content>',
|
|
883
|
-
inputs: ['as', 'color', 'disableResponsive', 'variant']
|
|
1080
|
+
inputs: ['as', 'color', 'disableResponsive', 'textAlign', 'variant']
|
|
884
1081
|
}]
|
|
885
1082
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
886
1083
|
let VegaForm = class VegaForm {
|
|
@@ -933,6 +1130,28 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImpor
|
|
|
933
1130
|
inputs: ['column', 'gap', 'row']
|
|
934
1131
|
}]
|
|
935
1132
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1133
|
+
let VegaHint = class VegaHint {
|
|
1134
|
+
constructor(c, r, z) {
|
|
1135
|
+
this.z = z;
|
|
1136
|
+
c.detach();
|
|
1137
|
+
this.el = r.nativeElement;
|
|
1138
|
+
}
|
|
1139
|
+
};
|
|
1140
|
+
VegaHint.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaHint, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1141
|
+
VegaHint.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaHint, selector: "vega-hint", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1142
|
+
VegaHint = __decorate([
|
|
1143
|
+
ProxyCmp({
|
|
1144
|
+
defineCustomElementFn: undefined
|
|
1145
|
+
})
|
|
1146
|
+
], VegaHint);
|
|
1147
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaHint, decorators: [{
|
|
1148
|
+
type: Component,
|
|
1149
|
+
args: [{
|
|
1150
|
+
selector: 'vega-hint',
|
|
1151
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1152
|
+
template: '<ng-content></ng-content>'
|
|
1153
|
+
}]
|
|
1154
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
936
1155
|
let VegaIcon = class VegaIcon {
|
|
937
1156
|
constructor(c, r, z) {
|
|
938
1157
|
this.z = z;
|
|
@@ -966,11 +1185,11 @@ let VegaImageUploader = class VegaImageUploader {
|
|
|
966
1185
|
}
|
|
967
1186
|
};
|
|
968
1187
|
VegaImageUploader.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaImageUploader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
969
|
-
VegaImageUploader.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaImageUploader, selector: "vega-image-uploader", inputs: { accept: "accept", autoValidation: "autoValidation", disabled: "disabled", isValid: "isValid", required: "required", showPreviewButton: "showPreviewButton", showRemoveButton: "showRemoveButton", showReplaceButton: "showReplaceButton", status: "status", validationRules: "validationRules", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1188
|
+
VegaImageUploader.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaImageUploader, selector: "vega-image-uploader", inputs: { accept: "accept", actionSubTitle: "actionSubTitle", actionTitle: "actionTitle", autoValidation: "autoValidation", disabled: "disabled", height: "height", hint: "hint", isValid: "isValid", label: "label", required: "required", showPreviewButton: "showPreviewButton", showRemoveButton: "showRemoveButton", showReplaceButton: "showReplaceButton", status: "status", validationRules: "validationRules", value: "value", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
970
1189
|
VegaImageUploader = __decorate([
|
|
971
1190
|
ProxyCmp({
|
|
972
1191
|
defineCustomElementFn: undefined,
|
|
973
|
-
inputs: ['accept', 'autoValidation', 'disabled', 'isValid', 'required', 'showPreviewButton', 'showRemoveButton', 'showReplaceButton', 'status', 'validationRules', 'value'],
|
|
1192
|
+
inputs: ['accept', 'actionSubTitle', 'actionTitle', 'autoValidation', 'disabled', 'height', 'hint', 'isValid', 'label', 'required', 'showPreviewButton', 'showRemoveButton', 'showReplaceButton', 'status', 'validationRules', 'value', 'width'],
|
|
974
1193
|
methods: ['getContentURL']
|
|
975
1194
|
})
|
|
976
1195
|
], VegaImageUploader);
|
|
@@ -980,7 +1199,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImpor
|
|
|
980
1199
|
selector: 'vega-image-uploader',
|
|
981
1200
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
982
1201
|
template: '<ng-content></ng-content>',
|
|
983
|
-
inputs: ['accept', 'autoValidation', 'disabled', 'isValid', 'required', 'showPreviewButton', 'showRemoveButton', 'showReplaceButton', 'status', 'validationRules', 'value']
|
|
1202
|
+
inputs: ['accept', 'actionSubTitle', 'actionTitle', 'autoValidation', 'disabled', 'height', 'hint', 'isValid', 'label', 'required', 'showPreviewButton', 'showRemoveButton', 'showReplaceButton', 'status', 'validationRules', 'value', 'width']
|
|
984
1203
|
}]
|
|
985
1204
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
986
1205
|
let VegaInput = class VegaInput {
|
|
@@ -988,15 +1207,15 @@ let VegaInput = class VegaInput {
|
|
|
988
1207
|
this.z = z;
|
|
989
1208
|
c.detach();
|
|
990
1209
|
this.el = r.nativeElement;
|
|
991
|
-
proxyOutputs(this, this.el, ['vegaChange', 'change', 'vegaBlur', 'blur', 'vegaFocus', 'focus']);
|
|
1210
|
+
proxyOutputs(this, this.el, ['vegaChange', 'change', 'vegaBlur', 'blur', 'vegaFocus', 'focus', 'vegaLabelButtonClick', 'labelButtonClick']);
|
|
992
1211
|
}
|
|
993
1212
|
};
|
|
994
1213
|
VegaInput.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
995
|
-
VegaInput.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaInput, selector: "vega-input", inputs: { autoValidation: "autoValidation", autocomplete: "autocomplete", disableCopyPaste: "disableCopyPaste", 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 });
|
|
1214
|
+
VegaInput.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaInput, selector: "vega-input", inputs: { autoValidation: "autoValidation", autocomplete: "autocomplete", disableCopyPaste: "disableCopyPaste", disabled: "disabled", email: "email", hint: "hint", isValid: "isValid", label: "label", labelSuffixButtonProps: "labelSuffixButtonProps", maskConfig: "maskConfig", max: "max", maxLength: "maxLength", min: "min", minLength: "minLength", name: "name", placeholder: "placeholder", prefixIcon: "prefixIcon", required: "required", showClearIcon: "showClearIcon", size: "size", type: "type", validationRules: "validationRules", value: "value", valueUpdateTrigger: "valueUpdateTrigger" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
996
1215
|
VegaInput = __decorate([
|
|
997
1216
|
ProxyCmp({
|
|
998
1217
|
defineCustomElementFn: undefined,
|
|
999
|
-
inputs: ['autoValidation', 'autocomplete', 'disableCopyPaste', 'disabled', 'email', 'hint', 'isValid', 'label', 'maskConfig', 'max', 'maxLength', 'min', 'minLength', 'placeholder', 'prefixIcon', 'required', 'showClearIcon', 'size', 'type', 'validationRules', 'value'],
|
|
1218
|
+
inputs: ['autoValidation', 'autocomplete', 'disableCopyPaste', 'disabled', 'email', 'hint', 'isValid', 'label', 'labelSuffixButtonProps', 'maskConfig', 'max', 'maxLength', 'min', 'minLength', 'name', 'placeholder', 'prefixIcon', 'required', 'showClearIcon', 'size', 'type', 'validationRules', 'value', 'valueUpdateTrigger'],
|
|
1000
1219
|
methods: ['doFocus', 'doBlur']
|
|
1001
1220
|
})
|
|
1002
1221
|
], VegaInput);
|
|
@@ -1006,7 +1225,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImpor
|
|
|
1006
1225
|
selector: 'vega-input',
|
|
1007
1226
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1008
1227
|
template: '<ng-content></ng-content>',
|
|
1009
|
-
inputs: ['autoValidation', 'autocomplete', 'disableCopyPaste', 'disabled', 'email', 'hint', 'isValid', 'label', 'maskConfig', 'max', 'maxLength', 'min', 'minLength', 'placeholder', 'prefixIcon', 'required', 'showClearIcon', 'size', 'type', 'validationRules', 'value']
|
|
1228
|
+
inputs: ['autoValidation', 'autocomplete', 'disableCopyPaste', 'disabled', 'email', 'hint', 'isValid', 'label', 'labelSuffixButtonProps', 'maskConfig', 'max', 'maxLength', 'min', 'minLength', 'name', 'placeholder', 'prefixIcon', 'required', 'showClearIcon', 'size', 'type', 'validationRules', 'value', 'valueUpdateTrigger']
|
|
1010
1229
|
}]
|
|
1011
1230
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1012
1231
|
let VegaInputCreditCard = class VegaInputCreditCard {
|
|
@@ -1034,6 +1253,56 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImpor
|
|
|
1034
1253
|
inputs: ['autoValidation', 'disabled', 'hideCardNumberOnBlur', 'hint', 'isValid', 'label', 'placeholder', 'required', 'size', 'validationRules', 'value']
|
|
1035
1254
|
}]
|
|
1036
1255
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1256
|
+
let VegaInputNumeric = class VegaInputNumeric {
|
|
1257
|
+
constructor(c, r, z) {
|
|
1258
|
+
this.z = z;
|
|
1259
|
+
c.detach();
|
|
1260
|
+
this.el = r.nativeElement;
|
|
1261
|
+
proxyOutputs(this, this.el, ['vegaChange', 'change']);
|
|
1262
|
+
}
|
|
1263
|
+
};
|
|
1264
|
+
VegaInputNumeric.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaInputNumeric, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1265
|
+
VegaInputNumeric.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaInputNumeric, selector: "vega-input-numeric", inputs: { autoValidation: "autoValidation", disabled: "disabled", hint: "hint", integerOnly: "integerOnly", isValid: "isValid", label: "label", majorIncrement: "majorIncrement", minorIncrement: "minorIncrement", placeholder: "placeholder", prefixIcon: "prefixIcon", prefixText: "prefixText", required: "required", size: "size", suffixText: "suffixText", thousandComma: "thousandComma", validationRules: "validationRules", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1266
|
+
VegaInputNumeric = __decorate([
|
|
1267
|
+
ProxyCmp({
|
|
1268
|
+
defineCustomElementFn: undefined,
|
|
1269
|
+
inputs: ['autoValidation', 'disabled', 'hint', 'integerOnly', 'isValid', 'label', 'majorIncrement', 'minorIncrement', 'placeholder', 'prefixIcon', 'prefixText', 'required', 'size', 'suffixText', 'thousandComma', 'validationRules', 'value']
|
|
1270
|
+
})
|
|
1271
|
+
], VegaInputNumeric);
|
|
1272
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaInputNumeric, decorators: [{
|
|
1273
|
+
type: Component,
|
|
1274
|
+
args: [{
|
|
1275
|
+
selector: 'vega-input-numeric',
|
|
1276
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1277
|
+
template: '<ng-content></ng-content>',
|
|
1278
|
+
inputs: ['autoValidation', 'disabled', 'hint', 'integerOnly', 'isValid', 'label', 'majorIncrement', 'minorIncrement', 'placeholder', 'prefixIcon', 'prefixText', 'required', 'size', 'suffixText', 'thousandComma', 'validationRules', 'value']
|
|
1279
|
+
}]
|
|
1280
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1281
|
+
let VegaInputPhoneNumber = class VegaInputPhoneNumber {
|
|
1282
|
+
constructor(c, r, z) {
|
|
1283
|
+
this.z = z;
|
|
1284
|
+
c.detach();
|
|
1285
|
+
this.el = r.nativeElement;
|
|
1286
|
+
proxyOutputs(this, this.el, ['vegaChange', 'change', 'vegaCountryChange', 'countryChange']);
|
|
1287
|
+
}
|
|
1288
|
+
};
|
|
1289
|
+
VegaInputPhoneNumber.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaInputPhoneNumber, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1290
|
+
VegaInputPhoneNumber.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaInputPhoneNumber, selector: "vega-input-phone-number", inputs: { allowedCountryCodes: "allowedCountryCodes", autoValidation: "autoValidation", countryCode: "countryCode", disabled: "disabled", 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 });
|
|
1291
|
+
VegaInputPhoneNumber = __decorate([
|
|
1292
|
+
ProxyCmp({
|
|
1293
|
+
defineCustomElementFn: undefined,
|
|
1294
|
+
inputs: ['allowedCountryCodes', 'autoValidation', 'countryCode', 'disabled', 'hint', 'isValid', 'label', 'placeholder', 'required', 'size', 'validationRules', 'value']
|
|
1295
|
+
})
|
|
1296
|
+
], VegaInputPhoneNumber);
|
|
1297
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaInputPhoneNumber, decorators: [{
|
|
1298
|
+
type: Component,
|
|
1299
|
+
args: [{
|
|
1300
|
+
selector: 'vega-input-phone-number',
|
|
1301
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1302
|
+
template: '<ng-content></ng-content>',
|
|
1303
|
+
inputs: ['allowedCountryCodes', 'autoValidation', 'countryCode', 'disabled', 'hint', 'isValid', 'label', 'placeholder', 'required', 'size', 'validationRules', 'value']
|
|
1304
|
+
}]
|
|
1305
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1037
1306
|
let VegaInputRange = class VegaInputRange {
|
|
1038
1307
|
constructor(c, r, z) {
|
|
1039
1308
|
this.z = z;
|
|
@@ -1064,7 +1333,7 @@ let VegaInputSelect = class VegaInputSelect {
|
|
|
1064
1333
|
this.z = z;
|
|
1065
1334
|
c.detach();
|
|
1066
1335
|
this.el = r.nativeElement;
|
|
1067
|
-
proxyOutputs(this, this.el, ['vegaChange', 'change', 'vegaSearch', 'search']);
|
|
1336
|
+
proxyOutputs(this, this.el, ['vegaChange', 'change', 'vegaSearch', 'search', 'vegaSearchTrigger', 'searchTrigger']);
|
|
1068
1337
|
}
|
|
1069
1338
|
};
|
|
1070
1339
|
VegaInputSelect.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaInputSelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -1119,11 +1388,11 @@ let VegaLeftNav = class VegaLeftNav {
|
|
|
1119
1388
|
}
|
|
1120
1389
|
};
|
|
1121
1390
|
VegaLeftNav.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaLeftNav, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1122
|
-
VegaLeftNav.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaLeftNav, selector: "vega-left-nav", inputs: { footnote: "footnote", headerConfig: "headerConfig", open: "open", showAsOverlay: "showAsOverlay", source: "source" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1391
|
+
VegaLeftNav.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaLeftNav, selector: "vega-left-nav", inputs: { autoCollapseOnOverlay: "autoCollapseOnOverlay", footnote: "footnote", headerConfig: "headerConfig", open: "open", showAsOverlay: "showAsOverlay", source: "source" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1123
1392
|
VegaLeftNav = __decorate([
|
|
1124
1393
|
ProxyCmp({
|
|
1125
1394
|
defineCustomElementFn: undefined,
|
|
1126
|
-
inputs: ['footnote', 'headerConfig', 'open', 'showAsOverlay', 'source'],
|
|
1395
|
+
inputs: ['autoCollapseOnOverlay', 'footnote', 'headerConfig', 'open', 'showAsOverlay', 'source'],
|
|
1127
1396
|
methods: ['toggle']
|
|
1128
1397
|
})
|
|
1129
1398
|
], VegaLeftNav);
|
|
@@ -1133,7 +1402,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImpor
|
|
|
1133
1402
|
selector: 'vega-left-nav',
|
|
1134
1403
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1135
1404
|
template: '<ng-content></ng-content>',
|
|
1136
|
-
inputs: ['footnote', 'headerConfig', 'open', 'showAsOverlay', 'source']
|
|
1405
|
+
inputs: ['autoCollapseOnOverlay', 'footnote', 'headerConfig', 'open', 'showAsOverlay', 'source']
|
|
1137
1406
|
}]
|
|
1138
1407
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1139
1408
|
let VegaLeftNavGroup = class VegaLeftNavGroup {
|
|
@@ -1191,6 +1460,7 @@ let VegaLeftNavSection = class VegaLeftNavSection {
|
|
|
1191
1460
|
this.z = z;
|
|
1192
1461
|
c.detach();
|
|
1193
1462
|
this.el = r.nativeElement;
|
|
1463
|
+
proxyOutputs(this, this.el, ['vegaActionClick', 'actionClick']);
|
|
1194
1464
|
}
|
|
1195
1465
|
};
|
|
1196
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 });
|
|
@@ -1437,11 +1707,11 @@ let VegaPopover = class VegaPopover {
|
|
|
1437
1707
|
}
|
|
1438
1708
|
};
|
|
1439
1709
|
VegaPopover.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaPopover, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1440
|
-
VegaPopover.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaPopover, selector: "vega-popover", inputs: { alignment: "alignment", placement: "placement", positionRelativeTo: "positionRelativeTo", size: "size", trigger: "trigger" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1710
|
+
VegaPopover.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaPopover, selector: "vega-popover", inputs: { alignment: "alignment", placement: "placement", positionRelativeTo: "positionRelativeTo", showArrow: "showArrow", size: "size", trigger: "trigger" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1441
1711
|
VegaPopover = __decorate([
|
|
1442
1712
|
ProxyCmp({
|
|
1443
1713
|
defineCustomElementFn: undefined,
|
|
1444
|
-
inputs: ['alignment', 'placement', 'positionRelativeTo', 'size', 'trigger'],
|
|
1714
|
+
inputs: ['alignment', 'placement', 'positionRelativeTo', 'showArrow', 'size', 'trigger'],
|
|
1445
1715
|
methods: ['show', 'hide']
|
|
1446
1716
|
})
|
|
1447
1717
|
], VegaPopover);
|
|
@@ -1451,7 +1721,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImpor
|
|
|
1451
1721
|
selector: 'vega-popover',
|
|
1452
1722
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1453
1723
|
template: '<ng-content></ng-content>',
|
|
1454
|
-
inputs: ['alignment', 'placement', 'positionRelativeTo', 'size', 'trigger']
|
|
1724
|
+
inputs: ['alignment', 'placement', 'positionRelativeTo', 'showArrow', 'size', 'trigger']
|
|
1455
1725
|
}]
|
|
1456
1726
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1457
1727
|
let VegaPopoverContentBox = class VegaPopoverContentBox {
|
|
@@ -1462,10 +1732,11 @@ let VegaPopoverContentBox = class VegaPopoverContentBox {
|
|
|
1462
1732
|
}
|
|
1463
1733
|
};
|
|
1464
1734
|
VegaPopoverContentBox.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaPopoverContentBox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1465
|
-
VegaPopoverContentBox.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaPopoverContentBox, selector: "vega-popover-content-box", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1735
|
+
VegaPopoverContentBox.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaPopoverContentBox, selector: "vega-popover-content-box", inputs: { showArrow: "showArrow" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1466
1736
|
VegaPopoverContentBox = __decorate([
|
|
1467
1737
|
ProxyCmp({
|
|
1468
|
-
defineCustomElementFn: undefined
|
|
1738
|
+
defineCustomElementFn: undefined,
|
|
1739
|
+
inputs: ['showArrow']
|
|
1469
1740
|
})
|
|
1470
1741
|
], VegaPopoverContentBox);
|
|
1471
1742
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaPopoverContentBox, decorators: [{
|
|
@@ -1473,7 +1744,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImpor
|
|
|
1473
1744
|
args: [{
|
|
1474
1745
|
selector: 'vega-popover-content-box',
|
|
1475
1746
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1476
|
-
template: '<ng-content></ng-content>'
|
|
1747
|
+
template: '<ng-content></ng-content>',
|
|
1748
|
+
inputs: ['showArrow']
|
|
1477
1749
|
}]
|
|
1478
1750
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1479
1751
|
let VegaProgressTracker = class VegaProgressTracker {
|
|
@@ -1536,11 +1808,11 @@ let VegaRadioGroup = class VegaRadioGroup {
|
|
|
1536
1808
|
}
|
|
1537
1809
|
};
|
|
1538
1810
|
VegaRadioGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaRadioGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1539
|
-
VegaRadioGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", 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 });
|
|
1811
|
+
VegaRadioGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaRadioGroup, selector: "vega-radio-group", inputs: { autoValidation: "autoValidation", disabled: "disabled", hint: "hint", isValid: "isValid", label: "label", name: "name", required: "required", validationRules: "validationRules", value: "value", vegaFlexProp: "vegaFlexProp" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1540
1812
|
VegaRadioGroup = __decorate([
|
|
1541
1813
|
ProxyCmp({
|
|
1542
1814
|
defineCustomElementFn: undefined,
|
|
1543
|
-
inputs: ['disabled', 'hint', 'isValid', 'label', 'name', 'required', 'value', 'vegaFlexProp']
|
|
1815
|
+
inputs: ['autoValidation', 'disabled', 'hint', 'isValid', 'label', 'name', 'required', 'validationRules', 'value', 'vegaFlexProp']
|
|
1544
1816
|
})
|
|
1545
1817
|
], VegaRadioGroup);
|
|
1546
1818
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaRadioGroup, decorators: [{
|
|
@@ -1549,7 +1821,132 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImpor
|
|
|
1549
1821
|
selector: 'vega-radio-group',
|
|
1550
1822
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1551
1823
|
template: '<ng-content></ng-content>',
|
|
1552
|
-
inputs: ['disabled', 'hint', 'isValid', 'label', 'name', 'required', 'value', 'vegaFlexProp']
|
|
1824
|
+
inputs: ['autoValidation', 'disabled', 'hint', 'isValid', 'label', 'name', 'required', 'validationRules', 'value', 'vegaFlexProp']
|
|
1825
|
+
}]
|
|
1826
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1827
|
+
let VegaRichTextContent = class VegaRichTextContent {
|
|
1828
|
+
constructor(c, r, z) {
|
|
1829
|
+
this.z = z;
|
|
1830
|
+
c.detach();
|
|
1831
|
+
this.el = r.nativeElement;
|
|
1832
|
+
}
|
|
1833
|
+
};
|
|
1834
|
+
VegaRichTextContent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaRichTextContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1835
|
+
VegaRichTextContent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaRichTextContent, selector: "vega-rich-text-content", inputs: { content: "content" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1836
|
+
VegaRichTextContent = __decorate([
|
|
1837
|
+
ProxyCmp({
|
|
1838
|
+
defineCustomElementFn: undefined,
|
|
1839
|
+
inputs: ['content'],
|
|
1840
|
+
methods: ['vegaFocus']
|
|
1841
|
+
})
|
|
1842
|
+
], VegaRichTextContent);
|
|
1843
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaRichTextContent, decorators: [{
|
|
1844
|
+
type: Component,
|
|
1845
|
+
args: [{
|
|
1846
|
+
selector: 'vega-rich-text-content',
|
|
1847
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1848
|
+
template: '<ng-content></ng-content>',
|
|
1849
|
+
inputs: ['content']
|
|
1850
|
+
}]
|
|
1851
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1852
|
+
let VegaRichTextEditor = class VegaRichTextEditor {
|
|
1853
|
+
constructor(c, r, z) {
|
|
1854
|
+
this.z = z;
|
|
1855
|
+
c.detach();
|
|
1856
|
+
this.el = r.nativeElement;
|
|
1857
|
+
proxyOutputs(this, this.el, ['vegaChange', 'change', 'vegaSelectedImageChange', 'selectedImageChange']);
|
|
1858
|
+
}
|
|
1859
|
+
};
|
|
1860
|
+
VegaRichTextEditor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaRichTextEditor, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1861
|
+
VegaRichTextEditor.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaRichTextEditor, selector: "vega-rich-text-editor", inputs: { autoValidation: "autoValidation", disabled: "disabled", hint: "hint", isValid: "isValid", label: "label", placeholder: "placeholder", required: "required", rows: "rows", toolbarItems: "toolbarItems", validationRules: "validationRules", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1862
|
+
VegaRichTextEditor = __decorate([
|
|
1863
|
+
ProxyCmp({
|
|
1864
|
+
defineCustomElementFn: undefined,
|
|
1865
|
+
inputs: ['autoValidation', 'disabled', 'hint', 'isValid', 'label', 'placeholder', 'required', 'rows', 'toolbarItems', 'validationRules', 'value']
|
|
1866
|
+
})
|
|
1867
|
+
], VegaRichTextEditor);
|
|
1868
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaRichTextEditor, decorators: [{
|
|
1869
|
+
type: Component,
|
|
1870
|
+
args: [{
|
|
1871
|
+
selector: 'vega-rich-text-editor',
|
|
1872
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1873
|
+
template: '<ng-content></ng-content>',
|
|
1874
|
+
inputs: ['autoValidation', 'disabled', 'hint', 'isValid', 'label', 'placeholder', 'required', 'rows', 'toolbarItems', 'validationRules', 'value']
|
|
1875
|
+
}]
|
|
1876
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1877
|
+
let VegaRichTextEditorToolbarButton = class VegaRichTextEditorToolbarButton {
|
|
1878
|
+
constructor(c, r, z) {
|
|
1879
|
+
this.z = z;
|
|
1880
|
+
c.detach();
|
|
1881
|
+
this.el = r.nativeElement;
|
|
1882
|
+
proxyOutputs(this, this.el, ['vegaClick', 'click']);
|
|
1883
|
+
}
|
|
1884
|
+
};
|
|
1885
|
+
VegaRichTextEditorToolbarButton.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaRichTextEditorToolbarButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1886
|
+
VegaRichTextEditorToolbarButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaRichTextEditorToolbarButton, selector: "vega-rich-text-editor-toolbar-button", inputs: { disabled: "disabled", icon: "icon", iconColor: "iconColor", selected: "selected", showArrowIcon: "showArrowIcon" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1887
|
+
VegaRichTextEditorToolbarButton = __decorate([
|
|
1888
|
+
ProxyCmp({
|
|
1889
|
+
defineCustomElementFn: undefined,
|
|
1890
|
+
inputs: ['disabled', 'icon', 'iconColor', 'selected', 'showArrowIcon']
|
|
1891
|
+
})
|
|
1892
|
+
], VegaRichTextEditorToolbarButton);
|
|
1893
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaRichTextEditorToolbarButton, decorators: [{
|
|
1894
|
+
type: Component,
|
|
1895
|
+
args: [{
|
|
1896
|
+
selector: 'vega-rich-text-editor-toolbar-button',
|
|
1897
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1898
|
+
template: '<ng-content></ng-content>',
|
|
1899
|
+
inputs: ['disabled', 'icon', 'iconColor', 'selected', 'showArrowIcon']
|
|
1900
|
+
}]
|
|
1901
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1902
|
+
let VegaRichTextImageEditor = class VegaRichTextImageEditor {
|
|
1903
|
+
constructor(c, r, z) {
|
|
1904
|
+
this.z = z;
|
|
1905
|
+
c.detach();
|
|
1906
|
+
this.el = r.nativeElement;
|
|
1907
|
+
proxyOutputs(this, this.el, ['vegaChange', 'change']);
|
|
1908
|
+
}
|
|
1909
|
+
};
|
|
1910
|
+
VegaRichTextImageEditor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaRichTextImageEditor, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1911
|
+
VegaRichTextImageEditor.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaRichTextImageEditor, selector: "vega-rich-text-image-editor", inputs: { alt: "alt", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1912
|
+
VegaRichTextImageEditor = __decorate([
|
|
1913
|
+
ProxyCmp({
|
|
1914
|
+
defineCustomElementFn: undefined,
|
|
1915
|
+
inputs: ['alt', 'size']
|
|
1916
|
+
})
|
|
1917
|
+
], VegaRichTextImageEditor);
|
|
1918
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaRichTextImageEditor, decorators: [{
|
|
1919
|
+
type: Component,
|
|
1920
|
+
args: [{
|
|
1921
|
+
selector: 'vega-rich-text-image-editor',
|
|
1922
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1923
|
+
template: '<ng-content></ng-content>',
|
|
1924
|
+
inputs: ['alt', 'size']
|
|
1925
|
+
}]
|
|
1926
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1927
|
+
let VegaRichTextLinkEditor = class VegaRichTextLinkEditor {
|
|
1928
|
+
constructor(c, r, z) {
|
|
1929
|
+
this.z = z;
|
|
1930
|
+
c.detach();
|
|
1931
|
+
this.el = r.nativeElement;
|
|
1932
|
+
proxyOutputs(this, this.el, ['vegaChange', 'change']);
|
|
1933
|
+
}
|
|
1934
|
+
};
|
|
1935
|
+
VegaRichTextLinkEditor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaRichTextLinkEditor, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1936
|
+
VegaRichTextLinkEditor.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaRichTextLinkEditor, selector: "vega-rich-text-link-editor", inputs: { record: "record", resetStatusAfterHide: "resetStatusAfterHide", status: "status" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1937
|
+
VegaRichTextLinkEditor = __decorate([
|
|
1938
|
+
ProxyCmp({
|
|
1939
|
+
defineCustomElementFn: undefined,
|
|
1940
|
+
inputs: ['record', 'resetStatusAfterHide', 'status']
|
|
1941
|
+
})
|
|
1942
|
+
], VegaRichTextLinkEditor);
|
|
1943
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaRichTextLinkEditor, decorators: [{
|
|
1944
|
+
type: Component,
|
|
1945
|
+
args: [{
|
|
1946
|
+
selector: 'vega-rich-text-link-editor',
|
|
1947
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1948
|
+
template: '<ng-content></ng-content>',
|
|
1949
|
+
inputs: ['record', 'resetStatusAfterHide', 'status']
|
|
1553
1950
|
}]
|
|
1554
1951
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1555
1952
|
let VegaSectionTitle = class VegaSectionTitle {
|
|
@@ -1601,6 +1998,231 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImpor
|
|
|
1601
1998
|
inputs: ['block', 'segments', 'selected', 'size', 'variant']
|
|
1602
1999
|
}]
|
|
1603
2000
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2001
|
+
let VegaSelectionChip = class VegaSelectionChip {
|
|
2002
|
+
constructor(c, r, z) {
|
|
2003
|
+
this.z = z;
|
|
2004
|
+
c.detach();
|
|
2005
|
+
this.el = r.nativeElement;
|
|
2006
|
+
proxyOutputs(this, this.el, ['vegaChange', 'change']);
|
|
2007
|
+
}
|
|
2008
|
+
};
|
|
2009
|
+
VegaSelectionChip.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaSelectionChip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2010
|
+
VegaSelectionChip.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaSelectionChip, selector: "vega-selection-chip", inputs: { block: "block", checked: "checked", disabled: "disabled", disabledTooltip: "disabledTooltip", label: "label", size: "size", swatchColor: "swatchColor", value: "value", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2011
|
+
VegaSelectionChip = __decorate([
|
|
2012
|
+
ProxyCmp({
|
|
2013
|
+
defineCustomElementFn: undefined,
|
|
2014
|
+
inputs: ['block', 'checked', 'disabled', 'disabledTooltip', 'label', 'size', 'swatchColor', 'value', 'variant']
|
|
2015
|
+
})
|
|
2016
|
+
], VegaSelectionChip);
|
|
2017
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaSelectionChip, decorators: [{
|
|
2018
|
+
type: Component,
|
|
2019
|
+
args: [{
|
|
2020
|
+
selector: 'vega-selection-chip',
|
|
2021
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2022
|
+
template: '<ng-content></ng-content>',
|
|
2023
|
+
inputs: ['block', 'checked', 'disabled', 'disabledTooltip', 'label', 'size', 'swatchColor', 'value', 'variant']
|
|
2024
|
+
}]
|
|
2025
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2026
|
+
let VegaSelectionChipGroup = class VegaSelectionChipGroup {
|
|
2027
|
+
constructor(c, r, z) {
|
|
2028
|
+
this.z = z;
|
|
2029
|
+
c.detach();
|
|
2030
|
+
this.el = r.nativeElement;
|
|
2031
|
+
proxyOutputs(this, this.el, ['vegaChange', 'change']);
|
|
2032
|
+
}
|
|
2033
|
+
};
|
|
2034
|
+
VegaSelectionChipGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaSelectionChipGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2035
|
+
VegaSelectionChipGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaSelectionChipGroup, selector: "vega-selection-chip-group", inputs: { disabled: "disabled", hint: "hint", isValid: "isValid", label: "label", required: "required", selectType: "selectType", validationRules: "validationRules", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2036
|
+
VegaSelectionChipGroup = __decorate([
|
|
2037
|
+
ProxyCmp({
|
|
2038
|
+
defineCustomElementFn: undefined,
|
|
2039
|
+
inputs: ['disabled', 'hint', 'isValid', 'label', 'required', 'selectType', 'validationRules', 'value']
|
|
2040
|
+
})
|
|
2041
|
+
], VegaSelectionChipGroup);
|
|
2042
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaSelectionChipGroup, decorators: [{
|
|
2043
|
+
type: Component,
|
|
2044
|
+
args: [{
|
|
2045
|
+
selector: 'vega-selection-chip-group',
|
|
2046
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2047
|
+
template: '<ng-content></ng-content>',
|
|
2048
|
+
inputs: ['disabled', 'hint', 'isValid', 'label', 'required', 'selectType', 'validationRules', 'value']
|
|
2049
|
+
}]
|
|
2050
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2051
|
+
let VegaSelectionTile = class VegaSelectionTile {
|
|
2052
|
+
constructor(c, r, z) {
|
|
2053
|
+
this.z = z;
|
|
2054
|
+
c.detach();
|
|
2055
|
+
this.el = r.nativeElement;
|
|
2056
|
+
proxyOutputs(this, this.el, ['vegaChange', 'change']);
|
|
2057
|
+
}
|
|
2058
|
+
};
|
|
2059
|
+
VegaSelectionTile.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaSelectionTile, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2060
|
+
VegaSelectionTile.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaSelectionTile, selector: "vega-selection-tile", inputs: { checked: "checked", disabled: "disabled", note: "note", prefixIcon: "prefixIcon", selectType: "selectType", titleText: "titleText", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2061
|
+
VegaSelectionTile = __decorate([
|
|
2062
|
+
ProxyCmp({
|
|
2063
|
+
defineCustomElementFn: undefined,
|
|
2064
|
+
inputs: ['checked', 'disabled', 'note', 'prefixIcon', 'selectType', 'titleText', 'value']
|
|
2065
|
+
})
|
|
2066
|
+
], VegaSelectionTile);
|
|
2067
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaSelectionTile, decorators: [{
|
|
2068
|
+
type: Component,
|
|
2069
|
+
args: [{
|
|
2070
|
+
selector: 'vega-selection-tile',
|
|
2071
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2072
|
+
template: '<ng-content></ng-content>',
|
|
2073
|
+
inputs: ['checked', 'disabled', 'note', 'prefixIcon', 'selectType', 'titleText', 'value']
|
|
2074
|
+
}]
|
|
2075
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2076
|
+
let VegaSelectionTileGroup = class VegaSelectionTileGroup {
|
|
2077
|
+
constructor(c, r, z) {
|
|
2078
|
+
this.z = z;
|
|
2079
|
+
c.detach();
|
|
2080
|
+
this.el = r.nativeElement;
|
|
2081
|
+
proxyOutputs(this, this.el, ['vegaChange', 'change']);
|
|
2082
|
+
}
|
|
2083
|
+
};
|
|
2084
|
+
VegaSelectionTileGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaSelectionTileGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2085
|
+
VegaSelectionTileGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaSelectionTileGroup, selector: "vega-selection-tile-group", inputs: { disabled: "disabled", hint: "hint", isValid: "isValid", label: "label", layout: "layout", required: "required", selectType: "selectType", validationRules: "validationRules", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2086
|
+
VegaSelectionTileGroup = __decorate([
|
|
2087
|
+
ProxyCmp({
|
|
2088
|
+
defineCustomElementFn: undefined,
|
|
2089
|
+
inputs: ['disabled', 'hint', 'isValid', 'label', 'layout', 'required', 'selectType', 'validationRules', 'value']
|
|
2090
|
+
})
|
|
2091
|
+
], VegaSelectionTileGroup);
|
|
2092
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaSelectionTileGroup, decorators: [{
|
|
2093
|
+
type: Component,
|
|
2094
|
+
args: [{
|
|
2095
|
+
selector: 'vega-selection-tile-group',
|
|
2096
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2097
|
+
template: '<ng-content></ng-content>',
|
|
2098
|
+
inputs: ['disabled', 'hint', 'isValid', 'label', 'layout', 'required', 'selectType', 'validationRules', 'value']
|
|
2099
|
+
}]
|
|
2100
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2101
|
+
let VegaSidenav = class VegaSidenav {
|
|
2102
|
+
constructor(c, r, z) {
|
|
2103
|
+
this.z = z;
|
|
2104
|
+
c.detach();
|
|
2105
|
+
this.el = r.nativeElement;
|
|
2106
|
+
proxyOutputs(this, this.el, ['vegaStateUpdate', 'stateUpdate']);
|
|
2107
|
+
}
|
|
2108
|
+
};
|
|
2109
|
+
VegaSidenav.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaSidenav, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2110
|
+
VegaSidenav.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", 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 });
|
|
2111
|
+
VegaSidenav = __decorate([
|
|
2112
|
+
ProxyCmp({
|
|
2113
|
+
defineCustomElementFn: undefined,
|
|
2114
|
+
inputs: ['footnote', 'headerConfig', 'openByDefault', 'source'],
|
|
2115
|
+
methods: ['toggle']
|
|
2116
|
+
})
|
|
2117
|
+
], VegaSidenav);
|
|
2118
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaSidenav, decorators: [{
|
|
2119
|
+
type: Component,
|
|
2120
|
+
args: [{
|
|
2121
|
+
selector: 'vega-sidenav',
|
|
2122
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2123
|
+
template: '<ng-content></ng-content>',
|
|
2124
|
+
inputs: ['footnote', 'headerConfig', 'openByDefault', 'source']
|
|
2125
|
+
}]
|
|
2126
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2127
|
+
let VegaSidenavGroup = class VegaSidenavGroup {
|
|
2128
|
+
constructor(c, r, z) {
|
|
2129
|
+
this.z = z;
|
|
2130
|
+
c.detach();
|
|
2131
|
+
this.el = r.nativeElement;
|
|
2132
|
+
}
|
|
2133
|
+
};
|
|
2134
|
+
VegaSidenavGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaSidenavGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2135
|
+
VegaSidenavGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaSidenavGroup, selector: "vega-sidenav-group", inputs: { icon: "icon", label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2136
|
+
VegaSidenavGroup = __decorate([
|
|
2137
|
+
ProxyCmp({
|
|
2138
|
+
defineCustomElementFn: undefined,
|
|
2139
|
+
inputs: ['icon', 'label']
|
|
2140
|
+
})
|
|
2141
|
+
], VegaSidenavGroup);
|
|
2142
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaSidenavGroup, decorators: [{
|
|
2143
|
+
type: Component,
|
|
2144
|
+
args: [{
|
|
2145
|
+
selector: 'vega-sidenav-group',
|
|
2146
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2147
|
+
template: '<ng-content></ng-content>',
|
|
2148
|
+
inputs: ['icon', 'label']
|
|
2149
|
+
}]
|
|
2150
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2151
|
+
let VegaSidenavLink = class VegaSidenavLink {
|
|
2152
|
+
constructor(c, r, z) {
|
|
2153
|
+
this.z = z;
|
|
2154
|
+
c.detach();
|
|
2155
|
+
this.el = r.nativeElement;
|
|
2156
|
+
proxyOutputs(this, this.el, ['vegaClick', 'click']);
|
|
2157
|
+
}
|
|
2158
|
+
};
|
|
2159
|
+
VegaSidenavLink.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaSidenavLink, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2160
|
+
VegaSidenavLink.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", 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 });
|
|
2161
|
+
VegaSidenavLink = __decorate([
|
|
2162
|
+
ProxyCmp({
|
|
2163
|
+
defineCustomElementFn: undefined,
|
|
2164
|
+
inputs: ['icon', 'selected', 'showSideBarOnClickLink', 'url']
|
|
2165
|
+
})
|
|
2166
|
+
], VegaSidenavLink);
|
|
2167
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaSidenavLink, decorators: [{
|
|
2168
|
+
type: Component,
|
|
2169
|
+
args: [{
|
|
2170
|
+
selector: 'vega-sidenav-link',
|
|
2171
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2172
|
+
template: '<ng-content></ng-content>',
|
|
2173
|
+
inputs: ['icon', 'selected', 'showSideBarOnClickLink', 'url']
|
|
2174
|
+
}]
|
|
2175
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2176
|
+
let VegaSignatureCapture = class VegaSignatureCapture {
|
|
2177
|
+
constructor(c, r, z) {
|
|
2178
|
+
this.z = z;
|
|
2179
|
+
c.detach();
|
|
2180
|
+
this.el = r.nativeElement;
|
|
2181
|
+
proxyOutputs(this, this.el, ['vegaChange', 'change']);
|
|
2182
|
+
}
|
|
2183
|
+
};
|
|
2184
|
+
VegaSignatureCapture.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaSignatureCapture, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2185
|
+
VegaSignatureCapture.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaSignatureCapture, selector: "vega-signature-capture", inputs: { autoValidation: "autoValidation", disabled: "disabled", height: "height", isValid: "isValid", label: "label", mode: "mode", placeholder: "placeholder", placeholderIcon: "placeholderIcon", required: "required", showClearBtn: "showClearBtn", validationRules: "validationRules", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2186
|
+
VegaSignatureCapture = __decorate([
|
|
2187
|
+
ProxyCmp({
|
|
2188
|
+
defineCustomElementFn: undefined,
|
|
2189
|
+
inputs: ['autoValidation', 'disabled', 'height', 'isValid', 'label', 'mode', 'placeholder', 'placeholderIcon', 'required', 'showClearBtn', 'validationRules', 'value'],
|
|
2190
|
+
methods: ['clear']
|
|
2191
|
+
})
|
|
2192
|
+
], VegaSignatureCapture);
|
|
2193
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaSignatureCapture, decorators: [{
|
|
2194
|
+
type: Component,
|
|
2195
|
+
args: [{
|
|
2196
|
+
selector: 'vega-signature-capture',
|
|
2197
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2198
|
+
template: '<ng-content></ng-content>',
|
|
2199
|
+
inputs: ['autoValidation', 'disabled', 'height', 'isValid', 'label', 'mode', 'placeholder', 'placeholderIcon', 'required', 'showClearBtn', 'validationRules', 'value']
|
|
2200
|
+
}]
|
|
2201
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2202
|
+
let VegaSkeleton = class VegaSkeleton {
|
|
2203
|
+
constructor(c, r, z) {
|
|
2204
|
+
this.z = z;
|
|
2205
|
+
c.detach();
|
|
2206
|
+
this.el = r.nativeElement;
|
|
2207
|
+
}
|
|
2208
|
+
};
|
|
2209
|
+
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 });
|
|
2210
|
+
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 });
|
|
2211
|
+
VegaSkeleton = __decorate([
|
|
2212
|
+
ProxyCmp({
|
|
2213
|
+
defineCustomElementFn: undefined,
|
|
2214
|
+
inputs: ['animated', 'height', 'type', 'width']
|
|
2215
|
+
})
|
|
2216
|
+
], VegaSkeleton);
|
|
2217
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaSkeleton, decorators: [{
|
|
2218
|
+
type: Component,
|
|
2219
|
+
args: [{
|
|
2220
|
+
selector: 'vega-skeleton',
|
|
2221
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2222
|
+
template: '<ng-content></ng-content>',
|
|
2223
|
+
inputs: ['animated', 'height', 'type', 'width']
|
|
2224
|
+
}]
|
|
2225
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1604
2226
|
let VegaSlotContainer = class VegaSlotContainer {
|
|
1605
2227
|
constructor(c, r, z) {
|
|
1606
2228
|
this.z = z;
|
|
@@ -1702,15 +2324,15 @@ let VegaTable = class VegaTable {
|
|
|
1702
2324
|
this.z = z;
|
|
1703
2325
|
c.detach();
|
|
1704
2326
|
this.el = r.nativeElement;
|
|
1705
|
-
proxyOutputs(this, this.el, ['vegaChange', 'change', 'vegaRowClick', 'rowClick', 'vegaSelectChange', 'selectChange', 'vegaSelectAllChange', 'selectAllChange']);
|
|
2327
|
+
proxyOutputs(this, this.el, ['vegaChange', 'change', 'vegaRowClick', 'rowClick', 'vegaRowExpand', 'rowExpand', 'vegaSelectChange', 'selectChange', 'vegaSelectAllChange', 'selectAllChange', 'vegaRowSelect', 'rowSelect', 'vegaRowSelectAll', 'rowSelectAll']);
|
|
1706
2328
|
}
|
|
1707
2329
|
};
|
|
1708
2330
|
VegaTable.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaTable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1709
|
-
VegaTable.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaTable, selector: "vega-table", inputs: { columnDivider: "columnDivider", columns: "columns", dataSource: "dataSource", density: "density", emptyDescription: "emptyDescription", paddingX: "paddingX", pagination: "pagination", rowClickable: "rowClickable", rowDivider: "rowDivider", rowExpandable: "rowExpandable", rowKey: "rowKey", rowSelection: "rowSelection", scrollConfig: "scrollConfig", showHeader: "showHeader", striped: "striped" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2331
|
+
VegaTable.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaTable, selector: "vega-table", inputs: { columnDivider: "columnDivider", columns: "columns", dataSource: "dataSource", density: "density", emptyDescription: "emptyDescription", paddingX: "paddingX", pagination: "pagination", rowClickable: "rowClickable", rowDivider: "rowDivider", rowExpandable: "rowExpandable", rowKey: "rowKey", rowSelection: "rowSelection", scrollConfig: "scrollConfig", showHeader: "showHeader", sortConfig: "sortConfig", striped: "striped" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1710
2332
|
VegaTable = __decorate([
|
|
1711
2333
|
ProxyCmp({
|
|
1712
2334
|
defineCustomElementFn: undefined,
|
|
1713
|
-
inputs: ['columnDivider', 'columns', 'dataSource', 'density', 'emptyDescription', 'paddingX', 'pagination', 'rowClickable', 'rowDivider', 'rowExpandable', 'rowKey', 'rowSelection', 'scrollConfig', 'showHeader', 'striped'],
|
|
2335
|
+
inputs: ['columnDivider', 'columns', 'dataSource', 'density', 'emptyDescription', 'paddingX', 'pagination', 'rowClickable', 'rowDivider', 'rowExpandable', 'rowKey', 'rowSelection', 'scrollConfig', 'showHeader', 'sortConfig', 'striped'],
|
|
1714
2336
|
methods: ['openExpandRow', 'closeExpandRow', 'closeAllExpandRow', 'toggleExpandRow', 'clearSelection', 'getSelection', 'setSelection', 'startRowEditMode', 'stopRowEditMode', 'stopAllRowEditMode', 'getRowData', 'getRowsData', 'getFormRef', 'addNewRow', 'saveEditRow', 'saveAllEditRows', 'getEditingRowsKey', 'removeRow']
|
|
1715
2337
|
})
|
|
1716
2338
|
], VegaTable);
|
|
@@ -1720,7 +2342,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImpor
|
|
|
1720
2342
|
selector: 'vega-table',
|
|
1721
2343
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1722
2344
|
template: '<ng-content></ng-content>',
|
|
1723
|
-
inputs: ['columnDivider', 'columns', 'dataSource', 'density', 'emptyDescription', 'paddingX', 'pagination', 'rowClickable', 'rowDivider', 'rowExpandable', 'rowKey', 'rowSelection', 'scrollConfig', 'showHeader', 'striped']
|
|
2345
|
+
inputs: ['columnDivider', 'columns', 'dataSource', 'density', 'emptyDescription', 'paddingX', 'pagination', 'rowClickable', 'rowDivider', 'rowExpandable', 'rowKey', 'rowSelection', 'scrollConfig', 'showHeader', 'sortConfig', 'striped']
|
|
1724
2346
|
}]
|
|
1725
2347
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1726
2348
|
let VegaTableBody = class VegaTableBody {
|
|
@@ -1824,11 +2446,11 @@ let VegaTableHeadCell = class VegaTableHeadCell {
|
|
|
1824
2446
|
}
|
|
1825
2447
|
};
|
|
1826
2448
|
VegaTableHeadCell.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaTableHeadCell, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1827
|
-
VegaTableHeadCell.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaTableHeadCell, selector: "vega-table-head-cell", inputs: { breakpoint: "breakpoint", sorter: "sorter", textAlign: "textAlign", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2449
|
+
VegaTableHeadCell.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaTableHeadCell, selector: "vega-table-head-cell", inputs: { breakpoint: "breakpoint", sortOrder: "sortOrder", sorter: "sorter", textAlign: "textAlign", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1828
2450
|
VegaTableHeadCell = __decorate([
|
|
1829
2451
|
ProxyCmp({
|
|
1830
2452
|
defineCustomElementFn: undefined,
|
|
1831
|
-
inputs: ['breakpoint', 'sorter', 'textAlign', 'width']
|
|
2453
|
+
inputs: ['breakpoint', 'sortOrder', 'sorter', 'textAlign', 'width']
|
|
1832
2454
|
})
|
|
1833
2455
|
], VegaTableHeadCell);
|
|
1834
2456
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaTableHeadCell, decorators: [{
|
|
@@ -1837,7 +2459,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImpor
|
|
|
1837
2459
|
selector: 'vega-table-head-cell',
|
|
1838
2460
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1839
2461
|
template: '<ng-content></ng-content>',
|
|
1840
|
-
inputs: ['breakpoint', 'sorter', 'textAlign', 'width']
|
|
2462
|
+
inputs: ['breakpoint', 'sortOrder', 'sorter', 'textAlign', 'width']
|
|
1841
2463
|
}]
|
|
1842
2464
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1843
2465
|
let VegaTableHeadRow = class VegaTableHeadRow {
|
|
@@ -1869,7 +2491,7 @@ let VegaTableRow = class VegaTableRow {
|
|
|
1869
2491
|
this.z = z;
|
|
1870
2492
|
c.detach();
|
|
1871
2493
|
this.el = r.nativeElement;
|
|
1872
|
-
proxyOutputs(this, this.el, ['vegaClick', 'click']);
|
|
2494
|
+
proxyOutputs(this, this.el, ['vegaClick', 'click', 'vegaExpand', 'expand']);
|
|
1873
2495
|
}
|
|
1874
2496
|
};
|
|
1875
2497
|
VegaTableRow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaTableRow, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -1922,11 +2544,11 @@ let VegaTextarea = class VegaTextarea {
|
|
|
1922
2544
|
}
|
|
1923
2545
|
};
|
|
1924
2546
|
VegaTextarea.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaTextarea, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1925
|
-
VegaTextarea.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaTextarea, selector: "vega-textarea", inputs: { autoValidation: "autoValidation", disabled: "disabled", hint: "hint", isValid: "isValid", label: "label", maxLength: "maxLength", minLength: "minLength", placeholder: "placeholder", required: "required", showCounter: "showCounter", validationRules: "validationRules", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2547
|
+
VegaTextarea.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaTextarea, selector: "vega-textarea", inputs: { autoValidation: "autoValidation", disabled: "disabled", hint: "hint", isValid: "isValid", label: "label", maxLength: "maxLength", minLength: "minLength", placeholder: "placeholder", required: "required", resizable: "resizable", showCounter: "showCounter", validationRules: "validationRules", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1926
2548
|
VegaTextarea = __decorate([
|
|
1927
2549
|
ProxyCmp({
|
|
1928
2550
|
defineCustomElementFn: undefined,
|
|
1929
|
-
inputs: ['autoValidation', 'disabled', 'hint', 'isValid', 'label', 'maxLength', 'minLength', 'placeholder', 'required', 'showCounter', 'validationRules', 'value']
|
|
2551
|
+
inputs: ['autoValidation', 'disabled', 'hint', 'isValid', 'label', 'maxLength', 'minLength', 'placeholder', 'required', 'resizable', 'showCounter', 'validationRules', 'value']
|
|
1930
2552
|
})
|
|
1931
2553
|
], VegaTextarea);
|
|
1932
2554
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaTextarea, decorators: [{
|
|
@@ -1935,7 +2557,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImpor
|
|
|
1935
2557
|
selector: 'vega-textarea',
|
|
1936
2558
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1937
2559
|
template: '<ng-content></ng-content>',
|
|
1938
|
-
inputs: ['autoValidation', 'disabled', 'hint', 'isValid', 'label', 'maxLength', 'minLength', 'placeholder', 'required', 'showCounter', 'validationRules', 'value']
|
|
2560
|
+
inputs: ['autoValidation', 'disabled', 'hint', 'isValid', 'label', 'maxLength', 'minLength', 'placeholder', 'required', 'resizable', 'showCounter', 'validationRules', 'value']
|
|
1939
2561
|
}]
|
|
1940
2562
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1941
2563
|
let VegaTimePicker = class VegaTimePicker {
|
|
@@ -1994,11 +2616,11 @@ let VegaToggleSwitch = class VegaToggleSwitch {
|
|
|
1994
2616
|
}
|
|
1995
2617
|
};
|
|
1996
2618
|
VegaToggleSwitch.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaToggleSwitch, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1997
|
-
VegaToggleSwitch.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaToggleSwitch, selector: "vega-toggle-switch", inputs: { checked: "checked", disabled: "disabled", label: "label", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2619
|
+
VegaToggleSwitch.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaToggleSwitch, selector: "vega-toggle-switch", inputs: { autoValidation: "autoValidation", checked: "checked", disabled: "disabled", isValid: "isValid", label: "label", required: "required", size: "size", validationRules: "validationRules", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1998
2620
|
VegaToggleSwitch = __decorate([
|
|
1999
2621
|
ProxyCmp({
|
|
2000
2622
|
defineCustomElementFn: undefined,
|
|
2001
|
-
inputs: ['checked', 'disabled', 'label', 'size']
|
|
2623
|
+
inputs: ['autoValidation', 'checked', 'disabled', 'isValid', 'label', 'required', 'size', 'validationRules', 'value']
|
|
2002
2624
|
})
|
|
2003
2625
|
], VegaToggleSwitch);
|
|
2004
2626
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaToggleSwitch, decorators: [{
|
|
@@ -2007,7 +2629,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImpor
|
|
|
2007
2629
|
selector: 'vega-toggle-switch',
|
|
2008
2630
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2009
2631
|
template: '<ng-content></ng-content>',
|
|
2010
|
-
inputs: ['checked', 'disabled', 'label', 'size']
|
|
2632
|
+
inputs: ['autoValidation', 'checked', 'disabled', 'isValid', 'label', 'required', 'size', 'validationRules', 'value']
|
|
2011
2633
|
}]
|
|
2012
2634
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2013
2635
|
let VegaTooltip = class VegaTooltip {
|
|
@@ -2088,12 +2710,18 @@ var VegaComponents = [
|
|
|
2088
2710
|
VegaAppFooter,
|
|
2089
2711
|
VegaAppHeaderButton,
|
|
2090
2712
|
VegaBackdrop,
|
|
2713
|
+
VegaBanner,
|
|
2091
2714
|
VegaBarChart,
|
|
2092
2715
|
VegaBox,
|
|
2093
2716
|
VegaBreadcrumb,
|
|
2094
2717
|
VegaButton,
|
|
2095
2718
|
VegaButtonCircle,
|
|
2719
|
+
VegaButtonGroup,
|
|
2720
|
+
VegaButtonGroupItem,
|
|
2096
2721
|
VegaButtonLink,
|
|
2722
|
+
VegaCalendar,
|
|
2723
|
+
VegaCalendarEvent,
|
|
2724
|
+
VegaCalendarEventSlot,
|
|
2097
2725
|
VegaCard,
|
|
2098
2726
|
VegaCarousel,
|
|
2099
2727
|
VegaCheckbox,
|
|
@@ -2105,20 +2733,25 @@ var VegaComponents = [
|
|
|
2105
2733
|
VegaDatePicker,
|
|
2106
2734
|
VegaDatePickerCalendar,
|
|
2107
2735
|
VegaDialog,
|
|
2736
|
+
VegaDivider,
|
|
2108
2737
|
VegaDropdown,
|
|
2109
2738
|
VegaDropdownContentBox,
|
|
2110
2739
|
VegaDropdownGroup,
|
|
2111
2740
|
VegaDropdownItem,
|
|
2112
2741
|
VegaFieldError,
|
|
2113
2742
|
VegaFieldLabel,
|
|
2743
|
+
VegaFileUploader,
|
|
2114
2744
|
VegaFlex,
|
|
2115
2745
|
VegaFont,
|
|
2116
2746
|
VegaForm,
|
|
2117
2747
|
VegaGrid,
|
|
2748
|
+
VegaHint,
|
|
2118
2749
|
VegaIcon,
|
|
2119
2750
|
VegaImageUploader,
|
|
2120
2751
|
VegaInput,
|
|
2121
2752
|
VegaInputCreditCard,
|
|
2753
|
+
VegaInputNumeric,
|
|
2754
|
+
VegaInputPhoneNumber,
|
|
2122
2755
|
VegaInputRange,
|
|
2123
2756
|
VegaInputSelect,
|
|
2124
2757
|
VegaItemToggle,
|
|
@@ -2140,8 +2773,22 @@ var VegaComponents = [
|
|
|
2140
2773
|
VegaProgressTracker,
|
|
2141
2774
|
VegaRadio,
|
|
2142
2775
|
VegaRadioGroup,
|
|
2776
|
+
VegaRichTextContent,
|
|
2777
|
+
VegaRichTextEditor,
|
|
2778
|
+
VegaRichTextEditorToolbarButton,
|
|
2779
|
+
VegaRichTextImageEditor,
|
|
2780
|
+
VegaRichTextLinkEditor,
|
|
2143
2781
|
VegaSectionTitle,
|
|
2144
2782
|
VegaSegmentControl,
|
|
2783
|
+
VegaSelectionChip,
|
|
2784
|
+
VegaSelectionChipGroup,
|
|
2785
|
+
VegaSelectionTile,
|
|
2786
|
+
VegaSelectionTileGroup,
|
|
2787
|
+
VegaSidenav,
|
|
2788
|
+
VegaSidenavGroup,
|
|
2789
|
+
VegaSidenavLink,
|
|
2790
|
+
VegaSignatureCapture,
|
|
2791
|
+
VegaSkeleton,
|
|
2145
2792
|
VegaSlotContainer,
|
|
2146
2793
|
VegaStepper,
|
|
2147
2794
|
VegaTabGroup,
|
|
@@ -2179,7 +2826,7 @@ class VegaComponentModule {
|
|
|
2179
2826
|
}
|
|
2180
2827
|
}
|
|
2181
2828
|
VegaComponentModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaComponentModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2182
|
-
VegaComponentModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.2", 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, VegaInputRange, VegaInputSelect, VegaItemToggle, VegaLeftNav, VegaLeftNavGroup, VegaLeftNavLink, VegaLeftNavSection, VegaLineChart, VegaLoaderWrapper, VegaLoadingIndicator, VegaModal, VegaNavCard, VegaPageNotification, VegaPageNotificationList, VegaPagination, VegaPieChart, VegaPopover, VegaPopoverContentBox, VegaProgressTracker, VegaRadio, VegaRadioGroup, VegaSectionTitle, VegaSegmentControl, 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, VegaInputRange, VegaInputSelect, VegaItemToggle, VegaLeftNav, VegaLeftNavGroup, VegaLeftNavLink, VegaLeftNavSection, VegaLineChart, VegaLoaderWrapper, VegaLoadingIndicator, VegaModal, VegaNavCard, VegaPageNotification, VegaPageNotificationList, VegaPagination, VegaPieChart, VegaPopover, VegaPopoverContentBox, VegaProgressTracker, VegaRadio, VegaRadioGroup, VegaSectionTitle, VegaSegmentControl, VegaSlotContainer, VegaStepper, VegaTabGroup, VegaTabGroupPanel, VegaTable, VegaTableBody, VegaTableCell, VegaTableExpandRow, VegaTableHead, VegaTableHeadCell, VegaTableHeadRow, VegaTableRow, VegaText, VegaTextarea, VegaTimePicker, VegaTimePickerDropdown, VegaToggleSwitch, VegaTooltip, VegaTooltipContentBox, VegaVirtualScroll, TextValueAccessor, ValueAccessor] });
|
|
2829
|
+
VegaComponentModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaComponentModule, declarations: [VegaAccordion, VegaAppFooter, VegaAppHeaderButton, VegaBackdrop, VegaBanner, VegaBarChart, VegaBox, VegaBreadcrumb, VegaButton, VegaButtonCircle, VegaButtonGroup, VegaButtonGroupItem, VegaButtonLink, VegaCalendar, VegaCalendarEvent, VegaCalendarEventSlot, VegaCard, VegaCarousel, VegaCheckbox, VegaCheckboxGroup, VegaChip, VegaColorPicker, VegaComboBox, VegaCounterBadge, VegaDatePicker, VegaDatePickerCalendar, VegaDialog, VegaDivider, VegaDropdown, VegaDropdownContentBox, VegaDropdownGroup, VegaDropdownItem, VegaFieldError, VegaFieldLabel, VegaFileUploader, VegaFlex, VegaFont, VegaForm, VegaGrid, VegaHint, VegaIcon, VegaImageUploader, VegaInput, VegaInputCreditCard, VegaInputNumeric, VegaInputPhoneNumber, VegaInputRange, VegaInputSelect, VegaItemToggle, VegaLeftNav, VegaLeftNavGroup, VegaLeftNavLink, VegaLeftNavSection, VegaLineChart, VegaLoaderWrapper, VegaLoadingIndicator, VegaModal, VegaNavCard, VegaPageNotification, VegaPageNotificationList, VegaPagination, VegaPieChart, VegaPopover, VegaPopoverContentBox, VegaProgressTracker, VegaRadio, VegaRadioGroup, VegaRichTextContent, VegaRichTextEditor, VegaRichTextEditorToolbarButton, VegaRichTextImageEditor, VegaRichTextLinkEditor, VegaSectionTitle, VegaSegmentControl, VegaSelectionChip, VegaSelectionChipGroup, VegaSelectionTile, VegaSelectionTileGroup, VegaSidenav, VegaSidenavGroup, VegaSidenavLink, VegaSignatureCapture, VegaSkeleton, 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, VegaBanner, VegaBarChart, VegaBox, VegaBreadcrumb, VegaButton, VegaButtonCircle, VegaButtonGroup, VegaButtonGroupItem, VegaButtonLink, VegaCalendar, VegaCalendarEvent, VegaCalendarEventSlot, VegaCard, VegaCarousel, VegaCheckbox, VegaCheckboxGroup, VegaChip, VegaColorPicker, VegaComboBox, VegaCounterBadge, VegaDatePicker, VegaDatePickerCalendar, VegaDialog, VegaDivider, VegaDropdown, VegaDropdownContentBox, VegaDropdownGroup, VegaDropdownItem, VegaFieldError, VegaFieldLabel, VegaFileUploader, VegaFlex, VegaFont, VegaForm, VegaGrid, VegaHint, VegaIcon, VegaImageUploader, VegaInput, VegaInputCreditCard, VegaInputNumeric, VegaInputPhoneNumber, VegaInputRange, VegaInputSelect, VegaItemToggle, VegaLeftNav, VegaLeftNavGroup, VegaLeftNavLink, VegaLeftNavSection, VegaLineChart, VegaLoaderWrapper, VegaLoadingIndicator, VegaModal, VegaNavCard, VegaPageNotification, VegaPageNotificationList, VegaPagination, VegaPieChart, VegaPopover, VegaPopoverContentBox, VegaProgressTracker, VegaRadio, VegaRadioGroup, VegaRichTextContent, VegaRichTextEditor, VegaRichTextEditorToolbarButton, VegaRichTextImageEditor, VegaRichTextLinkEditor, VegaSectionTitle, VegaSegmentControl, VegaSelectionChip, VegaSelectionChipGroup, VegaSelectionTile, VegaSelectionTileGroup, VegaSidenav, VegaSidenavGroup, VegaSidenavLink, VegaSignatureCapture, VegaSkeleton, VegaSlotContainer, VegaStepper, VegaTabGroup, VegaTabGroupPanel, VegaTable, VegaTableBody, VegaTableCell, VegaTableExpandRow, VegaTableHead, VegaTableHeadCell, VegaTableHeadRow, VegaTableRow, VegaText, VegaTextarea, VegaTimePicker, VegaTimePickerDropdown, VegaToggleSwitch, VegaTooltip, VegaTooltipContentBox, VegaVirtualScroll, TextValueAccessor, ValueAccessor] });
|
|
2183
2830
|
VegaComponentModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaComponentModule, imports: [[]] });
|
|
2184
2831
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaComponentModule, decorators: [{
|
|
2185
2832
|
type: NgModule,
|
|
@@ -2198,5 +2845,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImpor
|
|
|
2198
2845
|
* Generated bundle index. Do not edit.
|
|
2199
2846
|
*/
|
|
2200
2847
|
|
|
2201
|
-
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, VegaInputRange, VegaInputSelect, VegaItemToggle, VegaLeftNav, VegaLeftNavGroup, VegaLeftNavLink, VegaLeftNavSection, VegaLineChart, VegaLoaderWrapper, VegaLoadingIndicator, VegaModal, VegaNavCard, VegaPageNotification, VegaPageNotificationList, VegaPagination, VegaPieChart, VegaPopover, VegaPopoverContentBox, VegaProgressTracker, VegaRadio, VegaRadioGroup, VegaSectionTitle, VegaSegmentControl, VegaSlotContainer, VegaStepper, VegaTabGroup, VegaTabGroupPanel, VegaTable, VegaTableBody, VegaTableCell, VegaTableExpandRow, VegaTableHead, VegaTableHeadCell, VegaTableHeadRow, VegaTableRow, VegaText, VegaTextarea, VegaTimePicker, VegaTimePickerDropdown, VegaToggleSwitch, VegaTooltip, VegaTooltipContentBox, VegaVirtualScroll };
|
|
2848
|
+
export { TextValueAccessor, ValueAccessor, VegaAccordion, VegaAppFooter, VegaAppHeaderButton, VegaBackdrop, VegaBanner, VegaBarChart, VegaBox, VegaBreadcrumb, VegaButton, VegaButtonCircle, VegaButtonGroup, VegaButtonGroupItem, VegaButtonLink, VegaCalendar, VegaCalendarEvent, VegaCalendarEventSlot, VegaCard, VegaCarousel, VegaCheckbox, VegaCheckboxGroup, VegaChip, VegaColorPicker, VegaComboBox, VegaComponentModule, VegaCounterBadge, VegaDatePicker, VegaDatePickerCalendar, VegaDialog, VegaDivider, VegaDropdown, VegaDropdownContentBox, VegaDropdownGroup, VegaDropdownItem, VegaFieldError, VegaFieldLabel, VegaFileUploader, VegaFlex, VegaFont, VegaForm, VegaGrid, VegaHint, VegaIcon, VegaImageUploader, VegaInput, VegaInputCreditCard, VegaInputNumeric, VegaInputPhoneNumber, VegaInputRange, VegaInputSelect, VegaItemToggle, VegaLeftNav, VegaLeftNavGroup, VegaLeftNavLink, VegaLeftNavSection, VegaLineChart, VegaLoaderWrapper, VegaLoadingIndicator, VegaModal, VegaNavCard, VegaPageNotification, VegaPageNotificationList, VegaPagination, VegaPieChart, VegaPopover, VegaPopoverContentBox, VegaProgressTracker, VegaRadio, VegaRadioGroup, VegaRichTextContent, VegaRichTextEditor, VegaRichTextEditorToolbarButton, VegaRichTextImageEditor, VegaRichTextLinkEditor, VegaSectionTitle, VegaSegmentControl, VegaSelectionChip, VegaSelectionChipGroup, VegaSelectionTile, VegaSelectionTileGroup, VegaSidenav, VegaSidenavGroup, VegaSidenavLink, VegaSignatureCapture, VegaSkeleton, VegaSlotContainer, VegaStepper, VegaTabGroup, VegaTabGroupPanel, VegaTable, VegaTableBody, VegaTableCell, VegaTableExpandRow, VegaTableHead, VegaTableHeadCell, VegaTableHeadRow, VegaTableRow, VegaText, VegaTextarea, VegaTimePicker, VegaTimePickerDropdown, VegaToggleSwitch, VegaTooltip, VegaTooltipContentBox, VegaVirtualScroll };
|
|
2202
2849
|
//# sourceMappingURL=heartlandone-vega-angular.mjs.map
|