@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: ``,
|
|
@@ -196,9 +196,9 @@ class BaseUploadComponent {
|
|
|
196
196
|
this._loading = false;
|
|
197
197
|
}
|
|
198
198
|
}
|
|
199
|
-
BaseUploadComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
200
|
-
BaseUploadComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
201
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
199
|
+
BaseUploadComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BaseUploadComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
200
|
+
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 });
|
|
201
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BaseUploadComponent, decorators: [{
|
|
202
202
|
type: Component,
|
|
203
203
|
args: [{
|
|
204
204
|
template: ``,
|
|
@@ -246,9 +246,9 @@ class BaseValueAccessor {
|
|
|
246
246
|
this.onTouched();
|
|
247
247
|
}
|
|
248
248
|
}
|
|
249
|
-
BaseValueAccessor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
250
|
-
BaseValueAccessor.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0
|
|
251
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
249
|
+
BaseValueAccessor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BaseValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
250
|
+
BaseValueAccessor.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.0", type: BaseValueAccessor, host: { listeners: { "focusout": "_handleBlurEvent()" } }, ngImport: i0 });
|
|
251
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BaseValueAccessor, decorators: [{
|
|
252
252
|
type: Directive,
|
|
253
253
|
args: [{}]
|
|
254
254
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { _handleBlurEvent: [{
|
|
@@ -261,18 +261,19 @@ class DatepickerDirective extends BaseValueAccessor {
|
|
|
261
261
|
super(el);
|
|
262
262
|
}
|
|
263
263
|
writeValue(value) {
|
|
264
|
+
console.log("Write value", this.el.nativeElement.placeholder, value);
|
|
264
265
|
this.el.nativeElement.value = this.lastValue = value;
|
|
265
266
|
}
|
|
266
267
|
}
|
|
267
|
-
DatepickerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
268
|
-
DatepickerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0
|
|
268
|
+
DatepickerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: DatepickerDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
269
|
+
DatepickerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.0", type: DatepickerDirective, selector: "p-datepicker", host: { listeners: { "valueChange": "handleChangeEvent($event.detail)" } }, providers: [
|
|
269
270
|
{
|
|
270
271
|
provide: NG_VALUE_ACCESSOR,
|
|
271
272
|
useExisting: DatepickerDirective,
|
|
272
273
|
multi: true,
|
|
273
274
|
},
|
|
274
275
|
], usesInheritance: true, ngImport: i0 });
|
|
275
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
276
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: DatepickerDirective, decorators: [{
|
|
276
277
|
type: Directive,
|
|
277
278
|
args: [{
|
|
278
279
|
selector: 'p-datepicker',
|
|
@@ -301,15 +302,15 @@ class PageSizeSelectDirective extends BaseValueAccessor {
|
|
|
301
302
|
super.registerOnChange((value) => fn(parseInt(value, 10)));
|
|
302
303
|
}
|
|
303
304
|
}
|
|
304
|
-
PageSizeSelectDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
305
|
-
PageSizeSelectDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0
|
|
305
|
+
PageSizeSelectDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PageSizeSelectDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
306
|
+
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: [
|
|
306
307
|
{
|
|
307
308
|
provide: NG_VALUE_ACCESSOR,
|
|
308
309
|
useExisting: PageSizeSelectDirective,
|
|
309
310
|
multi: true,
|
|
310
311
|
},
|
|
311
312
|
], usesInheritance: true, ngImport: i0 });
|
|
312
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
313
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PageSizeSelectDirective, decorators: [{
|
|
313
314
|
type: Directive,
|
|
314
315
|
args: [{
|
|
315
316
|
/* tslint:disable-next-line:directive-selector */
|
|
@@ -339,15 +340,15 @@ class PaginationDirective extends BaseValueAccessor {
|
|
|
339
340
|
super.registerOnChange((value) => fn(parseInt(value, 10)));
|
|
340
341
|
}
|
|
341
342
|
}
|
|
342
|
-
PaginationDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
343
|
-
PaginationDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0
|
|
343
|
+
PaginationDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PaginationDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
344
|
+
PaginationDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.0", type: PaginationDirective, selector: "p-pagination", host: { listeners: { "pageChange": "handleChangeEvent($event.detail)" } }, providers: [
|
|
344
345
|
{
|
|
345
346
|
provide: NG_VALUE_ACCESSOR,
|
|
346
347
|
useExisting: PaginationDirective,
|
|
347
348
|
multi: true,
|
|
348
349
|
},
|
|
349
350
|
], usesInheritance: true, ngImport: i0 });
|
|
350
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
351
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PaginationDirective, decorators: [{
|
|
351
352
|
type: Directive,
|
|
352
353
|
args: [{
|
|
353
354
|
/* tslint:disable-next-line:directive-selector */
|
|
@@ -373,15 +374,15 @@ class SelectDirective extends BaseValueAccessor {
|
|
|
373
374
|
this.el.nativeElement.value = this.lastValue = value;
|
|
374
375
|
}
|
|
375
376
|
}
|
|
376
|
-
SelectDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
377
|
-
SelectDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0
|
|
377
|
+
SelectDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: SelectDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
378
|
+
SelectDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.0", type: SelectDirective, selector: "p-select", host: { listeners: { "valueChange": "handleChangeEvent($event.detail)" } }, providers: [
|
|
378
379
|
{
|
|
379
380
|
provide: NG_VALUE_ACCESSOR,
|
|
380
381
|
useExisting: SelectDirective,
|
|
381
382
|
multi: true,
|
|
382
383
|
},
|
|
383
384
|
], usesInheritance: true, ngImport: i0 });
|
|
384
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
385
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: SelectDirective, decorators: [{
|
|
385
386
|
type: Directive,
|
|
386
387
|
args: [{
|
|
387
388
|
selector: 'p-select',
|
|
@@ -408,20 +409,20 @@ const DIRECTIVES$1 = [
|
|
|
408
409
|
/* eslint-disable */
|
|
409
410
|
const proxyInputs = (Cmp, inputs) => {
|
|
410
411
|
const Prototype = Cmp.prototype;
|
|
411
|
-
inputs.forEach(item => {
|
|
412
|
+
inputs.forEach((item) => {
|
|
412
413
|
Object.defineProperty(Prototype, item, {
|
|
413
414
|
get() {
|
|
414
415
|
return this.el[item];
|
|
415
416
|
},
|
|
416
417
|
set(val) {
|
|
417
418
|
this.z.runOutsideAngular(() => (this.el[item] = val));
|
|
418
|
-
}
|
|
419
|
+
},
|
|
419
420
|
});
|
|
420
421
|
});
|
|
421
422
|
};
|
|
422
423
|
const proxyMethods = (Cmp, methods) => {
|
|
423
424
|
const Prototype = Cmp.prototype;
|
|
424
|
-
methods.forEach(methodName => {
|
|
425
|
+
methods.forEach((methodName) => {
|
|
425
426
|
Prototype[methodName] = function () {
|
|
426
427
|
const args = arguments;
|
|
427
428
|
return this.z.runOutsideAngular(() => this.el[methodName].apply(this.el, args));
|
|
@@ -429,12 +430,10 @@ const proxyMethods = (Cmp, methods) => {
|
|
|
429
430
|
});
|
|
430
431
|
};
|
|
431
432
|
const proxyOutputs = (instance, el, events) => {
|
|
432
|
-
events.forEach(eventName => instance[eventName] = fromEvent(el, eventName));
|
|
433
|
+
events.forEach((eventName) => (instance[eventName] = fromEvent(el, eventName)));
|
|
433
434
|
};
|
|
434
435
|
const defineCustomElement = (tagName, customElement) => {
|
|
435
|
-
if (customElement !== undefined &&
|
|
436
|
-
typeof customElements !== 'undefined' &&
|
|
437
|
-
!customElements.get(tagName)) {
|
|
436
|
+
if (customElement !== undefined && typeof customElements !== 'undefined' && !customElements.get(tagName)) {
|
|
438
437
|
customElements.define(tagName, customElement);
|
|
439
438
|
}
|
|
440
439
|
};
|
|
@@ -464,21 +463,21 @@ let PAccordion = class PAccordion {
|
|
|
464
463
|
proxyOutputs(this, this.el, ['isOpen']);
|
|
465
464
|
}
|
|
466
465
|
};
|
|
467
|
-
PAccordion.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
468
|
-
PAccordion.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
466
|
+
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 });
|
|
467
|
+
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 });
|
|
469
468
|
PAccordion = __decorate([
|
|
470
469
|
ProxyCmp({
|
|
471
|
-
defineCustomElementFn: undefined,
|
|
472
470
|
inputs: ['closeable', 'header', 'open', 'openable']
|
|
473
471
|
})
|
|
474
472
|
], PAccordion);
|
|
475
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
473
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PAccordion, decorators: [{
|
|
476
474
|
type: Component,
|
|
477
475
|
args: [{
|
|
478
476
|
selector: 'p-accordion',
|
|
479
477
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
480
478
|
template: '<ng-content></ng-content>',
|
|
481
|
-
|
|
479
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
480
|
+
inputs: ['closeable', 'header', 'open', 'openable'],
|
|
482
481
|
}]
|
|
483
482
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
484
483
|
let PAvatar = class PAvatar {
|
|
@@ -488,21 +487,21 @@ let PAvatar = class PAvatar {
|
|
|
488
487
|
this.el = r.nativeElement;
|
|
489
488
|
}
|
|
490
489
|
};
|
|
491
|
-
PAvatar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
492
|
-
PAvatar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
490
|
+
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 });
|
|
491
|
+
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 });
|
|
493
492
|
PAvatar = __decorate([
|
|
494
493
|
ProxyCmp({
|
|
495
|
-
defineCustomElementFn: undefined,
|
|
496
494
|
inputs: ['defaultImage', 'size', 'src', 'variant']
|
|
497
495
|
})
|
|
498
496
|
], PAvatar);
|
|
499
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
497
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PAvatar, decorators: [{
|
|
500
498
|
type: Component,
|
|
501
499
|
args: [{
|
|
502
500
|
selector: 'p-avatar',
|
|
503
501
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
504
502
|
template: '<ng-content></ng-content>',
|
|
505
|
-
|
|
503
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
504
|
+
inputs: ['defaultImage', 'size', 'src', 'variant'],
|
|
506
505
|
}]
|
|
507
506
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
508
507
|
let PAvatarGroup = class PAvatarGroup {
|
|
@@ -512,21 +511,21 @@ let PAvatarGroup = class PAvatarGroup {
|
|
|
512
511
|
this.el = r.nativeElement;
|
|
513
512
|
}
|
|
514
513
|
};
|
|
515
|
-
PAvatarGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
516
|
-
PAvatarGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
514
|
+
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 });
|
|
515
|
+
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 });
|
|
517
516
|
PAvatarGroup = __decorate([
|
|
518
517
|
ProxyCmp({
|
|
519
|
-
defineCustomElementFn: undefined,
|
|
520
518
|
inputs: ['extra']
|
|
521
519
|
})
|
|
522
520
|
], PAvatarGroup);
|
|
523
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
521
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PAvatarGroup, decorators: [{
|
|
524
522
|
type: Component,
|
|
525
523
|
args: [{
|
|
526
524
|
selector: 'p-avatar-group',
|
|
527
525
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
528
526
|
template: '<ng-content></ng-content>',
|
|
529
|
-
inputs
|
|
527
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
528
|
+
inputs: ['extra'],
|
|
530
529
|
}]
|
|
531
530
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
532
531
|
let PBackdrop = class PBackdrop {
|
|
@@ -537,21 +536,21 @@ let PBackdrop = class PBackdrop {
|
|
|
537
536
|
proxyOutputs(this, this.el, ['clicked']);
|
|
538
537
|
}
|
|
539
538
|
};
|
|
540
|
-
PBackdrop.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
541
|
-
PBackdrop.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
539
|
+
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 });
|
|
540
|
+
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 });
|
|
542
541
|
PBackdrop = __decorate([
|
|
543
542
|
ProxyCmp({
|
|
544
|
-
defineCustomElementFn: undefined,
|
|
545
543
|
inputs: ['applyBlur', 'closing', 'scrollLock', 'variant']
|
|
546
544
|
})
|
|
547
545
|
], PBackdrop);
|
|
548
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
546
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PBackdrop, decorators: [{
|
|
549
547
|
type: Component,
|
|
550
548
|
args: [{
|
|
551
549
|
selector: 'p-backdrop',
|
|
552
550
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
553
551
|
template: '<ng-content></ng-content>',
|
|
554
|
-
|
|
552
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
553
|
+
inputs: ['applyBlur', 'closing', 'scrollLock', 'variant'],
|
|
555
554
|
}]
|
|
556
555
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
557
556
|
let PButton = class PButton {
|
|
@@ -562,21 +561,21 @@ let PButton = class PButton {
|
|
|
562
561
|
proxyOutputs(this, this.el, ['onClick']);
|
|
563
562
|
}
|
|
564
563
|
};
|
|
565
|
-
PButton.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
566
|
-
PButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
564
|
+
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 });
|
|
565
|
+
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 });
|
|
567
566
|
PButton = __decorate([
|
|
568
567
|
ProxyCmp({
|
|
569
|
-
defineCustomElementFn: undefined,
|
|
570
568
|
inputs: ['chevron', 'chevronPosition', 'disabled', 'href', 'icon', 'iconFlip', 'iconOnly', 'iconPosition', 'iconRotate', 'inheritText', 'loading', 'size', 'target', 'variant']
|
|
571
569
|
})
|
|
572
570
|
], PButton);
|
|
573
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
571
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PButton, decorators: [{
|
|
574
572
|
type: Component,
|
|
575
573
|
args: [{
|
|
576
574
|
selector: 'p-button',
|
|
577
575
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
578
576
|
template: '<ng-content></ng-content>',
|
|
579
|
-
|
|
577
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
578
|
+
inputs: ['chevron', 'chevronPosition', 'disabled', 'href', 'icon', 'iconFlip', 'iconOnly', 'iconPosition', 'iconRotate', 'inheritText', 'loading', 'size', 'target', 'variant'],
|
|
580
579
|
}]
|
|
581
580
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
582
581
|
let PCalendar = class PCalendar {
|
|
@@ -587,21 +586,21 @@ let PCalendar = class PCalendar {
|
|
|
587
586
|
proxyOutputs(this, this.el, ['valueChange']);
|
|
588
587
|
}
|
|
589
588
|
};
|
|
590
|
-
PCalendar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
591
|
-
PCalendar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
589
|
+
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 });
|
|
590
|
+
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 });
|
|
592
591
|
PCalendar = __decorate([
|
|
593
592
|
ProxyCmp({
|
|
594
|
-
defineCustomElementFn: undefined,
|
|
595
593
|
inputs: ['disableWeekends', 'disabledDates', 'maxDate', 'minDate', 'mode', 'preselectToday', 'value', 'variant']
|
|
596
594
|
})
|
|
597
595
|
], PCalendar);
|
|
598
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
596
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PCalendar, decorators: [{
|
|
599
597
|
type: Component,
|
|
600
598
|
args: [{
|
|
601
599
|
selector: 'p-calendar',
|
|
602
600
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
603
601
|
template: '<ng-content></ng-content>',
|
|
604
|
-
|
|
602
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
603
|
+
inputs: ['disableWeekends', 'disabledDates', 'maxDate', 'minDate', 'mode', 'preselectToday', 'value', 'variant'],
|
|
605
604
|
}]
|
|
606
605
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
607
606
|
let PCardBody = class PCardBody {
|
|
@@ -611,21 +610,21 @@ let PCardBody = class PCardBody {
|
|
|
611
610
|
this.el = r.nativeElement;
|
|
612
611
|
}
|
|
613
612
|
};
|
|
614
|
-
PCardBody.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
615
|
-
PCardBody.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
613
|
+
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 });
|
|
614
|
+
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 });
|
|
616
615
|
PCardBody = __decorate([
|
|
617
616
|
ProxyCmp({
|
|
618
|
-
defineCustomElementFn: undefined,
|
|
619
617
|
inputs: ['inheritText']
|
|
620
618
|
})
|
|
621
619
|
], PCardBody);
|
|
622
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
620
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PCardBody, decorators: [{
|
|
623
621
|
type: Component,
|
|
624
622
|
args: [{
|
|
625
623
|
selector: 'p-card-body',
|
|
626
624
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
627
625
|
template: '<ng-content></ng-content>',
|
|
628
|
-
inputs
|
|
626
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
627
|
+
inputs: ['inheritText'],
|
|
629
628
|
}]
|
|
630
629
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
631
630
|
let PCardContainer = class PCardContainer {
|
|
@@ -635,21 +634,21 @@ let PCardContainer = class PCardContainer {
|
|
|
635
634
|
this.el = r.nativeElement;
|
|
636
635
|
}
|
|
637
636
|
};
|
|
638
|
-
PCardContainer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
639
|
-
PCardContainer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
637
|
+
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 });
|
|
638
|
+
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 });
|
|
640
639
|
PCardContainer = __decorate([
|
|
641
640
|
ProxyCmp({
|
|
642
|
-
defineCustomElementFn: undefined,
|
|
643
641
|
inputs: ['hoverable', 'shadow']
|
|
644
642
|
})
|
|
645
643
|
], PCardContainer);
|
|
646
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
644
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PCardContainer, decorators: [{
|
|
647
645
|
type: Component,
|
|
648
646
|
args: [{
|
|
649
647
|
selector: 'p-card-container',
|
|
650
648
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
651
649
|
template: '<ng-content></ng-content>',
|
|
652
|
-
|
|
650
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
651
|
+
inputs: ['hoverable', 'shadow'],
|
|
653
652
|
}]
|
|
654
653
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
655
654
|
let PCardHeader = class PCardHeader {
|
|
@@ -659,21 +658,21 @@ let PCardHeader = class PCardHeader {
|
|
|
659
658
|
this.el = r.nativeElement;
|
|
660
659
|
}
|
|
661
660
|
};
|
|
662
|
-
PCardHeader.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
663
|
-
PCardHeader.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
661
|
+
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 });
|
|
662
|
+
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 });
|
|
664
663
|
PCardHeader = __decorate([
|
|
665
664
|
ProxyCmp({
|
|
666
|
-
defineCustomElementFn: undefined,
|
|
667
665
|
inputs: ['arrow', 'header']
|
|
668
666
|
})
|
|
669
667
|
], PCardHeader);
|
|
670
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
668
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PCardHeader, decorators: [{
|
|
671
669
|
type: Component,
|
|
672
670
|
args: [{
|
|
673
671
|
selector: 'p-card-header',
|
|
674
672
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
675
673
|
template: '<ng-content></ng-content>',
|
|
676
|
-
|
|
674
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
675
|
+
inputs: ['arrow', 'header'],
|
|
677
676
|
}]
|
|
678
677
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
679
678
|
let PContentSlider = class PContentSlider {
|
|
@@ -683,21 +682,21 @@ let PContentSlider = class PContentSlider {
|
|
|
683
682
|
this.el = r.nativeElement;
|
|
684
683
|
}
|
|
685
684
|
};
|
|
686
|
-
PContentSlider.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
687
|
-
PContentSlider.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
685
|
+
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 });
|
|
686
|
+
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 });
|
|
688
687
|
PContentSlider = __decorate([
|
|
689
688
|
ProxyCmp({
|
|
690
|
-
defineCustomElementFn: undefined,
|
|
691
689
|
inputs: ['disableAutoCenter', 'disableDrag', 'disableIndicatorClick', 'hideMobileIndicator']
|
|
692
690
|
})
|
|
693
691
|
], PContentSlider);
|
|
694
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
692
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PContentSlider, decorators: [{
|
|
695
693
|
type: Component,
|
|
696
694
|
args: [{
|
|
697
695
|
selector: 'p-content-slider',
|
|
698
696
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
699
697
|
template: '<ng-content></ng-content>',
|
|
700
|
-
|
|
698
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
699
|
+
inputs: ['disableAutoCenter', 'disableDrag', 'disableIndicatorClick', 'hideMobileIndicator'],
|
|
701
700
|
}]
|
|
702
701
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
703
702
|
let PCounter = class PCounter {
|
|
@@ -707,21 +706,21 @@ let PCounter = class PCounter {
|
|
|
707
706
|
this.el = r.nativeElement;
|
|
708
707
|
}
|
|
709
708
|
};
|
|
710
|
-
PCounter.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
711
|
-
PCounter.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
709
|
+
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 });
|
|
710
|
+
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 });
|
|
712
711
|
PCounter = __decorate([
|
|
713
712
|
ProxyCmp({
|
|
714
|
-
defineCustomElementFn: undefined,
|
|
715
713
|
inputs: ['size', 'variant']
|
|
716
714
|
})
|
|
717
715
|
], PCounter);
|
|
718
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
716
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PCounter, decorators: [{
|
|
719
717
|
type: Component,
|
|
720
718
|
args: [{
|
|
721
719
|
selector: 'p-counter',
|
|
722
720
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
723
721
|
template: '<ng-content></ng-content>',
|
|
724
|
-
|
|
722
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
723
|
+
inputs: ['size', 'variant'],
|
|
725
724
|
}]
|
|
726
725
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
727
726
|
let PDatepicker = class PDatepicker {
|
|
@@ -732,21 +731,21 @@ let PDatepicker = class PDatepicker {
|
|
|
732
731
|
proxyOutputs(this, this.el, ['valueChange']);
|
|
733
732
|
}
|
|
734
733
|
};
|
|
735
|
-
PDatepicker.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
736
|
-
PDatepicker.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
734
|
+
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 });
|
|
735
|
+
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 });
|
|
737
736
|
PDatepicker = __decorate([
|
|
738
737
|
ProxyCmp({
|
|
739
|
-
defineCustomElementFn: undefined,
|
|
740
738
|
inputs: ['disableWeekends', 'disabled', 'disabledDates', 'error', 'format', 'helper', 'label', 'maxDate', 'minDate', 'mode', 'placeholder', 'prefix', 'preselectToday', 'size', 'value']
|
|
741
739
|
})
|
|
742
740
|
], PDatepicker);
|
|
743
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
741
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PDatepicker, decorators: [{
|
|
744
742
|
type: Component,
|
|
745
743
|
args: [{
|
|
746
744
|
selector: 'p-datepicker',
|
|
747
745
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
748
746
|
template: '<ng-content></ng-content>',
|
|
749
|
-
|
|
747
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
748
|
+
inputs: ['disableWeekends', 'disabled', 'disabledDates', 'error', 'format', 'helper', 'label', 'maxDate', 'minDate', 'mode', 'placeholder', 'prefix', 'preselectToday', 'size', 'value'],
|
|
750
749
|
}]
|
|
751
750
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
752
751
|
let PDivider = class PDivider {
|
|
@@ -756,19 +755,19 @@ let PDivider = class PDivider {
|
|
|
756
755
|
this.el = r.nativeElement;
|
|
757
756
|
}
|
|
758
757
|
};
|
|
759
|
-
PDivider.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
760
|
-
PDivider.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
758
|
+
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 });
|
|
759
|
+
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 });
|
|
761
760
|
PDivider = __decorate([
|
|
762
|
-
ProxyCmp({
|
|
763
|
-
defineCustomElementFn: undefined
|
|
764
|
-
})
|
|
761
|
+
ProxyCmp({})
|
|
765
762
|
], PDivider);
|
|
766
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
763
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PDivider, decorators: [{
|
|
767
764
|
type: Component,
|
|
768
765
|
args: [{
|
|
769
766
|
selector: 'p-divider',
|
|
770
767
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
771
|
-
template: '<ng-content></ng-content>'
|
|
768
|
+
template: '<ng-content></ng-content>',
|
|
769
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
770
|
+
inputs: [],
|
|
772
771
|
}]
|
|
773
772
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
774
773
|
let PDrawer = class PDrawer {
|
|
@@ -779,21 +778,21 @@ let PDrawer = class PDrawer {
|
|
|
779
778
|
proxyOutputs(this, this.el, ['closeClicked', 'closed']);
|
|
780
779
|
}
|
|
781
780
|
};
|
|
782
|
-
PDrawer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
783
|
-
PDrawer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
781
|
+
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 });
|
|
782
|
+
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 });
|
|
784
783
|
PDrawer = __decorate([
|
|
785
784
|
ProxyCmp({
|
|
786
|
-
defineCustomElementFn: undefined,
|
|
787
785
|
inputs: ['applyBlur', 'backdropClickClose', 'canClose', 'header', 'scrollLock', 'show', 'showClose']
|
|
788
786
|
})
|
|
789
787
|
], PDrawer);
|
|
790
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
788
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PDrawer, decorators: [{
|
|
791
789
|
type: Component,
|
|
792
790
|
args: [{
|
|
793
791
|
selector: 'p-drawer',
|
|
794
792
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
795
793
|
template: '<ng-content></ng-content>',
|
|
796
|
-
|
|
794
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
795
|
+
inputs: ['applyBlur', 'backdropClickClose', 'canClose', 'header', 'scrollLock', 'show', 'showClose'],
|
|
797
796
|
}]
|
|
798
797
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
799
798
|
let PDrawerBody = class PDrawerBody {
|
|
@@ -803,21 +802,21 @@ let PDrawerBody = class PDrawerBody {
|
|
|
803
802
|
this.el = r.nativeElement;
|
|
804
803
|
}
|
|
805
804
|
};
|
|
806
|
-
PDrawerBody.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
807
|
-
PDrawerBody.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
805
|
+
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 });
|
|
806
|
+
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 });
|
|
808
807
|
PDrawerBody = __decorate([
|
|
809
808
|
ProxyCmp({
|
|
810
|
-
defineCustomElementFn: undefined,
|
|
811
809
|
inputs: ['variant']
|
|
812
810
|
})
|
|
813
811
|
], PDrawerBody);
|
|
814
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
812
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PDrawerBody, decorators: [{
|
|
815
813
|
type: Component,
|
|
816
814
|
args: [{
|
|
817
815
|
selector: 'p-drawer-body',
|
|
818
816
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
819
817
|
template: '<ng-content></ng-content>',
|
|
820
|
-
inputs
|
|
818
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
819
|
+
inputs: ['variant'],
|
|
821
820
|
}]
|
|
822
821
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
823
822
|
let PDrawerContainer = class PDrawerContainer {
|
|
@@ -827,21 +826,21 @@ let PDrawerContainer = class PDrawerContainer {
|
|
|
827
826
|
this.el = r.nativeElement;
|
|
828
827
|
}
|
|
829
828
|
};
|
|
830
|
-
PDrawerContainer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
831
|
-
PDrawerContainer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
829
|
+
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 });
|
|
830
|
+
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 });
|
|
832
831
|
PDrawerContainer = __decorate([
|
|
833
832
|
ProxyCmp({
|
|
834
|
-
defineCustomElementFn: undefined,
|
|
835
833
|
inputs: ['closing']
|
|
836
834
|
})
|
|
837
835
|
], PDrawerContainer);
|
|
838
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
836
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PDrawerContainer, decorators: [{
|
|
839
837
|
type: Component,
|
|
840
838
|
args: [{
|
|
841
839
|
selector: 'p-drawer-container',
|
|
842
840
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
843
841
|
template: '<ng-content></ng-content>',
|
|
844
|
-
inputs
|
|
842
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
843
|
+
inputs: ['closing'],
|
|
845
844
|
}]
|
|
846
845
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
847
846
|
let PDrawerHeader = class PDrawerHeader {
|
|
@@ -852,21 +851,21 @@ let PDrawerHeader = class PDrawerHeader {
|
|
|
852
851
|
proxyOutputs(this, this.el, ['close']);
|
|
853
852
|
}
|
|
854
853
|
};
|
|
855
|
-
PDrawerHeader.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
856
|
-
PDrawerHeader.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
854
|
+
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 });
|
|
855
|
+
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 });
|
|
857
856
|
PDrawerHeader = __decorate([
|
|
858
857
|
ProxyCmp({
|
|
859
|
-
defineCustomElementFn: undefined,
|
|
860
858
|
inputs: ['showClose']
|
|
861
859
|
})
|
|
862
860
|
], PDrawerHeader);
|
|
863
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
861
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PDrawerHeader, decorators: [{
|
|
864
862
|
type: Component,
|
|
865
863
|
args: [{
|
|
866
864
|
selector: 'p-drawer-header',
|
|
867
865
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
868
866
|
template: '<ng-content></ng-content>',
|
|
869
|
-
inputs
|
|
867
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
868
|
+
inputs: ['showClose'],
|
|
870
869
|
}]
|
|
871
870
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
872
871
|
let PDropdown = class PDropdown {
|
|
@@ -877,21 +876,21 @@ let PDropdown = class PDropdown {
|
|
|
877
876
|
proxyOutputs(this, this.el, ['isOpen']);
|
|
878
877
|
}
|
|
879
878
|
};
|
|
880
|
-
PDropdown.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
881
|
-
PDropdown.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
879
|
+
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 });
|
|
880
|
+
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 });
|
|
882
881
|
PDropdown = __decorate([
|
|
883
882
|
ProxyCmp({
|
|
884
|
-
defineCustomElementFn: undefined,
|
|
885
883
|
inputs: ['applyFullWidth', 'applyMaxWidth', 'calculateWidth', 'chevronDirection', 'chevronPosition', 'disableTriggerClick', 'insideClick', 'placement', 'show', 'strategy']
|
|
886
884
|
})
|
|
887
885
|
], PDropdown);
|
|
888
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
886
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PDropdown, decorators: [{
|
|
889
887
|
type: Component,
|
|
890
888
|
args: [{
|
|
891
889
|
selector: 'p-dropdown',
|
|
892
890
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
893
891
|
template: '<ng-content></ng-content>',
|
|
894
|
-
|
|
892
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
893
|
+
inputs: ['applyFullWidth', 'applyMaxWidth', 'calculateWidth', 'chevronDirection', 'chevronPosition', 'disableTriggerClick', 'insideClick', 'placement', 'show', 'strategy'],
|
|
895
894
|
}]
|
|
896
895
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
897
896
|
let PDropdownMenuContainer = class PDropdownMenuContainer {
|
|
@@ -901,21 +900,21 @@ let PDropdownMenuContainer = class PDropdownMenuContainer {
|
|
|
901
900
|
this.el = r.nativeElement;
|
|
902
901
|
}
|
|
903
902
|
};
|
|
904
|
-
PDropdownMenuContainer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
905
|
-
PDropdownMenuContainer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
903
|
+
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 });
|
|
904
|
+
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 });
|
|
906
905
|
PDropdownMenuContainer = __decorate([
|
|
907
906
|
ProxyCmp({
|
|
908
|
-
defineCustomElementFn: undefined,
|
|
909
907
|
inputs: ['fullWidth', 'maxWidth']
|
|
910
908
|
})
|
|
911
909
|
], PDropdownMenuContainer);
|
|
912
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
910
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PDropdownMenuContainer, decorators: [{
|
|
913
911
|
type: Component,
|
|
914
912
|
args: [{
|
|
915
913
|
selector: 'p-dropdown-menu-container',
|
|
916
914
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
917
915
|
template: '<ng-content></ng-content>',
|
|
918
|
-
|
|
916
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
917
|
+
inputs: ['fullWidth', 'maxWidth'],
|
|
919
918
|
}]
|
|
920
919
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
921
920
|
let PDropdownMenuItem = class PDropdownMenuItem {
|
|
@@ -925,21 +924,21 @@ let PDropdownMenuItem = class PDropdownMenuItem {
|
|
|
925
924
|
this.el = r.nativeElement;
|
|
926
925
|
}
|
|
927
926
|
};
|
|
928
|
-
PDropdownMenuItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
929
|
-
PDropdownMenuItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
927
|
+
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 });
|
|
928
|
+
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 });
|
|
930
929
|
PDropdownMenuItem = __decorate([
|
|
931
930
|
ProxyCmp({
|
|
932
|
-
defineCustomElementFn: undefined,
|
|
933
931
|
inputs: ['active', 'enableHover', 'icon']
|
|
934
932
|
})
|
|
935
933
|
], PDropdownMenuItem);
|
|
936
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
934
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PDropdownMenuItem, decorators: [{
|
|
937
935
|
type: Component,
|
|
938
936
|
args: [{
|
|
939
937
|
selector: 'p-dropdown-menu-item',
|
|
940
938
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
941
939
|
template: '<ng-content></ng-content>',
|
|
942
|
-
|
|
940
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
941
|
+
inputs: ['active', 'enableHover', 'icon'],
|
|
943
942
|
}]
|
|
944
943
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
945
944
|
let PHelper = class PHelper {
|
|
@@ -949,21 +948,21 @@ let PHelper = class PHelper {
|
|
|
949
948
|
this.el = r.nativeElement;
|
|
950
949
|
}
|
|
951
950
|
};
|
|
952
|
-
PHelper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
953
|
-
PHelper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
951
|
+
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 });
|
|
952
|
+
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 });
|
|
954
953
|
PHelper = __decorate([
|
|
955
954
|
ProxyCmp({
|
|
956
|
-
defineCustomElementFn: undefined,
|
|
957
955
|
inputs: ['placement']
|
|
958
956
|
})
|
|
959
957
|
], PHelper);
|
|
960
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
958
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PHelper, decorators: [{
|
|
961
959
|
type: Component,
|
|
962
960
|
args: [{
|
|
963
961
|
selector: 'p-helper',
|
|
964
962
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
965
963
|
template: '<ng-content></ng-content>',
|
|
966
|
-
inputs
|
|
964
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
965
|
+
inputs: ['placement'],
|
|
967
966
|
}]
|
|
968
967
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
969
968
|
let PIcon = class PIcon {
|
|
@@ -973,21 +972,21 @@ let PIcon = class PIcon {
|
|
|
973
972
|
this.el = r.nativeElement;
|
|
974
973
|
}
|
|
975
974
|
};
|
|
976
|
-
PIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
977
|
-
PIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
975
|
+
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 });
|
|
976
|
+
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 });
|
|
978
977
|
PIcon = __decorate([
|
|
979
978
|
ProxyCmp({
|
|
980
|
-
defineCustomElementFn: undefined,
|
|
981
979
|
inputs: ['flip', 'rotate', 'size', 'variant']
|
|
982
980
|
})
|
|
983
981
|
], PIcon);
|
|
984
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
982
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PIcon, decorators: [{
|
|
985
983
|
type: Component,
|
|
986
984
|
args: [{
|
|
987
985
|
selector: 'p-icon',
|
|
988
986
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
989
987
|
template: '<ng-content></ng-content>',
|
|
990
|
-
|
|
988
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
989
|
+
inputs: ['flip', 'rotate', 'size', 'variant'],
|
|
991
990
|
}]
|
|
992
991
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
993
992
|
let PIllustration = class PIllustration {
|
|
@@ -997,21 +996,21 @@ let PIllustration = class PIllustration {
|
|
|
997
996
|
this.el = r.nativeElement;
|
|
998
997
|
}
|
|
999
998
|
};
|
|
1000
|
-
PIllustration.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
1001
|
-
PIllustration.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
999
|
+
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 });
|
|
1000
|
+
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 });
|
|
1002
1001
|
PIllustration = __decorate([
|
|
1003
1002
|
ProxyCmp({
|
|
1004
|
-
defineCustomElementFn: undefined,
|
|
1005
1003
|
inputs: ['variant']
|
|
1006
1004
|
})
|
|
1007
1005
|
], PIllustration);
|
|
1008
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
1006
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PIllustration, decorators: [{
|
|
1009
1007
|
type: Component,
|
|
1010
1008
|
args: [{
|
|
1011
1009
|
selector: 'p-illustration',
|
|
1012
1010
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1013
1011
|
template: '<ng-content></ng-content>',
|
|
1014
|
-
inputs
|
|
1012
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1013
|
+
inputs: ['variant'],
|
|
1015
1014
|
}]
|
|
1016
1015
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1017
1016
|
let PInfoPanel = class PInfoPanel {
|
|
@@ -1021,21 +1020,21 @@ let PInfoPanel = class PInfoPanel {
|
|
|
1021
1020
|
this.el = r.nativeElement;
|
|
1022
1021
|
}
|
|
1023
1022
|
};
|
|
1024
|
-
PInfoPanel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
1025
|
-
PInfoPanel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
1023
|
+
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 });
|
|
1024
|
+
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 });
|
|
1026
1025
|
PInfoPanel = __decorate([
|
|
1027
1026
|
ProxyCmp({
|
|
1028
|
-
defineCustomElementFn: undefined,
|
|
1029
1027
|
inputs: ['closeable', 'content', 'header', 'variant']
|
|
1030
1028
|
})
|
|
1031
1029
|
], PInfoPanel);
|
|
1032
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
1030
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PInfoPanel, decorators: [{
|
|
1033
1031
|
type: Component,
|
|
1034
1032
|
args: [{
|
|
1035
1033
|
selector: 'p-info-panel',
|
|
1036
1034
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1037
1035
|
template: '<ng-content></ng-content>',
|
|
1038
|
-
|
|
1036
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1037
|
+
inputs: ['closeable', 'content', 'header', 'variant'],
|
|
1039
1038
|
}]
|
|
1040
1039
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1041
1040
|
let PInputGroup = class PInputGroup {
|
|
@@ -1045,21 +1044,21 @@ let PInputGroup = class PInputGroup {
|
|
|
1045
1044
|
this.el = r.nativeElement;
|
|
1046
1045
|
}
|
|
1047
1046
|
};
|
|
1048
|
-
PInputGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
1049
|
-
PInputGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
1047
|
+
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 });
|
|
1048
|
+
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 });
|
|
1050
1049
|
PInputGroup = __decorate([
|
|
1051
1050
|
ProxyCmp({
|
|
1052
|
-
defineCustomElementFn: undefined,
|
|
1053
1051
|
inputs: ['disabled', 'error', 'focused', 'helper', 'icon', 'iconFlip', 'iconPosition', 'iconRotate', 'label', 'prefix', 'required', 'size', 'suffix']
|
|
1054
1052
|
})
|
|
1055
1053
|
], PInputGroup);
|
|
1056
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
1054
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PInputGroup, decorators: [{
|
|
1057
1055
|
type: Component,
|
|
1058
1056
|
args: [{
|
|
1059
1057
|
selector: 'p-input-group',
|
|
1060
1058
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1061
1059
|
template: '<ng-content></ng-content>',
|
|
1062
|
-
|
|
1060
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1061
|
+
inputs: ['disabled', 'error', 'focused', 'helper', 'icon', 'iconFlip', 'iconPosition', 'iconRotate', 'label', 'prefix', 'required', 'size', 'suffix'],
|
|
1063
1062
|
}]
|
|
1064
1063
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1065
1064
|
let PLabel = class PLabel {
|
|
@@ -1069,21 +1068,21 @@ let PLabel = class PLabel {
|
|
|
1069
1068
|
this.el = r.nativeElement;
|
|
1070
1069
|
}
|
|
1071
1070
|
};
|
|
1072
|
-
PLabel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
1073
|
-
PLabel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
1071
|
+
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 });
|
|
1072
|
+
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 });
|
|
1074
1073
|
PLabel = __decorate([
|
|
1075
1074
|
ProxyCmp({
|
|
1076
|
-
defineCustomElementFn: undefined,
|
|
1077
1075
|
inputs: ['behavior', 'icon', 'iconFlip', 'iconRotate', 'keepMobileContent', 'size', 'variant']
|
|
1078
1076
|
})
|
|
1079
1077
|
], PLabel);
|
|
1080
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
1078
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PLabel, decorators: [{
|
|
1081
1079
|
type: Component,
|
|
1082
1080
|
args: [{
|
|
1083
1081
|
selector: 'p-label',
|
|
1084
1082
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1085
1083
|
template: '<ng-content></ng-content>',
|
|
1086
|
-
|
|
1084
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1085
|
+
inputs: ['behavior', 'icon', 'iconFlip', 'iconRotate', 'keepMobileContent', 'size', 'variant'],
|
|
1087
1086
|
}]
|
|
1088
1087
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1089
1088
|
let PLayout = class PLayout {
|
|
@@ -1093,21 +1092,21 @@ let PLayout = class PLayout {
|
|
|
1093
1092
|
this.el = r.nativeElement;
|
|
1094
1093
|
}
|
|
1095
1094
|
};
|
|
1096
|
-
PLayout.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
1097
|
-
PLayout.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
1095
|
+
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 });
|
|
1096
|
+
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 });
|
|
1098
1097
|
PLayout = __decorate([
|
|
1099
1098
|
ProxyCmp({
|
|
1100
|
-
defineCustomElementFn: undefined,
|
|
1101
1099
|
inputs: ['variant']
|
|
1102
1100
|
})
|
|
1103
1101
|
], PLayout);
|
|
1104
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
1102
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PLayout, decorators: [{
|
|
1105
1103
|
type: Component,
|
|
1106
1104
|
args: [{
|
|
1107
1105
|
selector: 'p-layout',
|
|
1108
1106
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1109
1107
|
template: '<ng-content></ng-content>',
|
|
1110
|
-
inputs
|
|
1108
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1109
|
+
inputs: ['variant'],
|
|
1111
1110
|
}]
|
|
1112
1111
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1113
1112
|
let PLoader = class PLoader {
|
|
@@ -1117,21 +1116,21 @@ let PLoader = class PLoader {
|
|
|
1117
1116
|
this.el = r.nativeElement;
|
|
1118
1117
|
}
|
|
1119
1118
|
};
|
|
1120
|
-
PLoader.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
1121
|
-
PLoader.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
1119
|
+
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 });
|
|
1120
|
+
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 });
|
|
1122
1121
|
PLoader = __decorate([
|
|
1123
1122
|
ProxyCmp({
|
|
1124
|
-
defineCustomElementFn: undefined,
|
|
1125
1123
|
inputs: ['color', 'modalDescription', 'modalTitle', 'show', 'variant']
|
|
1126
1124
|
})
|
|
1127
1125
|
], PLoader);
|
|
1128
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
1126
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PLoader, decorators: [{
|
|
1129
1127
|
type: Component,
|
|
1130
1128
|
args: [{
|
|
1131
1129
|
selector: 'p-loader',
|
|
1132
1130
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1133
1131
|
template: '<ng-content></ng-content>',
|
|
1134
|
-
|
|
1132
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1133
|
+
inputs: ['color', 'modalDescription', 'modalTitle', 'show', 'variant'],
|
|
1135
1134
|
}]
|
|
1136
1135
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1137
1136
|
let PModal = class PModal {
|
|
@@ -1142,21 +1141,21 @@ let PModal = class PModal {
|
|
|
1142
1141
|
proxyOutputs(this, this.el, ['closeClicked', 'closed']);
|
|
1143
1142
|
}
|
|
1144
1143
|
};
|
|
1145
|
-
PModal.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
1146
|
-
PModal.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
1144
|
+
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 });
|
|
1145
|
+
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 });
|
|
1147
1146
|
PModal = __decorate([
|
|
1148
1147
|
ProxyCmp({
|
|
1149
|
-
defineCustomElementFn: undefined,
|
|
1150
1148
|
inputs: ['applyBlur', 'backdropClickClose', 'header', 'scrollLock', 'show', 'showClose', 'showMobileFooter', 'size', 'variant']
|
|
1151
1149
|
})
|
|
1152
1150
|
], PModal);
|
|
1153
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
1151
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PModal, decorators: [{
|
|
1154
1152
|
type: Component,
|
|
1155
1153
|
args: [{
|
|
1156
1154
|
selector: 'p-modal',
|
|
1157
1155
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1158
1156
|
template: '<ng-content></ng-content>',
|
|
1159
|
-
|
|
1157
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1158
|
+
inputs: ['applyBlur', 'backdropClickClose', 'header', 'scrollLock', 'show', 'showClose', 'showMobileFooter', 'size', 'variant'],
|
|
1160
1159
|
}]
|
|
1161
1160
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1162
1161
|
let PModalBody = class PModalBody {
|
|
@@ -1166,21 +1165,21 @@ let PModalBody = class PModalBody {
|
|
|
1166
1165
|
this.el = r.nativeElement;
|
|
1167
1166
|
}
|
|
1168
1167
|
};
|
|
1169
|
-
PModalBody.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
1170
|
-
PModalBody.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
1168
|
+
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 });
|
|
1169
|
+
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 });
|
|
1171
1170
|
PModalBody = __decorate([
|
|
1172
1171
|
ProxyCmp({
|
|
1173
|
-
defineCustomElementFn: undefined,
|
|
1174
1172
|
inputs: ['rounded', 'variant']
|
|
1175
1173
|
})
|
|
1176
1174
|
], PModalBody);
|
|
1177
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
1175
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PModalBody, decorators: [{
|
|
1178
1176
|
type: Component,
|
|
1179
1177
|
args: [{
|
|
1180
1178
|
selector: 'p-modal-body',
|
|
1181
1179
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1182
1180
|
template: '<ng-content></ng-content>',
|
|
1183
|
-
|
|
1181
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1182
|
+
inputs: ['rounded', 'variant'],
|
|
1184
1183
|
}]
|
|
1185
1184
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1186
1185
|
let PModalContainer = class PModalContainer {
|
|
@@ -1190,21 +1189,21 @@ let PModalContainer = class PModalContainer {
|
|
|
1190
1189
|
this.el = r.nativeElement;
|
|
1191
1190
|
}
|
|
1192
1191
|
};
|
|
1193
|
-
PModalContainer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
1194
|
-
PModalContainer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
1192
|
+
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 });
|
|
1193
|
+
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 });
|
|
1195
1194
|
PModalContainer = __decorate([
|
|
1196
1195
|
ProxyCmp({
|
|
1197
|
-
defineCustomElementFn: undefined,
|
|
1198
1196
|
inputs: ['closing', 'size']
|
|
1199
1197
|
})
|
|
1200
1198
|
], PModalContainer);
|
|
1201
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
1199
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PModalContainer, decorators: [{
|
|
1202
1200
|
type: Component,
|
|
1203
1201
|
args: [{
|
|
1204
1202
|
selector: 'p-modal-container',
|
|
1205
1203
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1206
1204
|
template: '<ng-content></ng-content>',
|
|
1207
|
-
|
|
1205
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1206
|
+
inputs: ['closing', 'size'],
|
|
1208
1207
|
}]
|
|
1209
1208
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1210
1209
|
let PModalFooter = class PModalFooter {
|
|
@@ -1214,19 +1213,19 @@ let PModalFooter = class PModalFooter {
|
|
|
1214
1213
|
this.el = r.nativeElement;
|
|
1215
1214
|
}
|
|
1216
1215
|
};
|
|
1217
|
-
PModalFooter.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
1218
|
-
PModalFooter.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
1216
|
+
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 });
|
|
1217
|
+
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 });
|
|
1219
1218
|
PModalFooter = __decorate([
|
|
1220
|
-
ProxyCmp({
|
|
1221
|
-
defineCustomElementFn: undefined
|
|
1222
|
-
})
|
|
1219
|
+
ProxyCmp({})
|
|
1223
1220
|
], PModalFooter);
|
|
1224
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
1221
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PModalFooter, decorators: [{
|
|
1225
1222
|
type: Component,
|
|
1226
1223
|
args: [{
|
|
1227
1224
|
selector: 'p-modal-footer',
|
|
1228
1225
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1229
|
-
template: '<ng-content></ng-content>'
|
|
1226
|
+
template: '<ng-content></ng-content>',
|
|
1227
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1228
|
+
inputs: [],
|
|
1230
1229
|
}]
|
|
1231
1230
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1232
1231
|
let PModalHeader = class PModalHeader {
|
|
@@ -1237,21 +1236,21 @@ let PModalHeader = class PModalHeader {
|
|
|
1237
1236
|
proxyOutputs(this, this.el, ['close']);
|
|
1238
1237
|
}
|
|
1239
1238
|
};
|
|
1240
|
-
PModalHeader.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
1241
|
-
PModalHeader.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
1239
|
+
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 });
|
|
1240
|
+
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 });
|
|
1242
1241
|
PModalHeader = __decorate([
|
|
1243
1242
|
ProxyCmp({
|
|
1244
|
-
defineCustomElementFn: undefined,
|
|
1245
1243
|
inputs: ['showClose']
|
|
1246
1244
|
})
|
|
1247
1245
|
], PModalHeader);
|
|
1248
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
1246
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PModalHeader, decorators: [{
|
|
1249
1247
|
type: Component,
|
|
1250
1248
|
args: [{
|
|
1251
1249
|
selector: 'p-modal-header',
|
|
1252
1250
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1253
1251
|
template: '<ng-content></ng-content>',
|
|
1254
|
-
inputs
|
|
1252
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1253
|
+
inputs: ['showClose'],
|
|
1255
1254
|
}]
|
|
1256
1255
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1257
1256
|
let PNavbar = class PNavbar {
|
|
@@ -1261,21 +1260,21 @@ let PNavbar = class PNavbar {
|
|
|
1261
1260
|
this.el = r.nativeElement;
|
|
1262
1261
|
}
|
|
1263
1262
|
};
|
|
1264
|
-
PNavbar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
1265
|
-
PNavbar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
1263
|
+
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 });
|
|
1264
|
+
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 });
|
|
1266
1265
|
PNavbar = __decorate([
|
|
1267
1266
|
ProxyCmp({
|
|
1268
|
-
defineCustomElementFn: undefined,
|
|
1269
1267
|
inputs: ['closeText', 'menuText']
|
|
1270
1268
|
})
|
|
1271
1269
|
], PNavbar);
|
|
1272
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
1270
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PNavbar, decorators: [{
|
|
1273
1271
|
type: Component,
|
|
1274
1272
|
args: [{
|
|
1275
1273
|
selector: 'p-navbar',
|
|
1276
1274
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1277
1275
|
template: '<ng-content></ng-content>',
|
|
1278
|
-
|
|
1276
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1277
|
+
inputs: ['closeText', 'menuText'],
|
|
1279
1278
|
}]
|
|
1280
1279
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1281
1280
|
let PNavigationItem = class PNavigationItem {
|
|
@@ -1285,21 +1284,21 @@ let PNavigationItem = class PNavigationItem {
|
|
|
1285
1284
|
this.el = r.nativeElement;
|
|
1286
1285
|
}
|
|
1287
1286
|
};
|
|
1288
|
-
PNavigationItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
1289
|
-
PNavigationItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
1287
|
+
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 });
|
|
1288
|
+
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 });
|
|
1290
1289
|
PNavigationItem = __decorate([
|
|
1291
1290
|
ProxyCmp({
|
|
1292
|
-
defineCustomElementFn: undefined,
|
|
1293
1291
|
inputs: ['active', 'counter', 'href', 'icon', 'target']
|
|
1294
1292
|
})
|
|
1295
1293
|
], PNavigationItem);
|
|
1296
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
1294
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PNavigationItem, decorators: [{
|
|
1297
1295
|
type: Component,
|
|
1298
1296
|
args: [{
|
|
1299
1297
|
selector: 'p-navigation-item',
|
|
1300
1298
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1301
1299
|
template: '<ng-content></ng-content>',
|
|
1302
|
-
|
|
1300
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1301
|
+
inputs: ['active', 'counter', 'href', 'icon', 'target'],
|
|
1303
1302
|
}]
|
|
1304
1303
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1305
1304
|
let PPageSizeSelect = class PPageSizeSelect {
|
|
@@ -1310,21 +1309,21 @@ let PPageSizeSelect = class PPageSizeSelect {
|
|
|
1310
1309
|
proxyOutputs(this, this.el, ['sizeChange']);
|
|
1311
1310
|
}
|
|
1312
1311
|
};
|
|
1313
|
-
PPageSizeSelect.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
1314
|
-
PPageSizeSelect.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
1312
|
+
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 });
|
|
1313
|
+
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 });
|
|
1315
1314
|
PPageSizeSelect = __decorate([
|
|
1316
1315
|
ProxyCmp({
|
|
1317
|
-
defineCustomElementFn: undefined,
|
|
1318
1316
|
inputs: ['buttonSize', 'buttonTemplate', 'chevronPosition', 'hidden', 'itemTemplate', 'size', 'sizeOptions']
|
|
1319
1317
|
})
|
|
1320
1318
|
], PPageSizeSelect);
|
|
1321
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
1319
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PPageSizeSelect, decorators: [{
|
|
1322
1320
|
type: Component,
|
|
1323
1321
|
args: [{
|
|
1324
1322
|
selector: 'p-page-size-select',
|
|
1325
1323
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1326
1324
|
template: '<ng-content></ng-content>',
|
|
1327
|
-
|
|
1325
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1326
|
+
inputs: ['buttonSize', 'buttonTemplate', 'chevronPosition', 'hidden', 'itemTemplate', 'size', 'sizeOptions'],
|
|
1328
1327
|
}]
|
|
1329
1328
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1330
1329
|
let PPagination = class PPagination {
|
|
@@ -1335,21 +1334,21 @@ let PPagination = class PPagination {
|
|
|
1335
1334
|
proxyOutputs(this, this.el, ['pageChange']);
|
|
1336
1335
|
}
|
|
1337
1336
|
};
|
|
1338
|
-
PPagination.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
1339
|
-
PPagination.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
1337
|
+
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 });
|
|
1338
|
+
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 });
|
|
1340
1339
|
PPagination = __decorate([
|
|
1341
1340
|
ProxyCmp({
|
|
1342
|
-
defineCustomElementFn: undefined,
|
|
1343
1341
|
inputs: ['hideOnSinglePage', 'page', 'pageSize', 'total']
|
|
1344
1342
|
})
|
|
1345
1343
|
], PPagination);
|
|
1346
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
1344
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PPagination, decorators: [{
|
|
1347
1345
|
type: Component,
|
|
1348
1346
|
args: [{
|
|
1349
1347
|
selector: 'p-pagination',
|
|
1350
1348
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1351
1349
|
template: '<ng-content></ng-content>',
|
|
1352
|
-
|
|
1350
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1351
|
+
inputs: ['hideOnSinglePage', 'page', 'pageSize', 'total'],
|
|
1353
1352
|
}]
|
|
1354
1353
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1355
1354
|
let PPaginationItem = class PPaginationItem {
|
|
@@ -1359,21 +1358,21 @@ let PPaginationItem = class PPaginationItem {
|
|
|
1359
1358
|
this.el = r.nativeElement;
|
|
1360
1359
|
}
|
|
1361
1360
|
};
|
|
1362
|
-
PPaginationItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
1363
|
-
PPaginationItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
1361
|
+
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 });
|
|
1362
|
+
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 });
|
|
1364
1363
|
PPaginationItem = __decorate([
|
|
1365
1364
|
ProxyCmp({
|
|
1366
|
-
defineCustomElementFn: undefined,
|
|
1367
1365
|
inputs: ['active']
|
|
1368
1366
|
})
|
|
1369
1367
|
], PPaginationItem);
|
|
1370
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
1368
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PPaginationItem, decorators: [{
|
|
1371
1369
|
type: Component,
|
|
1372
1370
|
args: [{
|
|
1373
1371
|
selector: 'p-pagination-item',
|
|
1374
1372
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1375
1373
|
template: '<ng-content></ng-content>',
|
|
1376
|
-
inputs
|
|
1374
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1375
|
+
inputs: ['active'],
|
|
1377
1376
|
}]
|
|
1378
1377
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1379
1378
|
let PProfile = class PProfile {
|
|
@@ -1383,21 +1382,21 @@ let PProfile = class PProfile {
|
|
|
1383
1382
|
this.el = r.nativeElement;
|
|
1384
1383
|
}
|
|
1385
1384
|
};
|
|
1386
|
-
PProfile.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
1387
|
-
PProfile.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
1385
|
+
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 });
|
|
1386
|
+
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 });
|
|
1388
1387
|
PProfile = __decorate([
|
|
1389
1388
|
ProxyCmp({
|
|
1390
|
-
defineCustomElementFn: undefined,
|
|
1391
1389
|
inputs: ['size', 'variant']
|
|
1392
1390
|
})
|
|
1393
1391
|
], PProfile);
|
|
1394
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
1392
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PProfile, decorators: [{
|
|
1395
1393
|
type: Component,
|
|
1396
1394
|
args: [{
|
|
1397
1395
|
selector: 'p-profile',
|
|
1398
1396
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1399
1397
|
template: '<ng-content></ng-content>',
|
|
1400
|
-
|
|
1398
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1399
|
+
inputs: ['size', 'variant'],
|
|
1401
1400
|
}]
|
|
1402
1401
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1403
1402
|
let PSegmentContainer = class PSegmentContainer {
|
|
@@ -1407,19 +1406,19 @@ let PSegmentContainer = class PSegmentContainer {
|
|
|
1407
1406
|
this.el = r.nativeElement;
|
|
1408
1407
|
}
|
|
1409
1408
|
};
|
|
1410
|
-
PSegmentContainer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
1411
|
-
PSegmentContainer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
1409
|
+
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 });
|
|
1410
|
+
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 });
|
|
1412
1411
|
PSegmentContainer = __decorate([
|
|
1413
|
-
ProxyCmp({
|
|
1414
|
-
defineCustomElementFn: undefined
|
|
1415
|
-
})
|
|
1412
|
+
ProxyCmp({})
|
|
1416
1413
|
], PSegmentContainer);
|
|
1417
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
1414
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PSegmentContainer, decorators: [{
|
|
1418
1415
|
type: Component,
|
|
1419
1416
|
args: [{
|
|
1420
1417
|
selector: 'p-segment-container',
|
|
1421
1418
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1422
|
-
template: '<ng-content></ng-content>'
|
|
1419
|
+
template: '<ng-content></ng-content>',
|
|
1420
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1421
|
+
inputs: [],
|
|
1423
1422
|
}]
|
|
1424
1423
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1425
1424
|
let PSegmentItem = class PSegmentItem {
|
|
@@ -1429,21 +1428,21 @@ let PSegmentItem = class PSegmentItem {
|
|
|
1429
1428
|
this.el = r.nativeElement;
|
|
1430
1429
|
}
|
|
1431
1430
|
};
|
|
1432
|
-
PSegmentItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
1433
|
-
PSegmentItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
1431
|
+
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 });
|
|
1432
|
+
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 });
|
|
1434
1433
|
PSegmentItem = __decorate([
|
|
1435
1434
|
ProxyCmp({
|
|
1436
|
-
defineCustomElementFn: undefined,
|
|
1437
1435
|
inputs: ['active', 'icon', 'iconFlip', 'iconRotate']
|
|
1438
1436
|
})
|
|
1439
1437
|
], PSegmentItem);
|
|
1440
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
1438
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PSegmentItem, decorators: [{
|
|
1441
1439
|
type: Component,
|
|
1442
1440
|
args: [{
|
|
1443
1441
|
selector: 'p-segment-item',
|
|
1444
1442
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1445
1443
|
template: '<ng-content></ng-content>',
|
|
1446
|
-
|
|
1444
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1445
|
+
inputs: ['active', 'icon', 'iconFlip', 'iconRotate'],
|
|
1447
1446
|
}]
|
|
1448
1447
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1449
1448
|
let PSelect = class PSelect {
|
|
@@ -1454,21 +1453,21 @@ let PSelect = class PSelect {
|
|
|
1454
1453
|
proxyOutputs(this, this.el, ['queryChange', 'valueChange']);
|
|
1455
1454
|
}
|
|
1456
1455
|
};
|
|
1457
|
-
PSelect.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
1458
|
-
PSelect.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
1456
|
+
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 });
|
|
1457
|
+
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 });
|
|
1459
1458
|
PSelect = __decorate([
|
|
1460
1459
|
ProxyCmp({
|
|
1461
|
-
defineCustomElementFn: undefined,
|
|
1462
1460
|
inputs: ['asyncFilter', 'autoSelectFirst', 'autocompletePlaceholder', 'disabled', 'displayKey', 'enableAutocomplete', 'error', 'helper', 'items', 'label', 'loading', 'maxDisplayedItems', 'placeholder', 'prefix', 'query', 'queryKey', 'size', 'value', 'valueKey']
|
|
1463
1461
|
})
|
|
1464
1462
|
], PSelect);
|
|
1465
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
1463
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PSelect, decorators: [{
|
|
1466
1464
|
type: Component,
|
|
1467
1465
|
args: [{
|
|
1468
1466
|
selector: 'p-select',
|
|
1469
1467
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1470
1468
|
template: '<ng-content></ng-content>',
|
|
1471
|
-
|
|
1469
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1470
|
+
inputs: ['asyncFilter', 'autoSelectFirst', 'autocompletePlaceholder', 'disabled', 'displayKey', 'enableAutocomplete', 'error', 'helper', 'items', 'label', 'loading', 'maxDisplayedItems', 'placeholder', 'prefix', 'query', 'queryKey', 'size', 'value', 'valueKey'],
|
|
1472
1471
|
}]
|
|
1473
1472
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1474
1473
|
let PSliderIndicator = class PSliderIndicator {
|
|
@@ -1478,21 +1477,21 @@ let PSliderIndicator = class PSliderIndicator {
|
|
|
1478
1477
|
this.el = r.nativeElement;
|
|
1479
1478
|
}
|
|
1480
1479
|
};
|
|
1481
|
-
PSliderIndicator.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
1482
|
-
PSliderIndicator.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
1480
|
+
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 });
|
|
1481
|
+
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 });
|
|
1483
1482
|
PSliderIndicator = __decorate([
|
|
1484
1483
|
ProxyCmp({
|
|
1485
|
-
defineCustomElementFn: undefined,
|
|
1486
1484
|
inputs: ['active']
|
|
1487
1485
|
})
|
|
1488
1486
|
], PSliderIndicator);
|
|
1489
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
1487
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PSliderIndicator, decorators: [{
|
|
1490
1488
|
type: Component,
|
|
1491
1489
|
args: [{
|
|
1492
1490
|
selector: 'p-slider-indicator',
|
|
1493
1491
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1494
1492
|
template: '<ng-content></ng-content>',
|
|
1495
|
-
inputs
|
|
1493
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1494
|
+
inputs: ['active'],
|
|
1496
1495
|
}]
|
|
1497
1496
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1498
1497
|
let PStatus = class PStatus {
|
|
@@ -1502,21 +1501,21 @@ let PStatus = class PStatus {
|
|
|
1502
1501
|
this.el = r.nativeElement;
|
|
1503
1502
|
}
|
|
1504
1503
|
};
|
|
1505
|
-
PStatus.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
1506
|
-
PStatus.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
1504
|
+
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 });
|
|
1505
|
+
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 });
|
|
1507
1506
|
PStatus = __decorate([
|
|
1508
1507
|
ProxyCmp({
|
|
1509
|
-
defineCustomElementFn: undefined,
|
|
1510
1508
|
inputs: ['icon', 'iconFlip', 'iconRotate', 'variant']
|
|
1511
1509
|
})
|
|
1512
1510
|
], PStatus);
|
|
1513
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
1511
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PStatus, decorators: [{
|
|
1514
1512
|
type: Component,
|
|
1515
1513
|
args: [{
|
|
1516
1514
|
selector: 'p-status',
|
|
1517
1515
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1518
1516
|
template: '<ng-content></ng-content>',
|
|
1519
|
-
|
|
1517
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1518
|
+
inputs: ['icon', 'iconFlip', 'iconRotate', 'variant'],
|
|
1520
1519
|
}]
|
|
1521
1520
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1522
1521
|
let PStepper = class PStepper {
|
|
@@ -1526,21 +1525,21 @@ let PStepper = class PStepper {
|
|
|
1526
1525
|
this.el = r.nativeElement;
|
|
1527
1526
|
}
|
|
1528
1527
|
};
|
|
1529
|
-
PStepper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
1530
|
-
PStepper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
1528
|
+
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 });
|
|
1529
|
+
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 });
|
|
1531
1530
|
PStepper = __decorate([
|
|
1532
1531
|
ProxyCmp({
|
|
1533
|
-
defineCustomElementFn: undefined,
|
|
1534
1532
|
inputs: ['activeStep', 'direction']
|
|
1535
1533
|
})
|
|
1536
1534
|
], PStepper);
|
|
1537
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
1535
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PStepper, decorators: [{
|
|
1538
1536
|
type: Component,
|
|
1539
1537
|
args: [{
|
|
1540
1538
|
selector: 'p-stepper',
|
|
1541
1539
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1542
1540
|
template: '<ng-content></ng-content>',
|
|
1543
|
-
|
|
1541
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1542
|
+
inputs: ['activeStep', 'direction'],
|
|
1544
1543
|
}]
|
|
1545
1544
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1546
1545
|
let PStepperItem = class PStepperItem {
|
|
@@ -1550,21 +1549,21 @@ let PStepperItem = class PStepperItem {
|
|
|
1550
1549
|
this.el = r.nativeElement;
|
|
1551
1550
|
}
|
|
1552
1551
|
};
|
|
1553
|
-
PStepperItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
1554
|
-
PStepperItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
1552
|
+
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 });
|
|
1553
|
+
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 });
|
|
1555
1554
|
PStepperItem = __decorate([
|
|
1556
1555
|
ProxyCmp({
|
|
1557
|
-
defineCustomElementFn: undefined,
|
|
1558
1556
|
inputs: ['active', 'align', 'direction', 'finished']
|
|
1559
1557
|
})
|
|
1560
1558
|
], PStepperItem);
|
|
1561
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
1559
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PStepperItem, decorators: [{
|
|
1562
1560
|
type: Component,
|
|
1563
1561
|
args: [{
|
|
1564
1562
|
selector: 'p-stepper-item',
|
|
1565
1563
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1566
1564
|
template: '<ng-content></ng-content>',
|
|
1567
|
-
|
|
1565
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1566
|
+
inputs: ['active', 'align', 'direction', 'finished'],
|
|
1568
1567
|
}]
|
|
1569
1568
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1570
1569
|
let PStepperLine = class PStepperLine {
|
|
@@ -1574,21 +1573,21 @@ let PStepperLine = class PStepperLine {
|
|
|
1574
1573
|
this.el = r.nativeElement;
|
|
1575
1574
|
}
|
|
1576
1575
|
};
|
|
1577
|
-
PStepperLine.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
1578
|
-
PStepperLine.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
1576
|
+
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 });
|
|
1577
|
+
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 });
|
|
1579
1578
|
PStepperLine = __decorate([
|
|
1580
1579
|
ProxyCmp({
|
|
1581
|
-
defineCustomElementFn: undefined,
|
|
1582
1580
|
inputs: ['active', 'direction']
|
|
1583
1581
|
})
|
|
1584
1582
|
], PStepperLine);
|
|
1585
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
1583
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PStepperLine, decorators: [{
|
|
1586
1584
|
type: Component,
|
|
1587
1585
|
args: [{
|
|
1588
1586
|
selector: 'p-stepper-line',
|
|
1589
1587
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1590
1588
|
template: '<ng-content></ng-content>',
|
|
1591
|
-
|
|
1589
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1590
|
+
inputs: ['active', 'direction'],
|
|
1592
1591
|
}]
|
|
1593
1592
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1594
1593
|
let PTabGroup = class PTabGroup {
|
|
@@ -1598,19 +1597,19 @@ let PTabGroup = class PTabGroup {
|
|
|
1598
1597
|
this.el = r.nativeElement;
|
|
1599
1598
|
}
|
|
1600
1599
|
};
|
|
1601
|
-
PTabGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
1602
|
-
PTabGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
1600
|
+
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 });
|
|
1601
|
+
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 });
|
|
1603
1602
|
PTabGroup = __decorate([
|
|
1604
|
-
ProxyCmp({
|
|
1605
|
-
defineCustomElementFn: undefined
|
|
1606
|
-
})
|
|
1603
|
+
ProxyCmp({})
|
|
1607
1604
|
], PTabGroup);
|
|
1608
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
1605
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PTabGroup, decorators: [{
|
|
1609
1606
|
type: Component,
|
|
1610
1607
|
args: [{
|
|
1611
1608
|
selector: 'p-tab-group',
|
|
1612
1609
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1613
|
-
template: '<ng-content></ng-content>'
|
|
1610
|
+
template: '<ng-content></ng-content>',
|
|
1611
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1612
|
+
inputs: [],
|
|
1614
1613
|
}]
|
|
1615
1614
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1616
1615
|
let PTabItem = class PTabItem {
|
|
@@ -1620,21 +1619,21 @@ let PTabItem = class PTabItem {
|
|
|
1620
1619
|
this.el = r.nativeElement;
|
|
1621
1620
|
}
|
|
1622
1621
|
};
|
|
1623
|
-
PTabItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
1624
|
-
PTabItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
1622
|
+
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 });
|
|
1623
|
+
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 });
|
|
1625
1624
|
PTabItem = __decorate([
|
|
1626
1625
|
ProxyCmp({
|
|
1627
|
-
defineCustomElementFn: undefined,
|
|
1628
1626
|
inputs: ['active']
|
|
1629
1627
|
})
|
|
1630
1628
|
], PTabItem);
|
|
1631
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
1629
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PTabItem, decorators: [{
|
|
1632
1630
|
type: Component,
|
|
1633
1631
|
args: [{
|
|
1634
1632
|
selector: 'p-tab-item',
|
|
1635
1633
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1636
1634
|
template: '<ng-content></ng-content>',
|
|
1637
|
-
inputs
|
|
1635
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1636
|
+
inputs: ['active'],
|
|
1638
1637
|
}]
|
|
1639
1638
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1640
1639
|
let PTableContainer = class PTableContainer {
|
|
@@ -1644,19 +1643,19 @@ let PTableContainer = class PTableContainer {
|
|
|
1644
1643
|
this.el = r.nativeElement;
|
|
1645
1644
|
}
|
|
1646
1645
|
};
|
|
1647
|
-
PTableContainer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
1648
|
-
PTableContainer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
1646
|
+
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 });
|
|
1647
|
+
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 });
|
|
1649
1648
|
PTableContainer = __decorate([
|
|
1650
|
-
ProxyCmp({
|
|
1651
|
-
defineCustomElementFn: undefined
|
|
1652
|
-
})
|
|
1649
|
+
ProxyCmp({})
|
|
1653
1650
|
], PTableContainer);
|
|
1654
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
1651
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PTableContainer, decorators: [{
|
|
1655
1652
|
type: Component,
|
|
1656
1653
|
args: [{
|
|
1657
1654
|
selector: 'p-table-container',
|
|
1658
1655
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1659
|
-
template: '<ng-content></ng-content>'
|
|
1656
|
+
template: '<ng-content></ng-content>',
|
|
1657
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1658
|
+
inputs: [],
|
|
1660
1659
|
}]
|
|
1661
1660
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1662
1661
|
let PTableFooter = class PTableFooter {
|
|
@@ -1667,21 +1666,21 @@ let PTableFooter = class PTableFooter {
|
|
|
1667
1666
|
proxyOutputs(this, this.el, ['pageChange', 'pageSizeChange', 'export']);
|
|
1668
1667
|
}
|
|
1669
1668
|
};
|
|
1670
|
-
PTableFooter.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
1671
|
-
PTableFooter.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
1669
|
+
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 });
|
|
1670
|
+
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 });
|
|
1672
1671
|
PTableFooter = __decorate([
|
|
1673
1672
|
ProxyCmp({
|
|
1674
|
-
defineCustomElementFn: undefined,
|
|
1675
1673
|
inputs: ['enableExport', 'enablePageSize', 'enablePagination', 'hideOnSinglePage', 'loading', 'page', 'pageSize', 'pageSizeOptions', 'total']
|
|
1676
1674
|
})
|
|
1677
1675
|
], PTableFooter);
|
|
1678
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
1676
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PTableFooter, decorators: [{
|
|
1679
1677
|
type: Component,
|
|
1680
1678
|
args: [{
|
|
1681
1679
|
selector: 'p-table-footer',
|
|
1682
1680
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1683
1681
|
template: '<ng-content></ng-content>',
|
|
1684
|
-
|
|
1682
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1683
|
+
inputs: ['enableExport', 'enablePageSize', 'enablePagination', 'hideOnSinglePage', 'loading', 'page', 'pageSize', 'pageSizeOptions', 'total'],
|
|
1685
1684
|
}]
|
|
1686
1685
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1687
1686
|
let PTableHeader = class PTableHeader {
|
|
@@ -1692,21 +1691,21 @@ let PTableHeader = class PTableHeader {
|
|
|
1692
1691
|
proxyOutputs(this, this.el, ['quickFilter', 'queryChange', 'filter', 'edit']);
|
|
1693
1692
|
}
|
|
1694
1693
|
};
|
|
1695
|
-
PTableHeader.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
1696
|
-
PTableHeader.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
1694
|
+
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 });
|
|
1695
|
+
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 });
|
|
1697
1696
|
PTableHeader = __decorate([
|
|
1698
1697
|
ProxyCmp({
|
|
1699
|
-
defineCustomElementFn: undefined,
|
|
1700
1698
|
inputs: ['activeQuickFilterIdentifier', 'canEdit', 'editButtonTemplate', 'enableEdit', 'enableFilter', 'enableSearch', 'filterButtonTemplate', 'itemsSelectedAmount', 'loading', 'query', 'quickFilters', 'selectedFiltersAmount']
|
|
1701
1699
|
})
|
|
1702
1700
|
], PTableHeader);
|
|
1703
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
1701
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PTableHeader, decorators: [{
|
|
1704
1702
|
type: Component,
|
|
1705
1703
|
args: [{
|
|
1706
1704
|
selector: 'p-table-header',
|
|
1707
1705
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1708
1706
|
template: '<ng-content></ng-content>',
|
|
1709
|
-
|
|
1707
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1708
|
+
inputs: ['activeQuickFilterIdentifier', 'canEdit', 'editButtonTemplate', 'enableEdit', 'enableFilter', 'enableSearch', 'filterButtonTemplate', 'itemsSelectedAmount', 'loading', 'query', 'quickFilters', 'selectedFiltersAmount'],
|
|
1710
1709
|
}]
|
|
1711
1710
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1712
1711
|
let PTableRow = class PTableRow {
|
|
@@ -1716,21 +1715,21 @@ let PTableRow = class PTableRow {
|
|
|
1716
1715
|
this.el = r.nativeElement;
|
|
1717
1716
|
}
|
|
1718
1717
|
};
|
|
1719
|
-
PTableRow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
1720
|
-
PTableRow.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
1718
|
+
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 });
|
|
1719
|
+
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 });
|
|
1721
1720
|
PTableRow = __decorate([
|
|
1722
1721
|
ProxyCmp({
|
|
1723
|
-
defineCustomElementFn: undefined,
|
|
1724
1722
|
inputs: ['enableHover', 'variant']
|
|
1725
1723
|
})
|
|
1726
1724
|
], PTableRow);
|
|
1727
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
1725
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PTableRow, decorators: [{
|
|
1728
1726
|
type: Component,
|
|
1729
1727
|
args: [{
|
|
1730
1728
|
selector: 'p-table-row',
|
|
1731
1729
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1732
1730
|
template: '<ng-content></ng-content>',
|
|
1733
|
-
|
|
1731
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1732
|
+
inputs: ['enableHover', 'variant'],
|
|
1734
1733
|
}]
|
|
1735
1734
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1736
1735
|
let PToast = class PToast {
|
|
@@ -1741,21 +1740,21 @@ let PToast = class PToast {
|
|
|
1741
1740
|
proxyOutputs(this, this.el, ['action']);
|
|
1742
1741
|
}
|
|
1743
1742
|
};
|
|
1744
|
-
PToast.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
1745
|
-
PToast.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
1743
|
+
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 });
|
|
1744
|
+
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 });
|
|
1746
1745
|
PToast = __decorate([
|
|
1747
1746
|
ProxyCmp({
|
|
1748
|
-
defineCustomElementFn: undefined,
|
|
1749
1747
|
inputs: ['actionIcon', 'actionIconFlip', 'actionIconRotate', 'content', 'enableAction', 'header', 'variant']
|
|
1750
1748
|
})
|
|
1751
1749
|
], PToast);
|
|
1752
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
1750
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PToast, decorators: [{
|
|
1753
1751
|
type: Component,
|
|
1754
1752
|
args: [{
|
|
1755
1753
|
selector: 'p-toast',
|
|
1756
1754
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1757
1755
|
template: '<ng-content></ng-content>',
|
|
1758
|
-
|
|
1756
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1757
|
+
inputs: ['actionIcon', 'actionIconFlip', 'actionIconRotate', 'content', 'enableAction', 'header', 'variant'],
|
|
1759
1758
|
}]
|
|
1760
1759
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1761
1760
|
let PTooltip = class PTooltip {
|
|
@@ -1766,21 +1765,21 @@ let PTooltip = class PTooltip {
|
|
|
1766
1765
|
proxyOutputs(this, this.el, ['isOpen']);
|
|
1767
1766
|
}
|
|
1768
1767
|
};
|
|
1769
|
-
PTooltip.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
1770
|
-
PTooltip.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
1768
|
+
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 });
|
|
1769
|
+
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 });
|
|
1771
1770
|
PTooltip = __decorate([
|
|
1772
1771
|
ProxyCmp({
|
|
1773
|
-
defineCustomElementFn: undefined,
|
|
1774
1772
|
inputs: ['canManuallyClose', 'placement', 'popover', 'show', 'strategy', 'variant']
|
|
1775
1773
|
})
|
|
1776
1774
|
], PTooltip);
|
|
1777
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
1775
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PTooltip, decorators: [{
|
|
1778
1776
|
type: Component,
|
|
1779
1777
|
args: [{
|
|
1780
1778
|
selector: 'p-tooltip',
|
|
1781
1779
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1782
1780
|
template: '<ng-content></ng-content>',
|
|
1783
|
-
|
|
1781
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1782
|
+
inputs: ['canManuallyClose', 'placement', 'popover', 'show', 'strategy', 'variant'],
|
|
1784
1783
|
}]
|
|
1785
1784
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1786
1785
|
|
|
@@ -1844,10 +1843,10 @@ const DIRECTIVES = [
|
|
|
1844
1843
|
|
|
1845
1844
|
class StencilModule {
|
|
1846
1845
|
}
|
|
1847
|
-
StencilModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
1848
|
-
StencilModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0
|
|
1849
|
-
StencilModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0
|
|
1850
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
1846
|
+
StencilModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: StencilModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1847
|
+
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] });
|
|
1848
|
+
StencilModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: StencilModule });
|
|
1849
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: StencilModule, decorators: [{
|
|
1851
1850
|
type: NgModule,
|
|
1852
1851
|
args: [{
|
|
1853
1852
|
declarations: [...DIRECTIVES],
|
|
@@ -1857,20 +1856,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImpor
|
|
|
1857
1856
|
|
|
1858
1857
|
class OverlayModule {
|
|
1859
1858
|
}
|
|
1860
|
-
OverlayModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
1861
|
-
OverlayModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0
|
|
1859
|
+
OverlayModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: OverlayModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1860
|
+
OverlayModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.0", ngImport: i0, type: OverlayModule, imports: [CommonModule,
|
|
1862
1861
|
StencilModule,
|
|
1863
1862
|
OverlayModule$1,
|
|
1864
1863
|
PlatformModule,
|
|
1865
1864
|
ObserversModule,
|
|
1866
1865
|
PortalModule], exports: [PortalModule] });
|
|
1867
|
-
OverlayModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0
|
|
1866
|
+
OverlayModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: OverlayModule, imports: [CommonModule,
|
|
1868
1867
|
StencilModule,
|
|
1869
1868
|
OverlayModule$1,
|
|
1870
1869
|
PlatformModule,
|
|
1871
1870
|
ObserversModule,
|
|
1872
1871
|
PortalModule, PortalModule] });
|
|
1873
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
1872
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: OverlayModule, decorators: [{
|
|
1874
1873
|
type: NgModule,
|
|
1875
1874
|
args: [{
|
|
1876
1875
|
imports: [
|
|
@@ -1959,9 +1958,9 @@ class OverlayService {
|
|
|
1959
1958
|
}
|
|
1960
1959
|
}
|
|
1961
1960
|
}
|
|
1962
|
-
OverlayService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
1963
|
-
OverlayService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0
|
|
1964
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
1961
|
+
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 });
|
|
1962
|
+
OverlayService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: OverlayService });
|
|
1963
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: OverlayService, decorators: [{
|
|
1965
1964
|
type: Injectable
|
|
1966
1965
|
}], ctorParameters: function () { return [{ type: i0.Injector }, { type: i1.Overlay }]; } });
|
|
1967
1966
|
|
|
@@ -2168,12 +2167,12 @@ let BaseTableComponent = class BaseTableComponent extends BaseFormComponent {
|
|
|
2168
2167
|
return Object.keys(changes).length ? changes : null;
|
|
2169
2168
|
}
|
|
2170
2169
|
};
|
|
2171
|
-
BaseTableComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
2172
|
-
BaseTableComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
2170
|
+
BaseTableComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BaseTableComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2171
|
+
BaseTableComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", type: BaseTableComponent, selector: "ng-component", usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
2173
2172
|
BaseTableComponent = __decorate([
|
|
2174
2173
|
UntilDestroy({ checkProperties: true })
|
|
2175
2174
|
], BaseTableComponent);
|
|
2176
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
2175
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BaseTableComponent, decorators: [{
|
|
2177
2176
|
type: Component,
|
|
2178
2177
|
args: [{
|
|
2179
2178
|
template: ``,
|
|
@@ -2311,9 +2310,9 @@ class TableCell {
|
|
|
2311
2310
|
};
|
|
2312
2311
|
}
|
|
2313
2312
|
}
|
|
2314
|
-
TableCell.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
2315
|
-
TableCell.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
2316
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
2313
|
+
TableCell.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: TableCell, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2314
|
+
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"] }] });
|
|
2315
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: TableCell, decorators: [{
|
|
2317
2316
|
type: Component,
|
|
2318
2317
|
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"] }]
|
|
2319
2318
|
}], propDecorators: { variant: [{
|
|
@@ -2345,15 +2344,15 @@ let TableColumn = class TableColumn {
|
|
|
2345
2344
|
proxyOutputs(this, this.el, ['tableDefinitionChanged']);
|
|
2346
2345
|
}
|
|
2347
2346
|
};
|
|
2348
|
-
TableColumn.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
2349
|
-
TableColumn.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
2347
|
+
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 });
|
|
2348
|
+
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 });
|
|
2350
2349
|
TableColumn = __decorate([
|
|
2351
2350
|
ProxyCmp({
|
|
2352
2351
|
defineCustomElementFn: undefined,
|
|
2353
2352
|
inputs: ['align', 'name', 'path', 'sizes', 'type', 'useSlot'],
|
|
2354
2353
|
})
|
|
2355
2354
|
], TableColumn);
|
|
2356
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
2355
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: TableColumn, decorators: [{
|
|
2357
2356
|
type: Component,
|
|
2358
2357
|
args: [{
|
|
2359
2358
|
selector: 'p-table-column',
|
|
@@ -2371,9 +2370,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImpor
|
|
|
2371
2370
|
|
|
2372
2371
|
class TableFilterModalDirective {
|
|
2373
2372
|
}
|
|
2374
|
-
TableFilterModalDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
2375
|
-
TableFilterModalDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0
|
|
2376
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
2373
|
+
TableFilterModalDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: TableFilterModalDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
2374
|
+
TableFilterModalDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.0", type: TableFilterModalDirective, selector: "[p-table-filter-modal]", ngImport: i0 });
|
|
2375
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: TableFilterModalDirective, decorators: [{
|
|
2377
2376
|
type: Directive,
|
|
2378
2377
|
args: [{
|
|
2379
2378
|
selector: '[p-table-filter-modal]',
|
|
@@ -2401,15 +2400,15 @@ class TableFooterDirective extends BaseValueAccessor {
|
|
|
2401
2400
|
this.handleChangeEvent(Object.assign(Object.assign({}, this.lastValue), { [type]: value }));
|
|
2402
2401
|
}
|
|
2403
2402
|
}
|
|
2404
|
-
TableFooterDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
2405
|
-
TableFooterDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0
|
|
2403
|
+
TableFooterDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: TableFooterDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2404
|
+
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: [
|
|
2406
2405
|
{
|
|
2407
2406
|
provide: NG_VALUE_ACCESSOR,
|
|
2408
2407
|
useExisting: TableFooterDirective,
|
|
2409
2408
|
multi: true,
|
|
2410
2409
|
},
|
|
2411
2410
|
], usesInheritance: true, ngImport: i0 });
|
|
2412
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
2411
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: TableFooterDirective, decorators: [{
|
|
2413
2412
|
type: Directive,
|
|
2414
2413
|
args: [{
|
|
2415
2414
|
/* tslint:disable-next-line:directive-selector */
|
|
@@ -2454,15 +2453,15 @@ class TableHeaderDirective extends BaseValueAccessor {
|
|
|
2454
2453
|
quickFilter === null || quickFilter === void 0 ? void 0 : quickFilter.identifier;
|
|
2455
2454
|
}
|
|
2456
2455
|
}
|
|
2457
|
-
TableHeaderDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
2458
|
-
TableHeaderDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0
|
|
2456
|
+
TableHeaderDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: TableHeaderDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2457
|
+
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: [
|
|
2459
2458
|
{
|
|
2460
2459
|
provide: NG_VALUE_ACCESSOR,
|
|
2461
2460
|
useExisting: TableHeaderDirective,
|
|
2462
2461
|
multi: true,
|
|
2463
2462
|
},
|
|
2464
2463
|
], usesInheritance: true, ngImport: i0 });
|
|
2465
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
2464
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: TableHeaderDirective, decorators: [{
|
|
2466
2465
|
type: Directive,
|
|
2467
2466
|
args: [{
|
|
2468
2467
|
/* tslint:disable-next-line:directive-selector */
|
|
@@ -2967,12 +2966,12 @@ let Table = class Table {
|
|
|
2967
2966
|
return this._findRowAction(el === null || el === void 0 ? void 0 : el.parentElement);
|
|
2968
2967
|
}
|
|
2969
2968
|
};
|
|
2970
|
-
Table.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
2971
|
-
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 });
|
|
2969
|
+
Table.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: Table, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2970
|
+
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 });
|
|
2972
2971
|
Table = __decorate([
|
|
2973
2972
|
UntilDestroy({ checkProperties: true })
|
|
2974
2973
|
], Table);
|
|
2975
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
2974
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: Table, decorators: [{
|
|
2976
2975
|
type: Component,
|
|
2977
2976
|
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"] }]
|
|
2978
2977
|
}], ctorParameters: function () { return []; }, propDecorators: { items: [{
|
|
@@ -3188,15 +3187,15 @@ class TableNgxDirective extends BaseValueAccessor {
|
|
|
3188
3187
|
}
|
|
3189
3188
|
}
|
|
3190
3189
|
}
|
|
3191
|
-
TableNgxDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
3192
|
-
TableNgxDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0
|
|
3190
|
+
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 });
|
|
3191
|
+
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: [
|
|
3193
3192
|
{
|
|
3194
3193
|
provide: NG_VALUE_ACCESSOR,
|
|
3195
3194
|
useExisting: TableNgxDirective,
|
|
3196
3195
|
multi: true,
|
|
3197
3196
|
},
|
|
3198
3197
|
], usesInheritance: true, ngImport: i0 });
|
|
3199
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
3198
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: TableNgxDirective, decorators: [{
|
|
3200
3199
|
type: Directive,
|
|
3201
3200
|
args: [{
|
|
3202
3201
|
selector: 'p-table-ngx',
|
|
@@ -3262,15 +3261,15 @@ class TableDirective extends BaseValueAccessor {
|
|
|
3262
3261
|
quickFilter === null || quickFilter === void 0 ? void 0 : quickFilter.identifier;
|
|
3263
3262
|
}
|
|
3264
3263
|
}
|
|
3265
|
-
TableDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
3266
|
-
TableDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0
|
|
3264
|
+
TableDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: TableDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3265
|
+
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: [
|
|
3267
3266
|
{
|
|
3268
3267
|
provide: NG_VALUE_ACCESSOR,
|
|
3269
3268
|
useExisting: TableDirective,
|
|
3270
3269
|
multi: true,
|
|
3271
3270
|
},
|
|
3272
3271
|
], usesInheritance: true, ngImport: i0 });
|
|
3273
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
3272
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: TableDirective, decorators: [{
|
|
3274
3273
|
type: Directive,
|
|
3275
3274
|
args: [{
|
|
3276
3275
|
/* tslint:disable-next-line:directive-selector */
|
|
@@ -3302,10 +3301,10 @@ const TABLE_DIRECTIVES = [
|
|
|
3302
3301
|
|
|
3303
3302
|
class TableModule {
|
|
3304
3303
|
}
|
|
3305
|
-
TableModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
3306
|
-
TableModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0
|
|
3307
|
-
TableModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0
|
|
3308
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
3304
|
+
TableModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: TableModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3305
|
+
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] });
|
|
3306
|
+
TableModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: TableModule, imports: [CommonModule, StencilModule] });
|
|
3307
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: TableModule, decorators: [{
|
|
3309
3308
|
type: NgModule,
|
|
3310
3309
|
args: [{
|
|
3311
3310
|
imports: [CommonModule, StencilModule],
|
|
@@ -3358,9 +3357,9 @@ class ToastService {
|
|
|
3358
3357
|
return id;
|
|
3359
3358
|
}
|
|
3360
3359
|
}
|
|
3361
|
-
ToastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
3362
|
-
ToastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0
|
|
3363
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
3360
|
+
ToastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: ToastService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3361
|
+
ToastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: ToastService, providedIn: 'root' });
|
|
3362
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: ToastService, decorators: [{
|
|
3364
3363
|
type: Injectable,
|
|
3365
3364
|
args: [{
|
|
3366
3365
|
providedIn: 'root',
|
|
@@ -3392,9 +3391,9 @@ class ToastDirective {
|
|
|
3392
3391
|
this.dismiss.next(this.identifier);
|
|
3393
3392
|
}
|
|
3394
3393
|
}
|
|
3395
|
-
ToastDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
3396
|
-
ToastDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0
|
|
3397
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
3394
|
+
ToastDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: ToastDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
3395
|
+
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 });
|
|
3396
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: ToastDirective, decorators: [{
|
|
3398
3397
|
type: Directive,
|
|
3399
3398
|
args: [{
|
|
3400
3399
|
selector: 'p-toast',
|
|
@@ -3428,15 +3427,15 @@ let ToastContainer = class ToastContainer {
|
|
|
3428
3427
|
this._toastService.hide(identifier);
|
|
3429
3428
|
}
|
|
3430
3429
|
};
|
|
3431
|
-
ToastContainer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
3432
|
-
ToastContainer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0
|
|
3430
|
+
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 });
|
|
3431
|
+
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 });
|
|
3433
3432
|
ToastContainer = __decorate([
|
|
3434
3433
|
ProxyCmp({
|
|
3435
3434
|
defineCustomElementFn: undefined,
|
|
3436
3435
|
inputs: ['placement'],
|
|
3437
3436
|
})
|
|
3438
3437
|
], ToastContainer);
|
|
3439
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
3438
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: ToastContainer, decorators: [{
|
|
3440
3439
|
type: Component,
|
|
3441
3440
|
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" }]
|
|
3442
3441
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.NgZone }, { type: ToastService }]; } });
|
|
@@ -3449,10 +3448,10 @@ const TOAST_SERVICES = [ToastService];
|
|
|
3449
3448
|
|
|
3450
3449
|
class ToastModule {
|
|
3451
3450
|
}
|
|
3452
|
-
ToastModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
3453
|
-
ToastModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0
|
|
3454
|
-
ToastModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0
|
|
3455
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
3451
|
+
ToastModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: ToastModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3452
|
+
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] });
|
|
3453
|
+
ToastModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: ToastModule, imports: [CommonModule, StencilModule] });
|
|
3454
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: ToastModule, decorators: [{
|
|
3456
3455
|
type: NgModule,
|
|
3457
3456
|
args: [{
|
|
3458
3457
|
imports: [CommonModule, StencilModule],
|
|
@@ -3471,9 +3470,9 @@ class CustomCurrencyPipe {
|
|
|
3471
3470
|
return this._currencyPipe.transform(value, currencyCode, display, digitsInfo, locale);
|
|
3472
3471
|
}
|
|
3473
3472
|
}
|
|
3474
|
-
CustomCurrencyPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
3475
|
-
CustomCurrencyPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.0
|
|
3476
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
3473
|
+
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 });
|
|
3474
|
+
CustomCurrencyPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.1.0", ngImport: i0, type: CustomCurrencyPipe, name: "pcurrency" });
|
|
3475
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: CustomCurrencyPipe, decorators: [{
|
|
3477
3476
|
type: Pipe,
|
|
3478
3477
|
args: [{
|
|
3479
3478
|
name: 'pcurrency',
|
|
@@ -3488,9 +3487,9 @@ class CustomDatePipe {
|
|
|
3488
3487
|
return this._datePipe.transform(value, format);
|
|
3489
3488
|
}
|
|
3490
3489
|
}
|
|
3491
|
-
CustomDatePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
3492
|
-
CustomDatePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.0
|
|
3493
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
3490
|
+
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 });
|
|
3491
|
+
CustomDatePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.1.0", ngImport: i0, type: CustomDatePipe, name: "pdate" });
|
|
3492
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: CustomDatePipe, decorators: [{
|
|
3494
3493
|
type: Pipe,
|
|
3495
3494
|
args: [{
|
|
3496
3495
|
name: 'pdate',
|
|
@@ -3518,9 +3517,9 @@ class SafePipe {
|
|
|
3518
3517
|
}
|
|
3519
3518
|
}
|
|
3520
3519
|
}
|
|
3521
|
-
SafePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
3522
|
-
SafePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.0
|
|
3523
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
3520
|
+
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 });
|
|
3521
|
+
SafePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.1.0", ngImport: i0, type: SafePipe, name: "psafe" });
|
|
3522
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: SafePipe, decorators: [{
|
|
3524
3523
|
type: Pipe,
|
|
3525
3524
|
args: [{
|
|
3526
3525
|
name: 'psafe',
|
|
@@ -3538,10 +3537,10 @@ class PaperlessModule {
|
|
|
3538
3537
|
};
|
|
3539
3538
|
}
|
|
3540
3539
|
}
|
|
3541
|
-
PaperlessModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
|
|
3542
|
-
PaperlessModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0
|
|
3543
|
-
PaperlessModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0
|
|
3544
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0
|
|
3540
|
+
PaperlessModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PaperlessModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3541
|
+
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] });
|
|
3542
|
+
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] });
|
|
3543
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: PaperlessModule, decorators: [{
|
|
3545
3544
|
type: NgModule,
|
|
3546
3545
|
args: [{
|
|
3547
3546
|
imports: [CommonModule, StencilModule, ...MODULES],
|