@paperless/angular 0.1.0-alpha.148 → 0.1.0-alpha.149
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/esm2020/lib/base/form.component.mjs +3 -3
- package/esm2020/lib/base/table.component.mjs +3 -3
- package/esm2020/lib/base/upload.component.mjs +3 -3
- package/esm2020/lib/base/value-accessor.mjs +3 -3
- package/esm2020/lib/directives/p-page-size-select.directive.mjs +3 -3
- package/esm2020/lib/directives/p-pagination.directive.mjs +3 -3
- package/esm2020/lib/directives/p-table-footer.directive.mjs +3 -3
- package/esm2020/lib/directives/p-table-header.directive.mjs +3 -3
- package/esm2020/lib/directives/p-table.directive.mjs +3 -3
- package/esm2020/lib/paperless.module.mjs +4 -4
- package/esm2020/lib/stencil/components.mjs +150 -150
- package/fesm2015/paperless-angular.mjs +181 -181
- package/fesm2020/paperless-angular.mjs +181 -181
- package/package.json +1 -1
|
@@ -99,9 +99,9 @@ class FormBaseComponent {
|
|
|
99
99
|
this.markedDirty = false;
|
|
100
100
|
}
|
|
101
101
|
}
|
|
102
|
-
FormBaseComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
103
|
-
FormBaseComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
104
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
102
|
+
FormBaseComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: FormBaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
103
|
+
FormBaseComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: FormBaseComponent, selector: "ng-component", ngImport: i0, template: ``, isInline: true });
|
|
104
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: FormBaseComponent, decorators: [{
|
|
105
105
|
type: Component,
|
|
106
106
|
args: [{
|
|
107
107
|
template: ``,
|
|
@@ -251,12 +251,12 @@ let BaseTableComponent = class BaseTableComponent extends FormBaseComponent {
|
|
|
251
251
|
return Object.keys(changes).length ? changes : null;
|
|
252
252
|
}
|
|
253
253
|
};
|
|
254
|
-
BaseTableComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
255
|
-
BaseTableComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
254
|
+
BaseTableComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: BaseTableComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
255
|
+
BaseTableComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: BaseTableComponent, selector: "ng-component", usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
256
256
|
BaseTableComponent = __decorate([
|
|
257
257
|
UntilDestroy({ checkProperties: true })
|
|
258
258
|
], BaseTableComponent);
|
|
259
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
259
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: BaseTableComponent, decorators: [{
|
|
260
260
|
type: Component,
|
|
261
261
|
args: [{
|
|
262
262
|
template: ``,
|
|
@@ -300,9 +300,9 @@ class BaseUploadComponent {
|
|
|
300
300
|
this._loading = false;
|
|
301
301
|
}
|
|
302
302
|
}
|
|
303
|
-
BaseUploadComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
304
|
-
BaseUploadComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
305
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
303
|
+
BaseUploadComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: BaseUploadComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
304
|
+
BaseUploadComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: BaseUploadComponent, selector: "ng-component", inputs: { fileId: "fileId", uploaded: "uploaded", loading: "loading" }, outputs: { fileChange: "fileChange" }, viewQueries: [{ propertyName: "uploaderInput", first: true, predicate: ["uploaderInput"], descendants: true }], ngImport: i0, template: ``, isInline: true });
|
|
305
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: BaseUploadComponent, decorators: [{
|
|
306
306
|
type: Component,
|
|
307
307
|
args: [{
|
|
308
308
|
template: ``,
|
|
@@ -350,9 +350,9 @@ class BaseValueAccessor {
|
|
|
350
350
|
this.onTouched = fn;
|
|
351
351
|
}
|
|
352
352
|
}
|
|
353
|
-
BaseValueAccessor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
354
|
-
BaseValueAccessor.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.
|
|
355
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
353
|
+
BaseValueAccessor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: BaseValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
354
|
+
BaseValueAccessor.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.7", type: BaseValueAccessor, host: { listeners: { "focusout": "_handleBlurEvent()" } }, ngImport: i0 });
|
|
355
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: BaseValueAccessor, decorators: [{
|
|
356
356
|
type: Directive,
|
|
357
357
|
args: [{}]
|
|
358
358
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { _handleBlurEvent: [{
|
|
@@ -372,15 +372,15 @@ class PageSizeSelectDirective extends BaseValueAccessor {
|
|
|
372
372
|
super.registerOnChange((value) => fn(value === '' ? null : parseInt(value, 10)));
|
|
373
373
|
}
|
|
374
374
|
}
|
|
375
|
-
PageSizeSelectDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
376
|
-
PageSizeSelectDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.
|
|
375
|
+
PageSizeSelectDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PageSizeSelectDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
376
|
+
PageSizeSelectDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.7", type: PageSizeSelectDirective, selector: "p-page-size-select", host: { listeners: { "sizeChange": "handleChangeEvent($event.detail)" } }, providers: [
|
|
377
377
|
{
|
|
378
378
|
provide: NG_VALUE_ACCESSOR,
|
|
379
379
|
useExisting: PageSizeSelectDirective,
|
|
380
380
|
multi: true,
|
|
381
381
|
},
|
|
382
382
|
], usesInheritance: true, ngImport: i0 });
|
|
383
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
383
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PageSizeSelectDirective, decorators: [{
|
|
384
384
|
type: Directive,
|
|
385
385
|
args: [{
|
|
386
386
|
/* tslint:disable-next-line:directive-selector */
|
|
@@ -410,15 +410,15 @@ class PaginationDirective extends BaseValueAccessor {
|
|
|
410
410
|
super.registerOnChange((value) => fn(value === '' ? null : parseInt(value, 10)));
|
|
411
411
|
}
|
|
412
412
|
}
|
|
413
|
-
PaginationDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
414
|
-
PaginationDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.
|
|
413
|
+
PaginationDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PaginationDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
414
|
+
PaginationDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.7", type: PaginationDirective, selector: "p-pagination", host: { listeners: { "pageChange": "handleChangeEvent($event.detail)" } }, providers: [
|
|
415
415
|
{
|
|
416
416
|
provide: NG_VALUE_ACCESSOR,
|
|
417
417
|
useExisting: PaginationDirective,
|
|
418
418
|
multi: true,
|
|
419
419
|
},
|
|
420
420
|
], usesInheritance: true, ngImport: i0 });
|
|
421
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
421
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PaginationDirective, decorators: [{
|
|
422
422
|
type: Directive,
|
|
423
423
|
args: [{
|
|
424
424
|
/* tslint:disable-next-line:directive-selector */
|
|
@@ -454,15 +454,15 @@ class TableFooterDirective extends BaseValueAccessor {
|
|
|
454
454
|
this.handleChangeEvent(Object.assign(Object.assign({}, this.lastValue), { [type]: value }));
|
|
455
455
|
}
|
|
456
456
|
}
|
|
457
|
-
TableFooterDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
458
|
-
TableFooterDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.
|
|
457
|
+
TableFooterDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: TableFooterDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
458
|
+
TableFooterDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.7", type: TableFooterDirective, selector: "p-table-footer", host: { listeners: { "pageChange": "handleChange($event.detail, \"page\")", "pageSizeChange": "handleChange($event.detail, \"pageSize\")" } }, providers: [
|
|
459
459
|
{
|
|
460
460
|
provide: NG_VALUE_ACCESSOR,
|
|
461
461
|
useExisting: TableFooterDirective,
|
|
462
462
|
multi: true,
|
|
463
463
|
},
|
|
464
464
|
], usesInheritance: true, ngImport: i0 });
|
|
465
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
465
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: TableFooterDirective, decorators: [{
|
|
466
466
|
type: Directive,
|
|
467
467
|
args: [{
|
|
468
468
|
/* tslint:disable-next-line:directive-selector */
|
|
@@ -507,15 +507,15 @@ class TableHeaderDirective extends BaseValueAccessor {
|
|
|
507
507
|
quickFilter === null || quickFilter === void 0 ? void 0 : quickFilter.identifier;
|
|
508
508
|
}
|
|
509
509
|
}
|
|
510
|
-
TableHeaderDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
511
|
-
TableHeaderDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.
|
|
510
|
+
TableHeaderDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: TableHeaderDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
511
|
+
TableHeaderDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.7", type: TableHeaderDirective, selector: "p-table-header", host: { listeners: { "queryChange": "handleChange($event.detail, \"query\")", "quickFilter": "handleChange($event.detail, \"quickFilter\")" } }, providers: [
|
|
512
512
|
{
|
|
513
513
|
provide: NG_VALUE_ACCESSOR,
|
|
514
514
|
useExisting: TableHeaderDirective,
|
|
515
515
|
multi: true,
|
|
516
516
|
},
|
|
517
517
|
], usesInheritance: true, ngImport: i0 });
|
|
518
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
518
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: TableHeaderDirective, decorators: [{
|
|
519
519
|
type: Directive,
|
|
520
520
|
args: [{
|
|
521
521
|
/* tslint:disable-next-line:directive-selector */
|
|
@@ -569,15 +569,15 @@ class TableDirective extends BaseValueAccessor {
|
|
|
569
569
|
quickFilter === null || quickFilter === void 0 ? void 0 : quickFilter.identifier;
|
|
570
570
|
}
|
|
571
571
|
}
|
|
572
|
-
TableDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
573
|
-
TableDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.
|
|
572
|
+
TableDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: TableDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
573
|
+
TableDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.7", type: TableDirective, selector: "p-table", host: { listeners: { "queryChange": "handleChange($event.detail, \"query\")", "quickFilter": "handleChange($event.detail, \"quickFilter\")", "pageChange": "handleChange($event.detail, \"page\")", "pageSizeChange": "handleChange($event.detail, \"pageSize\")", "selectedRowsChange": "handleChange($event.detail, \"selectedRows\")" } }, providers: [
|
|
574
574
|
{
|
|
575
575
|
provide: NG_VALUE_ACCESSOR,
|
|
576
576
|
useExisting: TableDirective,
|
|
577
577
|
multi: true,
|
|
578
578
|
},
|
|
579
579
|
], usesInheritance: true, ngImport: i0 });
|
|
580
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
580
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: TableDirective, decorators: [{
|
|
581
581
|
type: Directive,
|
|
582
582
|
args: [{
|
|
583
583
|
/* tslint:disable-next-line:directive-selector */
|
|
@@ -666,15 +666,15 @@ let PAccordion = class PAccordion {
|
|
|
666
666
|
proxyOutputs(this, this.el, ['isOpen']);
|
|
667
667
|
}
|
|
668
668
|
};
|
|
669
|
-
PAccordion.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
670
|
-
PAccordion.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
669
|
+
PAccordion.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
670
|
+
PAccordion.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: PAccordion, selector: "p-accordion", inputs: { closeable: "closeable", header: "header", open: "open", openable: "openable" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
671
671
|
PAccordion = __decorate([
|
|
672
672
|
ProxyCmp({
|
|
673
673
|
defineCustomElementFn: undefined,
|
|
674
674
|
inputs: ['closeable', 'header', 'open', 'openable']
|
|
675
675
|
})
|
|
676
676
|
], PAccordion);
|
|
677
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
677
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PAccordion, decorators: [{
|
|
678
678
|
type: Component,
|
|
679
679
|
args: [{
|
|
680
680
|
selector: 'p-accordion',
|
|
@@ -690,15 +690,15 @@ let PAvatar = class PAvatar {
|
|
|
690
690
|
this.el = r.nativeElement;
|
|
691
691
|
}
|
|
692
692
|
};
|
|
693
|
-
PAvatar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
694
|
-
PAvatar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
693
|
+
PAvatar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PAvatar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
694
|
+
PAvatar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: PAvatar, selector: "p-avatar", inputs: { defaultImage: "defaultImage", size: "size", src: "src", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
695
695
|
PAvatar = __decorate([
|
|
696
696
|
ProxyCmp({
|
|
697
697
|
defineCustomElementFn: undefined,
|
|
698
698
|
inputs: ['defaultImage', 'size', 'src', 'variant']
|
|
699
699
|
})
|
|
700
700
|
], PAvatar);
|
|
701
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
701
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PAvatar, decorators: [{
|
|
702
702
|
type: Component,
|
|
703
703
|
args: [{
|
|
704
704
|
selector: 'p-avatar',
|
|
@@ -714,15 +714,15 @@ let PAvatarGroup = class PAvatarGroup {
|
|
|
714
714
|
this.el = r.nativeElement;
|
|
715
715
|
}
|
|
716
716
|
};
|
|
717
|
-
PAvatarGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
718
|
-
PAvatarGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
717
|
+
PAvatarGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PAvatarGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
718
|
+
PAvatarGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: PAvatarGroup, selector: "p-avatar-group", inputs: { extra: "extra" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
719
719
|
PAvatarGroup = __decorate([
|
|
720
720
|
ProxyCmp({
|
|
721
721
|
defineCustomElementFn: undefined,
|
|
722
722
|
inputs: ['extra']
|
|
723
723
|
})
|
|
724
724
|
], PAvatarGroup);
|
|
725
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
725
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PAvatarGroup, decorators: [{
|
|
726
726
|
type: Component,
|
|
727
727
|
args: [{
|
|
728
728
|
selector: 'p-avatar-group',
|
|
@@ -739,15 +739,15 @@ let PButton = class PButton {
|
|
|
739
739
|
proxyOutputs(this, this.el, ['onClick']);
|
|
740
740
|
}
|
|
741
741
|
};
|
|
742
|
-
PButton.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
743
|
-
PButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
742
|
+
PButton.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
743
|
+
PButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: PButton, selector: "p-button", inputs: { chevron: "chevron", chevronPosition: "chevronPosition", disabled: "disabled", href: "href", icon: "icon", iconFlip: "iconFlip", iconOnly: "iconOnly", iconPosition: "iconPosition", iconRotate: "iconRotate", inheritText: "inheritText", loading: "loading", size: "size", target: "target", variant: "variant", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
744
744
|
PButton = __decorate([
|
|
745
745
|
ProxyCmp({
|
|
746
746
|
defineCustomElementFn: undefined,
|
|
747
747
|
inputs: ['chevron', 'chevronPosition', 'disabled', 'href', 'icon', 'iconFlip', 'iconOnly', 'iconPosition', 'iconRotate', 'inheritText', 'loading', 'size', 'target', 'variant', 'width']
|
|
748
748
|
})
|
|
749
749
|
], PButton);
|
|
750
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
750
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PButton, decorators: [{
|
|
751
751
|
type: Component,
|
|
752
752
|
args: [{
|
|
753
753
|
selector: 'p-button',
|
|
@@ -763,15 +763,15 @@ let PCardBody = class PCardBody {
|
|
|
763
763
|
this.el = r.nativeElement;
|
|
764
764
|
}
|
|
765
765
|
};
|
|
766
|
-
PCardBody.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
767
|
-
PCardBody.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
766
|
+
PCardBody.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PCardBody, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
767
|
+
PCardBody.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: PCardBody, selector: "p-card-body", inputs: { inheritText: "inheritText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
768
768
|
PCardBody = __decorate([
|
|
769
769
|
ProxyCmp({
|
|
770
770
|
defineCustomElementFn: undefined,
|
|
771
771
|
inputs: ['inheritText']
|
|
772
772
|
})
|
|
773
773
|
], PCardBody);
|
|
774
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
774
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PCardBody, decorators: [{
|
|
775
775
|
type: Component,
|
|
776
776
|
args: [{
|
|
777
777
|
selector: 'p-card-body',
|
|
@@ -787,15 +787,15 @@ let PCardContainer = class PCardContainer {
|
|
|
787
787
|
this.el = r.nativeElement;
|
|
788
788
|
}
|
|
789
789
|
};
|
|
790
|
-
PCardContainer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
791
|
-
PCardContainer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
790
|
+
PCardContainer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PCardContainer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
791
|
+
PCardContainer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: PCardContainer, selector: "p-card-container", inputs: { hoverable: "hoverable", shadow: "shadow" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
792
792
|
PCardContainer = __decorate([
|
|
793
793
|
ProxyCmp({
|
|
794
794
|
defineCustomElementFn: undefined,
|
|
795
795
|
inputs: ['hoverable', 'shadow']
|
|
796
796
|
})
|
|
797
797
|
], PCardContainer);
|
|
798
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
798
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PCardContainer, decorators: [{
|
|
799
799
|
type: Component,
|
|
800
800
|
args: [{
|
|
801
801
|
selector: 'p-card-container',
|
|
@@ -811,15 +811,15 @@ let PCardHeader = class PCardHeader {
|
|
|
811
811
|
this.el = r.nativeElement;
|
|
812
812
|
}
|
|
813
813
|
};
|
|
814
|
-
PCardHeader.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
815
|
-
PCardHeader.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
814
|
+
PCardHeader.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PCardHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
815
|
+
PCardHeader.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: PCardHeader, selector: "p-card-header", inputs: { arrow: "arrow", header: "header" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
816
816
|
PCardHeader = __decorate([
|
|
817
817
|
ProxyCmp({
|
|
818
818
|
defineCustomElementFn: undefined,
|
|
819
819
|
inputs: ['arrow', 'header']
|
|
820
820
|
})
|
|
821
821
|
], PCardHeader);
|
|
822
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
822
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PCardHeader, decorators: [{
|
|
823
823
|
type: Component,
|
|
824
824
|
args: [{
|
|
825
825
|
selector: 'p-card-header',
|
|
@@ -835,15 +835,15 @@ let PContentSlider = class PContentSlider {
|
|
|
835
835
|
this.el = r.nativeElement;
|
|
836
836
|
}
|
|
837
837
|
};
|
|
838
|
-
PContentSlider.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
839
|
-
PContentSlider.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
838
|
+
PContentSlider.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PContentSlider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
839
|
+
PContentSlider.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: PContentSlider, selector: "p-content-slider", inputs: { disableAutoCenter: "disableAutoCenter", disableDrag: "disableDrag", disableIndicatorClick: "disableIndicatorClick", hideMobileIndicator: "hideMobileIndicator" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
840
840
|
PContentSlider = __decorate([
|
|
841
841
|
ProxyCmp({
|
|
842
842
|
defineCustomElementFn: undefined,
|
|
843
843
|
inputs: ['disableAutoCenter', 'disableDrag', 'disableIndicatorClick', 'hideMobileIndicator']
|
|
844
844
|
})
|
|
845
845
|
], PContentSlider);
|
|
846
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
846
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PContentSlider, decorators: [{
|
|
847
847
|
type: Component,
|
|
848
848
|
args: [{
|
|
849
849
|
selector: 'p-content-slider',
|
|
@@ -859,15 +859,15 @@ let PCounter = class PCounter {
|
|
|
859
859
|
this.el = r.nativeElement;
|
|
860
860
|
}
|
|
861
861
|
};
|
|
862
|
-
PCounter.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
863
|
-
PCounter.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
862
|
+
PCounter.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PCounter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
863
|
+
PCounter.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: PCounter, selector: "p-counter", inputs: { size: "size", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
864
864
|
PCounter = __decorate([
|
|
865
865
|
ProxyCmp({
|
|
866
866
|
defineCustomElementFn: undefined,
|
|
867
867
|
inputs: ['size', 'variant']
|
|
868
868
|
})
|
|
869
869
|
], PCounter);
|
|
870
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
870
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PCounter, decorators: [{
|
|
871
871
|
type: Component,
|
|
872
872
|
args: [{
|
|
873
873
|
selector: 'p-counter',
|
|
@@ -883,14 +883,14 @@ let PDivider = class PDivider {
|
|
|
883
883
|
this.el = r.nativeElement;
|
|
884
884
|
}
|
|
885
885
|
};
|
|
886
|
-
PDivider.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
887
|
-
PDivider.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
886
|
+
PDivider.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PDivider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
887
|
+
PDivider.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: PDivider, selector: "p-divider", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
888
888
|
PDivider = __decorate([
|
|
889
889
|
ProxyCmp({
|
|
890
890
|
defineCustomElementFn: undefined
|
|
891
891
|
})
|
|
892
892
|
], PDivider);
|
|
893
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
893
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PDivider, decorators: [{
|
|
894
894
|
type: Component,
|
|
895
895
|
args: [{
|
|
896
896
|
selector: 'p-divider',
|
|
@@ -906,15 +906,15 @@ let PDropdown = class PDropdown {
|
|
|
906
906
|
proxyOutputs(this, this.el, ['isOpen']);
|
|
907
907
|
}
|
|
908
908
|
};
|
|
909
|
-
PDropdown.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
910
|
-
PDropdown.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
909
|
+
PDropdown.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PDropdown, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
910
|
+
PDropdown.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: PDropdown, selector: "p-dropdown", inputs: { chevronDirection: "chevronDirection", chevronPosition: "chevronPosition", disableTriggerClick: "disableTriggerClick", insideClick: "insideClick", placement: "placement", show: "show", strategy: "strategy" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
911
911
|
PDropdown = __decorate([
|
|
912
912
|
ProxyCmp({
|
|
913
913
|
defineCustomElementFn: undefined,
|
|
914
914
|
inputs: ['chevronDirection', 'chevronPosition', 'disableTriggerClick', 'insideClick', 'placement', 'show', 'strategy']
|
|
915
915
|
})
|
|
916
916
|
], PDropdown);
|
|
917
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
917
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PDropdown, decorators: [{
|
|
918
918
|
type: Component,
|
|
919
919
|
args: [{
|
|
920
920
|
selector: 'p-dropdown',
|
|
@@ -930,14 +930,14 @@ let PDropdownMenuContainer = class PDropdownMenuContainer {
|
|
|
930
930
|
this.el = r.nativeElement;
|
|
931
931
|
}
|
|
932
932
|
};
|
|
933
|
-
PDropdownMenuContainer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
934
|
-
PDropdownMenuContainer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
933
|
+
PDropdownMenuContainer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PDropdownMenuContainer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
934
|
+
PDropdownMenuContainer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: PDropdownMenuContainer, selector: "p-dropdown-menu-container", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
935
935
|
PDropdownMenuContainer = __decorate([
|
|
936
936
|
ProxyCmp({
|
|
937
937
|
defineCustomElementFn: undefined
|
|
938
938
|
})
|
|
939
939
|
], PDropdownMenuContainer);
|
|
940
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
940
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PDropdownMenuContainer, decorators: [{
|
|
941
941
|
type: Component,
|
|
942
942
|
args: [{
|
|
943
943
|
selector: 'p-dropdown-menu-container',
|
|
@@ -952,15 +952,15 @@ let PDropdownMenuItem = class PDropdownMenuItem {
|
|
|
952
952
|
this.el = r.nativeElement;
|
|
953
953
|
}
|
|
954
954
|
};
|
|
955
|
-
PDropdownMenuItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
956
|
-
PDropdownMenuItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
955
|
+
PDropdownMenuItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PDropdownMenuItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
956
|
+
PDropdownMenuItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: PDropdownMenuItem, selector: "p-dropdown-menu-item", inputs: { active: "active", icon: "icon" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
957
957
|
PDropdownMenuItem = __decorate([
|
|
958
958
|
ProxyCmp({
|
|
959
959
|
defineCustomElementFn: undefined,
|
|
960
960
|
inputs: ['active', 'icon']
|
|
961
961
|
})
|
|
962
962
|
], PDropdownMenuItem);
|
|
963
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
963
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PDropdownMenuItem, decorators: [{
|
|
964
964
|
type: Component,
|
|
965
965
|
args: [{
|
|
966
966
|
selector: 'p-dropdown-menu-item',
|
|
@@ -976,15 +976,15 @@ let PHelper = class PHelper {
|
|
|
976
976
|
this.el = r.nativeElement;
|
|
977
977
|
}
|
|
978
978
|
};
|
|
979
|
-
PHelper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
980
|
-
PHelper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
979
|
+
PHelper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PHelper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
980
|
+
PHelper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: PHelper, selector: "p-helper", inputs: { placement: "placement" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
981
981
|
PHelper = __decorate([
|
|
982
982
|
ProxyCmp({
|
|
983
983
|
defineCustomElementFn: undefined,
|
|
984
984
|
inputs: ['placement']
|
|
985
985
|
})
|
|
986
986
|
], PHelper);
|
|
987
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
987
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PHelper, decorators: [{
|
|
988
988
|
type: Component,
|
|
989
989
|
args: [{
|
|
990
990
|
selector: 'p-helper',
|
|
@@ -1000,15 +1000,15 @@ let PIcon = class PIcon {
|
|
|
1000
1000
|
this.el = r.nativeElement;
|
|
1001
1001
|
}
|
|
1002
1002
|
};
|
|
1003
|
-
PIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
1004
|
-
PIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
1003
|
+
PIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1004
|
+
PIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: PIcon, selector: "p-icon", inputs: { flip: "flip", rotate: "rotate", size: "size", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1005
1005
|
PIcon = __decorate([
|
|
1006
1006
|
ProxyCmp({
|
|
1007
1007
|
defineCustomElementFn: undefined,
|
|
1008
1008
|
inputs: ['flip', 'rotate', 'size', 'variant']
|
|
1009
1009
|
})
|
|
1010
1010
|
], PIcon);
|
|
1011
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
1011
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PIcon, decorators: [{
|
|
1012
1012
|
type: Component,
|
|
1013
1013
|
args: [{
|
|
1014
1014
|
selector: 'p-icon',
|
|
@@ -1024,15 +1024,15 @@ let PIllustration = class PIllustration {
|
|
|
1024
1024
|
this.el = r.nativeElement;
|
|
1025
1025
|
}
|
|
1026
1026
|
};
|
|
1027
|
-
PIllustration.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
1028
|
-
PIllustration.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
1027
|
+
PIllustration.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PIllustration, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1028
|
+
PIllustration.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: PIllustration, selector: "p-illustration", inputs: { variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1029
1029
|
PIllustration = __decorate([
|
|
1030
1030
|
ProxyCmp({
|
|
1031
1031
|
defineCustomElementFn: undefined,
|
|
1032
1032
|
inputs: ['variant']
|
|
1033
1033
|
})
|
|
1034
1034
|
], PIllustration);
|
|
1035
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
1035
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PIllustration, decorators: [{
|
|
1036
1036
|
type: Component,
|
|
1037
1037
|
args: [{
|
|
1038
1038
|
selector: 'p-illustration',
|
|
@@ -1048,15 +1048,15 @@ let PInfoPanel = class PInfoPanel {
|
|
|
1048
1048
|
this.el = r.nativeElement;
|
|
1049
1049
|
}
|
|
1050
1050
|
};
|
|
1051
|
-
PInfoPanel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
1052
|
-
PInfoPanel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
1051
|
+
PInfoPanel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PInfoPanel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1052
|
+
PInfoPanel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: PInfoPanel, selector: "p-info-panel", inputs: { closeable: "closeable", content: "content", header: "header", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1053
1053
|
PInfoPanel = __decorate([
|
|
1054
1054
|
ProxyCmp({
|
|
1055
1055
|
defineCustomElementFn: undefined,
|
|
1056
1056
|
inputs: ['closeable', 'content', 'header', 'variant']
|
|
1057
1057
|
})
|
|
1058
1058
|
], PInfoPanel);
|
|
1059
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
1059
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PInfoPanel, decorators: [{
|
|
1060
1060
|
type: Component,
|
|
1061
1061
|
args: [{
|
|
1062
1062
|
selector: 'p-info-panel',
|
|
@@ -1072,15 +1072,15 @@ let PInputGroup = class PInputGroup {
|
|
|
1072
1072
|
this.el = r.nativeElement;
|
|
1073
1073
|
}
|
|
1074
1074
|
};
|
|
1075
|
-
PInputGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
1076
|
-
PInputGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
1075
|
+
PInputGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PInputGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1076
|
+
PInputGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: PInputGroup, selector: "p-input-group", inputs: { disabled: "disabled", error: "error", focused: "focused", helper: "helper", icon: "icon", iconFlip: "iconFlip", iconRotate: "iconRotate", label: "label", prefix: "prefix", size: "size", suffix: "suffix" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1077
1077
|
PInputGroup = __decorate([
|
|
1078
1078
|
ProxyCmp({
|
|
1079
1079
|
defineCustomElementFn: undefined,
|
|
1080
1080
|
inputs: ['disabled', 'error', 'focused', 'helper', 'icon', 'iconFlip', 'iconRotate', 'label', 'prefix', 'size', 'suffix']
|
|
1081
1081
|
})
|
|
1082
1082
|
], PInputGroup);
|
|
1083
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
1083
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PInputGroup, decorators: [{
|
|
1084
1084
|
type: Component,
|
|
1085
1085
|
args: [{
|
|
1086
1086
|
selector: 'p-input-group',
|
|
@@ -1096,15 +1096,15 @@ let PLayout = class PLayout {
|
|
|
1096
1096
|
this.el = r.nativeElement;
|
|
1097
1097
|
}
|
|
1098
1098
|
};
|
|
1099
|
-
PLayout.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
1100
|
-
PLayout.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
1099
|
+
PLayout.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PLayout, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1100
|
+
PLayout.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: PLayout, selector: "p-layout", inputs: { variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1101
1101
|
PLayout = __decorate([
|
|
1102
1102
|
ProxyCmp({
|
|
1103
1103
|
defineCustomElementFn: undefined,
|
|
1104
1104
|
inputs: ['variant']
|
|
1105
1105
|
})
|
|
1106
1106
|
], PLayout);
|
|
1107
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
1107
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PLayout, decorators: [{
|
|
1108
1108
|
type: Component,
|
|
1109
1109
|
args: [{
|
|
1110
1110
|
selector: 'p-layout',
|
|
@@ -1120,15 +1120,15 @@ let PLoader = class PLoader {
|
|
|
1120
1120
|
this.el = r.nativeElement;
|
|
1121
1121
|
}
|
|
1122
1122
|
};
|
|
1123
|
-
PLoader.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
1124
|
-
PLoader.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
1123
|
+
PLoader.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PLoader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1124
|
+
PLoader.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: PLoader, selector: "p-loader", inputs: { color: "color", modalDescription: "modalDescription", modalTitle: "modalTitle", show: "show", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1125
1125
|
PLoader = __decorate([
|
|
1126
1126
|
ProxyCmp({
|
|
1127
1127
|
defineCustomElementFn: undefined,
|
|
1128
1128
|
inputs: ['color', 'modalDescription', 'modalTitle', 'show', 'variant']
|
|
1129
1129
|
})
|
|
1130
1130
|
], PLoader);
|
|
1131
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
1131
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PLoader, decorators: [{
|
|
1132
1132
|
type: Component,
|
|
1133
1133
|
args: [{
|
|
1134
1134
|
selector: 'p-loader',
|
|
@@ -1145,15 +1145,15 @@ let PModal = class PModal {
|
|
|
1145
1145
|
proxyOutputs(this, this.el, ['close']);
|
|
1146
1146
|
}
|
|
1147
1147
|
};
|
|
1148
|
-
PModal.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
1149
|
-
PModal.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
1148
|
+
PModal.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1149
|
+
PModal.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: PModal, selector: "p-modal", inputs: { header: "header", show: "show", showMobileClose: "showMobileClose", showMobileFooter: "showMobileFooter", size: "size", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1150
1150
|
PModal = __decorate([
|
|
1151
1151
|
ProxyCmp({
|
|
1152
1152
|
defineCustomElementFn: undefined,
|
|
1153
1153
|
inputs: ['header', 'show', 'showMobileClose', 'showMobileFooter', 'size', 'variant']
|
|
1154
1154
|
})
|
|
1155
1155
|
], PModal);
|
|
1156
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
1156
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PModal, decorators: [{
|
|
1157
1157
|
type: Component,
|
|
1158
1158
|
args: [{
|
|
1159
1159
|
selector: 'p-modal',
|
|
@@ -1169,14 +1169,14 @@ let PModalBackdrop = class PModalBackdrop {
|
|
|
1169
1169
|
this.el = r.nativeElement;
|
|
1170
1170
|
}
|
|
1171
1171
|
};
|
|
1172
|
-
PModalBackdrop.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
1173
|
-
PModalBackdrop.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
1172
|
+
PModalBackdrop.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PModalBackdrop, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1173
|
+
PModalBackdrop.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: PModalBackdrop, selector: "p-modal-backdrop", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1174
1174
|
PModalBackdrop = __decorate([
|
|
1175
1175
|
ProxyCmp({
|
|
1176
1176
|
defineCustomElementFn: undefined
|
|
1177
1177
|
})
|
|
1178
1178
|
], PModalBackdrop);
|
|
1179
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
1179
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PModalBackdrop, decorators: [{
|
|
1180
1180
|
type: Component,
|
|
1181
1181
|
args: [{
|
|
1182
1182
|
selector: 'p-modal-backdrop',
|
|
@@ -1191,15 +1191,15 @@ let PModalBody = class PModalBody {
|
|
|
1191
1191
|
this.el = r.nativeElement;
|
|
1192
1192
|
}
|
|
1193
1193
|
};
|
|
1194
|
-
PModalBody.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
1195
|
-
PModalBody.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
1194
|
+
PModalBody.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PModalBody, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1195
|
+
PModalBody.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: PModalBody, selector: "p-modal-body", inputs: { variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1196
1196
|
PModalBody = __decorate([
|
|
1197
1197
|
ProxyCmp({
|
|
1198
1198
|
defineCustomElementFn: undefined,
|
|
1199
1199
|
inputs: ['variant']
|
|
1200
1200
|
})
|
|
1201
1201
|
], PModalBody);
|
|
1202
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
1202
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PModalBody, decorators: [{
|
|
1203
1203
|
type: Component,
|
|
1204
1204
|
args: [{
|
|
1205
1205
|
selector: 'p-modal-body',
|
|
@@ -1215,15 +1215,15 @@ let PModalContainer = class PModalContainer {
|
|
|
1215
1215
|
this.el = r.nativeElement;
|
|
1216
1216
|
}
|
|
1217
1217
|
};
|
|
1218
|
-
PModalContainer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
1219
|
-
PModalContainer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
1218
|
+
PModalContainer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PModalContainer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1219
|
+
PModalContainer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: PModalContainer, selector: "p-modal-container", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1220
1220
|
PModalContainer = __decorate([
|
|
1221
1221
|
ProxyCmp({
|
|
1222
1222
|
defineCustomElementFn: undefined,
|
|
1223
1223
|
inputs: ['size']
|
|
1224
1224
|
})
|
|
1225
1225
|
], PModalContainer);
|
|
1226
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
1226
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PModalContainer, decorators: [{
|
|
1227
1227
|
type: Component,
|
|
1228
1228
|
args: [{
|
|
1229
1229
|
selector: 'p-modal-container',
|
|
@@ -1239,15 +1239,15 @@ let PModalFooter = class PModalFooter {
|
|
|
1239
1239
|
this.el = r.nativeElement;
|
|
1240
1240
|
}
|
|
1241
1241
|
};
|
|
1242
|
-
PModalFooter.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
1243
|
-
PModalFooter.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
1242
|
+
PModalFooter.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PModalFooter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1243
|
+
PModalFooter.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: PModalFooter, selector: "p-modal-footer", inputs: { hideOnMobile: "hideOnMobile" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1244
1244
|
PModalFooter = __decorate([
|
|
1245
1245
|
ProxyCmp({
|
|
1246
1246
|
defineCustomElementFn: undefined,
|
|
1247
1247
|
inputs: ['hideOnMobile']
|
|
1248
1248
|
})
|
|
1249
1249
|
], PModalFooter);
|
|
1250
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
1250
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PModalFooter, decorators: [{
|
|
1251
1251
|
type: Component,
|
|
1252
1252
|
args: [{
|
|
1253
1253
|
selector: 'p-modal-footer',
|
|
@@ -1264,15 +1264,15 @@ let PModalHeader = class PModalHeader {
|
|
|
1264
1264
|
proxyOutputs(this, this.el, ['close']);
|
|
1265
1265
|
}
|
|
1266
1266
|
};
|
|
1267
|
-
PModalHeader.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
1268
|
-
PModalHeader.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
1267
|
+
PModalHeader.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PModalHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1268
|
+
PModalHeader.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: PModalHeader, selector: "p-modal-header", inputs: { showMobileClose: "showMobileClose" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1269
1269
|
PModalHeader = __decorate([
|
|
1270
1270
|
ProxyCmp({
|
|
1271
1271
|
defineCustomElementFn: undefined,
|
|
1272
1272
|
inputs: ['showMobileClose']
|
|
1273
1273
|
})
|
|
1274
1274
|
], PModalHeader);
|
|
1275
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
1275
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PModalHeader, decorators: [{
|
|
1276
1276
|
type: Component,
|
|
1277
1277
|
args: [{
|
|
1278
1278
|
selector: 'p-modal-header',
|
|
@@ -1288,15 +1288,15 @@ let PNavbar = class PNavbar {
|
|
|
1288
1288
|
this.el = r.nativeElement;
|
|
1289
1289
|
}
|
|
1290
1290
|
};
|
|
1291
|
-
PNavbar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
1292
|
-
PNavbar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
1291
|
+
PNavbar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PNavbar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1292
|
+
PNavbar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: PNavbar, selector: "p-navbar", inputs: { closeText: "closeText", menuText: "menuText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1293
1293
|
PNavbar = __decorate([
|
|
1294
1294
|
ProxyCmp({
|
|
1295
1295
|
defineCustomElementFn: undefined,
|
|
1296
1296
|
inputs: ['closeText', 'menuText']
|
|
1297
1297
|
})
|
|
1298
1298
|
], PNavbar);
|
|
1299
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
1299
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PNavbar, decorators: [{
|
|
1300
1300
|
type: Component,
|
|
1301
1301
|
args: [{
|
|
1302
1302
|
selector: 'p-navbar',
|
|
@@ -1312,15 +1312,15 @@ let PNavigationItem = class PNavigationItem {
|
|
|
1312
1312
|
this.el = r.nativeElement;
|
|
1313
1313
|
}
|
|
1314
1314
|
};
|
|
1315
|
-
PNavigationItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
1316
|
-
PNavigationItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
1315
|
+
PNavigationItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PNavigationItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1316
|
+
PNavigationItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: PNavigationItem, selector: "p-navigation-item", inputs: { active: "active", counter: "counter", href: "href", icon: "icon", target: "target" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1317
1317
|
PNavigationItem = __decorate([
|
|
1318
1318
|
ProxyCmp({
|
|
1319
1319
|
defineCustomElementFn: undefined,
|
|
1320
1320
|
inputs: ['active', 'counter', 'href', 'icon', 'target']
|
|
1321
1321
|
})
|
|
1322
1322
|
], PNavigationItem);
|
|
1323
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
1323
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PNavigationItem, decorators: [{
|
|
1324
1324
|
type: Component,
|
|
1325
1325
|
args: [{
|
|
1326
1326
|
selector: 'p-navigation-item',
|
|
@@ -1337,15 +1337,15 @@ let PPageSizeSelect = class PPageSizeSelect {
|
|
|
1337
1337
|
proxyOutputs(this, this.el, ['sizeChange']);
|
|
1338
1338
|
}
|
|
1339
1339
|
};
|
|
1340
|
-
PPageSizeSelect.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
1341
|
-
PPageSizeSelect.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
1340
|
+
PPageSizeSelect.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PPageSizeSelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1341
|
+
PPageSizeSelect.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: PPageSizeSelect, selector: "p-page-size-select", inputs: { buttonSize: "buttonSize", buttonTemplate: "buttonTemplate", chevronPosition: "chevronPosition", hidden: "hidden", itemTemplate: "itemTemplate", size: "size", sizeOptions: "sizeOptions" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1342
1342
|
PPageSizeSelect = __decorate([
|
|
1343
1343
|
ProxyCmp({
|
|
1344
1344
|
defineCustomElementFn: undefined,
|
|
1345
1345
|
inputs: ['buttonSize', 'buttonTemplate', 'chevronPosition', 'hidden', 'itemTemplate', 'size', 'sizeOptions']
|
|
1346
1346
|
})
|
|
1347
1347
|
], PPageSizeSelect);
|
|
1348
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
1348
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PPageSizeSelect, decorators: [{
|
|
1349
1349
|
type: Component,
|
|
1350
1350
|
args: [{
|
|
1351
1351
|
selector: 'p-page-size-select',
|
|
@@ -1362,15 +1362,15 @@ let PPagination = class PPagination {
|
|
|
1362
1362
|
proxyOutputs(this, this.el, ['pageChange']);
|
|
1363
1363
|
}
|
|
1364
1364
|
};
|
|
1365
|
-
PPagination.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
1366
|
-
PPagination.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
1365
|
+
PPagination.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PPagination, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1366
|
+
PPagination.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: PPagination, selector: "p-pagination", inputs: { hideOnSinglePage: "hideOnSinglePage", page: "page", pageSize: "pageSize", total: "total" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1367
1367
|
PPagination = __decorate([
|
|
1368
1368
|
ProxyCmp({
|
|
1369
1369
|
defineCustomElementFn: undefined,
|
|
1370
1370
|
inputs: ['hideOnSinglePage', 'page', 'pageSize', 'total']
|
|
1371
1371
|
})
|
|
1372
1372
|
], PPagination);
|
|
1373
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
1373
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PPagination, decorators: [{
|
|
1374
1374
|
type: Component,
|
|
1375
1375
|
args: [{
|
|
1376
1376
|
selector: 'p-pagination',
|
|
@@ -1386,15 +1386,15 @@ let PPaginationItem = class PPaginationItem {
|
|
|
1386
1386
|
this.el = r.nativeElement;
|
|
1387
1387
|
}
|
|
1388
1388
|
};
|
|
1389
|
-
PPaginationItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
1390
|
-
PPaginationItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
1389
|
+
PPaginationItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PPaginationItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1390
|
+
PPaginationItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: PPaginationItem, selector: "p-pagination-item", inputs: { active: "active" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1391
1391
|
PPaginationItem = __decorate([
|
|
1392
1392
|
ProxyCmp({
|
|
1393
1393
|
defineCustomElementFn: undefined,
|
|
1394
1394
|
inputs: ['active']
|
|
1395
1395
|
})
|
|
1396
1396
|
], PPaginationItem);
|
|
1397
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
1397
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PPaginationItem, decorators: [{
|
|
1398
1398
|
type: Component,
|
|
1399
1399
|
args: [{
|
|
1400
1400
|
selector: 'p-pagination-item',
|
|
@@ -1410,15 +1410,15 @@ let PProfile = class PProfile {
|
|
|
1410
1410
|
this.el = r.nativeElement;
|
|
1411
1411
|
}
|
|
1412
1412
|
};
|
|
1413
|
-
PProfile.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
1414
|
-
PProfile.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
1413
|
+
PProfile.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PProfile, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1414
|
+
PProfile.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: PProfile, selector: "p-profile", inputs: { size: "size", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1415
1415
|
PProfile = __decorate([
|
|
1416
1416
|
ProxyCmp({
|
|
1417
1417
|
defineCustomElementFn: undefined,
|
|
1418
1418
|
inputs: ['size', 'variant']
|
|
1419
1419
|
})
|
|
1420
1420
|
], PProfile);
|
|
1421
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
1421
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PProfile, decorators: [{
|
|
1422
1422
|
type: Component,
|
|
1423
1423
|
args: [{
|
|
1424
1424
|
selector: 'p-profile',
|
|
@@ -1434,14 +1434,14 @@ let PSegmentContainer = class PSegmentContainer {
|
|
|
1434
1434
|
this.el = r.nativeElement;
|
|
1435
1435
|
}
|
|
1436
1436
|
};
|
|
1437
|
-
PSegmentContainer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
1438
|
-
PSegmentContainer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
1437
|
+
PSegmentContainer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PSegmentContainer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1438
|
+
PSegmentContainer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: PSegmentContainer, selector: "p-segment-container", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1439
1439
|
PSegmentContainer = __decorate([
|
|
1440
1440
|
ProxyCmp({
|
|
1441
1441
|
defineCustomElementFn: undefined
|
|
1442
1442
|
})
|
|
1443
1443
|
], PSegmentContainer);
|
|
1444
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
1444
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PSegmentContainer, decorators: [{
|
|
1445
1445
|
type: Component,
|
|
1446
1446
|
args: [{
|
|
1447
1447
|
selector: 'p-segment-container',
|
|
@@ -1456,15 +1456,15 @@ let PSegmentItem = class PSegmentItem {
|
|
|
1456
1456
|
this.el = r.nativeElement;
|
|
1457
1457
|
}
|
|
1458
1458
|
};
|
|
1459
|
-
PSegmentItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
1460
|
-
PSegmentItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
1459
|
+
PSegmentItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PSegmentItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1460
|
+
PSegmentItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: PSegmentItem, selector: "p-segment-item", inputs: { active: "active", icon: "icon", iconFlip: "iconFlip", iconRotate: "iconRotate" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1461
1461
|
PSegmentItem = __decorate([
|
|
1462
1462
|
ProxyCmp({
|
|
1463
1463
|
defineCustomElementFn: undefined,
|
|
1464
1464
|
inputs: ['active', 'icon', 'iconFlip', 'iconRotate']
|
|
1465
1465
|
})
|
|
1466
1466
|
], PSegmentItem);
|
|
1467
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
1467
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PSegmentItem, decorators: [{
|
|
1468
1468
|
type: Component,
|
|
1469
1469
|
args: [{
|
|
1470
1470
|
selector: 'p-segment-item',
|
|
@@ -1480,15 +1480,15 @@ let PSliderIndicator = class PSliderIndicator {
|
|
|
1480
1480
|
this.el = r.nativeElement;
|
|
1481
1481
|
}
|
|
1482
1482
|
};
|
|
1483
|
-
PSliderIndicator.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
1484
|
-
PSliderIndicator.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
1483
|
+
PSliderIndicator.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PSliderIndicator, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1484
|
+
PSliderIndicator.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: PSliderIndicator, selector: "p-slider-indicator", inputs: { active: "active" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1485
1485
|
PSliderIndicator = __decorate([
|
|
1486
1486
|
ProxyCmp({
|
|
1487
1487
|
defineCustomElementFn: undefined,
|
|
1488
1488
|
inputs: ['active']
|
|
1489
1489
|
})
|
|
1490
1490
|
], PSliderIndicator);
|
|
1491
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
1491
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PSliderIndicator, decorators: [{
|
|
1492
1492
|
type: Component,
|
|
1493
1493
|
args: [{
|
|
1494
1494
|
selector: 'p-slider-indicator',
|
|
@@ -1504,15 +1504,15 @@ let PStatus = class PStatus {
|
|
|
1504
1504
|
this.el = r.nativeElement;
|
|
1505
1505
|
}
|
|
1506
1506
|
};
|
|
1507
|
-
PStatus.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
1508
|
-
PStatus.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
1507
|
+
PStatus.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PStatus, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1508
|
+
PStatus.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: PStatus, selector: "p-status", inputs: { icon: "icon", iconFlip: "iconFlip", iconRotate: "iconRotate", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1509
1509
|
PStatus = __decorate([
|
|
1510
1510
|
ProxyCmp({
|
|
1511
1511
|
defineCustomElementFn: undefined,
|
|
1512
1512
|
inputs: ['icon', 'iconFlip', 'iconRotate', 'variant']
|
|
1513
1513
|
})
|
|
1514
1514
|
], PStatus);
|
|
1515
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
1515
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PStatus, decorators: [{
|
|
1516
1516
|
type: Component,
|
|
1517
1517
|
args: [{
|
|
1518
1518
|
selector: 'p-status',
|
|
@@ -1528,15 +1528,15 @@ let PStepper = class PStepper {
|
|
|
1528
1528
|
this.el = r.nativeElement;
|
|
1529
1529
|
}
|
|
1530
1530
|
};
|
|
1531
|
-
PStepper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
1532
|
-
PStepper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
1531
|
+
PStepper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PStepper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1532
|
+
PStepper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: PStepper, selector: "p-stepper", inputs: { activeStep: "activeStep", direction: "direction" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1533
1533
|
PStepper = __decorate([
|
|
1534
1534
|
ProxyCmp({
|
|
1535
1535
|
defineCustomElementFn: undefined,
|
|
1536
1536
|
inputs: ['activeStep', 'direction']
|
|
1537
1537
|
})
|
|
1538
1538
|
], PStepper);
|
|
1539
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
1539
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PStepper, decorators: [{
|
|
1540
1540
|
type: Component,
|
|
1541
1541
|
args: [{
|
|
1542
1542
|
selector: 'p-stepper',
|
|
@@ -1552,15 +1552,15 @@ let PStepperItem = class PStepperItem {
|
|
|
1552
1552
|
this.el = r.nativeElement;
|
|
1553
1553
|
}
|
|
1554
1554
|
};
|
|
1555
|
-
PStepperItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
1556
|
-
PStepperItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
1555
|
+
PStepperItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PStepperItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1556
|
+
PStepperItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: PStepperItem, selector: "p-stepper-item", inputs: { active: "active", align: "align", direction: "direction", finished: "finished" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1557
1557
|
PStepperItem = __decorate([
|
|
1558
1558
|
ProxyCmp({
|
|
1559
1559
|
defineCustomElementFn: undefined,
|
|
1560
1560
|
inputs: ['active', 'align', 'direction', 'finished']
|
|
1561
1561
|
})
|
|
1562
1562
|
], PStepperItem);
|
|
1563
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
1563
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PStepperItem, decorators: [{
|
|
1564
1564
|
type: Component,
|
|
1565
1565
|
args: [{
|
|
1566
1566
|
selector: 'p-stepper-item',
|
|
@@ -1576,15 +1576,15 @@ let PStepperLine = class PStepperLine {
|
|
|
1576
1576
|
this.el = r.nativeElement;
|
|
1577
1577
|
}
|
|
1578
1578
|
};
|
|
1579
|
-
PStepperLine.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
1580
|
-
PStepperLine.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
1579
|
+
PStepperLine.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PStepperLine, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1580
|
+
PStepperLine.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: PStepperLine, selector: "p-stepper-line", inputs: { active: "active", direction: "direction" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1581
1581
|
PStepperLine = __decorate([
|
|
1582
1582
|
ProxyCmp({
|
|
1583
1583
|
defineCustomElementFn: undefined,
|
|
1584
1584
|
inputs: ['active', 'direction']
|
|
1585
1585
|
})
|
|
1586
1586
|
], PStepperLine);
|
|
1587
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
1587
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PStepperLine, decorators: [{
|
|
1588
1588
|
type: Component,
|
|
1589
1589
|
args: [{
|
|
1590
1590
|
selector: 'p-stepper-line',
|
|
@@ -1600,14 +1600,14 @@ let PTabGroup = class PTabGroup {
|
|
|
1600
1600
|
this.el = r.nativeElement;
|
|
1601
1601
|
}
|
|
1602
1602
|
};
|
|
1603
|
-
PTabGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
1604
|
-
PTabGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
1603
|
+
PTabGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PTabGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1604
|
+
PTabGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: PTabGroup, selector: "p-tab-group", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1605
1605
|
PTabGroup = __decorate([
|
|
1606
1606
|
ProxyCmp({
|
|
1607
1607
|
defineCustomElementFn: undefined
|
|
1608
1608
|
})
|
|
1609
1609
|
], PTabGroup);
|
|
1610
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
1610
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PTabGroup, decorators: [{
|
|
1611
1611
|
type: Component,
|
|
1612
1612
|
args: [{
|
|
1613
1613
|
selector: 'p-tab-group',
|
|
@@ -1622,15 +1622,15 @@ let PTabItem = class PTabItem {
|
|
|
1622
1622
|
this.el = r.nativeElement;
|
|
1623
1623
|
}
|
|
1624
1624
|
};
|
|
1625
|
-
PTabItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
1626
|
-
PTabItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
1625
|
+
PTabItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PTabItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1626
|
+
PTabItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: PTabItem, selector: "p-tab-item", inputs: { active: "active" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1627
1627
|
PTabItem = __decorate([
|
|
1628
1628
|
ProxyCmp({
|
|
1629
1629
|
defineCustomElementFn: undefined,
|
|
1630
1630
|
inputs: ['active']
|
|
1631
1631
|
})
|
|
1632
1632
|
], PTabItem);
|
|
1633
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
1633
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PTabItem, decorators: [{
|
|
1634
1634
|
type: Component,
|
|
1635
1635
|
args: [{
|
|
1636
1636
|
selector: 'p-tab-item',
|
|
@@ -1647,15 +1647,15 @@ let PTable = class PTable {
|
|
|
1647
1647
|
proxyOutputs(this, this.el, ['selectedRowsChange', 'rowClick', 'rowSelected', 'rowDeselected', 'quickFilter', 'queryChange', 'filter', 'edit', 'pageChange', 'pageSizeChange', 'export']);
|
|
1648
1648
|
}
|
|
1649
1649
|
};
|
|
1650
|
-
PTable.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
1651
|
-
PTable.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
1650
|
+
PTable.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PTable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1651
|
+
PTable.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: PTable, selector: "p-table", inputs: { activeQuickFilterIdentifier: "activeQuickFilterIdentifier", amountOfLoadingRows: "amountOfLoadingRows", canSelectKey: "canSelectKey", editButtonTemplate: "editButtonTemplate", enableEdit: "enableEdit", enableExport: "enableExport", enableFilter: "enableFilter", enablePageSize: "enablePageSize", enablePagination: "enablePagination", enableRowClick: "enableRowClick", enableRowSelection: "enableRowSelection", enableSearch: "enableSearch", filterButtonTemplate: "filterButtonTemplate", hideOnSinglePage: "hideOnSinglePage", items: "items", loading: "loading", page: "page", pageSize: "pageSize", pageSizeOptions: "pageSizeOptions", query: "query", quickFilters: "quickFilters", selectedFiltersAmount: "selectedFiltersAmount", selectedRows: "selectedRows", selectionKey: "selectionKey", total: "total" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1652
1652
|
PTable = __decorate([
|
|
1653
1653
|
ProxyCmp({
|
|
1654
1654
|
defineCustomElementFn: undefined,
|
|
1655
1655
|
inputs: ['activeQuickFilterIdentifier', 'amountOfLoadingRows', 'canSelectKey', 'editButtonTemplate', 'enableEdit', 'enableExport', 'enableFilter', 'enablePageSize', 'enablePagination', 'enableRowClick', 'enableRowSelection', 'enableSearch', 'filterButtonTemplate', 'hideOnSinglePage', 'items', 'loading', 'page', 'pageSize', 'pageSizeOptions', 'query', 'quickFilters', 'selectedFiltersAmount', 'selectedRows', 'selectionKey', 'total']
|
|
1656
1656
|
})
|
|
1657
1657
|
], PTable);
|
|
1658
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
1658
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PTable, decorators: [{
|
|
1659
1659
|
type: Component,
|
|
1660
1660
|
args: [{
|
|
1661
1661
|
selector: 'p-table',
|
|
@@ -1671,14 +1671,14 @@ let PTableBody = class PTableBody {
|
|
|
1671
1671
|
this.el = r.nativeElement;
|
|
1672
1672
|
}
|
|
1673
1673
|
};
|
|
1674
|
-
PTableBody.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
1675
|
-
PTableBody.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
1674
|
+
PTableBody.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PTableBody, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1675
|
+
PTableBody.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: PTableBody, selector: "p-table-body", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1676
1676
|
PTableBody = __decorate([
|
|
1677
1677
|
ProxyCmp({
|
|
1678
1678
|
defineCustomElementFn: undefined
|
|
1679
1679
|
})
|
|
1680
1680
|
], PTableBody);
|
|
1681
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
1681
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PTableBody, decorators: [{
|
|
1682
1682
|
type: Component,
|
|
1683
1683
|
args: [{
|
|
1684
1684
|
selector: 'p-table-body',
|
|
@@ -1693,14 +1693,14 @@ let PTableContainer = class PTableContainer {
|
|
|
1693
1693
|
this.el = r.nativeElement;
|
|
1694
1694
|
}
|
|
1695
1695
|
};
|
|
1696
|
-
PTableContainer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
1697
|
-
PTableContainer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
1696
|
+
PTableContainer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PTableContainer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1697
|
+
PTableContainer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: PTableContainer, selector: "p-table-container", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1698
1698
|
PTableContainer = __decorate([
|
|
1699
1699
|
ProxyCmp({
|
|
1700
1700
|
defineCustomElementFn: undefined
|
|
1701
1701
|
})
|
|
1702
1702
|
], PTableContainer);
|
|
1703
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
1703
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PTableContainer, decorators: [{
|
|
1704
1704
|
type: Component,
|
|
1705
1705
|
args: [{
|
|
1706
1706
|
selector: 'p-table-container',
|
|
@@ -1716,15 +1716,15 @@ let PTableDefinition = class PTableDefinition {
|
|
|
1716
1716
|
proxyOutputs(this, this.el, ['tableDefinitionChanged']);
|
|
1717
1717
|
}
|
|
1718
1718
|
};
|
|
1719
|
-
PTableDefinition.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
1720
|
-
PTableDefinition.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
1719
|
+
PTableDefinition.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PTableDefinition, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1720
|
+
PTableDefinition.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: PTableDefinition, selector: "p-table-definition", inputs: { align: "align", name: "name", path: "path", sizes: "sizes", template: "template", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1721
1721
|
PTableDefinition = __decorate([
|
|
1722
1722
|
ProxyCmp({
|
|
1723
1723
|
defineCustomElementFn: undefined,
|
|
1724
1724
|
inputs: ['align', 'name', 'path', 'sizes', 'template', 'type']
|
|
1725
1725
|
})
|
|
1726
1726
|
], PTableDefinition);
|
|
1727
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
1727
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PTableDefinition, decorators: [{
|
|
1728
1728
|
type: Component,
|
|
1729
1729
|
args: [{
|
|
1730
1730
|
selector: 'p-table-definition',
|
|
@@ -1741,15 +1741,15 @@ let PTableFooter = class PTableFooter {
|
|
|
1741
1741
|
proxyOutputs(this, this.el, ['pageChange', 'pageSizeChange', 'export']);
|
|
1742
1742
|
}
|
|
1743
1743
|
};
|
|
1744
|
-
PTableFooter.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
1745
|
-
PTableFooter.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
1744
|
+
PTableFooter.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PTableFooter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1745
|
+
PTableFooter.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: PTableFooter, selector: "p-table-footer", inputs: { enableExport: "enableExport", enablePageSize: "enablePageSize", enablePagination: "enablePagination", hideOnSinglePage: "hideOnSinglePage", page: "page", pageSize: "pageSize", pageSizeOptions: "pageSizeOptions", total: "total" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1746
1746
|
PTableFooter = __decorate([
|
|
1747
1747
|
ProxyCmp({
|
|
1748
1748
|
defineCustomElementFn: undefined,
|
|
1749
1749
|
inputs: ['enableExport', 'enablePageSize', 'enablePagination', 'hideOnSinglePage', 'page', 'pageSize', 'pageSizeOptions', 'total']
|
|
1750
1750
|
})
|
|
1751
1751
|
], PTableFooter);
|
|
1752
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
1752
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PTableFooter, decorators: [{
|
|
1753
1753
|
type: Component,
|
|
1754
1754
|
args: [{
|
|
1755
1755
|
selector: 'p-table-footer',
|
|
@@ -1766,15 +1766,15 @@ let PTableHeader = class PTableHeader {
|
|
|
1766
1766
|
proxyOutputs(this, this.el, ['quickFilter', 'queryChange', 'filter', 'edit']);
|
|
1767
1767
|
}
|
|
1768
1768
|
};
|
|
1769
|
-
PTableHeader.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
1770
|
-
PTableHeader.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
1769
|
+
PTableHeader.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PTableHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1770
|
+
PTableHeader.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: PTableHeader, selector: "p-table-header", inputs: { activeQuickFilterIdentifier: "activeQuickFilterIdentifier", canEdit: "canEdit", editButtonTemplate: "editButtonTemplate", enableEdit: "enableEdit", enableFilter: "enableFilter", enableSearch: "enableSearch", filterButtonTemplate: "filterButtonTemplate", itemsSelectedAmount: "itemsSelectedAmount", query: "query", quickFilters: "quickFilters", selectedFiltersAmount: "selectedFiltersAmount" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1771
1771
|
PTableHeader = __decorate([
|
|
1772
1772
|
ProxyCmp({
|
|
1773
1773
|
defineCustomElementFn: undefined,
|
|
1774
1774
|
inputs: ['activeQuickFilterIdentifier', 'canEdit', 'editButtonTemplate', 'enableEdit', 'enableFilter', 'enableSearch', 'filterButtonTemplate', 'itemsSelectedAmount', 'query', 'quickFilters', 'selectedFiltersAmount']
|
|
1775
1775
|
})
|
|
1776
1776
|
], PTableHeader);
|
|
1777
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
1777
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PTableHeader, decorators: [{
|
|
1778
1778
|
type: Component,
|
|
1779
1779
|
args: [{
|
|
1780
1780
|
selector: 'p-table-header',
|
|
@@ -1790,15 +1790,15 @@ let PTableRow = class PTableRow {
|
|
|
1790
1790
|
this.el = r.nativeElement;
|
|
1791
1791
|
}
|
|
1792
1792
|
};
|
|
1793
|
-
PTableRow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
1794
|
-
PTableRow.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
1793
|
+
PTableRow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PTableRow, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1794
|
+
PTableRow.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: PTableRow, selector: "p-table-row", inputs: { enableHover: "enableHover", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1795
1795
|
PTableRow = __decorate([
|
|
1796
1796
|
ProxyCmp({
|
|
1797
1797
|
defineCustomElementFn: undefined,
|
|
1798
1798
|
inputs: ['enableHover', 'variant']
|
|
1799
1799
|
})
|
|
1800
1800
|
], PTableRow);
|
|
1801
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
1801
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PTableRow, decorators: [{
|
|
1802
1802
|
type: Component,
|
|
1803
1803
|
args: [{
|
|
1804
1804
|
selector: 'p-table-row',
|
|
@@ -1814,15 +1814,15 @@ let PTag = class PTag {
|
|
|
1814
1814
|
this.el = r.nativeElement;
|
|
1815
1815
|
}
|
|
1816
1816
|
};
|
|
1817
|
-
PTag.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
1818
|
-
PTag.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
1817
|
+
PTag.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PTag, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1818
|
+
PTag.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: PTag, selector: "p-tag", inputs: { circle: "circle", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1819
1819
|
PTag = __decorate([
|
|
1820
1820
|
ProxyCmp({
|
|
1821
1821
|
defineCustomElementFn: undefined,
|
|
1822
1822
|
inputs: ['circle', 'variant']
|
|
1823
1823
|
})
|
|
1824
1824
|
], PTag);
|
|
1825
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
1825
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PTag, decorators: [{
|
|
1826
1826
|
type: Component,
|
|
1827
1827
|
args: [{
|
|
1828
1828
|
selector: 'p-tag',
|
|
@@ -1839,15 +1839,15 @@ let PTooltip = class PTooltip {
|
|
|
1839
1839
|
proxyOutputs(this, this.el, ['isOpen']);
|
|
1840
1840
|
}
|
|
1841
1841
|
};
|
|
1842
|
-
PTooltip.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
1843
|
-
PTooltip.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.
|
|
1842
|
+
PTooltip.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PTooltip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1843
|
+
PTooltip.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: PTooltip, selector: "p-tooltip", inputs: { canManuallyClose: "canManuallyClose", placement: "placement", popover: "popover", show: "show", strategy: "strategy", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1844
1844
|
PTooltip = __decorate([
|
|
1845
1845
|
ProxyCmp({
|
|
1846
1846
|
defineCustomElementFn: undefined,
|
|
1847
1847
|
inputs: ['canManuallyClose', 'placement', 'popover', 'show', 'strategy', 'variant']
|
|
1848
1848
|
})
|
|
1849
1849
|
], PTooltip);
|
|
1850
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
1850
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PTooltip, decorators: [{
|
|
1851
1851
|
type: Component,
|
|
1852
1852
|
args: [{
|
|
1853
1853
|
selector: 'p-tooltip',
|
|
@@ -1912,10 +1912,10 @@ const DIRECTIVES = [
|
|
|
1912
1912
|
|
|
1913
1913
|
class PaperlessModule {
|
|
1914
1914
|
}
|
|
1915
|
-
PaperlessModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.
|
|
1916
|
-
PaperlessModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.
|
|
1917
|
-
PaperlessModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.
|
|
1918
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.
|
|
1915
|
+
PaperlessModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PaperlessModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1916
|
+
PaperlessModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.7", ngImport: i0, type: PaperlessModule, declarations: [PAccordion, PAvatar, PAvatarGroup, PButton, PCardBody, PCardContainer, PCardHeader, PContentSlider, PCounter, PDivider, PDropdown, PDropdownMenuContainer, PDropdownMenuItem, PHelper, PIcon, PIllustration, PInfoPanel, PInputGroup, PLayout, PLoader, PModal, PModalBackdrop, PModalBody, PModalContainer, PModalFooter, PModalHeader, PNavbar, PNavigationItem, PPageSizeSelect, PPagination, PPaginationItem, PProfile, PSegmentContainer, PSegmentItem, PSliderIndicator, PStatus, PStepper, PStepperItem, PStepperLine, PTabGroup, PTabItem, PTable, PTableBody, PTableContainer, PTableDefinition, PTableFooter, PTableHeader, PTableRow, PTag, PTooltip, PaginationDirective, PageSizeSelectDirective, TableFooterDirective, TableHeaderDirective, TableDirective], exports: [PAccordion, PAvatar, PAvatarGroup, PButton, PCardBody, PCardContainer, PCardHeader, PContentSlider, PCounter, PDivider, PDropdown, PDropdownMenuContainer, PDropdownMenuItem, PHelper, PIcon, PIllustration, PInfoPanel, PInputGroup, PLayout, PLoader, PModal, PModalBackdrop, PModalBody, PModalContainer, PModalFooter, PModalHeader, PNavbar, PNavigationItem, PPageSizeSelect, PPagination, PPaginationItem, PProfile, PSegmentContainer, PSegmentItem, PSliderIndicator, PStatus, PStepper, PStepperItem, PStepperLine, PTabGroup, PTabItem, PTable, PTableBody, PTableContainer, PTableDefinition, PTableFooter, PTableHeader, PTableRow, PTag, PTooltip, PaginationDirective, PageSizeSelectDirective, TableFooterDirective, TableHeaderDirective, TableDirective] });
|
|
1917
|
+
PaperlessModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PaperlessModule });
|
|
1918
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PaperlessModule, decorators: [{
|
|
1919
1919
|
type: NgModule,
|
|
1920
1920
|
args: [{
|
|
1921
1921
|
declarations: [...DIRECTIVES, ...CUSTOM_DIRECTIVES],
|