@paperless/angular 0.1.0-alpha.326 → 0.1.0-alpha.328
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/upload.component.mjs +3 -3
- package/esm2020/lib/base/value-accessor.mjs +3 -3
- package/esm2020/lib/directives/p-datepicker.directive.mjs +5 -4
- 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-select.directive.mjs +3 -3
- package/esm2020/lib/modules/overlay/overlay.module.mjs +4 -4
- package/esm2020/lib/modules/overlay/services/overlay.service.mjs +3 -3
- package/esm2020/lib/modules/table/base/table.component.mjs +3 -3
- package/esm2020/lib/modules/table/components/table/table.component.mjs +3 -3
- package/esm2020/lib/modules/table/components/table-cell/table-cell.component.mjs +3 -3
- package/esm2020/lib/modules/table/components/table-column/table-column.component.mjs +3 -3
- package/esm2020/lib/modules/table/directives/p-table-filter-modal.directive.mjs +3 -3
- package/esm2020/lib/modules/table/directives/p-table-footer.directive.mjs +3 -3
- package/esm2020/lib/modules/table/directives/p-table-header.directive.mjs +3 -3
- package/esm2020/lib/modules/table/directives/p-table-ngx.directive.mjs +3 -3
- package/esm2020/lib/modules/table/directives/p-table.directive.mjs +3 -3
- package/esm2020/lib/modules/table/table.module.mjs +4 -4
- package/esm2020/lib/modules/toast/components/toast-container/toast-container.component.mjs +3 -3
- package/esm2020/lib/modules/toast/directives/toast.directive.mjs +3 -3
- package/esm2020/lib/modules/toast/services/toast.service.mjs +3 -3
- package/esm2020/lib/modules/toast/toast.module.mjs +4 -4
- package/esm2020/lib/paperless.module.mjs +4 -4
- package/esm2020/lib/pipes/currency.pipe.mjs +3 -3
- package/esm2020/lib/pipes/date.pipe.mjs +3 -3
- package/esm2020/lib/pipes/safe.pipe.mjs +3 -3
- package/esm2020/lib/stencil/angular-component-lib/utils.mjs +6 -8
- package/esm2020/lib/stencil/components.mjs +286 -286
- package/esm2020/lib/stencil.module.mjs +4 -4
- package/fesm2015/paperless-angular.mjs +380 -381
- package/fesm2015/paperless-angular.mjs.map +1 -1
- package/fesm2020/paperless-angular.mjs +380 -381
- package/fesm2020/paperless-angular.mjs.map +1 -1
- package/lib/stencil/components.d.ts +125 -125
- package/package.json +2 -2
|
@@ -150,9 +150,9 @@ class BaseFormComponent {
|
|
|
150
150
|
this.markedDirty = false;
|
|
151
151
|
}
|
|
152
152
|
}
|
|
153
|
-
BaseFormComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
154
|
-
BaseFormComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
155
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
153
|
+
BaseFormComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BaseFormComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
154
|
+
BaseFormComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", type: BaseFormComponent, selector: "ng-component", ngImport: i0, template: ``, isInline: true });
|
|
155
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BaseFormComponent, decorators: [{
|
|
156
156
|
type: Component,
|
|
157
157
|
args: [{
|
|
158
158
|
template: ``,
|
|
@@ -194,9 +194,9 @@ class BaseUploadComponent {
|
|
|
194
194
|
this._loading = false;
|
|
195
195
|
}
|
|
196
196
|
}
|
|
197
|
-
BaseUploadComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
198
|
-
BaseUploadComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
199
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
197
|
+
BaseUploadComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BaseUploadComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
198
|
+
BaseUploadComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", 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 });
|
|
199
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BaseUploadComponent, decorators: [{
|
|
200
200
|
type: Component,
|
|
201
201
|
args: [{
|
|
202
202
|
template: ``,
|
|
@@ -244,9 +244,9 @@ class BaseValueAccessor {
|
|
|
244
244
|
this.onTouched();
|
|
245
245
|
}
|
|
246
246
|
}
|
|
247
|
-
BaseValueAccessor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
248
|
-
BaseValueAccessor.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0
|
|
249
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
247
|
+
BaseValueAccessor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BaseValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
248
|
+
BaseValueAccessor.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.0", type: BaseValueAccessor, host: { listeners: { "focusout": "_handleBlurEvent()" } }, ngImport: i0 });
|
|
249
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BaseValueAccessor, decorators: [{
|
|
250
250
|
type: Directive,
|
|
251
251
|
args: [{}]
|
|
252
252
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { _handleBlurEvent: [{
|
|
@@ -259,18 +259,19 @@ class DatepickerDirective extends BaseValueAccessor {
|
|
|
259
259
|
super(el);
|
|
260
260
|
}
|
|
261
261
|
writeValue(value) {
|
|
262
|
+
console.log("Write value", this.el.nativeElement.placeholder, value);
|
|
262
263
|
this.el.nativeElement.value = this.lastValue = value;
|
|
263
264
|
}
|
|
264
265
|
}
|
|
265
|
-
DatepickerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
266
|
-
DatepickerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0
|
|
266
|
+
DatepickerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: DatepickerDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
267
|
+
DatepickerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.0", type: DatepickerDirective, selector: "p-datepicker", host: { listeners: { "valueChange": "handleChangeEvent($event.detail)" } }, providers: [
|
|
267
268
|
{
|
|
268
269
|
provide: NG_VALUE_ACCESSOR,
|
|
269
270
|
useExisting: DatepickerDirective,
|
|
270
271
|
multi: true,
|
|
271
272
|
},
|
|
272
273
|
], usesInheritance: true, ngImport: i0 });
|
|
273
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
274
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: DatepickerDirective, decorators: [{
|
|
274
275
|
type: Directive,
|
|
275
276
|
args: [{
|
|
276
277
|
selector: 'p-datepicker',
|
|
@@ -299,15 +300,15 @@ class PageSizeSelectDirective extends BaseValueAccessor {
|
|
|
299
300
|
super.registerOnChange((value) => fn(parseInt(value, 10)));
|
|
300
301
|
}
|
|
301
302
|
}
|
|
302
|
-
PageSizeSelectDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
303
|
-
PageSizeSelectDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0
|
|
303
|
+
PageSizeSelectDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PageSizeSelectDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
304
|
+
PageSizeSelectDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.0", type: PageSizeSelectDirective, selector: "p-page-size-select", host: { listeners: { "sizeChange": "handleChangeEvent($event.detail)" } }, providers: [
|
|
304
305
|
{
|
|
305
306
|
provide: NG_VALUE_ACCESSOR,
|
|
306
307
|
useExisting: PageSizeSelectDirective,
|
|
307
308
|
multi: true,
|
|
308
309
|
},
|
|
309
310
|
], usesInheritance: true, ngImport: i0 });
|
|
310
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
311
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PageSizeSelectDirective, decorators: [{
|
|
311
312
|
type: Directive,
|
|
312
313
|
args: [{
|
|
313
314
|
/* tslint:disable-next-line:directive-selector */
|
|
@@ -337,15 +338,15 @@ class PaginationDirective extends BaseValueAccessor {
|
|
|
337
338
|
super.registerOnChange((value) => fn(parseInt(value, 10)));
|
|
338
339
|
}
|
|
339
340
|
}
|
|
340
|
-
PaginationDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
341
|
-
PaginationDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0
|
|
341
|
+
PaginationDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PaginationDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
342
|
+
PaginationDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.0", type: PaginationDirective, selector: "p-pagination", host: { listeners: { "pageChange": "handleChangeEvent($event.detail)" } }, providers: [
|
|
342
343
|
{
|
|
343
344
|
provide: NG_VALUE_ACCESSOR,
|
|
344
345
|
useExisting: PaginationDirective,
|
|
345
346
|
multi: true,
|
|
346
347
|
},
|
|
347
348
|
], usesInheritance: true, ngImport: i0 });
|
|
348
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
349
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PaginationDirective, decorators: [{
|
|
349
350
|
type: Directive,
|
|
350
351
|
args: [{
|
|
351
352
|
/* tslint:disable-next-line:directive-selector */
|
|
@@ -371,15 +372,15 @@ class SelectDirective extends BaseValueAccessor {
|
|
|
371
372
|
this.el.nativeElement.value = this.lastValue = value;
|
|
372
373
|
}
|
|
373
374
|
}
|
|
374
|
-
SelectDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
375
|
-
SelectDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0
|
|
375
|
+
SelectDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: SelectDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
376
|
+
SelectDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.0", type: SelectDirective, selector: "p-select", host: { listeners: { "valueChange": "handleChangeEvent($event.detail)" } }, providers: [
|
|
376
377
|
{
|
|
377
378
|
provide: NG_VALUE_ACCESSOR,
|
|
378
379
|
useExisting: SelectDirective,
|
|
379
380
|
multi: true,
|
|
380
381
|
},
|
|
381
382
|
], usesInheritance: true, ngImport: i0 });
|
|
382
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
383
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: SelectDirective, decorators: [{
|
|
383
384
|
type: Directive,
|
|
384
385
|
args: [{
|
|
385
386
|
selector: 'p-select',
|
|
@@ -406,20 +407,20 @@ const DIRECTIVES$1 = [
|
|
|
406
407
|
/* eslint-disable */
|
|
407
408
|
const proxyInputs = (Cmp, inputs) => {
|
|
408
409
|
const Prototype = Cmp.prototype;
|
|
409
|
-
inputs.forEach(item => {
|
|
410
|
+
inputs.forEach((item) => {
|
|
410
411
|
Object.defineProperty(Prototype, item, {
|
|
411
412
|
get() {
|
|
412
413
|
return this.el[item];
|
|
413
414
|
},
|
|
414
415
|
set(val) {
|
|
415
416
|
this.z.runOutsideAngular(() => (this.el[item] = val));
|
|
416
|
-
}
|
|
417
|
+
},
|
|
417
418
|
});
|
|
418
419
|
});
|
|
419
420
|
};
|
|
420
421
|
const proxyMethods = (Cmp, methods) => {
|
|
421
422
|
const Prototype = Cmp.prototype;
|
|
422
|
-
methods.forEach(methodName => {
|
|
423
|
+
methods.forEach((methodName) => {
|
|
423
424
|
Prototype[methodName] = function () {
|
|
424
425
|
const args = arguments;
|
|
425
426
|
return this.z.runOutsideAngular(() => this.el[methodName].apply(this.el, args));
|
|
@@ -427,12 +428,10 @@ const proxyMethods = (Cmp, methods) => {
|
|
|
427
428
|
});
|
|
428
429
|
};
|
|
429
430
|
const proxyOutputs = (instance, el, events) => {
|
|
430
|
-
events.forEach(eventName => instance[eventName] = fromEvent(el, eventName));
|
|
431
|
+
events.forEach((eventName) => (instance[eventName] = fromEvent(el, eventName)));
|
|
431
432
|
};
|
|
432
433
|
const defineCustomElement = (tagName, customElement) => {
|
|
433
|
-
if (customElement !== undefined &&
|
|
434
|
-
typeof customElements !== 'undefined' &&
|
|
435
|
-
!customElements.get(tagName)) {
|
|
434
|
+
if (customElement !== undefined && typeof customElements !== 'undefined' && !customElements.get(tagName)) {
|
|
436
435
|
customElements.define(tagName, customElement);
|
|
437
436
|
}
|
|
438
437
|
};
|
|
@@ -462,21 +461,21 @@ let PAccordion = class PAccordion {
|
|
|
462
461
|
proxyOutputs(this, this.el, ['isOpen']);
|
|
463
462
|
}
|
|
464
463
|
};
|
|
465
|
-
PAccordion.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
466
|
-
PAccordion.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
464
|
+
PAccordion.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
465
|
+
PAccordion.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", 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 });
|
|
467
466
|
PAccordion = __decorate([
|
|
468
467
|
ProxyCmp({
|
|
469
|
-
defineCustomElementFn: undefined,
|
|
470
468
|
inputs: ['closeable', 'header', 'open', 'openable']
|
|
471
469
|
})
|
|
472
470
|
], PAccordion);
|
|
473
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
471
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PAccordion, decorators: [{
|
|
474
472
|
type: Component,
|
|
475
473
|
args: [{
|
|
476
474
|
selector: 'p-accordion',
|
|
477
475
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
478
476
|
template: '<ng-content></ng-content>',
|
|
479
|
-
|
|
477
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
478
|
+
inputs: ['closeable', 'header', 'open', 'openable'],
|
|
480
479
|
}]
|
|
481
480
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
482
481
|
let PAvatar = class PAvatar {
|
|
@@ -486,21 +485,21 @@ let PAvatar = class PAvatar {
|
|
|
486
485
|
this.el = r.nativeElement;
|
|
487
486
|
}
|
|
488
487
|
};
|
|
489
|
-
PAvatar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
490
|
-
PAvatar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
488
|
+
PAvatar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PAvatar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
489
|
+
PAvatar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", 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 });
|
|
491
490
|
PAvatar = __decorate([
|
|
492
491
|
ProxyCmp({
|
|
493
|
-
defineCustomElementFn: undefined,
|
|
494
492
|
inputs: ['defaultImage', 'size', 'src', 'variant']
|
|
495
493
|
})
|
|
496
494
|
], PAvatar);
|
|
497
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
495
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PAvatar, decorators: [{
|
|
498
496
|
type: Component,
|
|
499
497
|
args: [{
|
|
500
498
|
selector: 'p-avatar',
|
|
501
499
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
502
500
|
template: '<ng-content></ng-content>',
|
|
503
|
-
|
|
501
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
502
|
+
inputs: ['defaultImage', 'size', 'src', 'variant'],
|
|
504
503
|
}]
|
|
505
504
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
506
505
|
let PAvatarGroup = class PAvatarGroup {
|
|
@@ -510,21 +509,21 @@ let PAvatarGroup = class PAvatarGroup {
|
|
|
510
509
|
this.el = r.nativeElement;
|
|
511
510
|
}
|
|
512
511
|
};
|
|
513
|
-
PAvatarGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
514
|
-
PAvatarGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
512
|
+
PAvatarGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PAvatarGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
513
|
+
PAvatarGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", type: PAvatarGroup, selector: "p-avatar-group", inputs: { extra: "extra" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
515
514
|
PAvatarGroup = __decorate([
|
|
516
515
|
ProxyCmp({
|
|
517
|
-
defineCustomElementFn: undefined,
|
|
518
516
|
inputs: ['extra']
|
|
519
517
|
})
|
|
520
518
|
], PAvatarGroup);
|
|
521
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
519
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PAvatarGroup, decorators: [{
|
|
522
520
|
type: Component,
|
|
523
521
|
args: [{
|
|
524
522
|
selector: 'p-avatar-group',
|
|
525
523
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
526
524
|
template: '<ng-content></ng-content>',
|
|
527
|
-
inputs
|
|
525
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
526
|
+
inputs: ['extra'],
|
|
528
527
|
}]
|
|
529
528
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
530
529
|
let PBackdrop = class PBackdrop {
|
|
@@ -535,21 +534,21 @@ let PBackdrop = class PBackdrop {
|
|
|
535
534
|
proxyOutputs(this, this.el, ['clicked']);
|
|
536
535
|
}
|
|
537
536
|
};
|
|
538
|
-
PBackdrop.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
539
|
-
PBackdrop.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
537
|
+
PBackdrop.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PBackdrop, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
538
|
+
PBackdrop.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", type: PBackdrop, selector: "p-backdrop", inputs: { applyBlur: "applyBlur", closing: "closing", scrollLock: "scrollLock", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
540
539
|
PBackdrop = __decorate([
|
|
541
540
|
ProxyCmp({
|
|
542
|
-
defineCustomElementFn: undefined,
|
|
543
541
|
inputs: ['applyBlur', 'closing', 'scrollLock', 'variant']
|
|
544
542
|
})
|
|
545
543
|
], PBackdrop);
|
|
546
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
544
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PBackdrop, decorators: [{
|
|
547
545
|
type: Component,
|
|
548
546
|
args: [{
|
|
549
547
|
selector: 'p-backdrop',
|
|
550
548
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
551
549
|
template: '<ng-content></ng-content>',
|
|
552
|
-
|
|
550
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
551
|
+
inputs: ['applyBlur', 'closing', 'scrollLock', 'variant'],
|
|
553
552
|
}]
|
|
554
553
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
555
554
|
let PButton = class PButton {
|
|
@@ -560,21 +559,21 @@ let PButton = class PButton {
|
|
|
560
559
|
proxyOutputs(this, this.el, ['onClick']);
|
|
561
560
|
}
|
|
562
561
|
};
|
|
563
|
-
PButton.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
564
|
-
PButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
562
|
+
PButton.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
563
|
+
PButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", 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" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
565
564
|
PButton = __decorate([
|
|
566
565
|
ProxyCmp({
|
|
567
|
-
defineCustomElementFn: undefined,
|
|
568
566
|
inputs: ['chevron', 'chevronPosition', 'disabled', 'href', 'icon', 'iconFlip', 'iconOnly', 'iconPosition', 'iconRotate', 'inheritText', 'loading', 'size', 'target', 'variant']
|
|
569
567
|
})
|
|
570
568
|
], PButton);
|
|
571
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
569
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PButton, decorators: [{
|
|
572
570
|
type: Component,
|
|
573
571
|
args: [{
|
|
574
572
|
selector: 'p-button',
|
|
575
573
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
576
574
|
template: '<ng-content></ng-content>',
|
|
577
|
-
|
|
575
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
576
|
+
inputs: ['chevron', 'chevronPosition', 'disabled', 'href', 'icon', 'iconFlip', 'iconOnly', 'iconPosition', 'iconRotate', 'inheritText', 'loading', 'size', 'target', 'variant'],
|
|
578
577
|
}]
|
|
579
578
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
580
579
|
let PCalendar = class PCalendar {
|
|
@@ -585,21 +584,21 @@ let PCalendar = class PCalendar {
|
|
|
585
584
|
proxyOutputs(this, this.el, ['valueChange']);
|
|
586
585
|
}
|
|
587
586
|
};
|
|
588
|
-
PCalendar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
589
|
-
PCalendar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
587
|
+
PCalendar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PCalendar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
588
|
+
PCalendar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", type: PCalendar, selector: "p-calendar", inputs: { disableWeekends: "disableWeekends", disabledDates: "disabledDates", maxDate: "maxDate", minDate: "minDate", mode: "mode", preselectToday: "preselectToday", value: "value", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
590
589
|
PCalendar = __decorate([
|
|
591
590
|
ProxyCmp({
|
|
592
|
-
defineCustomElementFn: undefined,
|
|
593
591
|
inputs: ['disableWeekends', 'disabledDates', 'maxDate', 'minDate', 'mode', 'preselectToday', 'value', 'variant']
|
|
594
592
|
})
|
|
595
593
|
], PCalendar);
|
|
596
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
594
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PCalendar, decorators: [{
|
|
597
595
|
type: Component,
|
|
598
596
|
args: [{
|
|
599
597
|
selector: 'p-calendar',
|
|
600
598
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
601
599
|
template: '<ng-content></ng-content>',
|
|
602
|
-
|
|
600
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
601
|
+
inputs: ['disableWeekends', 'disabledDates', 'maxDate', 'minDate', 'mode', 'preselectToday', 'value', 'variant'],
|
|
603
602
|
}]
|
|
604
603
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
605
604
|
let PCardBody = class PCardBody {
|
|
@@ -609,21 +608,21 @@ let PCardBody = class PCardBody {
|
|
|
609
608
|
this.el = r.nativeElement;
|
|
610
609
|
}
|
|
611
610
|
};
|
|
612
|
-
PCardBody.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
613
|
-
PCardBody.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
611
|
+
PCardBody.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PCardBody, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
612
|
+
PCardBody.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", type: PCardBody, selector: "p-card-body", inputs: { inheritText: "inheritText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
614
613
|
PCardBody = __decorate([
|
|
615
614
|
ProxyCmp({
|
|
616
|
-
defineCustomElementFn: undefined,
|
|
617
615
|
inputs: ['inheritText']
|
|
618
616
|
})
|
|
619
617
|
], PCardBody);
|
|
620
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
618
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PCardBody, decorators: [{
|
|
621
619
|
type: Component,
|
|
622
620
|
args: [{
|
|
623
621
|
selector: 'p-card-body',
|
|
624
622
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
625
623
|
template: '<ng-content></ng-content>',
|
|
626
|
-
inputs
|
|
624
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
625
|
+
inputs: ['inheritText'],
|
|
627
626
|
}]
|
|
628
627
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
629
628
|
let PCardContainer = class PCardContainer {
|
|
@@ -633,21 +632,21 @@ let PCardContainer = class PCardContainer {
|
|
|
633
632
|
this.el = r.nativeElement;
|
|
634
633
|
}
|
|
635
634
|
};
|
|
636
|
-
PCardContainer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
637
|
-
PCardContainer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
635
|
+
PCardContainer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PCardContainer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
636
|
+
PCardContainer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", type: PCardContainer, selector: "p-card-container", inputs: { hoverable: "hoverable", shadow: "shadow" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
638
637
|
PCardContainer = __decorate([
|
|
639
638
|
ProxyCmp({
|
|
640
|
-
defineCustomElementFn: undefined,
|
|
641
639
|
inputs: ['hoverable', 'shadow']
|
|
642
640
|
})
|
|
643
641
|
], PCardContainer);
|
|
644
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
642
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PCardContainer, decorators: [{
|
|
645
643
|
type: Component,
|
|
646
644
|
args: [{
|
|
647
645
|
selector: 'p-card-container',
|
|
648
646
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
649
647
|
template: '<ng-content></ng-content>',
|
|
650
|
-
|
|
648
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
649
|
+
inputs: ['hoverable', 'shadow'],
|
|
651
650
|
}]
|
|
652
651
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
653
652
|
let PCardHeader = class PCardHeader {
|
|
@@ -657,21 +656,21 @@ let PCardHeader = class PCardHeader {
|
|
|
657
656
|
this.el = r.nativeElement;
|
|
658
657
|
}
|
|
659
658
|
};
|
|
660
|
-
PCardHeader.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
661
|
-
PCardHeader.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
659
|
+
PCardHeader.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PCardHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
660
|
+
PCardHeader.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", type: PCardHeader, selector: "p-card-header", inputs: { arrow: "arrow", header: "header" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
662
661
|
PCardHeader = __decorate([
|
|
663
662
|
ProxyCmp({
|
|
664
|
-
defineCustomElementFn: undefined,
|
|
665
663
|
inputs: ['arrow', 'header']
|
|
666
664
|
})
|
|
667
665
|
], PCardHeader);
|
|
668
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
666
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PCardHeader, decorators: [{
|
|
669
667
|
type: Component,
|
|
670
668
|
args: [{
|
|
671
669
|
selector: 'p-card-header',
|
|
672
670
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
673
671
|
template: '<ng-content></ng-content>',
|
|
674
|
-
|
|
672
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
673
|
+
inputs: ['arrow', 'header'],
|
|
675
674
|
}]
|
|
676
675
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
677
676
|
let PContentSlider = class PContentSlider {
|
|
@@ -681,21 +680,21 @@ let PContentSlider = class PContentSlider {
|
|
|
681
680
|
this.el = r.nativeElement;
|
|
682
681
|
}
|
|
683
682
|
};
|
|
684
|
-
PContentSlider.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
685
|
-
PContentSlider.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
683
|
+
PContentSlider.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PContentSlider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
684
|
+
PContentSlider.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", 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 });
|
|
686
685
|
PContentSlider = __decorate([
|
|
687
686
|
ProxyCmp({
|
|
688
|
-
defineCustomElementFn: undefined,
|
|
689
687
|
inputs: ['disableAutoCenter', 'disableDrag', 'disableIndicatorClick', 'hideMobileIndicator']
|
|
690
688
|
})
|
|
691
689
|
], PContentSlider);
|
|
692
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
690
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PContentSlider, decorators: [{
|
|
693
691
|
type: Component,
|
|
694
692
|
args: [{
|
|
695
693
|
selector: 'p-content-slider',
|
|
696
694
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
697
695
|
template: '<ng-content></ng-content>',
|
|
698
|
-
|
|
696
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
697
|
+
inputs: ['disableAutoCenter', 'disableDrag', 'disableIndicatorClick', 'hideMobileIndicator'],
|
|
699
698
|
}]
|
|
700
699
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
701
700
|
let PCounter = class PCounter {
|
|
@@ -705,21 +704,21 @@ let PCounter = class PCounter {
|
|
|
705
704
|
this.el = r.nativeElement;
|
|
706
705
|
}
|
|
707
706
|
};
|
|
708
|
-
PCounter.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
709
|
-
PCounter.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
707
|
+
PCounter.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PCounter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
708
|
+
PCounter.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", type: PCounter, selector: "p-counter", inputs: { size: "size", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
710
709
|
PCounter = __decorate([
|
|
711
710
|
ProxyCmp({
|
|
712
|
-
defineCustomElementFn: undefined,
|
|
713
711
|
inputs: ['size', 'variant']
|
|
714
712
|
})
|
|
715
713
|
], PCounter);
|
|
716
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
714
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PCounter, decorators: [{
|
|
717
715
|
type: Component,
|
|
718
716
|
args: [{
|
|
719
717
|
selector: 'p-counter',
|
|
720
718
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
721
719
|
template: '<ng-content></ng-content>',
|
|
722
|
-
|
|
720
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
721
|
+
inputs: ['size', 'variant'],
|
|
723
722
|
}]
|
|
724
723
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
725
724
|
let PDatepicker = class PDatepicker {
|
|
@@ -730,21 +729,21 @@ let PDatepicker = class PDatepicker {
|
|
|
730
729
|
proxyOutputs(this, this.el, ['valueChange']);
|
|
731
730
|
}
|
|
732
731
|
};
|
|
733
|
-
PDatepicker.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
734
|
-
PDatepicker.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
732
|
+
PDatepicker.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PDatepicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
733
|
+
PDatepicker.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", type: PDatepicker, selector: "p-datepicker", inputs: { disableWeekends: "disableWeekends", disabled: "disabled", disabledDates: "disabledDates", error: "error", format: "format", helper: "helper", label: "label", maxDate: "maxDate", minDate: "minDate", mode: "mode", placeholder: "placeholder", prefix: "prefix", preselectToday: "preselectToday", size: "size", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
735
734
|
PDatepicker = __decorate([
|
|
736
735
|
ProxyCmp({
|
|
737
|
-
defineCustomElementFn: undefined,
|
|
738
736
|
inputs: ['disableWeekends', 'disabled', 'disabledDates', 'error', 'format', 'helper', 'label', 'maxDate', 'minDate', 'mode', 'placeholder', 'prefix', 'preselectToday', 'size', 'value']
|
|
739
737
|
})
|
|
740
738
|
], PDatepicker);
|
|
741
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
739
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PDatepicker, decorators: [{
|
|
742
740
|
type: Component,
|
|
743
741
|
args: [{
|
|
744
742
|
selector: 'p-datepicker',
|
|
745
743
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
746
744
|
template: '<ng-content></ng-content>',
|
|
747
|
-
|
|
745
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
746
|
+
inputs: ['disableWeekends', 'disabled', 'disabledDates', 'error', 'format', 'helper', 'label', 'maxDate', 'minDate', 'mode', 'placeholder', 'prefix', 'preselectToday', 'size', 'value'],
|
|
748
747
|
}]
|
|
749
748
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
750
749
|
let PDivider = class PDivider {
|
|
@@ -754,19 +753,19 @@ let PDivider = class PDivider {
|
|
|
754
753
|
this.el = r.nativeElement;
|
|
755
754
|
}
|
|
756
755
|
};
|
|
757
|
-
PDivider.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
758
|
-
PDivider.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
756
|
+
PDivider.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PDivider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
757
|
+
PDivider.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", type: PDivider, selector: "p-divider", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
759
758
|
PDivider = __decorate([
|
|
760
|
-
ProxyCmp({
|
|
761
|
-
defineCustomElementFn: undefined
|
|
762
|
-
})
|
|
759
|
+
ProxyCmp({})
|
|
763
760
|
], PDivider);
|
|
764
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
761
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PDivider, decorators: [{
|
|
765
762
|
type: Component,
|
|
766
763
|
args: [{
|
|
767
764
|
selector: 'p-divider',
|
|
768
765
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
769
|
-
template: '<ng-content></ng-content>'
|
|
766
|
+
template: '<ng-content></ng-content>',
|
|
767
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
768
|
+
inputs: [],
|
|
770
769
|
}]
|
|
771
770
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
772
771
|
let PDrawer = class PDrawer {
|
|
@@ -777,21 +776,21 @@ let PDrawer = class PDrawer {
|
|
|
777
776
|
proxyOutputs(this, this.el, ['closeClicked', 'closed']);
|
|
778
777
|
}
|
|
779
778
|
};
|
|
780
|
-
PDrawer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
781
|
-
PDrawer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
779
|
+
PDrawer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PDrawer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
780
|
+
PDrawer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", type: PDrawer, selector: "p-drawer", inputs: { applyBlur: "applyBlur", backdropClickClose: "backdropClickClose", canClose: "canClose", header: "header", scrollLock: "scrollLock", show: "show", showClose: "showClose" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
782
781
|
PDrawer = __decorate([
|
|
783
782
|
ProxyCmp({
|
|
784
|
-
defineCustomElementFn: undefined,
|
|
785
783
|
inputs: ['applyBlur', 'backdropClickClose', 'canClose', 'header', 'scrollLock', 'show', 'showClose']
|
|
786
784
|
})
|
|
787
785
|
], PDrawer);
|
|
788
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
786
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PDrawer, decorators: [{
|
|
789
787
|
type: Component,
|
|
790
788
|
args: [{
|
|
791
789
|
selector: 'p-drawer',
|
|
792
790
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
793
791
|
template: '<ng-content></ng-content>',
|
|
794
|
-
|
|
792
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
793
|
+
inputs: ['applyBlur', 'backdropClickClose', 'canClose', 'header', 'scrollLock', 'show', 'showClose'],
|
|
795
794
|
}]
|
|
796
795
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
797
796
|
let PDrawerBody = class PDrawerBody {
|
|
@@ -801,21 +800,21 @@ let PDrawerBody = class PDrawerBody {
|
|
|
801
800
|
this.el = r.nativeElement;
|
|
802
801
|
}
|
|
803
802
|
};
|
|
804
|
-
PDrawerBody.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
805
|
-
PDrawerBody.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
803
|
+
PDrawerBody.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PDrawerBody, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
804
|
+
PDrawerBody.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", type: PDrawerBody, selector: "p-drawer-body", inputs: { variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
806
805
|
PDrawerBody = __decorate([
|
|
807
806
|
ProxyCmp({
|
|
808
|
-
defineCustomElementFn: undefined,
|
|
809
807
|
inputs: ['variant']
|
|
810
808
|
})
|
|
811
809
|
], PDrawerBody);
|
|
812
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
810
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PDrawerBody, decorators: [{
|
|
813
811
|
type: Component,
|
|
814
812
|
args: [{
|
|
815
813
|
selector: 'p-drawer-body',
|
|
816
814
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
817
815
|
template: '<ng-content></ng-content>',
|
|
818
|
-
inputs
|
|
816
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
817
|
+
inputs: ['variant'],
|
|
819
818
|
}]
|
|
820
819
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
821
820
|
let PDrawerContainer = class PDrawerContainer {
|
|
@@ -825,21 +824,21 @@ let PDrawerContainer = class PDrawerContainer {
|
|
|
825
824
|
this.el = r.nativeElement;
|
|
826
825
|
}
|
|
827
826
|
};
|
|
828
|
-
PDrawerContainer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
829
|
-
PDrawerContainer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
827
|
+
PDrawerContainer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PDrawerContainer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
828
|
+
PDrawerContainer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", type: PDrawerContainer, selector: "p-drawer-container", inputs: { closing: "closing" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
830
829
|
PDrawerContainer = __decorate([
|
|
831
830
|
ProxyCmp({
|
|
832
|
-
defineCustomElementFn: undefined,
|
|
833
831
|
inputs: ['closing']
|
|
834
832
|
})
|
|
835
833
|
], PDrawerContainer);
|
|
836
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
834
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PDrawerContainer, decorators: [{
|
|
837
835
|
type: Component,
|
|
838
836
|
args: [{
|
|
839
837
|
selector: 'p-drawer-container',
|
|
840
838
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
841
839
|
template: '<ng-content></ng-content>',
|
|
842
|
-
inputs
|
|
840
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
841
|
+
inputs: ['closing'],
|
|
843
842
|
}]
|
|
844
843
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
845
844
|
let PDrawerHeader = class PDrawerHeader {
|
|
@@ -850,21 +849,21 @@ let PDrawerHeader = class PDrawerHeader {
|
|
|
850
849
|
proxyOutputs(this, this.el, ['close']);
|
|
851
850
|
}
|
|
852
851
|
};
|
|
853
|
-
PDrawerHeader.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
854
|
-
PDrawerHeader.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
852
|
+
PDrawerHeader.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PDrawerHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
853
|
+
PDrawerHeader.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", type: PDrawerHeader, selector: "p-drawer-header", inputs: { showClose: "showClose" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
855
854
|
PDrawerHeader = __decorate([
|
|
856
855
|
ProxyCmp({
|
|
857
|
-
defineCustomElementFn: undefined,
|
|
858
856
|
inputs: ['showClose']
|
|
859
857
|
})
|
|
860
858
|
], PDrawerHeader);
|
|
861
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
859
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PDrawerHeader, decorators: [{
|
|
862
860
|
type: Component,
|
|
863
861
|
args: [{
|
|
864
862
|
selector: 'p-drawer-header',
|
|
865
863
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
866
864
|
template: '<ng-content></ng-content>',
|
|
867
|
-
inputs
|
|
865
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
866
|
+
inputs: ['showClose'],
|
|
868
867
|
}]
|
|
869
868
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
870
869
|
let PDropdown = class PDropdown {
|
|
@@ -875,21 +874,21 @@ let PDropdown = class PDropdown {
|
|
|
875
874
|
proxyOutputs(this, this.el, ['isOpen']);
|
|
876
875
|
}
|
|
877
876
|
};
|
|
878
|
-
PDropdown.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
879
|
-
PDropdown.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
877
|
+
PDropdown.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PDropdown, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
878
|
+
PDropdown.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", type: PDropdown, selector: "p-dropdown", inputs: { applyFullWidth: "applyFullWidth", applyMaxWidth: "applyMaxWidth", calculateWidth: "calculateWidth", 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 });
|
|
880
879
|
PDropdown = __decorate([
|
|
881
880
|
ProxyCmp({
|
|
882
|
-
defineCustomElementFn: undefined,
|
|
883
881
|
inputs: ['applyFullWidth', 'applyMaxWidth', 'calculateWidth', 'chevronDirection', 'chevronPosition', 'disableTriggerClick', 'insideClick', 'placement', 'show', 'strategy']
|
|
884
882
|
})
|
|
885
883
|
], PDropdown);
|
|
886
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
884
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PDropdown, decorators: [{
|
|
887
885
|
type: Component,
|
|
888
886
|
args: [{
|
|
889
887
|
selector: 'p-dropdown',
|
|
890
888
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
891
889
|
template: '<ng-content></ng-content>',
|
|
892
|
-
|
|
890
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
891
|
+
inputs: ['applyFullWidth', 'applyMaxWidth', 'calculateWidth', 'chevronDirection', 'chevronPosition', 'disableTriggerClick', 'insideClick', 'placement', 'show', 'strategy'],
|
|
893
892
|
}]
|
|
894
893
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
895
894
|
let PDropdownMenuContainer = class PDropdownMenuContainer {
|
|
@@ -899,21 +898,21 @@ let PDropdownMenuContainer = class PDropdownMenuContainer {
|
|
|
899
898
|
this.el = r.nativeElement;
|
|
900
899
|
}
|
|
901
900
|
};
|
|
902
|
-
PDropdownMenuContainer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
903
|
-
PDropdownMenuContainer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
901
|
+
PDropdownMenuContainer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PDropdownMenuContainer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
902
|
+
PDropdownMenuContainer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", type: PDropdownMenuContainer, selector: "p-dropdown-menu-container", inputs: { fullWidth: "fullWidth", maxWidth: "maxWidth" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
904
903
|
PDropdownMenuContainer = __decorate([
|
|
905
904
|
ProxyCmp({
|
|
906
|
-
defineCustomElementFn: undefined,
|
|
907
905
|
inputs: ['fullWidth', 'maxWidth']
|
|
908
906
|
})
|
|
909
907
|
], PDropdownMenuContainer);
|
|
910
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
908
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PDropdownMenuContainer, decorators: [{
|
|
911
909
|
type: Component,
|
|
912
910
|
args: [{
|
|
913
911
|
selector: 'p-dropdown-menu-container',
|
|
914
912
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
915
913
|
template: '<ng-content></ng-content>',
|
|
916
|
-
|
|
914
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
915
|
+
inputs: ['fullWidth', 'maxWidth'],
|
|
917
916
|
}]
|
|
918
917
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
919
918
|
let PDropdownMenuItem = class PDropdownMenuItem {
|
|
@@ -923,21 +922,21 @@ let PDropdownMenuItem = class PDropdownMenuItem {
|
|
|
923
922
|
this.el = r.nativeElement;
|
|
924
923
|
}
|
|
925
924
|
};
|
|
926
|
-
PDropdownMenuItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
927
|
-
PDropdownMenuItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
925
|
+
PDropdownMenuItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PDropdownMenuItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
926
|
+
PDropdownMenuItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", type: PDropdownMenuItem, selector: "p-dropdown-menu-item", inputs: { active: "active", enableHover: "enableHover", icon: "icon" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
928
927
|
PDropdownMenuItem = __decorate([
|
|
929
928
|
ProxyCmp({
|
|
930
|
-
defineCustomElementFn: undefined,
|
|
931
929
|
inputs: ['active', 'enableHover', 'icon']
|
|
932
930
|
})
|
|
933
931
|
], PDropdownMenuItem);
|
|
934
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
932
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PDropdownMenuItem, decorators: [{
|
|
935
933
|
type: Component,
|
|
936
934
|
args: [{
|
|
937
935
|
selector: 'p-dropdown-menu-item',
|
|
938
936
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
939
937
|
template: '<ng-content></ng-content>',
|
|
940
|
-
|
|
938
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
939
|
+
inputs: ['active', 'enableHover', 'icon'],
|
|
941
940
|
}]
|
|
942
941
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
943
942
|
let PHelper = class PHelper {
|
|
@@ -947,21 +946,21 @@ let PHelper = class PHelper {
|
|
|
947
946
|
this.el = r.nativeElement;
|
|
948
947
|
}
|
|
949
948
|
};
|
|
950
|
-
PHelper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
951
|
-
PHelper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
949
|
+
PHelper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PHelper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
950
|
+
PHelper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", type: PHelper, selector: "p-helper", inputs: { placement: "placement" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
952
951
|
PHelper = __decorate([
|
|
953
952
|
ProxyCmp({
|
|
954
|
-
defineCustomElementFn: undefined,
|
|
955
953
|
inputs: ['placement']
|
|
956
954
|
})
|
|
957
955
|
], PHelper);
|
|
958
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
956
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PHelper, decorators: [{
|
|
959
957
|
type: Component,
|
|
960
958
|
args: [{
|
|
961
959
|
selector: 'p-helper',
|
|
962
960
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
963
961
|
template: '<ng-content></ng-content>',
|
|
964
|
-
inputs
|
|
962
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
963
|
+
inputs: ['placement'],
|
|
965
964
|
}]
|
|
966
965
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
967
966
|
let PIcon = class PIcon {
|
|
@@ -971,21 +970,21 @@ let PIcon = class PIcon {
|
|
|
971
970
|
this.el = r.nativeElement;
|
|
972
971
|
}
|
|
973
972
|
};
|
|
974
|
-
PIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
975
|
-
PIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
973
|
+
PIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
974
|
+
PIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", 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 });
|
|
976
975
|
PIcon = __decorate([
|
|
977
976
|
ProxyCmp({
|
|
978
|
-
defineCustomElementFn: undefined,
|
|
979
977
|
inputs: ['flip', 'rotate', 'size', 'variant']
|
|
980
978
|
})
|
|
981
979
|
], PIcon);
|
|
982
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
980
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PIcon, decorators: [{
|
|
983
981
|
type: Component,
|
|
984
982
|
args: [{
|
|
985
983
|
selector: 'p-icon',
|
|
986
984
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
987
985
|
template: '<ng-content></ng-content>',
|
|
988
|
-
|
|
986
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
987
|
+
inputs: ['flip', 'rotate', 'size', 'variant'],
|
|
989
988
|
}]
|
|
990
989
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
991
990
|
let PIllustration = class PIllustration {
|
|
@@ -995,21 +994,21 @@ let PIllustration = class PIllustration {
|
|
|
995
994
|
this.el = r.nativeElement;
|
|
996
995
|
}
|
|
997
996
|
};
|
|
998
|
-
PIllustration.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
999
|
-
PIllustration.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
997
|
+
PIllustration.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PIllustration, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
998
|
+
PIllustration.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", type: PIllustration, selector: "p-illustration", inputs: { variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1000
999
|
PIllustration = __decorate([
|
|
1001
1000
|
ProxyCmp({
|
|
1002
|
-
defineCustomElementFn: undefined,
|
|
1003
1001
|
inputs: ['variant']
|
|
1004
1002
|
})
|
|
1005
1003
|
], PIllustration);
|
|
1006
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
1004
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PIllustration, decorators: [{
|
|
1007
1005
|
type: Component,
|
|
1008
1006
|
args: [{
|
|
1009
1007
|
selector: 'p-illustration',
|
|
1010
1008
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1011
1009
|
template: '<ng-content></ng-content>',
|
|
1012
|
-
inputs
|
|
1010
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1011
|
+
inputs: ['variant'],
|
|
1013
1012
|
}]
|
|
1014
1013
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1015
1014
|
let PInfoPanel = class PInfoPanel {
|
|
@@ -1019,21 +1018,21 @@ let PInfoPanel = class PInfoPanel {
|
|
|
1019
1018
|
this.el = r.nativeElement;
|
|
1020
1019
|
}
|
|
1021
1020
|
};
|
|
1022
|
-
PInfoPanel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
1023
|
-
PInfoPanel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
1021
|
+
PInfoPanel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PInfoPanel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1022
|
+
PInfoPanel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", 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 });
|
|
1024
1023
|
PInfoPanel = __decorate([
|
|
1025
1024
|
ProxyCmp({
|
|
1026
|
-
defineCustomElementFn: undefined,
|
|
1027
1025
|
inputs: ['closeable', 'content', 'header', 'variant']
|
|
1028
1026
|
})
|
|
1029
1027
|
], PInfoPanel);
|
|
1030
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
1028
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PInfoPanel, decorators: [{
|
|
1031
1029
|
type: Component,
|
|
1032
1030
|
args: [{
|
|
1033
1031
|
selector: 'p-info-panel',
|
|
1034
1032
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1035
1033
|
template: '<ng-content></ng-content>',
|
|
1036
|
-
|
|
1034
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1035
|
+
inputs: ['closeable', 'content', 'header', 'variant'],
|
|
1037
1036
|
}]
|
|
1038
1037
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1039
1038
|
let PInputGroup = class PInputGroup {
|
|
@@ -1043,21 +1042,21 @@ let PInputGroup = class PInputGroup {
|
|
|
1043
1042
|
this.el = r.nativeElement;
|
|
1044
1043
|
}
|
|
1045
1044
|
};
|
|
1046
|
-
PInputGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
1047
|
-
PInputGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
1045
|
+
PInputGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PInputGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1046
|
+
PInputGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", type: PInputGroup, selector: "p-input-group", inputs: { disabled: "disabled", error: "error", focused: "focused", helper: "helper", icon: "icon", iconFlip: "iconFlip", iconPosition: "iconPosition", iconRotate: "iconRotate", label: "label", prefix: "prefix", required: "required", size: "size", suffix: "suffix" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1048
1047
|
PInputGroup = __decorate([
|
|
1049
1048
|
ProxyCmp({
|
|
1050
|
-
defineCustomElementFn: undefined,
|
|
1051
1049
|
inputs: ['disabled', 'error', 'focused', 'helper', 'icon', 'iconFlip', 'iconPosition', 'iconRotate', 'label', 'prefix', 'required', 'size', 'suffix']
|
|
1052
1050
|
})
|
|
1053
1051
|
], PInputGroup);
|
|
1054
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
1052
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PInputGroup, decorators: [{
|
|
1055
1053
|
type: Component,
|
|
1056
1054
|
args: [{
|
|
1057
1055
|
selector: 'p-input-group',
|
|
1058
1056
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1059
1057
|
template: '<ng-content></ng-content>',
|
|
1060
|
-
|
|
1058
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1059
|
+
inputs: ['disabled', 'error', 'focused', 'helper', 'icon', 'iconFlip', 'iconPosition', 'iconRotate', 'label', 'prefix', 'required', 'size', 'suffix'],
|
|
1061
1060
|
}]
|
|
1062
1061
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1063
1062
|
let PLabel = class PLabel {
|
|
@@ -1067,21 +1066,21 @@ let PLabel = class PLabel {
|
|
|
1067
1066
|
this.el = r.nativeElement;
|
|
1068
1067
|
}
|
|
1069
1068
|
};
|
|
1070
|
-
PLabel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
1071
|
-
PLabel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
1069
|
+
PLabel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PLabel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1070
|
+
PLabel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", type: PLabel, selector: "p-label", inputs: { behavior: "behavior", icon: "icon", iconFlip: "iconFlip", iconRotate: "iconRotate", keepMobileContent: "keepMobileContent", size: "size", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1072
1071
|
PLabel = __decorate([
|
|
1073
1072
|
ProxyCmp({
|
|
1074
|
-
defineCustomElementFn: undefined,
|
|
1075
1073
|
inputs: ['behavior', 'icon', 'iconFlip', 'iconRotate', 'keepMobileContent', 'size', 'variant']
|
|
1076
1074
|
})
|
|
1077
1075
|
], PLabel);
|
|
1078
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
1076
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PLabel, decorators: [{
|
|
1079
1077
|
type: Component,
|
|
1080
1078
|
args: [{
|
|
1081
1079
|
selector: 'p-label',
|
|
1082
1080
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1083
1081
|
template: '<ng-content></ng-content>',
|
|
1084
|
-
|
|
1082
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1083
|
+
inputs: ['behavior', 'icon', 'iconFlip', 'iconRotate', 'keepMobileContent', 'size', 'variant'],
|
|
1085
1084
|
}]
|
|
1086
1085
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1087
1086
|
let PLayout = class PLayout {
|
|
@@ -1091,21 +1090,21 @@ let PLayout = class PLayout {
|
|
|
1091
1090
|
this.el = r.nativeElement;
|
|
1092
1091
|
}
|
|
1093
1092
|
};
|
|
1094
|
-
PLayout.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
1095
|
-
PLayout.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
1093
|
+
PLayout.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PLayout, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1094
|
+
PLayout.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", type: PLayout, selector: "p-layout", inputs: { variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1096
1095
|
PLayout = __decorate([
|
|
1097
1096
|
ProxyCmp({
|
|
1098
|
-
defineCustomElementFn: undefined,
|
|
1099
1097
|
inputs: ['variant']
|
|
1100
1098
|
})
|
|
1101
1099
|
], PLayout);
|
|
1102
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
1100
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PLayout, decorators: [{
|
|
1103
1101
|
type: Component,
|
|
1104
1102
|
args: [{
|
|
1105
1103
|
selector: 'p-layout',
|
|
1106
1104
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1107
1105
|
template: '<ng-content></ng-content>',
|
|
1108
|
-
inputs
|
|
1106
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1107
|
+
inputs: ['variant'],
|
|
1109
1108
|
}]
|
|
1110
1109
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1111
1110
|
let PLoader = class PLoader {
|
|
@@ -1115,21 +1114,21 @@ let PLoader = class PLoader {
|
|
|
1115
1114
|
this.el = r.nativeElement;
|
|
1116
1115
|
}
|
|
1117
1116
|
};
|
|
1118
|
-
PLoader.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
1119
|
-
PLoader.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
1117
|
+
PLoader.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PLoader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1118
|
+
PLoader.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", 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 });
|
|
1120
1119
|
PLoader = __decorate([
|
|
1121
1120
|
ProxyCmp({
|
|
1122
|
-
defineCustomElementFn: undefined,
|
|
1123
1121
|
inputs: ['color', 'modalDescription', 'modalTitle', 'show', 'variant']
|
|
1124
1122
|
})
|
|
1125
1123
|
], PLoader);
|
|
1126
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
1124
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PLoader, decorators: [{
|
|
1127
1125
|
type: Component,
|
|
1128
1126
|
args: [{
|
|
1129
1127
|
selector: 'p-loader',
|
|
1130
1128
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1131
1129
|
template: '<ng-content></ng-content>',
|
|
1132
|
-
|
|
1130
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1131
|
+
inputs: ['color', 'modalDescription', 'modalTitle', 'show', 'variant'],
|
|
1133
1132
|
}]
|
|
1134
1133
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1135
1134
|
let PModal = class PModal {
|
|
@@ -1140,21 +1139,21 @@ let PModal = class PModal {
|
|
|
1140
1139
|
proxyOutputs(this, this.el, ['closeClicked', 'closed']);
|
|
1141
1140
|
}
|
|
1142
1141
|
};
|
|
1143
|
-
PModal.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
1144
|
-
PModal.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
1142
|
+
PModal.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1143
|
+
PModal.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", type: PModal, selector: "p-modal", inputs: { applyBlur: "applyBlur", backdropClickClose: "backdropClickClose", header: "header", scrollLock: "scrollLock", show: "show", showClose: "showClose", showMobileFooter: "showMobileFooter", size: "size", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1145
1144
|
PModal = __decorate([
|
|
1146
1145
|
ProxyCmp({
|
|
1147
|
-
defineCustomElementFn: undefined,
|
|
1148
1146
|
inputs: ['applyBlur', 'backdropClickClose', 'header', 'scrollLock', 'show', 'showClose', 'showMobileFooter', 'size', 'variant']
|
|
1149
1147
|
})
|
|
1150
1148
|
], PModal);
|
|
1151
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
1149
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PModal, decorators: [{
|
|
1152
1150
|
type: Component,
|
|
1153
1151
|
args: [{
|
|
1154
1152
|
selector: 'p-modal',
|
|
1155
1153
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1156
1154
|
template: '<ng-content></ng-content>',
|
|
1157
|
-
|
|
1155
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1156
|
+
inputs: ['applyBlur', 'backdropClickClose', 'header', 'scrollLock', 'show', 'showClose', 'showMobileFooter', 'size', 'variant'],
|
|
1158
1157
|
}]
|
|
1159
1158
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1160
1159
|
let PModalBody = class PModalBody {
|
|
@@ -1164,21 +1163,21 @@ let PModalBody = class PModalBody {
|
|
|
1164
1163
|
this.el = r.nativeElement;
|
|
1165
1164
|
}
|
|
1166
1165
|
};
|
|
1167
|
-
PModalBody.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
1168
|
-
PModalBody.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
1166
|
+
PModalBody.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PModalBody, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1167
|
+
PModalBody.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", type: PModalBody, selector: "p-modal-body", inputs: { rounded: "rounded", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1169
1168
|
PModalBody = __decorate([
|
|
1170
1169
|
ProxyCmp({
|
|
1171
|
-
defineCustomElementFn: undefined,
|
|
1172
1170
|
inputs: ['rounded', 'variant']
|
|
1173
1171
|
})
|
|
1174
1172
|
], PModalBody);
|
|
1175
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
1173
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PModalBody, decorators: [{
|
|
1176
1174
|
type: Component,
|
|
1177
1175
|
args: [{
|
|
1178
1176
|
selector: 'p-modal-body',
|
|
1179
1177
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1180
1178
|
template: '<ng-content></ng-content>',
|
|
1181
|
-
|
|
1179
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1180
|
+
inputs: ['rounded', 'variant'],
|
|
1182
1181
|
}]
|
|
1183
1182
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1184
1183
|
let PModalContainer = class PModalContainer {
|
|
@@ -1188,21 +1187,21 @@ let PModalContainer = class PModalContainer {
|
|
|
1188
1187
|
this.el = r.nativeElement;
|
|
1189
1188
|
}
|
|
1190
1189
|
};
|
|
1191
|
-
PModalContainer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
1192
|
-
PModalContainer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
1190
|
+
PModalContainer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PModalContainer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1191
|
+
PModalContainer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", type: PModalContainer, selector: "p-modal-container", inputs: { closing: "closing", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1193
1192
|
PModalContainer = __decorate([
|
|
1194
1193
|
ProxyCmp({
|
|
1195
|
-
defineCustomElementFn: undefined,
|
|
1196
1194
|
inputs: ['closing', 'size']
|
|
1197
1195
|
})
|
|
1198
1196
|
], PModalContainer);
|
|
1199
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
1197
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PModalContainer, decorators: [{
|
|
1200
1198
|
type: Component,
|
|
1201
1199
|
args: [{
|
|
1202
1200
|
selector: 'p-modal-container',
|
|
1203
1201
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1204
1202
|
template: '<ng-content></ng-content>',
|
|
1205
|
-
|
|
1203
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1204
|
+
inputs: ['closing', 'size'],
|
|
1206
1205
|
}]
|
|
1207
1206
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1208
1207
|
let PModalFooter = class PModalFooter {
|
|
@@ -1212,19 +1211,19 @@ let PModalFooter = class PModalFooter {
|
|
|
1212
1211
|
this.el = r.nativeElement;
|
|
1213
1212
|
}
|
|
1214
1213
|
};
|
|
1215
|
-
PModalFooter.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
1216
|
-
PModalFooter.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
1214
|
+
PModalFooter.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PModalFooter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1215
|
+
PModalFooter.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", type: PModalFooter, selector: "p-modal-footer", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1217
1216
|
PModalFooter = __decorate([
|
|
1218
|
-
ProxyCmp({
|
|
1219
|
-
defineCustomElementFn: undefined
|
|
1220
|
-
})
|
|
1217
|
+
ProxyCmp({})
|
|
1221
1218
|
], PModalFooter);
|
|
1222
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
1219
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PModalFooter, decorators: [{
|
|
1223
1220
|
type: Component,
|
|
1224
1221
|
args: [{
|
|
1225
1222
|
selector: 'p-modal-footer',
|
|
1226
1223
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1227
|
-
template: '<ng-content></ng-content>'
|
|
1224
|
+
template: '<ng-content></ng-content>',
|
|
1225
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1226
|
+
inputs: [],
|
|
1228
1227
|
}]
|
|
1229
1228
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1230
1229
|
let PModalHeader = class PModalHeader {
|
|
@@ -1235,21 +1234,21 @@ let PModalHeader = class PModalHeader {
|
|
|
1235
1234
|
proxyOutputs(this, this.el, ['close']);
|
|
1236
1235
|
}
|
|
1237
1236
|
};
|
|
1238
|
-
PModalHeader.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
1239
|
-
PModalHeader.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
1237
|
+
PModalHeader.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PModalHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1238
|
+
PModalHeader.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", type: PModalHeader, selector: "p-modal-header", inputs: { showClose: "showClose" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1240
1239
|
PModalHeader = __decorate([
|
|
1241
1240
|
ProxyCmp({
|
|
1242
|
-
defineCustomElementFn: undefined,
|
|
1243
1241
|
inputs: ['showClose']
|
|
1244
1242
|
})
|
|
1245
1243
|
], PModalHeader);
|
|
1246
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
1244
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PModalHeader, decorators: [{
|
|
1247
1245
|
type: Component,
|
|
1248
1246
|
args: [{
|
|
1249
1247
|
selector: 'p-modal-header',
|
|
1250
1248
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1251
1249
|
template: '<ng-content></ng-content>',
|
|
1252
|
-
inputs
|
|
1250
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1251
|
+
inputs: ['showClose'],
|
|
1253
1252
|
}]
|
|
1254
1253
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1255
1254
|
let PNavbar = class PNavbar {
|
|
@@ -1259,21 +1258,21 @@ let PNavbar = class PNavbar {
|
|
|
1259
1258
|
this.el = r.nativeElement;
|
|
1260
1259
|
}
|
|
1261
1260
|
};
|
|
1262
|
-
PNavbar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
1263
|
-
PNavbar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
1261
|
+
PNavbar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PNavbar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1262
|
+
PNavbar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", type: PNavbar, selector: "p-navbar", inputs: { closeText: "closeText", menuText: "menuText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1264
1263
|
PNavbar = __decorate([
|
|
1265
1264
|
ProxyCmp({
|
|
1266
|
-
defineCustomElementFn: undefined,
|
|
1267
1265
|
inputs: ['closeText', 'menuText']
|
|
1268
1266
|
})
|
|
1269
1267
|
], PNavbar);
|
|
1270
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
1268
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PNavbar, decorators: [{
|
|
1271
1269
|
type: Component,
|
|
1272
1270
|
args: [{
|
|
1273
1271
|
selector: 'p-navbar',
|
|
1274
1272
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1275
1273
|
template: '<ng-content></ng-content>',
|
|
1276
|
-
|
|
1274
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1275
|
+
inputs: ['closeText', 'menuText'],
|
|
1277
1276
|
}]
|
|
1278
1277
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1279
1278
|
let PNavigationItem = class PNavigationItem {
|
|
@@ -1283,21 +1282,21 @@ let PNavigationItem = class PNavigationItem {
|
|
|
1283
1282
|
this.el = r.nativeElement;
|
|
1284
1283
|
}
|
|
1285
1284
|
};
|
|
1286
|
-
PNavigationItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
1287
|
-
PNavigationItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
1285
|
+
PNavigationItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PNavigationItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1286
|
+
PNavigationItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", 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 });
|
|
1288
1287
|
PNavigationItem = __decorate([
|
|
1289
1288
|
ProxyCmp({
|
|
1290
|
-
defineCustomElementFn: undefined,
|
|
1291
1289
|
inputs: ['active', 'counter', 'href', 'icon', 'target']
|
|
1292
1290
|
})
|
|
1293
1291
|
], PNavigationItem);
|
|
1294
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
1292
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PNavigationItem, decorators: [{
|
|
1295
1293
|
type: Component,
|
|
1296
1294
|
args: [{
|
|
1297
1295
|
selector: 'p-navigation-item',
|
|
1298
1296
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1299
1297
|
template: '<ng-content></ng-content>',
|
|
1300
|
-
|
|
1298
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1299
|
+
inputs: ['active', 'counter', 'href', 'icon', 'target'],
|
|
1301
1300
|
}]
|
|
1302
1301
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1303
1302
|
let PPageSizeSelect = class PPageSizeSelect {
|
|
@@ -1308,21 +1307,21 @@ let PPageSizeSelect = class PPageSizeSelect {
|
|
|
1308
1307
|
proxyOutputs(this, this.el, ['sizeChange']);
|
|
1309
1308
|
}
|
|
1310
1309
|
};
|
|
1311
|
-
PPageSizeSelect.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
1312
|
-
PPageSizeSelect.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
1310
|
+
PPageSizeSelect.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PPageSizeSelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1311
|
+
PPageSizeSelect.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", 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 });
|
|
1313
1312
|
PPageSizeSelect = __decorate([
|
|
1314
1313
|
ProxyCmp({
|
|
1315
|
-
defineCustomElementFn: undefined,
|
|
1316
1314
|
inputs: ['buttonSize', 'buttonTemplate', 'chevronPosition', 'hidden', 'itemTemplate', 'size', 'sizeOptions']
|
|
1317
1315
|
})
|
|
1318
1316
|
], PPageSizeSelect);
|
|
1319
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
1317
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PPageSizeSelect, decorators: [{
|
|
1320
1318
|
type: Component,
|
|
1321
1319
|
args: [{
|
|
1322
1320
|
selector: 'p-page-size-select',
|
|
1323
1321
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1324
1322
|
template: '<ng-content></ng-content>',
|
|
1325
|
-
|
|
1323
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1324
|
+
inputs: ['buttonSize', 'buttonTemplate', 'chevronPosition', 'hidden', 'itemTemplate', 'size', 'sizeOptions'],
|
|
1326
1325
|
}]
|
|
1327
1326
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1328
1327
|
let PPagination = class PPagination {
|
|
@@ -1333,21 +1332,21 @@ let PPagination = class PPagination {
|
|
|
1333
1332
|
proxyOutputs(this, this.el, ['pageChange']);
|
|
1334
1333
|
}
|
|
1335
1334
|
};
|
|
1336
|
-
PPagination.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
1337
|
-
PPagination.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
1335
|
+
PPagination.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PPagination, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1336
|
+
PPagination.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", 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 });
|
|
1338
1337
|
PPagination = __decorate([
|
|
1339
1338
|
ProxyCmp({
|
|
1340
|
-
defineCustomElementFn: undefined,
|
|
1341
1339
|
inputs: ['hideOnSinglePage', 'page', 'pageSize', 'total']
|
|
1342
1340
|
})
|
|
1343
1341
|
], PPagination);
|
|
1344
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
1342
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PPagination, decorators: [{
|
|
1345
1343
|
type: Component,
|
|
1346
1344
|
args: [{
|
|
1347
1345
|
selector: 'p-pagination',
|
|
1348
1346
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1349
1347
|
template: '<ng-content></ng-content>',
|
|
1350
|
-
|
|
1348
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1349
|
+
inputs: ['hideOnSinglePage', 'page', 'pageSize', 'total'],
|
|
1351
1350
|
}]
|
|
1352
1351
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1353
1352
|
let PPaginationItem = class PPaginationItem {
|
|
@@ -1357,21 +1356,21 @@ let PPaginationItem = class PPaginationItem {
|
|
|
1357
1356
|
this.el = r.nativeElement;
|
|
1358
1357
|
}
|
|
1359
1358
|
};
|
|
1360
|
-
PPaginationItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
1361
|
-
PPaginationItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
1359
|
+
PPaginationItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PPaginationItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1360
|
+
PPaginationItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", type: PPaginationItem, selector: "p-pagination-item", inputs: { active: "active" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1362
1361
|
PPaginationItem = __decorate([
|
|
1363
1362
|
ProxyCmp({
|
|
1364
|
-
defineCustomElementFn: undefined,
|
|
1365
1363
|
inputs: ['active']
|
|
1366
1364
|
})
|
|
1367
1365
|
], PPaginationItem);
|
|
1368
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
1366
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PPaginationItem, decorators: [{
|
|
1369
1367
|
type: Component,
|
|
1370
1368
|
args: [{
|
|
1371
1369
|
selector: 'p-pagination-item',
|
|
1372
1370
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1373
1371
|
template: '<ng-content></ng-content>',
|
|
1374
|
-
inputs
|
|
1372
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1373
|
+
inputs: ['active'],
|
|
1375
1374
|
}]
|
|
1376
1375
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1377
1376
|
let PProfile = class PProfile {
|
|
@@ -1381,21 +1380,21 @@ let PProfile = class PProfile {
|
|
|
1381
1380
|
this.el = r.nativeElement;
|
|
1382
1381
|
}
|
|
1383
1382
|
};
|
|
1384
|
-
PProfile.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
1385
|
-
PProfile.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
1383
|
+
PProfile.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PProfile, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1384
|
+
PProfile.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", type: PProfile, selector: "p-profile", inputs: { size: "size", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1386
1385
|
PProfile = __decorate([
|
|
1387
1386
|
ProxyCmp({
|
|
1388
|
-
defineCustomElementFn: undefined,
|
|
1389
1387
|
inputs: ['size', 'variant']
|
|
1390
1388
|
})
|
|
1391
1389
|
], PProfile);
|
|
1392
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
1390
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PProfile, decorators: [{
|
|
1393
1391
|
type: Component,
|
|
1394
1392
|
args: [{
|
|
1395
1393
|
selector: 'p-profile',
|
|
1396
1394
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1397
1395
|
template: '<ng-content></ng-content>',
|
|
1398
|
-
|
|
1396
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1397
|
+
inputs: ['size', 'variant'],
|
|
1399
1398
|
}]
|
|
1400
1399
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1401
1400
|
let PSegmentContainer = class PSegmentContainer {
|
|
@@ -1405,19 +1404,19 @@ let PSegmentContainer = class PSegmentContainer {
|
|
|
1405
1404
|
this.el = r.nativeElement;
|
|
1406
1405
|
}
|
|
1407
1406
|
};
|
|
1408
|
-
PSegmentContainer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
1409
|
-
PSegmentContainer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
1407
|
+
PSegmentContainer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PSegmentContainer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1408
|
+
PSegmentContainer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", type: PSegmentContainer, selector: "p-segment-container", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1410
1409
|
PSegmentContainer = __decorate([
|
|
1411
|
-
ProxyCmp({
|
|
1412
|
-
defineCustomElementFn: undefined
|
|
1413
|
-
})
|
|
1410
|
+
ProxyCmp({})
|
|
1414
1411
|
], PSegmentContainer);
|
|
1415
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
1412
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PSegmentContainer, decorators: [{
|
|
1416
1413
|
type: Component,
|
|
1417
1414
|
args: [{
|
|
1418
1415
|
selector: 'p-segment-container',
|
|
1419
1416
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1420
|
-
template: '<ng-content></ng-content>'
|
|
1417
|
+
template: '<ng-content></ng-content>',
|
|
1418
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1419
|
+
inputs: [],
|
|
1421
1420
|
}]
|
|
1422
1421
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1423
1422
|
let PSegmentItem = class PSegmentItem {
|
|
@@ -1427,21 +1426,21 @@ let PSegmentItem = class PSegmentItem {
|
|
|
1427
1426
|
this.el = r.nativeElement;
|
|
1428
1427
|
}
|
|
1429
1428
|
};
|
|
1430
|
-
PSegmentItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
1431
|
-
PSegmentItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
1429
|
+
PSegmentItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PSegmentItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1430
|
+
PSegmentItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", 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 });
|
|
1432
1431
|
PSegmentItem = __decorate([
|
|
1433
1432
|
ProxyCmp({
|
|
1434
|
-
defineCustomElementFn: undefined,
|
|
1435
1433
|
inputs: ['active', 'icon', 'iconFlip', 'iconRotate']
|
|
1436
1434
|
})
|
|
1437
1435
|
], PSegmentItem);
|
|
1438
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
1436
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PSegmentItem, decorators: [{
|
|
1439
1437
|
type: Component,
|
|
1440
1438
|
args: [{
|
|
1441
1439
|
selector: 'p-segment-item',
|
|
1442
1440
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1443
1441
|
template: '<ng-content></ng-content>',
|
|
1444
|
-
|
|
1442
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1443
|
+
inputs: ['active', 'icon', 'iconFlip', 'iconRotate'],
|
|
1445
1444
|
}]
|
|
1446
1445
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1447
1446
|
let PSelect = class PSelect {
|
|
@@ -1452,21 +1451,21 @@ let PSelect = class PSelect {
|
|
|
1452
1451
|
proxyOutputs(this, this.el, ['queryChange', 'valueChange']);
|
|
1453
1452
|
}
|
|
1454
1453
|
};
|
|
1455
|
-
PSelect.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
1456
|
-
PSelect.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
1454
|
+
PSelect.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PSelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1455
|
+
PSelect.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", type: PSelect, selector: "p-select", inputs: { asyncFilter: "asyncFilter", autoSelectFirst: "autoSelectFirst", autocompletePlaceholder: "autocompletePlaceholder", disabled: "disabled", displayKey: "displayKey", enableAutocomplete: "enableAutocomplete", error: "error", helper: "helper", items: "items", label: "label", loading: "loading", maxDisplayedItems: "maxDisplayedItems", placeholder: "placeholder", prefix: "prefix", query: "query", queryKey: "queryKey", size: "size", value: "value", valueKey: "valueKey" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1457
1456
|
PSelect = __decorate([
|
|
1458
1457
|
ProxyCmp({
|
|
1459
|
-
defineCustomElementFn: undefined,
|
|
1460
1458
|
inputs: ['asyncFilter', 'autoSelectFirst', 'autocompletePlaceholder', 'disabled', 'displayKey', 'enableAutocomplete', 'error', 'helper', 'items', 'label', 'loading', 'maxDisplayedItems', 'placeholder', 'prefix', 'query', 'queryKey', 'size', 'value', 'valueKey']
|
|
1461
1459
|
})
|
|
1462
1460
|
], PSelect);
|
|
1463
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
1461
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PSelect, decorators: [{
|
|
1464
1462
|
type: Component,
|
|
1465
1463
|
args: [{
|
|
1466
1464
|
selector: 'p-select',
|
|
1467
1465
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1468
1466
|
template: '<ng-content></ng-content>',
|
|
1469
|
-
|
|
1467
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1468
|
+
inputs: ['asyncFilter', 'autoSelectFirst', 'autocompletePlaceholder', 'disabled', 'displayKey', 'enableAutocomplete', 'error', 'helper', 'items', 'label', 'loading', 'maxDisplayedItems', 'placeholder', 'prefix', 'query', 'queryKey', 'size', 'value', 'valueKey'],
|
|
1470
1469
|
}]
|
|
1471
1470
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1472
1471
|
let PSliderIndicator = class PSliderIndicator {
|
|
@@ -1476,21 +1475,21 @@ let PSliderIndicator = class PSliderIndicator {
|
|
|
1476
1475
|
this.el = r.nativeElement;
|
|
1477
1476
|
}
|
|
1478
1477
|
};
|
|
1479
|
-
PSliderIndicator.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
1480
|
-
PSliderIndicator.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
1478
|
+
PSliderIndicator.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PSliderIndicator, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1479
|
+
PSliderIndicator.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", type: PSliderIndicator, selector: "p-slider-indicator", inputs: { active: "active" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1481
1480
|
PSliderIndicator = __decorate([
|
|
1482
1481
|
ProxyCmp({
|
|
1483
|
-
defineCustomElementFn: undefined,
|
|
1484
1482
|
inputs: ['active']
|
|
1485
1483
|
})
|
|
1486
1484
|
], PSliderIndicator);
|
|
1487
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
1485
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PSliderIndicator, decorators: [{
|
|
1488
1486
|
type: Component,
|
|
1489
1487
|
args: [{
|
|
1490
1488
|
selector: 'p-slider-indicator',
|
|
1491
1489
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1492
1490
|
template: '<ng-content></ng-content>',
|
|
1493
|
-
inputs
|
|
1491
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1492
|
+
inputs: ['active'],
|
|
1494
1493
|
}]
|
|
1495
1494
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1496
1495
|
let PStatus = class PStatus {
|
|
@@ -1500,21 +1499,21 @@ let PStatus = class PStatus {
|
|
|
1500
1499
|
this.el = r.nativeElement;
|
|
1501
1500
|
}
|
|
1502
1501
|
};
|
|
1503
|
-
PStatus.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
1504
|
-
PStatus.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
1502
|
+
PStatus.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PStatus, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1503
|
+
PStatus.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", 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 });
|
|
1505
1504
|
PStatus = __decorate([
|
|
1506
1505
|
ProxyCmp({
|
|
1507
|
-
defineCustomElementFn: undefined,
|
|
1508
1506
|
inputs: ['icon', 'iconFlip', 'iconRotate', 'variant']
|
|
1509
1507
|
})
|
|
1510
1508
|
], PStatus);
|
|
1511
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
1509
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PStatus, decorators: [{
|
|
1512
1510
|
type: Component,
|
|
1513
1511
|
args: [{
|
|
1514
1512
|
selector: 'p-status',
|
|
1515
1513
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1516
1514
|
template: '<ng-content></ng-content>',
|
|
1517
|
-
|
|
1515
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1516
|
+
inputs: ['icon', 'iconFlip', 'iconRotate', 'variant'],
|
|
1518
1517
|
}]
|
|
1519
1518
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1520
1519
|
let PStepper = class PStepper {
|
|
@@ -1524,21 +1523,21 @@ let PStepper = class PStepper {
|
|
|
1524
1523
|
this.el = r.nativeElement;
|
|
1525
1524
|
}
|
|
1526
1525
|
};
|
|
1527
|
-
PStepper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
1528
|
-
PStepper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
1526
|
+
PStepper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PStepper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1527
|
+
PStepper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", type: PStepper, selector: "p-stepper", inputs: { activeStep: "activeStep", direction: "direction" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1529
1528
|
PStepper = __decorate([
|
|
1530
1529
|
ProxyCmp({
|
|
1531
|
-
defineCustomElementFn: undefined,
|
|
1532
1530
|
inputs: ['activeStep', 'direction']
|
|
1533
1531
|
})
|
|
1534
1532
|
], PStepper);
|
|
1535
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
1533
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PStepper, decorators: [{
|
|
1536
1534
|
type: Component,
|
|
1537
1535
|
args: [{
|
|
1538
1536
|
selector: 'p-stepper',
|
|
1539
1537
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1540
1538
|
template: '<ng-content></ng-content>',
|
|
1541
|
-
|
|
1539
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1540
|
+
inputs: ['activeStep', 'direction'],
|
|
1542
1541
|
}]
|
|
1543
1542
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1544
1543
|
let PStepperItem = class PStepperItem {
|
|
@@ -1548,21 +1547,21 @@ let PStepperItem = class PStepperItem {
|
|
|
1548
1547
|
this.el = r.nativeElement;
|
|
1549
1548
|
}
|
|
1550
1549
|
};
|
|
1551
|
-
PStepperItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
1552
|
-
PStepperItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
1550
|
+
PStepperItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PStepperItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1551
|
+
PStepperItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", 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 });
|
|
1553
1552
|
PStepperItem = __decorate([
|
|
1554
1553
|
ProxyCmp({
|
|
1555
|
-
defineCustomElementFn: undefined,
|
|
1556
1554
|
inputs: ['active', 'align', 'direction', 'finished']
|
|
1557
1555
|
})
|
|
1558
1556
|
], PStepperItem);
|
|
1559
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
1557
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PStepperItem, decorators: [{
|
|
1560
1558
|
type: Component,
|
|
1561
1559
|
args: [{
|
|
1562
1560
|
selector: 'p-stepper-item',
|
|
1563
1561
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1564
1562
|
template: '<ng-content></ng-content>',
|
|
1565
|
-
|
|
1563
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1564
|
+
inputs: ['active', 'align', 'direction', 'finished'],
|
|
1566
1565
|
}]
|
|
1567
1566
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1568
1567
|
let PStepperLine = class PStepperLine {
|
|
@@ -1572,21 +1571,21 @@ let PStepperLine = class PStepperLine {
|
|
|
1572
1571
|
this.el = r.nativeElement;
|
|
1573
1572
|
}
|
|
1574
1573
|
};
|
|
1575
|
-
PStepperLine.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
1576
|
-
PStepperLine.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
1574
|
+
PStepperLine.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PStepperLine, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1575
|
+
PStepperLine.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", type: PStepperLine, selector: "p-stepper-line", inputs: { active: "active", direction: "direction" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1577
1576
|
PStepperLine = __decorate([
|
|
1578
1577
|
ProxyCmp({
|
|
1579
|
-
defineCustomElementFn: undefined,
|
|
1580
1578
|
inputs: ['active', 'direction']
|
|
1581
1579
|
})
|
|
1582
1580
|
], PStepperLine);
|
|
1583
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
1581
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PStepperLine, decorators: [{
|
|
1584
1582
|
type: Component,
|
|
1585
1583
|
args: [{
|
|
1586
1584
|
selector: 'p-stepper-line',
|
|
1587
1585
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1588
1586
|
template: '<ng-content></ng-content>',
|
|
1589
|
-
|
|
1587
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1588
|
+
inputs: ['active', 'direction'],
|
|
1590
1589
|
}]
|
|
1591
1590
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1592
1591
|
let PTabGroup = class PTabGroup {
|
|
@@ -1596,19 +1595,19 @@ let PTabGroup = class PTabGroup {
|
|
|
1596
1595
|
this.el = r.nativeElement;
|
|
1597
1596
|
}
|
|
1598
1597
|
};
|
|
1599
|
-
PTabGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
1600
|
-
PTabGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
1598
|
+
PTabGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PTabGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1599
|
+
PTabGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", type: PTabGroup, selector: "p-tab-group", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1601
1600
|
PTabGroup = __decorate([
|
|
1602
|
-
ProxyCmp({
|
|
1603
|
-
defineCustomElementFn: undefined
|
|
1604
|
-
})
|
|
1601
|
+
ProxyCmp({})
|
|
1605
1602
|
], PTabGroup);
|
|
1606
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
1603
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PTabGroup, decorators: [{
|
|
1607
1604
|
type: Component,
|
|
1608
1605
|
args: [{
|
|
1609
1606
|
selector: 'p-tab-group',
|
|
1610
1607
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1611
|
-
template: '<ng-content></ng-content>'
|
|
1608
|
+
template: '<ng-content></ng-content>',
|
|
1609
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1610
|
+
inputs: [],
|
|
1612
1611
|
}]
|
|
1613
1612
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1614
1613
|
let PTabItem = class PTabItem {
|
|
@@ -1618,21 +1617,21 @@ let PTabItem = class PTabItem {
|
|
|
1618
1617
|
this.el = r.nativeElement;
|
|
1619
1618
|
}
|
|
1620
1619
|
};
|
|
1621
|
-
PTabItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
1622
|
-
PTabItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
1620
|
+
PTabItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PTabItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1621
|
+
PTabItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", type: PTabItem, selector: "p-tab-item", inputs: { active: "active" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1623
1622
|
PTabItem = __decorate([
|
|
1624
1623
|
ProxyCmp({
|
|
1625
|
-
defineCustomElementFn: undefined,
|
|
1626
1624
|
inputs: ['active']
|
|
1627
1625
|
})
|
|
1628
1626
|
], PTabItem);
|
|
1629
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
1627
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PTabItem, decorators: [{
|
|
1630
1628
|
type: Component,
|
|
1631
1629
|
args: [{
|
|
1632
1630
|
selector: 'p-tab-item',
|
|
1633
1631
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1634
1632
|
template: '<ng-content></ng-content>',
|
|
1635
|
-
inputs
|
|
1633
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1634
|
+
inputs: ['active'],
|
|
1636
1635
|
}]
|
|
1637
1636
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1638
1637
|
let PTableContainer = class PTableContainer {
|
|
@@ -1642,19 +1641,19 @@ let PTableContainer = class PTableContainer {
|
|
|
1642
1641
|
this.el = r.nativeElement;
|
|
1643
1642
|
}
|
|
1644
1643
|
};
|
|
1645
|
-
PTableContainer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
1646
|
-
PTableContainer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
1644
|
+
PTableContainer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PTableContainer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1645
|
+
PTableContainer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", type: PTableContainer, selector: "p-table-container", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1647
1646
|
PTableContainer = __decorate([
|
|
1648
|
-
ProxyCmp({
|
|
1649
|
-
defineCustomElementFn: undefined
|
|
1650
|
-
})
|
|
1647
|
+
ProxyCmp({})
|
|
1651
1648
|
], PTableContainer);
|
|
1652
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
1649
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PTableContainer, decorators: [{
|
|
1653
1650
|
type: Component,
|
|
1654
1651
|
args: [{
|
|
1655
1652
|
selector: 'p-table-container',
|
|
1656
1653
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1657
|
-
template: '<ng-content></ng-content>'
|
|
1654
|
+
template: '<ng-content></ng-content>',
|
|
1655
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1656
|
+
inputs: [],
|
|
1658
1657
|
}]
|
|
1659
1658
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1660
1659
|
let PTableFooter = class PTableFooter {
|
|
@@ -1665,21 +1664,21 @@ let PTableFooter = class PTableFooter {
|
|
|
1665
1664
|
proxyOutputs(this, this.el, ['pageChange', 'pageSizeChange', 'export']);
|
|
1666
1665
|
}
|
|
1667
1666
|
};
|
|
1668
|
-
PTableFooter.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
1669
|
-
PTableFooter.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
1667
|
+
PTableFooter.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PTableFooter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1668
|
+
PTableFooter.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", type: PTableFooter, selector: "p-table-footer", inputs: { enableExport: "enableExport", enablePageSize: "enablePageSize", enablePagination: "enablePagination", hideOnSinglePage: "hideOnSinglePage", loading: "loading", page: "page", pageSize: "pageSize", pageSizeOptions: "pageSizeOptions", total: "total" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1670
1669
|
PTableFooter = __decorate([
|
|
1671
1670
|
ProxyCmp({
|
|
1672
|
-
defineCustomElementFn: undefined,
|
|
1673
1671
|
inputs: ['enableExport', 'enablePageSize', 'enablePagination', 'hideOnSinglePage', 'loading', 'page', 'pageSize', 'pageSizeOptions', 'total']
|
|
1674
1672
|
})
|
|
1675
1673
|
], PTableFooter);
|
|
1676
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
1674
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PTableFooter, decorators: [{
|
|
1677
1675
|
type: Component,
|
|
1678
1676
|
args: [{
|
|
1679
1677
|
selector: 'p-table-footer',
|
|
1680
1678
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1681
1679
|
template: '<ng-content></ng-content>',
|
|
1682
|
-
|
|
1680
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1681
|
+
inputs: ['enableExport', 'enablePageSize', 'enablePagination', 'hideOnSinglePage', 'loading', 'page', 'pageSize', 'pageSizeOptions', 'total'],
|
|
1683
1682
|
}]
|
|
1684
1683
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1685
1684
|
let PTableHeader = class PTableHeader {
|
|
@@ -1690,21 +1689,21 @@ let PTableHeader = class PTableHeader {
|
|
|
1690
1689
|
proxyOutputs(this, this.el, ['quickFilter', 'queryChange', 'filter', 'edit']);
|
|
1691
1690
|
}
|
|
1692
1691
|
};
|
|
1693
|
-
PTableHeader.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
1694
|
-
PTableHeader.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
1692
|
+
PTableHeader.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PTableHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1693
|
+
PTableHeader.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", type: PTableHeader, selector: "p-table-header", inputs: { activeQuickFilterIdentifier: "activeQuickFilterIdentifier", canEdit: "canEdit", editButtonTemplate: "editButtonTemplate", enableEdit: "enableEdit", enableFilter: "enableFilter", enableSearch: "enableSearch", filterButtonTemplate: "filterButtonTemplate", itemsSelectedAmount: "itemsSelectedAmount", loading: "loading", query: "query", quickFilters: "quickFilters", selectedFiltersAmount: "selectedFiltersAmount" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1695
1694
|
PTableHeader = __decorate([
|
|
1696
1695
|
ProxyCmp({
|
|
1697
|
-
defineCustomElementFn: undefined,
|
|
1698
1696
|
inputs: ['activeQuickFilterIdentifier', 'canEdit', 'editButtonTemplate', 'enableEdit', 'enableFilter', 'enableSearch', 'filterButtonTemplate', 'itemsSelectedAmount', 'loading', 'query', 'quickFilters', 'selectedFiltersAmount']
|
|
1699
1697
|
})
|
|
1700
1698
|
], PTableHeader);
|
|
1701
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
1699
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PTableHeader, decorators: [{
|
|
1702
1700
|
type: Component,
|
|
1703
1701
|
args: [{
|
|
1704
1702
|
selector: 'p-table-header',
|
|
1705
1703
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1706
1704
|
template: '<ng-content></ng-content>',
|
|
1707
|
-
|
|
1705
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1706
|
+
inputs: ['activeQuickFilterIdentifier', 'canEdit', 'editButtonTemplate', 'enableEdit', 'enableFilter', 'enableSearch', 'filterButtonTemplate', 'itemsSelectedAmount', 'loading', 'query', 'quickFilters', 'selectedFiltersAmount'],
|
|
1708
1707
|
}]
|
|
1709
1708
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1710
1709
|
let PTableRow = class PTableRow {
|
|
@@ -1714,21 +1713,21 @@ let PTableRow = class PTableRow {
|
|
|
1714
1713
|
this.el = r.nativeElement;
|
|
1715
1714
|
}
|
|
1716
1715
|
};
|
|
1717
|
-
PTableRow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
1718
|
-
PTableRow.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
1716
|
+
PTableRow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PTableRow, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1717
|
+
PTableRow.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", type: PTableRow, selector: "p-table-row", inputs: { enableHover: "enableHover", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1719
1718
|
PTableRow = __decorate([
|
|
1720
1719
|
ProxyCmp({
|
|
1721
|
-
defineCustomElementFn: undefined,
|
|
1722
1720
|
inputs: ['enableHover', 'variant']
|
|
1723
1721
|
})
|
|
1724
1722
|
], PTableRow);
|
|
1725
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
1723
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PTableRow, decorators: [{
|
|
1726
1724
|
type: Component,
|
|
1727
1725
|
args: [{
|
|
1728
1726
|
selector: 'p-table-row',
|
|
1729
1727
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1730
1728
|
template: '<ng-content></ng-content>',
|
|
1731
|
-
|
|
1729
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1730
|
+
inputs: ['enableHover', 'variant'],
|
|
1732
1731
|
}]
|
|
1733
1732
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1734
1733
|
let PToast = class PToast {
|
|
@@ -1739,21 +1738,21 @@ let PToast = class PToast {
|
|
|
1739
1738
|
proxyOutputs(this, this.el, ['action']);
|
|
1740
1739
|
}
|
|
1741
1740
|
};
|
|
1742
|
-
PToast.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
1743
|
-
PToast.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
1741
|
+
PToast.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PToast, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1742
|
+
PToast.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", type: PToast, selector: "p-toast", inputs: { actionIcon: "actionIcon", actionIconFlip: "actionIconFlip", actionIconRotate: "actionIconRotate", content: "content", enableAction: "enableAction", header: "header", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1744
1743
|
PToast = __decorate([
|
|
1745
1744
|
ProxyCmp({
|
|
1746
|
-
defineCustomElementFn: undefined,
|
|
1747
1745
|
inputs: ['actionIcon', 'actionIconFlip', 'actionIconRotate', 'content', 'enableAction', 'header', 'variant']
|
|
1748
1746
|
})
|
|
1749
1747
|
], PToast);
|
|
1750
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
1748
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PToast, decorators: [{
|
|
1751
1749
|
type: Component,
|
|
1752
1750
|
args: [{
|
|
1753
1751
|
selector: 'p-toast',
|
|
1754
1752
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1755
1753
|
template: '<ng-content></ng-content>',
|
|
1756
|
-
|
|
1754
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1755
|
+
inputs: ['actionIcon', 'actionIconFlip', 'actionIconRotate', 'content', 'enableAction', 'header', 'variant'],
|
|
1757
1756
|
}]
|
|
1758
1757
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1759
1758
|
let PTooltip = class PTooltip {
|
|
@@ -1764,21 +1763,21 @@ let PTooltip = class PTooltip {
|
|
|
1764
1763
|
proxyOutputs(this, this.el, ['isOpen']);
|
|
1765
1764
|
}
|
|
1766
1765
|
};
|
|
1767
|
-
PTooltip.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
1768
|
-
PTooltip.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
1766
|
+
PTooltip.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PTooltip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1767
|
+
PTooltip.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", 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 });
|
|
1769
1768
|
PTooltip = __decorate([
|
|
1770
1769
|
ProxyCmp({
|
|
1771
|
-
defineCustomElementFn: undefined,
|
|
1772
1770
|
inputs: ['canManuallyClose', 'placement', 'popover', 'show', 'strategy', 'variant']
|
|
1773
1771
|
})
|
|
1774
1772
|
], PTooltip);
|
|
1775
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
1773
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PTooltip, decorators: [{
|
|
1776
1774
|
type: Component,
|
|
1777
1775
|
args: [{
|
|
1778
1776
|
selector: 'p-tooltip',
|
|
1779
1777
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1780
1778
|
template: '<ng-content></ng-content>',
|
|
1781
|
-
|
|
1779
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1780
|
+
inputs: ['canManuallyClose', 'placement', 'popover', 'show', 'strategy', 'variant'],
|
|
1782
1781
|
}]
|
|
1783
1782
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1784
1783
|
|
|
@@ -1842,10 +1841,10 @@ const DIRECTIVES = [
|
|
|
1842
1841
|
|
|
1843
1842
|
class StencilModule {
|
|
1844
1843
|
}
|
|
1845
|
-
StencilModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
1846
|
-
StencilModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0
|
|
1847
|
-
StencilModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0
|
|
1848
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
1844
|
+
StencilModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: StencilModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1845
|
+
StencilModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.0", ngImport: i0, type: StencilModule, declarations: [PAccordion, PAvatar, PAvatarGroup, PBackdrop, PButton, PCalendar, PCardBody, PCardContainer, PCardHeader, PContentSlider, PCounter, PDatepicker, PDivider, PDrawer, PDrawerBody, PDrawerContainer, PDrawerHeader, PDropdown, PDropdownMenuContainer, PDropdownMenuItem, PHelper, PIcon, PIllustration, PInfoPanel, PInputGroup, PLabel, PLayout, PLoader, PModal, PModalBody, PModalContainer, PModalFooter, PModalHeader, PNavbar, PNavigationItem, PPageSizeSelect, PPagination, PPaginationItem, PProfile, PSegmentContainer, PSegmentItem, PSelect, PSliderIndicator, PStatus, PStepper, PStepperItem, PStepperLine, PTabGroup, PTabItem, PTableContainer, PTableFooter, PTableHeader, PTableRow, PToast, PTooltip], exports: [PAccordion, PAvatar, PAvatarGroup, PBackdrop, PButton, PCalendar, PCardBody, PCardContainer, PCardHeader, PContentSlider, PCounter, PDatepicker, PDivider, PDrawer, PDrawerBody, PDrawerContainer, PDrawerHeader, PDropdown, PDropdownMenuContainer, PDropdownMenuItem, PHelper, PIcon, PIllustration, PInfoPanel, PInputGroup, PLabel, PLayout, PLoader, PModal, PModalBody, PModalContainer, PModalFooter, PModalHeader, PNavbar, PNavigationItem, PPageSizeSelect, PPagination, PPaginationItem, PProfile, PSegmentContainer, PSegmentItem, PSelect, PSliderIndicator, PStatus, PStepper, PStepperItem, PStepperLine, PTabGroup, PTabItem, PTableContainer, PTableFooter, PTableHeader, PTableRow, PToast, PTooltip] });
|
|
1846
|
+
StencilModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: StencilModule });
|
|
1847
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: StencilModule, decorators: [{
|
|
1849
1848
|
type: NgModule,
|
|
1850
1849
|
args: [{
|
|
1851
1850
|
declarations: [...DIRECTIVES],
|
|
@@ -1855,20 +1854,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImpor
|
|
|
1855
1854
|
|
|
1856
1855
|
class OverlayModule {
|
|
1857
1856
|
}
|
|
1858
|
-
OverlayModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
1859
|
-
OverlayModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0
|
|
1857
|
+
OverlayModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: OverlayModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1858
|
+
OverlayModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.0", ngImport: i0, type: OverlayModule, imports: [CommonModule,
|
|
1860
1859
|
StencilModule,
|
|
1861
1860
|
OverlayModule$1,
|
|
1862
1861
|
PlatformModule,
|
|
1863
1862
|
ObserversModule,
|
|
1864
1863
|
PortalModule], exports: [PortalModule] });
|
|
1865
|
-
OverlayModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0
|
|
1864
|
+
OverlayModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: OverlayModule, imports: [CommonModule,
|
|
1866
1865
|
StencilModule,
|
|
1867
1866
|
OverlayModule$1,
|
|
1868
1867
|
PlatformModule,
|
|
1869
1868
|
ObserversModule,
|
|
1870
1869
|
PortalModule, PortalModule] });
|
|
1871
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
1870
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: OverlayModule, decorators: [{
|
|
1872
1871
|
type: NgModule,
|
|
1873
1872
|
args: [{
|
|
1874
1873
|
imports: [
|
|
@@ -1956,9 +1955,9 @@ class OverlayService {
|
|
|
1956
1955
|
}
|
|
1957
1956
|
}
|
|
1958
1957
|
}
|
|
1959
|
-
OverlayService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
1960
|
-
OverlayService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0
|
|
1961
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
1958
|
+
OverlayService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: OverlayService, deps: [{ token: i0.Injector }, { token: i1.Overlay }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1959
|
+
OverlayService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: OverlayService });
|
|
1960
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: OverlayService, decorators: [{
|
|
1962
1961
|
type: Injectable
|
|
1963
1962
|
}], ctorParameters: function () { return [{ type: i0.Injector }, { type: i1.Overlay }]; } });
|
|
1964
1963
|
|
|
@@ -2166,12 +2165,12 @@ let BaseTableComponent = class BaseTableComponent extends BaseFormComponent {
|
|
|
2166
2165
|
return Object.keys(changes).length ? changes : null;
|
|
2167
2166
|
}
|
|
2168
2167
|
};
|
|
2169
|
-
BaseTableComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
2170
|
-
BaseTableComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
2168
|
+
BaseTableComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BaseTableComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2169
|
+
BaseTableComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", type: BaseTableComponent, selector: "ng-component", usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
2171
2170
|
BaseTableComponent = __decorate([
|
|
2172
2171
|
UntilDestroy({ checkProperties: true })
|
|
2173
2172
|
], BaseTableComponent);
|
|
2174
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
2173
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BaseTableComponent, decorators: [{
|
|
2175
2174
|
type: Component,
|
|
2176
2175
|
args: [{
|
|
2177
2176
|
template: ``,
|
|
@@ -2314,9 +2313,9 @@ class TableCell {
|
|
|
2314
2313
|
};
|
|
2315
2314
|
}
|
|
2316
2315
|
}
|
|
2317
|
-
TableCell.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
2318
|
-
TableCell.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
2319
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
2316
|
+
TableCell.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: TableCell, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2317
|
+
TableCell.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", type: TableCell, selector: "p-table-cell-ngx", inputs: { variant: "variant", index: "index", rowIndex: "rowIndex", definition: "definition", item: "item", value: "value", checkbox: "checkbox", template: "template" }, host: { properties: { "class": "this.class" } }, ngImport: i0, template: "<ng-container *ngIf=\"checkbox\">\n <ng-container *ngTemplateOutlet=\"checkbox\"></ng-container>\n</ng-container>\n\n<ng-container [ngSwitch]=\"variant\">\n <p-loader\n *ngSwitchCase=\"'loading'\"\n variant=\"ghost\"\n class=\"rounded flex-1 w-full h-6\"\n ></p-loader>\n\n <div *ngSwitchCase=\"'header'\" class=\"flex\">\n <ng-container *ngTemplateOutlet=\"valueTemplate\"></ng-container>\n </div>\n\n <div *ngSwitchCase=\"'default'\" class=\"flex\">\n <ng-container *ngIf=\"template; else valueTemplate\">\n <ng-container\n *ngTemplateOutlet=\"template; context: data\"\n ></ng-container>\n </ng-container>\n </div>\n</ng-container>\n\n<ng-template #valueTemplate>\n {{ data.value }}\n</ng-template>\n", styles: [":host{display:flex;align-items:center;gap:1rem}\n"], dependencies: [{ kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1$1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i1$1.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i1$1.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "component", type: PLoader, selector: "p-loader", inputs: ["color", "modalDescription", "modalTitle", "show", "variant"] }] });
|
|
2318
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: TableCell, decorators: [{
|
|
2320
2319
|
type: Component,
|
|
2321
2320
|
args: [{ selector: 'p-table-cell-ngx', template: "<ng-container *ngIf=\"checkbox\">\n <ng-container *ngTemplateOutlet=\"checkbox\"></ng-container>\n</ng-container>\n\n<ng-container [ngSwitch]=\"variant\">\n <p-loader\n *ngSwitchCase=\"'loading'\"\n variant=\"ghost\"\n class=\"rounded flex-1 w-full h-6\"\n ></p-loader>\n\n <div *ngSwitchCase=\"'header'\" class=\"flex\">\n <ng-container *ngTemplateOutlet=\"valueTemplate\"></ng-container>\n </div>\n\n <div *ngSwitchCase=\"'default'\" class=\"flex\">\n <ng-container *ngIf=\"template; else valueTemplate\">\n <ng-container\n *ngTemplateOutlet=\"template; context: data\"\n ></ng-container>\n </ng-container>\n </div>\n</ng-container>\n\n<ng-template #valueTemplate>\n {{ data.value }}\n</ng-template>\n", styles: [":host{display:flex;align-items:center;gap:1rem}\n"] }]
|
|
2322
2321
|
}], propDecorators: { variant: [{
|
|
@@ -2348,15 +2347,15 @@ let TableColumn = class TableColumn {
|
|
|
2348
2347
|
proxyOutputs(this, this.el, ['tableDefinitionChanged']);
|
|
2349
2348
|
}
|
|
2350
2349
|
};
|
|
2351
|
-
TableColumn.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
2352
|
-
TableColumn.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
2350
|
+
TableColumn.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: TableColumn, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2351
|
+
TableColumn.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", type: TableColumn, selector: "p-table-column", inputs: { align: "align", name: "name", path: "path", sizes: "sizes", type: "type", useSlot: "useSlot" }, queries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true, read: TemplateRef, static: true }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2353
2352
|
TableColumn = __decorate([
|
|
2354
2353
|
ProxyCmp({
|
|
2355
2354
|
defineCustomElementFn: undefined,
|
|
2356
2355
|
inputs: ['align', 'name', 'path', 'sizes', 'type', 'useSlot'],
|
|
2357
2356
|
})
|
|
2358
2357
|
], TableColumn);
|
|
2359
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
2358
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: TableColumn, decorators: [{
|
|
2360
2359
|
type: Component,
|
|
2361
2360
|
args: [{
|
|
2362
2361
|
selector: 'p-table-column',
|
|
@@ -2374,9 +2373,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImpor
|
|
|
2374
2373
|
|
|
2375
2374
|
class TableFilterModalDirective {
|
|
2376
2375
|
}
|
|
2377
|
-
TableFilterModalDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
2378
|
-
TableFilterModalDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0
|
|
2379
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
2376
|
+
TableFilterModalDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: TableFilterModalDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
2377
|
+
TableFilterModalDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.0", type: TableFilterModalDirective, selector: "[p-table-filter-modal]", ngImport: i0 });
|
|
2378
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: TableFilterModalDirective, decorators: [{
|
|
2380
2379
|
type: Directive,
|
|
2381
2380
|
args: [{
|
|
2382
2381
|
selector: '[p-table-filter-modal]',
|
|
@@ -2407,15 +2406,15 @@ class TableFooterDirective extends BaseValueAccessor {
|
|
|
2407
2406
|
});
|
|
2408
2407
|
}
|
|
2409
2408
|
}
|
|
2410
|
-
TableFooterDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
2411
|
-
TableFooterDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0
|
|
2409
|
+
TableFooterDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: TableFooterDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2410
|
+
TableFooterDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.0", type: TableFooterDirective, selector: "p-table-footer", host: { listeners: { "pageChange": "handleChange($event.detail, \"page\")", "pageSizeChange": "handleChange($event.detail, \"pageSize\")" } }, providers: [
|
|
2412
2411
|
{
|
|
2413
2412
|
provide: NG_VALUE_ACCESSOR,
|
|
2414
2413
|
useExisting: TableFooterDirective,
|
|
2415
2414
|
multi: true,
|
|
2416
2415
|
},
|
|
2417
2416
|
], usesInheritance: true, ngImport: i0 });
|
|
2418
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
2417
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: TableFooterDirective, decorators: [{
|
|
2419
2418
|
type: Directive,
|
|
2420
2419
|
args: [{
|
|
2421
2420
|
/* tslint:disable-next-line:directive-selector */
|
|
@@ -2463,15 +2462,15 @@ class TableHeaderDirective extends BaseValueAccessor {
|
|
|
2463
2462
|
quickFilter?.identifier;
|
|
2464
2463
|
}
|
|
2465
2464
|
}
|
|
2466
|
-
TableHeaderDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
2467
|
-
TableHeaderDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0
|
|
2465
|
+
TableHeaderDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: TableHeaderDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2466
|
+
TableHeaderDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.0", type: TableHeaderDirective, selector: "p-table-header", host: { listeners: { "queryChange": "handleChange($event.detail, \"query\")", "quickFilter": "handleChange($event.detail, \"quickFilter\")" } }, providers: [
|
|
2468
2467
|
{
|
|
2469
2468
|
provide: NG_VALUE_ACCESSOR,
|
|
2470
2469
|
useExisting: TableHeaderDirective,
|
|
2471
2470
|
multi: true,
|
|
2472
2471
|
},
|
|
2473
2472
|
], usesInheritance: true, ngImport: i0 });
|
|
2474
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
2473
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: TableHeaderDirective, decorators: [{
|
|
2475
2474
|
type: Directive,
|
|
2476
2475
|
args: [{
|
|
2477
2476
|
/* tslint:disable-next-line:directive-selector */
|
|
@@ -2972,12 +2971,12 @@ let Table = class Table {
|
|
|
2972
2971
|
return this._findRowAction(el?.parentElement);
|
|
2973
2972
|
}
|
|
2974
2973
|
};
|
|
2975
|
-
Table.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
2976
|
-
Table.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.3", type: Table, selector: "p-table-ngx", inputs: { items: "items", loading: "loading", headerLoading: "headerLoading", footerLoading: "footerLoading", amountOfLoadingRows: "amountOfLoadingRows", enableRowSelection: "enableRowSelection", enableRowClick: "enableRowClick", selectedRows: "selectedRows", selectionKey: "selectionKey", canSelectKey: "canSelectKey", quickFilters: "quickFilters", activeQuickFilterIdentifier: "activeQuickFilterIdentifier", enableSearch: "enableSearch", query: "query", enableFilter: "enableFilter", selectedFiltersAmount: "selectedFiltersAmount", filterButtonTemplate: "filterButtonTemplate", enableEdit: "enableEdit", editButtonTemplate: "editButtonTemplate", enablePageSize: "enablePageSize", enablePagination: "enablePagination", enableExport: "enableExport", page: "page", total: "total", pageSize: "pageSize", pageSizeOptions: "pageSizeOptions", hideOnSinglePage: "hideOnSinglePage", emptyStateType: "emptyStateType", emptyStateHeader: "emptyStateHeader", emptyStateContent: "emptyStateContent", emptyStateAction: "emptyStateAction", emptyStateFilteredHeader: "emptyStateFilteredHeader", emptyStateFilteredContent: "emptyStateFilteredContent", filterModalHeaderText: "filterModalHeaderText", filterModalSaveText: "filterModalSaveText", filterModalCancelText: "filterModalCancelText", filterModalResetText: "filterModalResetText", filterModalShowReset: "filterModalShowReset", filterModalShowResetMobile: "filterModalShowResetMobile" }, outputs: { selectedRowsChange: "selectedRowsChange", rowClick: "rowClick", rowSelected: "rowSelected", rowDeselected: "rowDeselected", quickFilter: "quickFilter", queryChange: "queryChange", filter: "filter", edit: "edit", pageChange: "pageChange", pageSizeChange: "pageSizeChange", export: "export", emptyStateActionClick: "emptyStateActionClick", filterModalShow: "filterModalShow", filterModalSave: "filterModalSave", filterModalReset: "filterModalReset" }, host: { listeners: { "document:keydown": "keyDown($event)", "document:keyup": "keyUp($event)", "document:visibilitychange": "visibilityChange($event)" } }, queries: [{ propertyName: "filterModalTemplate", first: true, predicate: TableFilterModalDirective, descendants: true, read: TemplateRef, static: true }, { propertyName: "columnDefinitions", predicate: TableColumn }], usesOnChanges: true, ngImport: i0, template: "<p-table-container>\n <p-table-header\n [quickFilters]=\"quickFilters\"\n [activeQuickFilterIdentifier]=\"activeQuickFilterIdentifier\"\n (quickFilter)=\"(onQuickFilter)\"\n [enableSearch]=\"enableSearch\"\n [query]=\"query\"\n (queryChange)=\"(onQueryChange)\"\n [enableFilter]=\"filterModalTemplate\"\n [selectedFiltersAmount]=\"selectedFiltersAmount\"\n [filterButtonTemplate]=\"filterButtonTemplate\"\n (filter)=\"filterModalShow$.next(true)\"\n [enableEdit]=\"enableEdit\"\n [canEdit]=\"!!selectedRows.length\"\n [editButtonTemplate]=\"editButtonTemplate\"\n (edit)=\"edit.emit()\"\n [itemsSelectedAmount]=\"selectedRows.length\"\n [loading]=\"headerLoading\"\n ></p-table-header>\n\n <p-table-row variant=\"header\">\n <ng-container *ngFor=\"let col of columns; let index = index\">\n <p-table-cell-ngx\n [definition]=\"col\"\n [value]=\"col.name\"\n variant=\"header\"\n [index]=\"index\"\n [checkbox]=\"\n index === 0 && enableRowSelection\n ? checkboxTemplate\n : undefined\n \"\n ></p-table-cell-ngx>\n <ng-template #checkboxTemplate>\n <input\n class=\"p-input\"\n type=\"checkbox\"\n (change)=\"_selectAllChange($event)\"\n [checked]=\"_selectionContainsAll()\"\n [indeterminate]=\"_selectionIndeterminate()\"\n />\n </ng-template>\n </ng-container>\n </p-table-row>\n\n <div class=\"flex flex-col\">\n <ng-container *ngIf=\"loading; else contentTemplate\">\n <p-table-row\n *ngFor=\"let r of loadingRows; let rowIndex = index\"\n [enableHover]=\"enableRowSelection || enableRowClick\"\n >\n <ng-container *ngFor=\"let col of columns; let index = index\">\n <p-table-cell-ngx\n [definition]=\"col\"\n variant=\"loading\"\n [checkbox]=\"\n index === 0 && enableRowSelection\n ? checkboxTemplate\n : undefined\n \"\n [index]=\"index\"\n [rowIndex]=\"rowIndex\"\n ></p-table-cell-ngx>\n <ng-template #checkboxTemplate>\n <p-loader\n variant=\"ghost\"\n class=\"rounded w-6 h-6\"\n ></p-loader>\n </ng-template>\n </ng-container>\n </p-table-row>\n </ng-container>\n\n <ng-template #contentTemplate>\n <ng-container *ngIf=\"items?.length; else emptyStateTemplate\">\n <p-table-row\n *ngFor=\"let item of items; let rowIndex = index\"\n [enableHover]=\"enableRowSelection || enableRowClick\"\n (click)=\"_rowClick($event, rowIndex)\"\n >\n <ng-container\n *ngFor=\"let col of columns; let index = index\"\n >\n <p-table-cell-ngx\n [definition]=\"col\"\n [item]=\"item\"\n [checkbox]=\"\n index === 0 && enableRowSelection\n ? checkboxTemplate\n : undefined\n \"\n [index]=\"index\"\n [rowIndex]=\"rowIndex\"\n [template]=\"col.template\"\n ></p-table-cell-ngx>\n\n <ng-template #checkboxTemplate>\n <input\n class=\"p-input\"\n type=\"checkbox\"\n (change)=\"\n _checkboxChange($event.target, rowIndex)\n \"\n [disabled]=\"_checkboxDisabled(item)\"\n [checked]=\"_selectionContains(item, rowIndex)\"\n />\n </ng-template>\n </ng-container>\n </p-table-row>\n </ng-container>\n </ng-template>\n </div>\n\n <p-table-footer\n [hideOnSinglePage]=\"hideOnSinglePage\"\n [enablePageSize]=\"enablePageSize\"\n [pageSize]=\"pageSize\"\n [pageSizeOptions]=\"pageSizeOptions\"\n (pageSizeChange)=\"(pageSizeChange)\"\n [enablePagination]=\"enablePagination\"\n [page]=\"page\"\n [total]=\"total\"\n (pageChange)=\"(pageChange)\"\n [enableExport]=\"enableExport\"\n (export)=\"export.emit()\"\n [loading]=\"footerLoading\"\n ></p-table-footer>\n</p-table-container>\n\n<ng-container *ngIf=\"filterModalTemplate\">\n <p-modal\n [header]=\"filterModalHeaderText\"\n [show]=\"filterModalShow$ | async\"\n (close)=\"filterModalShow$.next(false)\"\n >\n <div slot=\"content\" class=\"flex flex-col gap-6\">\n <ng-container\n *ngTemplateOutlet=\"filterModalTemplate\"\n ></ng-container>\n </div>\n <div slot=\"footer\" class=\"flex justify-between gap-4 w-full\">\n <p-button\n *ngIf=\"filterModalShowResetMobile\"\n class=\"flex desktop-xs:hidden w-full tablet:w-auto\"\n variant=\"secondary\"\n (onClick)=\"onFilterModalReset(true)\"\n >\n {{ filterModalResetText }}\n </p-button>\n <p-button\n *ngIf=\"filterModalShowReset\"\n class=\"hidden desktop-xs:flex w-full tablet:w-auto\"\n variant=\"secondary\"\n (onClick)=\"onFilterModalReset()\"\n >\n {{ filterModalResetText }}\n </p-button>\n <p-button\n class=\"ml-auto w-full tablet:w-auto\"\n icon=\"checkmark\"\n (onClick)=\"onFilterModalSave()\"\n >\n {{ filterModalSaveText }}\n </p-button>\n </div>\n </p-modal>\n</ng-container>\n\n<ng-template #emptyStateTemplate>\n <div\n *ngIf=\"emptyStateType === 'filtered'; else emptyStateNonFilterTemplate\"\n class=\"\n flex flex-col\n items-center\n text-center\n py-24\n max-w-[20rem]\n self-center\n \"\n >\n <p-illustration\n variant=\"empty-state-search\"\n class=\"mb-6\"\n ></p-illustration>\n <p class=\"font-semibold text-storm-default\">\n {{ emptyStateFilteredHeader }}\n </p>\n <p class=\"text-sm text-storm-medium mb-14\">\n {{ emptyStateFilteredContent }}\n </p>\n </div>\n</ng-template>\n\n<ng-template #emptyStateNonFilterTemplate>\n <div\n class=\"\n flex flex-col\n items-center\n text-center\n py-24\n max-w-[20rem]\n self-center\n \"\n >\n <p-illustration\n variant=\"empty-state-overview\"\n class=\"cursor-pointer mb-6\"\n (onClick)=\"emptyStateActionClick.emit()\"\n ></p-illustration>\n <p class=\"font-semibold text-storm-default\">\n {{ emptyStateHeader }}\n </p>\n <p class=\"text-sm text-storm-medium mb-6\">\n {{ emptyStateContent }}\n </p>\n <p-button\n variant=\"secondary\"\n icon=\"plus\"\n size=\"small\"\n (onClick)=\"emptyStateActionClick.emit()\"\n >\n {{ emptyStateAction }}\n </p-button>\n </div>\n</ng-template>\n", styles: [":host{display:flex;flex-direction:column}\n"], dependencies: [{ kind: "directive", type: i1$1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1$1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: PButton, selector: "p-button", inputs: ["chevron", "chevronPosition", "disabled", "href", "icon", "iconFlip", "iconOnly", "iconPosition", "iconRotate", "inheritText", "loading", "size", "target", "variant"] }, { kind: "component", type: PIllustration, selector: "p-illustration", inputs: ["variant"] }, { kind: "component", type: PLoader, selector: "p-loader", inputs: ["color", "modalDescription", "modalTitle", "show", "variant"] }, { kind: "component", type: PModal, selector: "p-modal", inputs: ["applyBlur", "backdropClickClose", "header", "scrollLock", "show", "showClose", "showMobileFooter", "size", "variant"] }, { kind: "component", type: PTableContainer, selector: "p-table-container" }, { kind: "component", type: PTableFooter, selector: "p-table-footer", inputs: ["enableExport", "enablePageSize", "enablePagination", "hideOnSinglePage", "loading", "page", "pageSize", "pageSizeOptions", "total"] }, { kind: "component", type: PTableHeader, selector: "p-table-header", inputs: ["activeQuickFilterIdentifier", "canEdit", "editButtonTemplate", "enableEdit", "enableFilter", "enableSearch", "filterButtonTemplate", "itemsSelectedAmount", "loading", "query", "quickFilters", "selectedFiltersAmount"] }, { kind: "component", type: PTableRow, selector: "p-table-row", inputs: ["enableHover", "variant"] }, { kind: "component", type: TableCell, selector: "p-table-cell-ngx", inputs: ["variant", "index", "rowIndex", "definition", "item", "value", "checkbox", "template"] }, { kind: "directive", type: TableFooterDirective, selector: "p-table-footer" }, { kind: "directive", type: TableHeaderDirective, selector: "p-table-header" }, { kind: "pipe", type: i1$1.AsyncPipe, name: "async" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2974
|
+
Table.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: Table, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2975
|
+
Table.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", type: Table, selector: "p-table-ngx", inputs: { items: "items", loading: "loading", headerLoading: "headerLoading", footerLoading: "footerLoading", amountOfLoadingRows: "amountOfLoadingRows", enableRowSelection: "enableRowSelection", enableRowClick: "enableRowClick", selectedRows: "selectedRows", selectionKey: "selectionKey", canSelectKey: "canSelectKey", quickFilters: "quickFilters", activeQuickFilterIdentifier: "activeQuickFilterIdentifier", enableSearch: "enableSearch", query: "query", enableFilter: "enableFilter", selectedFiltersAmount: "selectedFiltersAmount", filterButtonTemplate: "filterButtonTemplate", enableEdit: "enableEdit", editButtonTemplate: "editButtonTemplate", enablePageSize: "enablePageSize", enablePagination: "enablePagination", enableExport: "enableExport", page: "page", total: "total", pageSize: "pageSize", pageSizeOptions: "pageSizeOptions", hideOnSinglePage: "hideOnSinglePage", emptyStateType: "emptyStateType", emptyStateHeader: "emptyStateHeader", emptyStateContent: "emptyStateContent", emptyStateAction: "emptyStateAction", emptyStateFilteredHeader: "emptyStateFilteredHeader", emptyStateFilteredContent: "emptyStateFilteredContent", filterModalHeaderText: "filterModalHeaderText", filterModalSaveText: "filterModalSaveText", filterModalCancelText: "filterModalCancelText", filterModalResetText: "filterModalResetText", filterModalShowReset: "filterModalShowReset", filterModalShowResetMobile: "filterModalShowResetMobile" }, outputs: { selectedRowsChange: "selectedRowsChange", rowClick: "rowClick", rowSelected: "rowSelected", rowDeselected: "rowDeselected", quickFilter: "quickFilter", queryChange: "queryChange", filter: "filter", edit: "edit", pageChange: "pageChange", pageSizeChange: "pageSizeChange", export: "export", emptyStateActionClick: "emptyStateActionClick", filterModalShow: "filterModalShow", filterModalSave: "filterModalSave", filterModalReset: "filterModalReset" }, host: { listeners: { "document:keydown": "keyDown($event)", "document:keyup": "keyUp($event)", "document:visibilitychange": "visibilityChange($event)" } }, queries: [{ propertyName: "filterModalTemplate", first: true, predicate: TableFilterModalDirective, descendants: true, read: TemplateRef, static: true }, { propertyName: "columnDefinitions", predicate: TableColumn }], usesOnChanges: true, ngImport: i0, template: "<p-table-container>\n <p-table-header\n [quickFilters]=\"quickFilters\"\n [activeQuickFilterIdentifier]=\"activeQuickFilterIdentifier\"\n (quickFilter)=\"(onQuickFilter)\"\n [enableSearch]=\"enableSearch\"\n [query]=\"query\"\n (queryChange)=\"(onQueryChange)\"\n [enableFilter]=\"filterModalTemplate\"\n [selectedFiltersAmount]=\"selectedFiltersAmount\"\n [filterButtonTemplate]=\"filterButtonTemplate\"\n (filter)=\"filterModalShow$.next(true)\"\n [enableEdit]=\"enableEdit\"\n [canEdit]=\"!!selectedRows.length\"\n [editButtonTemplate]=\"editButtonTemplate\"\n (edit)=\"edit.emit()\"\n [itemsSelectedAmount]=\"selectedRows.length\"\n [loading]=\"headerLoading\"\n ></p-table-header>\n\n <p-table-row variant=\"header\">\n <ng-container *ngFor=\"let col of columns; let index = index\">\n <p-table-cell-ngx\n [definition]=\"col\"\n [value]=\"col.name\"\n variant=\"header\"\n [index]=\"index\"\n [checkbox]=\"\n index === 0 && enableRowSelection\n ? checkboxTemplate\n : undefined\n \"\n ></p-table-cell-ngx>\n <ng-template #checkboxTemplate>\n <input\n class=\"p-input\"\n type=\"checkbox\"\n (change)=\"_selectAllChange($event)\"\n [checked]=\"_selectionContainsAll()\"\n [indeterminate]=\"_selectionIndeterminate()\"\n />\n </ng-template>\n </ng-container>\n </p-table-row>\n\n <div class=\"flex flex-col\">\n <ng-container *ngIf=\"loading; else contentTemplate\">\n <p-table-row\n *ngFor=\"let r of loadingRows; let rowIndex = index\"\n [enableHover]=\"enableRowSelection || enableRowClick\"\n >\n <ng-container *ngFor=\"let col of columns; let index = index\">\n <p-table-cell-ngx\n [definition]=\"col\"\n variant=\"loading\"\n [checkbox]=\"\n index === 0 && enableRowSelection\n ? checkboxTemplate\n : undefined\n \"\n [index]=\"index\"\n [rowIndex]=\"rowIndex\"\n ></p-table-cell-ngx>\n <ng-template #checkboxTemplate>\n <p-loader\n variant=\"ghost\"\n class=\"rounded w-6 h-6\"\n ></p-loader>\n </ng-template>\n </ng-container>\n </p-table-row>\n </ng-container>\n\n <ng-template #contentTemplate>\n <ng-container *ngIf=\"items?.length; else emptyStateTemplate\">\n <p-table-row\n *ngFor=\"let item of items; let rowIndex = index\"\n [enableHover]=\"enableRowSelection || enableRowClick\"\n (click)=\"_rowClick($event, rowIndex)\"\n >\n <ng-container\n *ngFor=\"let col of columns; let index = index\"\n >\n <p-table-cell-ngx\n [definition]=\"col\"\n [item]=\"item\"\n [checkbox]=\"\n index === 0 && enableRowSelection\n ? checkboxTemplate\n : undefined\n \"\n [index]=\"index\"\n [rowIndex]=\"rowIndex\"\n [template]=\"col.template\"\n ></p-table-cell-ngx>\n\n <ng-template #checkboxTemplate>\n <input\n class=\"p-input\"\n type=\"checkbox\"\n (change)=\"\n _checkboxChange($event.target, rowIndex)\n \"\n [disabled]=\"_checkboxDisabled(item)\"\n [checked]=\"_selectionContains(item, rowIndex)\"\n />\n </ng-template>\n </ng-container>\n </p-table-row>\n </ng-container>\n </ng-template>\n </div>\n\n <p-table-footer\n [hideOnSinglePage]=\"hideOnSinglePage\"\n [enablePageSize]=\"enablePageSize\"\n [pageSize]=\"pageSize\"\n [pageSizeOptions]=\"pageSizeOptions\"\n (pageSizeChange)=\"(pageSizeChange)\"\n [enablePagination]=\"enablePagination\"\n [page]=\"page\"\n [total]=\"total\"\n (pageChange)=\"(pageChange)\"\n [enableExport]=\"enableExport\"\n (export)=\"export.emit()\"\n [loading]=\"footerLoading\"\n ></p-table-footer>\n</p-table-container>\n\n<ng-container *ngIf=\"filterModalTemplate\">\n <p-modal\n [header]=\"filterModalHeaderText\"\n [show]=\"filterModalShow$ | async\"\n (close)=\"filterModalShow$.next(false)\"\n >\n <div slot=\"content\" class=\"flex flex-col gap-6\">\n <ng-container\n *ngTemplateOutlet=\"filterModalTemplate\"\n ></ng-container>\n </div>\n <div slot=\"footer\" class=\"flex justify-between gap-4 w-full\">\n <p-button\n *ngIf=\"filterModalShowResetMobile\"\n class=\"flex desktop-xs:hidden w-full tablet:w-auto\"\n variant=\"secondary\"\n (onClick)=\"onFilterModalReset(true)\"\n >\n {{ filterModalResetText }}\n </p-button>\n <p-button\n *ngIf=\"filterModalShowReset\"\n class=\"hidden desktop-xs:flex w-full tablet:w-auto\"\n variant=\"secondary\"\n (onClick)=\"onFilterModalReset()\"\n >\n {{ filterModalResetText }}\n </p-button>\n <p-button\n class=\"ml-auto w-full tablet:w-auto\"\n icon=\"checkmark\"\n (onClick)=\"onFilterModalSave()\"\n >\n {{ filterModalSaveText }}\n </p-button>\n </div>\n </p-modal>\n</ng-container>\n\n<ng-template #emptyStateTemplate>\n <div\n *ngIf=\"emptyStateType === 'filtered'; else emptyStateNonFilterTemplate\"\n class=\"\n flex flex-col\n items-center\n text-center\n py-24\n max-w-[20rem]\n self-center\n \"\n >\n <p-illustration\n variant=\"empty-state-search\"\n class=\"mb-6\"\n ></p-illustration>\n <p class=\"font-semibold text-storm-default\">\n {{ emptyStateFilteredHeader }}\n </p>\n <p class=\"text-sm text-storm-medium mb-14\">\n {{ emptyStateFilteredContent }}\n </p>\n </div>\n</ng-template>\n\n<ng-template #emptyStateNonFilterTemplate>\n <div\n class=\"\n flex flex-col\n items-center\n text-center\n py-24\n max-w-[20rem]\n self-center\n \"\n >\n <p-illustration\n variant=\"empty-state-overview\"\n class=\"cursor-pointer mb-6\"\n (onClick)=\"emptyStateActionClick.emit()\"\n ></p-illustration>\n <p class=\"font-semibold text-storm-default\">\n {{ emptyStateHeader }}\n </p>\n <p class=\"text-sm text-storm-medium mb-6\">\n {{ emptyStateContent }}\n </p>\n <p-button\n variant=\"secondary\"\n icon=\"plus\"\n size=\"small\"\n (onClick)=\"emptyStateActionClick.emit()\"\n >\n {{ emptyStateAction }}\n </p-button>\n </div>\n</ng-template>\n", styles: [":host{display:flex;flex-direction:column}\n"], dependencies: [{ kind: "directive", type: i1$1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1$1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: PButton, selector: "p-button", inputs: ["chevron", "chevronPosition", "disabled", "href", "icon", "iconFlip", "iconOnly", "iconPosition", "iconRotate", "inheritText", "loading", "size", "target", "variant"] }, { kind: "component", type: PIllustration, selector: "p-illustration", inputs: ["variant"] }, { kind: "component", type: PLoader, selector: "p-loader", inputs: ["color", "modalDescription", "modalTitle", "show", "variant"] }, { kind: "component", type: PModal, selector: "p-modal", inputs: ["applyBlur", "backdropClickClose", "header", "scrollLock", "show", "showClose", "showMobileFooter", "size", "variant"] }, { kind: "component", type: PTableContainer, selector: "p-table-container" }, { kind: "component", type: PTableFooter, selector: "p-table-footer", inputs: ["enableExport", "enablePageSize", "enablePagination", "hideOnSinglePage", "loading", "page", "pageSize", "pageSizeOptions", "total"] }, { kind: "component", type: PTableHeader, selector: "p-table-header", inputs: ["activeQuickFilterIdentifier", "canEdit", "editButtonTemplate", "enableEdit", "enableFilter", "enableSearch", "filterButtonTemplate", "itemsSelectedAmount", "loading", "query", "quickFilters", "selectedFiltersAmount"] }, { kind: "component", type: PTableRow, selector: "p-table-row", inputs: ["enableHover", "variant"] }, { kind: "component", type: TableCell, selector: "p-table-cell-ngx", inputs: ["variant", "index", "rowIndex", "definition", "item", "value", "checkbox", "template"] }, { kind: "directive", type: TableFooterDirective, selector: "p-table-footer" }, { kind: "directive", type: TableHeaderDirective, selector: "p-table-header" }, { kind: "pipe", type: i1$1.AsyncPipe, name: "async" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2977
2976
|
Table = __decorate([
|
|
2978
2977
|
UntilDestroy({ checkProperties: true })
|
|
2979
2978
|
], Table);
|
|
2980
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
2979
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: Table, decorators: [{
|
|
2981
2980
|
type: Component,
|
|
2982
2981
|
args: [{ selector: 'p-table-ngx', changeDetection: ChangeDetectionStrategy.OnPush, template: "<p-table-container>\n <p-table-header\n [quickFilters]=\"quickFilters\"\n [activeQuickFilterIdentifier]=\"activeQuickFilterIdentifier\"\n (quickFilter)=\"(onQuickFilter)\"\n [enableSearch]=\"enableSearch\"\n [query]=\"query\"\n (queryChange)=\"(onQueryChange)\"\n [enableFilter]=\"filterModalTemplate\"\n [selectedFiltersAmount]=\"selectedFiltersAmount\"\n [filterButtonTemplate]=\"filterButtonTemplate\"\n (filter)=\"filterModalShow$.next(true)\"\n [enableEdit]=\"enableEdit\"\n [canEdit]=\"!!selectedRows.length\"\n [editButtonTemplate]=\"editButtonTemplate\"\n (edit)=\"edit.emit()\"\n [itemsSelectedAmount]=\"selectedRows.length\"\n [loading]=\"headerLoading\"\n ></p-table-header>\n\n <p-table-row variant=\"header\">\n <ng-container *ngFor=\"let col of columns; let index = index\">\n <p-table-cell-ngx\n [definition]=\"col\"\n [value]=\"col.name\"\n variant=\"header\"\n [index]=\"index\"\n [checkbox]=\"\n index === 0 && enableRowSelection\n ? checkboxTemplate\n : undefined\n \"\n ></p-table-cell-ngx>\n <ng-template #checkboxTemplate>\n <input\n class=\"p-input\"\n type=\"checkbox\"\n (change)=\"_selectAllChange($event)\"\n [checked]=\"_selectionContainsAll()\"\n [indeterminate]=\"_selectionIndeterminate()\"\n />\n </ng-template>\n </ng-container>\n </p-table-row>\n\n <div class=\"flex flex-col\">\n <ng-container *ngIf=\"loading; else contentTemplate\">\n <p-table-row\n *ngFor=\"let r of loadingRows; let rowIndex = index\"\n [enableHover]=\"enableRowSelection || enableRowClick\"\n >\n <ng-container *ngFor=\"let col of columns; let index = index\">\n <p-table-cell-ngx\n [definition]=\"col\"\n variant=\"loading\"\n [checkbox]=\"\n index === 0 && enableRowSelection\n ? checkboxTemplate\n : undefined\n \"\n [index]=\"index\"\n [rowIndex]=\"rowIndex\"\n ></p-table-cell-ngx>\n <ng-template #checkboxTemplate>\n <p-loader\n variant=\"ghost\"\n class=\"rounded w-6 h-6\"\n ></p-loader>\n </ng-template>\n </ng-container>\n </p-table-row>\n </ng-container>\n\n <ng-template #contentTemplate>\n <ng-container *ngIf=\"items?.length; else emptyStateTemplate\">\n <p-table-row\n *ngFor=\"let item of items; let rowIndex = index\"\n [enableHover]=\"enableRowSelection || enableRowClick\"\n (click)=\"_rowClick($event, rowIndex)\"\n >\n <ng-container\n *ngFor=\"let col of columns; let index = index\"\n >\n <p-table-cell-ngx\n [definition]=\"col\"\n [item]=\"item\"\n [checkbox]=\"\n index === 0 && enableRowSelection\n ? checkboxTemplate\n : undefined\n \"\n [index]=\"index\"\n [rowIndex]=\"rowIndex\"\n [template]=\"col.template\"\n ></p-table-cell-ngx>\n\n <ng-template #checkboxTemplate>\n <input\n class=\"p-input\"\n type=\"checkbox\"\n (change)=\"\n _checkboxChange($event.target, rowIndex)\n \"\n [disabled]=\"_checkboxDisabled(item)\"\n [checked]=\"_selectionContains(item, rowIndex)\"\n />\n </ng-template>\n </ng-container>\n </p-table-row>\n </ng-container>\n </ng-template>\n </div>\n\n <p-table-footer\n [hideOnSinglePage]=\"hideOnSinglePage\"\n [enablePageSize]=\"enablePageSize\"\n [pageSize]=\"pageSize\"\n [pageSizeOptions]=\"pageSizeOptions\"\n (pageSizeChange)=\"(pageSizeChange)\"\n [enablePagination]=\"enablePagination\"\n [page]=\"page\"\n [total]=\"total\"\n (pageChange)=\"(pageChange)\"\n [enableExport]=\"enableExport\"\n (export)=\"export.emit()\"\n [loading]=\"footerLoading\"\n ></p-table-footer>\n</p-table-container>\n\n<ng-container *ngIf=\"filterModalTemplate\">\n <p-modal\n [header]=\"filterModalHeaderText\"\n [show]=\"filterModalShow$ | async\"\n (close)=\"filterModalShow$.next(false)\"\n >\n <div slot=\"content\" class=\"flex flex-col gap-6\">\n <ng-container\n *ngTemplateOutlet=\"filterModalTemplate\"\n ></ng-container>\n </div>\n <div slot=\"footer\" class=\"flex justify-between gap-4 w-full\">\n <p-button\n *ngIf=\"filterModalShowResetMobile\"\n class=\"flex desktop-xs:hidden w-full tablet:w-auto\"\n variant=\"secondary\"\n (onClick)=\"onFilterModalReset(true)\"\n >\n {{ filterModalResetText }}\n </p-button>\n <p-button\n *ngIf=\"filterModalShowReset\"\n class=\"hidden desktop-xs:flex w-full tablet:w-auto\"\n variant=\"secondary\"\n (onClick)=\"onFilterModalReset()\"\n >\n {{ filterModalResetText }}\n </p-button>\n <p-button\n class=\"ml-auto w-full tablet:w-auto\"\n icon=\"checkmark\"\n (onClick)=\"onFilterModalSave()\"\n >\n {{ filterModalSaveText }}\n </p-button>\n </div>\n </p-modal>\n</ng-container>\n\n<ng-template #emptyStateTemplate>\n <div\n *ngIf=\"emptyStateType === 'filtered'; else emptyStateNonFilterTemplate\"\n class=\"\n flex flex-col\n items-center\n text-center\n py-24\n max-w-[20rem]\n self-center\n \"\n >\n <p-illustration\n variant=\"empty-state-search\"\n class=\"mb-6\"\n ></p-illustration>\n <p class=\"font-semibold text-storm-default\">\n {{ emptyStateFilteredHeader }}\n </p>\n <p class=\"text-sm text-storm-medium mb-14\">\n {{ emptyStateFilteredContent }}\n </p>\n </div>\n</ng-template>\n\n<ng-template #emptyStateNonFilterTemplate>\n <div\n class=\"\n flex flex-col\n items-center\n text-center\n py-24\n max-w-[20rem]\n self-center\n \"\n >\n <p-illustration\n variant=\"empty-state-overview\"\n class=\"cursor-pointer mb-6\"\n (onClick)=\"emptyStateActionClick.emit()\"\n ></p-illustration>\n <p class=\"font-semibold text-storm-default\">\n {{ emptyStateHeader }}\n </p>\n <p class=\"text-sm text-storm-medium mb-6\">\n {{ emptyStateContent }}\n </p>\n <p-button\n variant=\"secondary\"\n icon=\"plus\"\n size=\"small\"\n (onClick)=\"emptyStateActionClick.emit()\"\n >\n {{ emptyStateAction }}\n </p-button>\n </div>\n</ng-template>\n", styles: [":host{display:flex;flex-direction:column}\n"] }]
|
|
2983
2982
|
}], ctorParameters: function () { return []; }, propDecorators: { items: [{
|
|
@@ -3195,15 +3194,15 @@ class TableNgxDirective extends BaseValueAccessor {
|
|
|
3195
3194
|
}
|
|
3196
3195
|
}
|
|
3197
3196
|
}
|
|
3198
|
-
TableNgxDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
3199
|
-
TableNgxDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0
|
|
3197
|
+
TableNgxDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: TableNgxDirective, deps: [{ token: i0.ElementRef }, { token: Table, host: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3198
|
+
TableNgxDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.0", type: TableNgxDirective, selector: "p-table-ngx", 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, \"selectedRows\")" } }, providers: [
|
|
3200
3199
|
{
|
|
3201
3200
|
provide: NG_VALUE_ACCESSOR,
|
|
3202
3201
|
useExisting: TableNgxDirective,
|
|
3203
3202
|
multi: true,
|
|
3204
3203
|
},
|
|
3205
3204
|
], usesInheritance: true, ngImport: i0 });
|
|
3206
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
3205
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: TableNgxDirective, decorators: [{
|
|
3207
3206
|
type: Directive,
|
|
3208
3207
|
args: [{
|
|
3209
3208
|
selector: 'p-table-ngx',
|
|
@@ -3270,15 +3269,15 @@ class TableDirective extends BaseValueAccessor {
|
|
|
3270
3269
|
quickFilter?.identifier;
|
|
3271
3270
|
}
|
|
3272
3271
|
}
|
|
3273
|
-
TableDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
3274
|
-
TableDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0
|
|
3272
|
+
TableDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: TableDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3273
|
+
TableDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.0", 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: [
|
|
3275
3274
|
{
|
|
3276
3275
|
provide: NG_VALUE_ACCESSOR,
|
|
3277
3276
|
useExisting: TableDirective,
|
|
3278
3277
|
multi: true,
|
|
3279
3278
|
},
|
|
3280
3279
|
], usesInheritance: true, ngImport: i0 });
|
|
3281
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
3280
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: TableDirective, decorators: [{
|
|
3282
3281
|
type: Directive,
|
|
3283
3282
|
args: [{
|
|
3284
3283
|
/* tslint:disable-next-line:directive-selector */
|
|
@@ -3310,10 +3309,10 @@ const TABLE_DIRECTIVES = [
|
|
|
3310
3309
|
|
|
3311
3310
|
class TableModule {
|
|
3312
3311
|
}
|
|
3313
|
-
TableModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
3314
|
-
TableModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0
|
|
3315
|
-
TableModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0
|
|
3316
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
3312
|
+
TableModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: TableModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3313
|
+
TableModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.0", ngImport: i0, type: TableModule, declarations: [Table, TableCell, TableColumn, TableFooterDirective, TableHeaderDirective, TableDirective, TableNgxDirective, TableFilterModalDirective], imports: [CommonModule, StencilModule], exports: [Table, TableCell, TableColumn, TableFooterDirective, TableHeaderDirective, TableDirective, TableNgxDirective, TableFilterModalDirective] });
|
|
3314
|
+
TableModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: TableModule, imports: [CommonModule, StencilModule] });
|
|
3315
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: TableModule, decorators: [{
|
|
3317
3316
|
type: NgModule,
|
|
3318
3317
|
args: [{
|
|
3319
3318
|
imports: [CommonModule, StencilModule],
|
|
@@ -3371,9 +3370,9 @@ class ToastService {
|
|
|
3371
3370
|
return id;
|
|
3372
3371
|
}
|
|
3373
3372
|
}
|
|
3374
|
-
ToastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
3375
|
-
ToastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0
|
|
3376
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
3373
|
+
ToastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: ToastService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3374
|
+
ToastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: ToastService, providedIn: 'root' });
|
|
3375
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: ToastService, decorators: [{
|
|
3377
3376
|
type: Injectable,
|
|
3378
3377
|
args: [{
|
|
3379
3378
|
providedIn: 'root',
|
|
@@ -3405,9 +3404,9 @@ class ToastDirective {
|
|
|
3405
3404
|
this.dismiss.next(this.identifier);
|
|
3406
3405
|
}
|
|
3407
3406
|
}
|
|
3408
|
-
ToastDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
3409
|
-
ToastDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0
|
|
3410
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
3407
|
+
ToastDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: ToastDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
3408
|
+
ToastDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.0", type: ToastDirective, selector: "p-toast", inputs: { delay: "delay", identifier: "identifier", dismissOnAction: "dismissOnAction", actionFunc: "actionFunc", actionData: "actionData" }, outputs: { dismiss: "dismiss" }, host: { listeners: { "action": "onAction()" } }, ngImport: i0 });
|
|
3409
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: ToastDirective, decorators: [{
|
|
3411
3410
|
type: Directive,
|
|
3412
3411
|
args: [{
|
|
3413
3412
|
selector: 'p-toast',
|
|
@@ -3441,15 +3440,15 @@ let ToastContainer = class ToastContainer {
|
|
|
3441
3440
|
this._toastService.hide(identifier);
|
|
3442
3441
|
}
|
|
3443
3442
|
};
|
|
3444
|
-
ToastContainer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
3445
|
-
ToastContainer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
3443
|
+
ToastContainer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: ToastContainer, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Component });
|
|
3444
|
+
ToastContainer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", type: ToastContainer, selector: "p-toast-container", inputs: { placement: "placement" }, ngImport: i0, template: "<p-toast\n *ngFor=\"let toast of toasts$ | async; let index = index\"\n [variant]=\"toast.variant\"\n [header]=\"toast.header\"\n [content]=\"toast.content\"\n [identifier]=\"toast.identifier\"\n [delay]=\"toast.options.delay ?? 5000\"\n [dismissOnAction]=\"toast.options.dismissOnAction ?? true\"\n [enableAction]=\"toast.options.enableAction\"\n [actionFunc]=\"toast.options.action\"\n [actionData]=\"toast.options.actionData\"\n [actionIcon]=\"toast.options.icon?.variant\"\n [actionIconFlip]=\"toast.options.icon?.flip\"\n [actionIconRotate]=\"toast.options.icon?.rotate\"\n (dismiss)=\"dismiss($event)\"\n [@pSlideInBottomOutTop]\n></p-toast>\n", dependencies: [{ kind: "directive", type: i1$1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: PToast, selector: "p-toast", inputs: ["actionIcon", "actionIconFlip", "actionIconRotate", "content", "enableAction", "header", "variant"] }, { kind: "directive", type: ToastDirective, selector: "p-toast", inputs: ["delay", "identifier", "dismissOnAction", "actionFunc", "actionData"], outputs: ["dismiss"] }, { kind: "pipe", type: i1$1.AsyncPipe, name: "async" }], animations: [SLIDE_IN_TOP_OUT_BOTTOM], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3446
3445
|
ToastContainer = __decorate([
|
|
3447
3446
|
ProxyCmp({
|
|
3448
3447
|
defineCustomElementFn: undefined,
|
|
3449
3448
|
inputs: ['placement'],
|
|
3450
3449
|
})
|
|
3451
3450
|
], ToastContainer);
|
|
3452
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
3451
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: ToastContainer, decorators: [{
|
|
3453
3452
|
type: Component,
|
|
3454
3453
|
args: [{ selector: 'p-toast-container', changeDetection: ChangeDetectionStrategy.OnPush, inputs: ['placement'], animations: [SLIDE_IN_TOP_OUT_BOTTOM], template: "<p-toast\n *ngFor=\"let toast of toasts$ | async; let index = index\"\n [variant]=\"toast.variant\"\n [header]=\"toast.header\"\n [content]=\"toast.content\"\n [identifier]=\"toast.identifier\"\n [delay]=\"toast.options.delay ?? 5000\"\n [dismissOnAction]=\"toast.options.dismissOnAction ?? true\"\n [enableAction]=\"toast.options.enableAction\"\n [actionFunc]=\"toast.options.action\"\n [actionData]=\"toast.options.actionData\"\n [actionIcon]=\"toast.options.icon?.variant\"\n [actionIconFlip]=\"toast.options.icon?.flip\"\n [actionIconRotate]=\"toast.options.icon?.rotate\"\n (dismiss)=\"dismiss($event)\"\n [@pSlideInBottomOutTop]\n></p-toast>\n" }]
|
|
3455
3454
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.NgZone }, { type: ToastService }]; } });
|
|
@@ -3462,10 +3461,10 @@ const TOAST_SERVICES = [ToastService];
|
|
|
3462
3461
|
|
|
3463
3462
|
class ToastModule {
|
|
3464
3463
|
}
|
|
3465
|
-
ToastModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
3466
|
-
ToastModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0
|
|
3467
|
-
ToastModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0
|
|
3468
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
3464
|
+
ToastModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: ToastModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3465
|
+
ToastModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.0", ngImport: i0, type: ToastModule, declarations: [ToastContainer, ToastDirective], imports: [CommonModule, StencilModule], exports: [ToastContainer, ToastDirective] });
|
|
3466
|
+
ToastModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: ToastModule, imports: [CommonModule, StencilModule] });
|
|
3467
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: ToastModule, decorators: [{
|
|
3469
3468
|
type: NgModule,
|
|
3470
3469
|
args: [{
|
|
3471
3470
|
imports: [CommonModule, StencilModule],
|
|
@@ -3484,9 +3483,9 @@ class CustomCurrencyPipe {
|
|
|
3484
3483
|
return this._currencyPipe.transform(value, currencyCode, display, digitsInfo, locale);
|
|
3485
3484
|
}
|
|
3486
3485
|
}
|
|
3487
|
-
CustomCurrencyPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
3488
|
-
CustomCurrencyPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.0
|
|
3489
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
3486
|
+
CustomCurrencyPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: CustomCurrencyPipe, deps: [{ token: i1$1.CurrencyPipe }], target: i0.ɵɵFactoryTarget.Pipe });
|
|
3487
|
+
CustomCurrencyPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.1.0", ngImport: i0, type: CustomCurrencyPipe, name: "pcurrency" });
|
|
3488
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: CustomCurrencyPipe, decorators: [{
|
|
3490
3489
|
type: Pipe,
|
|
3491
3490
|
args: [{
|
|
3492
3491
|
name: 'pcurrency',
|
|
@@ -3501,9 +3500,9 @@ class CustomDatePipe {
|
|
|
3501
3500
|
return this._datePipe.transform(value, format);
|
|
3502
3501
|
}
|
|
3503
3502
|
}
|
|
3504
|
-
CustomDatePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
3505
|
-
CustomDatePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.0
|
|
3506
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
3503
|
+
CustomDatePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: CustomDatePipe, deps: [{ token: i1$1.DatePipe }], target: i0.ɵɵFactoryTarget.Pipe });
|
|
3504
|
+
CustomDatePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.1.0", ngImport: i0, type: CustomDatePipe, name: "pdate" });
|
|
3505
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: CustomDatePipe, decorators: [{
|
|
3507
3506
|
type: Pipe,
|
|
3508
3507
|
args: [{
|
|
3509
3508
|
name: 'pdate',
|
|
@@ -3531,9 +3530,9 @@ class SafePipe {
|
|
|
3531
3530
|
}
|
|
3532
3531
|
}
|
|
3533
3532
|
}
|
|
3534
|
-
SafePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
3535
|
-
SafePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.0
|
|
3536
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
3533
|
+
SafePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: SafePipe, deps: [{ token: i1$2.DomSanitizer }], target: i0.ɵɵFactoryTarget.Pipe });
|
|
3534
|
+
SafePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.1.0", ngImport: i0, type: SafePipe, name: "psafe" });
|
|
3535
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: SafePipe, decorators: [{
|
|
3537
3536
|
type: Pipe,
|
|
3538
3537
|
args: [{
|
|
3539
3538
|
name: 'psafe',
|
|
@@ -3551,10 +3550,10 @@ class PaperlessModule {
|
|
|
3551
3550
|
};
|
|
3552
3551
|
}
|
|
3553
3552
|
}
|
|
3554
|
-
PaperlessModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
3555
|
-
PaperlessModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0
|
|
3556
|
-
PaperlessModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0
|
|
3557
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
3553
|
+
PaperlessModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PaperlessModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3554
|
+
PaperlessModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.0", ngImport: i0, type: PaperlessModule, declarations: [PaginationDirective, PageSizeSelectDirective, SelectDirective, DatepickerDirective, CustomCurrencyPipe, CustomDatePipe, SafePipe], imports: [CommonModule, StencilModule, TableModule, ToastModule, OverlayModule], exports: [StencilModule, TableModule, ToastModule, OverlayModule, PaginationDirective, PageSizeSelectDirective, SelectDirective, DatepickerDirective, CustomCurrencyPipe, CustomDatePipe, SafePipe] });
|
|
3555
|
+
PaperlessModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PaperlessModule, providers: [...NGX_PIPES, ...PIPES], imports: [CommonModule, StencilModule, MODULES, StencilModule, TableModule, ToastModule, OverlayModule] });
|
|
3556
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PaperlessModule, decorators: [{
|
|
3558
3557
|
type: NgModule,
|
|
3559
3558
|
args: [{
|
|
3560
3559
|
imports: [CommonModule, StencilModule, ...MODULES],
|