@porsche-design-system/components-angular 3.8.0 → 3.9.0-rc.0
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/CHANGELOG.md +44 -2
- package/esm/lib/components/accordion.wrapper.d.ts +3 -5
- package/esm/lib/components/banner.wrapper.d.ts +3 -5
- package/esm/lib/components/barrel.d.ts +1 -64
- package/esm/lib/components/button-group.wrapper.d.ts +2 -5
- package/esm/lib/components/button-pure.wrapper.d.ts +5 -6
- package/esm/lib/components/button-tile.wrapper.d.ts +2 -5
- package/esm/lib/components/button.wrapper.d.ts +5 -6
- package/esm/lib/components/carousel.wrapper.d.ts +3 -5
- package/esm/lib/components/checkbox-wrapper.wrapper.d.ts +2 -5
- package/esm/lib/components/content-wrapper.wrapper.d.ts +2 -5
- package/esm/lib/components/crest.wrapper.d.ts +2 -5
- package/esm/lib/components/display.wrapper.d.ts +2 -5
- package/esm/lib/components/divider.wrapper.d.ts +2 -5
- package/esm/lib/components/fieldset-wrapper.wrapper.d.ts +2 -5
- package/esm/lib/components/fieldset.wrapper.d.ts +2 -5
- package/esm/lib/components/flex-item.wrapper.d.ts +2 -5
- package/esm/lib/components/flex.wrapper.d.ts +2 -5
- package/esm/lib/components/flyout.wrapper.d.ts +3 -5
- package/esm/lib/components/grid-item.wrapper.d.ts +2 -5
- package/esm/lib/components/grid.wrapper.d.ts +2 -5
- package/esm/lib/components/heading.wrapper.d.ts +2 -5
- package/esm/lib/components/headline.wrapper.d.ts +2 -5
- package/esm/lib/components/icon.wrapper.d.ts +2 -5
- package/esm/lib/components/inline-notification.wrapper.d.ts +3 -5
- package/esm/lib/components/link-pure.wrapper.d.ts +2 -5
- package/esm/lib/components/link-social.wrapper.d.ts +2 -5
- package/esm/lib/components/link-tile-model-signature.wrapper.d.ts +2 -5
- package/esm/lib/components/link-tile.wrapper.d.ts +2 -5
- package/esm/lib/components/link.wrapper.d.ts +2 -5
- package/esm/lib/components/marque.wrapper.d.ts +2 -5
- package/esm/lib/components/modal.wrapper.d.ts +3 -5
- package/esm/lib/components/model-signature.wrapper.d.ts +2 -5
- package/esm/lib/components/multi-select-option.wrapper.d.ts +2 -5
- package/esm/lib/components/multi-select.wrapper.d.ts +3 -5
- package/esm/lib/components/pagination.wrapper.d.ts +3 -5
- package/esm/lib/components/pin-code.wrapper.d.ts +3 -5
- package/esm/lib/components/popover.wrapper.d.ts +2 -5
- package/esm/lib/components/radio-button-wrapper.wrapper.d.ts +2 -5
- package/esm/lib/components/scroller.wrapper.d.ts +2 -5
- package/esm/lib/components/segmented-control-item.wrapper.d.ts +2 -5
- package/esm/lib/components/segmented-control.wrapper.d.ts +3 -5
- package/esm/lib/components/select-wrapper.wrapper.d.ts +2 -5
- package/esm/lib/components/spinner.wrapper.d.ts +2 -5
- package/esm/lib/components/stepper-horizontal-item.wrapper.d.ts +2 -5
- package/esm/lib/components/stepper-horizontal.wrapper.d.ts +3 -5
- package/esm/lib/components/switch.wrapper.d.ts +3 -5
- package/esm/lib/components/table-body.wrapper.d.ts +2 -5
- package/esm/lib/components/table-cell.wrapper.d.ts +2 -5
- package/esm/lib/components/table-head-cell.wrapper.d.ts +2 -5
- package/esm/lib/components/table-head-row.wrapper.d.ts +2 -5
- package/esm/lib/components/table-head.wrapper.d.ts +2 -5
- package/esm/lib/components/table-row.wrapper.d.ts +2 -5
- package/esm/lib/components/table.wrapper.d.ts +6 -8
- package/esm/lib/components/tabs-bar.wrapper.d.ts +3 -5
- package/esm/lib/components/tabs-item.wrapper.d.ts +2 -5
- package/esm/lib/components/tabs.wrapper.d.ts +6 -8
- package/esm/lib/components/tag-dismissible.wrapper.d.ts +2 -5
- package/esm/lib/components/tag.wrapper.d.ts +2 -5
- package/esm/lib/components/text-field-wrapper.wrapper.d.ts +3 -5
- package/esm/lib/components/text-list-item.wrapper.d.ts +2 -5
- package/esm/lib/components/text-list.wrapper.d.ts +2 -5
- package/esm/lib/components/text.wrapper.d.ts +2 -5
- package/esm/lib/components/textarea-wrapper.wrapper.d.ts +2 -5
- package/esm/lib/components/toast.wrapper.d.ts +2 -5
- package/esm/lib/components/wordmark.wrapper.d.ts +2 -5
- package/esm/lib/types.d.ts +15 -0
- package/esm/porsche-design-system.module.d.ts +5 -1
- package/esm/public-api.d.ts +2 -2
- package/esm/utils.d.ts +26 -7
- package/esm2020/lib/components/accordion.wrapper.mjs +16 -31
- package/esm2020/lib/components/banner.wrapper.mjs +14 -31
- package/esm2020/lib/components/button-group.wrapper.mjs +10 -29
- package/esm2020/lib/components/button-pure.wrapper.mjs +10 -29
- package/esm2020/lib/components/button-tile.wrapper.mjs +10 -29
- package/esm2020/lib/components/button.wrapper.mjs +10 -29
- package/esm2020/lib/components/carousel.wrapper.mjs +16 -31
- package/esm2020/lib/components/checkbox-wrapper.wrapper.mjs +10 -29
- package/esm2020/lib/components/content-wrapper.wrapper.mjs +10 -29
- package/esm2020/lib/components/crest.wrapper.mjs +10 -29
- package/esm2020/lib/components/display.wrapper.mjs +10 -29
- package/esm2020/lib/components/divider.wrapper.mjs +10 -29
- package/esm2020/lib/components/fieldset-wrapper.wrapper.mjs +10 -29
- package/esm2020/lib/components/fieldset.wrapper.mjs +10 -29
- package/esm2020/lib/components/flex-item.wrapper.mjs +10 -29
- package/esm2020/lib/components/flex.wrapper.mjs +10 -29
- package/esm2020/lib/components/flyout.wrapper.mjs +14 -31
- package/esm2020/lib/components/grid-item.wrapper.mjs +10 -29
- package/esm2020/lib/components/grid.wrapper.mjs +10 -29
- package/esm2020/lib/components/heading.wrapper.mjs +10 -29
- package/esm2020/lib/components/headline.wrapper.mjs +10 -29
- package/esm2020/lib/components/icon.wrapper.mjs +10 -29
- package/esm2020/lib/components/inline-notification.wrapper.mjs +15 -31
- package/esm2020/lib/components/link-pure.wrapper.mjs +10 -29
- package/esm2020/lib/components/link-social.wrapper.mjs +10 -29
- package/esm2020/lib/components/link-tile-model-signature.wrapper.mjs +10 -29
- package/esm2020/lib/components/link-tile.wrapper.mjs +10 -29
- package/esm2020/lib/components/link.wrapper.mjs +10 -29
- package/esm2020/lib/components/marque.wrapper.mjs +10 -29
- package/esm2020/lib/components/modal.wrapper.mjs +16 -31
- package/esm2020/lib/components/model-signature.wrapper.mjs +10 -29
- package/esm2020/lib/components/multi-select-option.wrapper.mjs +10 -29
- package/esm2020/lib/components/multi-select.wrapper.mjs +14 -31
- package/esm2020/lib/components/pagination.wrapper.mjs +16 -31
- package/esm2020/lib/components/pin-code.wrapper.mjs +14 -31
- package/esm2020/lib/components/popover.wrapper.mjs +10 -29
- package/esm2020/lib/components/radio-button-wrapper.wrapper.mjs +10 -29
- package/esm2020/lib/components/scroller.wrapper.mjs +10 -29
- package/esm2020/lib/components/segmented-control-item.wrapper.mjs +10 -29
- package/esm2020/lib/components/segmented-control.wrapper.mjs +16 -31
- package/esm2020/lib/components/select-wrapper.wrapper.mjs +10 -29
- package/esm2020/lib/components/spinner.wrapper.mjs +10 -29
- package/esm2020/lib/components/stepper-horizontal-item.wrapper.mjs +10 -29
- package/esm2020/lib/components/stepper-horizontal.wrapper.mjs +16 -31
- package/esm2020/lib/components/switch.wrapper.mjs +16 -31
- package/esm2020/lib/components/table-body.wrapper.mjs +9 -25
- package/esm2020/lib/components/table-cell.wrapper.mjs +10 -29
- package/esm2020/lib/components/table-head-cell.wrapper.mjs +10 -29
- package/esm2020/lib/components/table-head-row.wrapper.mjs +9 -25
- package/esm2020/lib/components/table-head.wrapper.mjs +9 -25
- package/esm2020/lib/components/table-row.wrapper.mjs +9 -25
- package/esm2020/lib/components/table.wrapper.mjs +16 -31
- package/esm2020/lib/components/tabs-bar.wrapper.mjs +16 -31
- package/esm2020/lib/components/tabs-item.wrapper.mjs +10 -29
- package/esm2020/lib/components/tabs.wrapper.mjs +16 -31
- package/esm2020/lib/components/tag-dismissible.wrapper.mjs +10 -29
- package/esm2020/lib/components/tag.wrapper.mjs +10 -29
- package/esm2020/lib/components/text-field-wrapper.wrapper.mjs +14 -31
- package/esm2020/lib/components/text-list-item.wrapper.mjs +9 -25
- package/esm2020/lib/components/text-list.wrapper.mjs +10 -29
- package/esm2020/lib/components/text.wrapper.mjs +10 -29
- package/esm2020/lib/components/textarea-wrapper.wrapper.mjs +10 -29
- package/esm2020/lib/components/toast.wrapper.mjs +10 -29
- package/esm2020/lib/components/wordmark.wrapper.mjs +10 -29
- package/esm2020/lib/types.mjs +1 -1
- package/esm2020/porsche-design-system.module.mjs +22 -5
- package/esm2020/public-api.mjs +2 -1
- package/esm2020/utils.mjs +43 -39
- package/fesm2015/porsche-design-system-components-angular.mjs +717 -2038
- package/fesm2015/porsche-design-system-components-angular.mjs.map +1 -1
- package/fesm2020/porsche-design-system-components-angular.mjs +717 -1782
- package/fesm2020/porsche-design-system-components-angular.mjs.map +1 -1
- package/package.json +5 -4
|
@@ -1,2324 +1,988 @@
|
|
|
1
1
|
import { load } from '@porsche-design-system/components-js';
|
|
2
2
|
export { componentsReady } from '@porsche-design-system/components-js';
|
|
3
3
|
import * as i0 from '@angular/core';
|
|
4
|
-
import {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
};
|
|
17
|
-
inputs.forEach(callback);
|
|
18
|
-
};
|
|
19
|
-
// NOTE: only relevant if components use the @Method() decorator
|
|
20
|
-
// currently our AngularWrapperGenerator doesn't support this
|
|
21
|
-
// const proxyMethods = (Cmp: any, methods: string[]) => {
|
|
22
|
-
// const Prototype = Cmp.prototype;
|
|
23
|
-
// methods.forEach((methodName) => {
|
|
24
|
-
// Prototype[methodName] = function () {
|
|
25
|
-
// const args = arguments;
|
|
26
|
-
// return this.z.runOutsideAngular(() => this.el[methodName].apply(this.el, args));
|
|
27
|
-
// };
|
|
28
|
-
// });
|
|
29
|
-
// };
|
|
30
|
-
const proxyOutputs = (instance, events) => {
|
|
31
|
-
events.forEach((event) => (instance[event] = new EventEmitter()));
|
|
32
|
-
};
|
|
33
|
-
// tslint:disable-next-line: only-arrow-functions
|
|
34
|
-
function ProxyCmp({ inputs /*, methods*/ }) {
|
|
35
|
-
return function (component) {
|
|
36
|
-
if (inputs) {
|
|
37
|
-
proxyInputs(component, inputs);
|
|
4
|
+
import { InjectionToken, Component, ChangeDetectionStrategy, inject, EventEmitter, NgModule, Optional, Injectable } from '@angular/core';
|
|
5
|
+
import { BehaviorSubject } from 'rxjs';
|
|
6
|
+
|
|
7
|
+
const THEME_TOKEN = new InjectionToken('pdsTheme');
|
|
8
|
+
class BaseComponent {
|
|
9
|
+
constructor(cdr, elementRef) {
|
|
10
|
+
cdr.detach();
|
|
11
|
+
this.el = elementRef.nativeElement;
|
|
12
|
+
}
|
|
13
|
+
ngOnChanges(props) {
|
|
14
|
+
for (const prop in props) {
|
|
15
|
+
this.el[prop] = props[prop].currentValue;
|
|
38
16
|
}
|
|
39
|
-
// if (methods) {
|
|
40
|
-
// proxyMethods(component, methods);
|
|
41
|
-
// }
|
|
42
|
-
return component;
|
|
43
|
-
};
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
var __decorate$$ = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
47
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
48
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
49
|
-
r = Reflect.decorate(decorators, target, key, desc);
|
|
50
|
-
else
|
|
51
|
-
for (var i = decorators.length - 1; i >= 0; i--)
|
|
52
|
-
if (d = decorators[i])
|
|
53
|
-
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
54
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
55
|
-
};
|
|
56
|
-
const inputs$W = ['compact', 'heading', 'open', 'size', 'tag', 'theme'];
|
|
57
|
-
const outputs$f = ['accordionChange', 'update'];
|
|
58
|
-
let PAccordion = class PAccordion {
|
|
59
|
-
constructor(c, r, z) {
|
|
60
|
-
this.z = z;
|
|
61
|
-
c.detach();
|
|
62
|
-
this.el = r.nativeElement;
|
|
63
|
-
proxyOutputs(this, outputs$f);
|
|
64
17
|
}
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
18
|
+
}
|
|
19
|
+
BaseComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BaseComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
20
|
+
BaseComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: BaseComponent, selector: "ng-component", usesOnChanges: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
21
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BaseComponent, decorators: [{
|
|
22
|
+
type: Component,
|
|
23
|
+
args: [{
|
|
24
|
+
template: '',
|
|
25
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
26
|
+
}]
|
|
27
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }]; } });
|
|
28
|
+
class BaseComponentWithTheme extends BaseComponent {
|
|
29
|
+
constructor() {
|
|
30
|
+
super(...arguments);
|
|
31
|
+
this.themeSubscription = inject(THEME_TOKEN).subscribe((theme) => {
|
|
32
|
+
this.el.theme = this.theme || theme;
|
|
33
|
+
});
|
|
34
|
+
}
|
|
35
|
+
ngOnDestroy() {
|
|
36
|
+
// need to manually unsubscribe or otherwise subscription is still active even after unmount
|
|
37
|
+
// https://rafaelneto.dev/en/blog/unsubscribing-behaviorsubject-observable-angular/
|
|
38
|
+
this.themeSubscription.unsubscribe();
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
BaseComponentWithTheme.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BaseComponentWithTheme, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
42
|
+
BaseComponentWithTheme.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: BaseComponentWithTheme, selector: "ng-component", usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
43
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BaseComponentWithTheme, decorators: [{
|
|
44
|
+
type: Component,
|
|
45
|
+
args: [{
|
|
46
|
+
template: '',
|
|
47
|
+
}]
|
|
48
|
+
}] });
|
|
49
|
+
|
|
50
|
+
class PAccordion extends BaseComponentWithTheme {
|
|
51
|
+
constructor() {
|
|
52
|
+
super(...arguments);
|
|
53
|
+
/** @deprecated */
|
|
54
|
+
this.accordionChange = new EventEmitter();
|
|
55
|
+
this.update = new EventEmitter();
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
PAccordion.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PAccordion, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
59
|
+
PAccordion.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PAccordion, selector: "p-accordion,[p-accordion]", inputs: { compact: "compact", heading: "heading", open: "open", size: "size", tag: "tag", theme: "theme" }, outputs: { accordionChange: "accordionChange", update: "update" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
73
60
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PAccordion, decorators: [{
|
|
74
61
|
type: Component,
|
|
75
62
|
args: [{
|
|
76
63
|
selector: 'p-accordion,[p-accordion]',
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
r = Reflect.decorate(decorators, target, key, desc);
|
|
88
|
-
else
|
|
89
|
-
for (var i = decorators.length - 1; i >= 0; i--)
|
|
90
|
-
if (d = decorators[i])
|
|
91
|
-
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
92
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
93
|
-
};
|
|
94
|
-
const inputs$V = ['description', 'dismissButton', 'heading', 'open', 'persistent', 'state', 'theme', 'width'];
|
|
95
|
-
const outputs$e = ['dismiss'];
|
|
96
|
-
let PBanner = class PBanner {
|
|
97
|
-
constructor(c, r, z) {
|
|
98
|
-
this.z = z;
|
|
99
|
-
c.detach();
|
|
100
|
-
this.el = r.nativeElement;
|
|
101
|
-
proxyOutputs(this, outputs$e);
|
|
64
|
+
template: '<ng-content />',
|
|
65
|
+
inputs: ['compact', 'heading', 'open', 'size', 'tag', 'theme'],
|
|
66
|
+
outputs: ['accordionChange', 'update']
|
|
67
|
+
}]
|
|
68
|
+
}] });
|
|
69
|
+
|
|
70
|
+
class PBanner extends BaseComponentWithTheme {
|
|
71
|
+
constructor() {
|
|
72
|
+
super(...arguments);
|
|
73
|
+
this.dismiss = new EventEmitter();
|
|
102
74
|
}
|
|
103
|
-
}
|
|
104
|
-
PBanner.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PBanner, deps:
|
|
105
|
-
PBanner.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PBanner, selector: "p-banner,[p-banner]", inputs: { description: "description", dismissButton: "dismissButton", heading: "heading", open: "open", persistent: "persistent", state: "state", theme: "theme", width: "width" }, outputs: { dismiss: "dismiss" }, ngImport: i0, template: '<ng-content
|
|
106
|
-
PBanner = __decorate$_([
|
|
107
|
-
ProxyCmp({
|
|
108
|
-
inputs: inputs$V
|
|
109
|
-
})
|
|
110
|
-
], PBanner);
|
|
75
|
+
}
|
|
76
|
+
PBanner.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PBanner, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
77
|
+
PBanner.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PBanner, selector: "p-banner,[p-banner]", inputs: { description: "description", dismissButton: "dismissButton", heading: "heading", open: "open", persistent: "persistent", state: "state", theme: "theme", width: "width" }, outputs: { dismiss: "dismiss" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
111
78
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PBanner, decorators: [{
|
|
112
79
|
type: Component,
|
|
113
80
|
args: [{
|
|
114
81
|
selector: 'p-banner,[p-banner]',
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
r = Reflect.decorate(decorators, target, key, desc);
|
|
126
|
-
else
|
|
127
|
-
for (var i = decorators.length - 1; i >= 0; i--)
|
|
128
|
-
if (d = decorators[i])
|
|
129
|
-
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
130
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
131
|
-
};
|
|
132
|
-
const inputs$U = ['aria', 'disabled', 'hideLabel', 'icon', 'iconSource', 'loading', 'theme', 'type', 'variant'];
|
|
133
|
-
let PButton = class PButton {
|
|
134
|
-
constructor(c, r, z) {
|
|
135
|
-
this.z = z;
|
|
136
|
-
c.detach();
|
|
137
|
-
this.el = r.nativeElement;
|
|
138
|
-
}
|
|
139
|
-
};
|
|
140
|
-
PButton.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
141
|
-
PButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PButton, selector: "p-button,[p-button]", inputs: { aria: "aria", disabled: "disabled", hideLabel: "hideLabel", icon: "icon", iconSource: "iconSource", loading: "loading", theme: "theme", type: "type", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
142
|
-
PButton = __decorate$Z([
|
|
143
|
-
ProxyCmp({
|
|
144
|
-
inputs: inputs$U
|
|
145
|
-
})
|
|
146
|
-
], PButton);
|
|
82
|
+
template: '<ng-content />',
|
|
83
|
+
inputs: ['description', 'dismissButton', 'heading', 'open', 'persistent', 'state', 'theme', 'width'],
|
|
84
|
+
outputs: ['dismiss']
|
|
85
|
+
}]
|
|
86
|
+
}] });
|
|
87
|
+
|
|
88
|
+
class PButton extends BaseComponentWithTheme {
|
|
89
|
+
}
|
|
90
|
+
PButton.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PButton, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
91
|
+
PButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PButton, selector: "p-button,[p-button]", inputs: { aria: "aria", disabled: "disabled", hideLabel: "hideLabel", icon: "icon", iconSource: "iconSource", loading: "loading", name: "name", theme: "theme", type: "type", value: "value", variant: "variant" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
147
92
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PButton, decorators: [{
|
|
148
93
|
type: Component,
|
|
149
94
|
args: [{
|
|
150
95
|
selector: 'p-button,[p-button]',
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
r = Reflect.decorate(decorators, target, key, desc);
|
|
161
|
-
else
|
|
162
|
-
for (var i = decorators.length - 1; i >= 0; i--)
|
|
163
|
-
if (d = decorators[i])
|
|
164
|
-
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
165
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
166
|
-
};
|
|
167
|
-
const inputs$T = ['direction'];
|
|
168
|
-
let PButtonGroup = class PButtonGroup {
|
|
169
|
-
constructor(c, r, z) {
|
|
170
|
-
this.z = z;
|
|
171
|
-
c.detach();
|
|
172
|
-
this.el = r.nativeElement;
|
|
173
|
-
}
|
|
174
|
-
};
|
|
175
|
-
PButtonGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PButtonGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
176
|
-
PButtonGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PButtonGroup, selector: "p-button-group,[p-button-group]", inputs: { direction: "direction" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
177
|
-
PButtonGroup = __decorate$Y([
|
|
178
|
-
ProxyCmp({
|
|
179
|
-
inputs: inputs$T
|
|
180
|
-
})
|
|
181
|
-
], PButtonGroup);
|
|
96
|
+
template: '<ng-content />',
|
|
97
|
+
inputs: ['aria', 'disabled', 'hideLabel', 'icon', 'iconSource', 'loading', 'name', 'theme', 'type', 'value', 'variant']
|
|
98
|
+
}]
|
|
99
|
+
}] });
|
|
100
|
+
|
|
101
|
+
class PButtonGroup extends BaseComponent {
|
|
102
|
+
}
|
|
103
|
+
PButtonGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PButtonGroup, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
104
|
+
PButtonGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PButtonGroup, selector: "p-button-group,[p-button-group]", inputs: { direction: "direction" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
182
105
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PButtonGroup, decorators: [{
|
|
183
106
|
type: Component,
|
|
184
107
|
args: [{
|
|
185
108
|
selector: 'p-button-group,[p-button-group]',
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
r = Reflect.decorate(decorators, target, key, desc);
|
|
196
|
-
else
|
|
197
|
-
for (var i = decorators.length - 1; i >= 0; i--)
|
|
198
|
-
if (d = decorators[i])
|
|
199
|
-
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
200
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
201
|
-
};
|
|
202
|
-
const inputs$S = ['active', 'alignLabel', 'aria', 'disabled', 'hideLabel', 'icon', 'iconSource', 'loading', 'size', 'stretch', 'theme', 'type', 'weight'];
|
|
203
|
-
let PButtonPure = class PButtonPure {
|
|
204
|
-
constructor(c, r, z) {
|
|
205
|
-
this.z = z;
|
|
206
|
-
c.detach();
|
|
207
|
-
this.el = r.nativeElement;
|
|
208
|
-
}
|
|
209
|
-
};
|
|
210
|
-
PButtonPure.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PButtonPure, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
211
|
-
PButtonPure.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PButtonPure, selector: "p-button-pure,[p-button-pure]", inputs: { active: "active", alignLabel: "alignLabel", aria: "aria", disabled: "disabled", hideLabel: "hideLabel", icon: "icon", iconSource: "iconSource", loading: "loading", size: "size", stretch: "stretch", theme: "theme", type: "type", weight: "weight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
212
|
-
PButtonPure = __decorate$X([
|
|
213
|
-
ProxyCmp({
|
|
214
|
-
inputs: inputs$S
|
|
215
|
-
})
|
|
216
|
-
], PButtonPure);
|
|
109
|
+
template: '<ng-content />',
|
|
110
|
+
inputs: ['direction']
|
|
111
|
+
}]
|
|
112
|
+
}] });
|
|
113
|
+
|
|
114
|
+
class PButtonPure extends BaseComponentWithTheme {
|
|
115
|
+
}
|
|
116
|
+
PButtonPure.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PButtonPure, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
117
|
+
PButtonPure.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PButtonPure, selector: "p-button-pure,[p-button-pure]", inputs: { active: "active", alignLabel: "alignLabel", aria: "aria", disabled: "disabled", hideLabel: "hideLabel", icon: "icon", iconSource: "iconSource", loading: "loading", name: "name", size: "size", stretch: "stretch", theme: "theme", type: "type", value: "value", weight: "weight" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
217
118
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PButtonPure, decorators: [{
|
|
218
119
|
type: Component,
|
|
219
120
|
args: [{
|
|
220
121
|
selector: 'p-button-pure,[p-button-pure]',
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
r = Reflect.decorate(decorators, target, key, desc);
|
|
231
|
-
else
|
|
232
|
-
for (var i = decorators.length - 1; i >= 0; i--)
|
|
233
|
-
if (d = decorators[i])
|
|
234
|
-
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
235
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
236
|
-
};
|
|
237
|
-
const inputs$R = ['align', 'aria', 'aspectRatio', 'background', 'compact', 'description', 'disabled', 'gradient', 'icon', 'iconSource', 'label', 'loading', 'size', 'type', 'weight'];
|
|
238
|
-
let PButtonTile = class PButtonTile {
|
|
239
|
-
constructor(c, r, z) {
|
|
240
|
-
this.z = z;
|
|
241
|
-
c.detach();
|
|
242
|
-
this.el = r.nativeElement;
|
|
243
|
-
}
|
|
244
|
-
};
|
|
245
|
-
PButtonTile.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PButtonTile, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
246
|
-
PButtonTile.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PButtonTile, selector: "p-button-tile,[p-button-tile]", inputs: { align: "align", aria: "aria", aspectRatio: "aspectRatio", background: "background", compact: "compact", description: "description", disabled: "disabled", gradient: "gradient", icon: "icon", iconSource: "iconSource", label: "label", loading: "loading", size: "size", type: "type", weight: "weight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
247
|
-
PButtonTile = __decorate$W([
|
|
248
|
-
ProxyCmp({
|
|
249
|
-
inputs: inputs$R
|
|
250
|
-
})
|
|
251
|
-
], PButtonTile);
|
|
122
|
+
template: '<ng-content />',
|
|
123
|
+
inputs: ['active', 'alignLabel', 'aria', 'disabled', 'hideLabel', 'icon', 'iconSource', 'loading', 'name', 'size', 'stretch', 'theme', 'type', 'value', 'weight']
|
|
124
|
+
}]
|
|
125
|
+
}] });
|
|
126
|
+
|
|
127
|
+
class PButtonTile extends BaseComponent {
|
|
128
|
+
}
|
|
129
|
+
PButtonTile.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PButtonTile, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
130
|
+
PButtonTile.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PButtonTile, selector: "p-button-tile,[p-button-tile]", inputs: { align: "align", aria: "aria", aspectRatio: "aspectRatio", background: "background", compact: "compact", description: "description", disabled: "disabled", gradient: "gradient", icon: "icon", iconSource: "iconSource", label: "label", loading: "loading", size: "size", type: "type", weight: "weight" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
252
131
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PButtonTile, decorators: [{
|
|
253
132
|
type: Component,
|
|
254
133
|
args: [{
|
|
255
134
|
selector: 'p-button-tile,[p-button-tile]',
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
for (var i = decorators.length - 1; i >= 0; i--)
|
|
268
|
-
if (d = decorators[i])
|
|
269
|
-
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
270
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
271
|
-
};
|
|
272
|
-
const inputs$Q = ['activeSlideIndex', 'alignHeader', 'description', 'disablePagination', 'heading', 'intl', 'pagination', 'rewind', 'skipLinkTarget', 'slidesPerPage', 'theme', 'width', 'wrapContent'];
|
|
273
|
-
const outputs$d = ['carouselChange', 'update'];
|
|
274
|
-
let PCarousel = class PCarousel {
|
|
275
|
-
constructor(c, r, z) {
|
|
276
|
-
this.z = z;
|
|
277
|
-
c.detach();
|
|
278
|
-
this.el = r.nativeElement;
|
|
279
|
-
proxyOutputs(this, outputs$d);
|
|
135
|
+
template: '<ng-content />',
|
|
136
|
+
inputs: ['align', 'aria', 'aspectRatio', 'background', 'compact', 'description', 'disabled', 'gradient', 'icon', 'iconSource', 'label', 'loading', 'size', 'type', 'weight']
|
|
137
|
+
}]
|
|
138
|
+
}] });
|
|
139
|
+
|
|
140
|
+
class PCarousel extends BaseComponentWithTheme {
|
|
141
|
+
constructor() {
|
|
142
|
+
super(...arguments);
|
|
143
|
+
/** @deprecated */
|
|
144
|
+
this.carouselChange = new EventEmitter();
|
|
145
|
+
this.update = new EventEmitter();
|
|
280
146
|
}
|
|
281
|
-
}
|
|
282
|
-
PCarousel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PCarousel, deps:
|
|
283
|
-
PCarousel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PCarousel, selector: "p-carousel,[p-carousel]", inputs: { activeSlideIndex: "activeSlideIndex", alignHeader: "alignHeader", description: "description", disablePagination: "disablePagination", heading: "heading", intl: "intl", pagination: "pagination", rewind: "rewind", skipLinkTarget: "skipLinkTarget", slidesPerPage: "slidesPerPage", theme: "theme", width: "width", wrapContent: "wrapContent" }, outputs: { carouselChange: "carouselChange", update: "update" }, ngImport: i0, template: '<ng-content
|
|
284
|
-
PCarousel = __decorate$V([
|
|
285
|
-
ProxyCmp({
|
|
286
|
-
inputs: inputs$Q
|
|
287
|
-
})
|
|
288
|
-
], PCarousel);
|
|
147
|
+
}
|
|
148
|
+
PCarousel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PCarousel, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
149
|
+
PCarousel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PCarousel, selector: "p-carousel,[p-carousel]", inputs: { activeSlideIndex: "activeSlideIndex", alignHeader: "alignHeader", description: "description", disablePagination: "disablePagination", heading: "heading", intl: "intl", pagination: "pagination", rewind: "rewind", skipLinkTarget: "skipLinkTarget", slidesPerPage: "slidesPerPage", theme: "theme", width: "width", wrapContent: "wrapContent" }, outputs: { carouselChange: "carouselChange", update: "update" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
289
150
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PCarousel, decorators: [{
|
|
290
151
|
type: Component,
|
|
291
152
|
args: [{
|
|
292
153
|
selector: 'p-carousel,[p-carousel]',
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
r = Reflect.decorate(decorators, target, key, desc);
|
|
304
|
-
else
|
|
305
|
-
for (var i = decorators.length - 1; i >= 0; i--)
|
|
306
|
-
if (d = decorators[i])
|
|
307
|
-
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
308
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
309
|
-
};
|
|
310
|
-
const inputs$P = ['hideLabel', 'label', 'loading', 'message', 'state', 'theme'];
|
|
311
|
-
let PCheckboxWrapper = class PCheckboxWrapper {
|
|
312
|
-
constructor(c, r, z) {
|
|
313
|
-
this.z = z;
|
|
314
|
-
c.detach();
|
|
315
|
-
this.el = r.nativeElement;
|
|
316
|
-
}
|
|
317
|
-
};
|
|
318
|
-
PCheckboxWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PCheckboxWrapper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
319
|
-
PCheckboxWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PCheckboxWrapper, selector: "p-checkbox-wrapper,[p-checkbox-wrapper]", inputs: { hideLabel: "hideLabel", label: "label", loading: "loading", message: "message", state: "state", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
320
|
-
PCheckboxWrapper = __decorate$U([
|
|
321
|
-
ProxyCmp({
|
|
322
|
-
inputs: inputs$P
|
|
323
|
-
})
|
|
324
|
-
], PCheckboxWrapper);
|
|
154
|
+
template: '<ng-content />',
|
|
155
|
+
inputs: ['activeSlideIndex', 'alignHeader', 'description', 'disablePagination', 'heading', 'intl', 'pagination', 'rewind', 'skipLinkTarget', 'slidesPerPage', 'theme', 'width', 'wrapContent'],
|
|
156
|
+
outputs: ['carouselChange', 'update']
|
|
157
|
+
}]
|
|
158
|
+
}] });
|
|
159
|
+
|
|
160
|
+
class PCheckboxWrapper extends BaseComponentWithTheme {
|
|
161
|
+
}
|
|
162
|
+
PCheckboxWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PCheckboxWrapper, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
163
|
+
PCheckboxWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PCheckboxWrapper, selector: "p-checkbox-wrapper,[p-checkbox-wrapper]", inputs: { hideLabel: "hideLabel", label: "label", loading: "loading", message: "message", state: "state", theme: "theme" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
325
164
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PCheckboxWrapper, decorators: [{
|
|
326
165
|
type: Component,
|
|
327
166
|
args: [{
|
|
328
167
|
selector: 'p-checkbox-wrapper,[p-checkbox-wrapper]',
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
var __decorate$T = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
336
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
337
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
338
|
-
r = Reflect.decorate(decorators, target, key, desc);
|
|
339
|
-
else
|
|
340
|
-
for (var i = decorators.length - 1; i >= 0; i--)
|
|
341
|
-
if (d = decorators[i])
|
|
342
|
-
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
343
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
344
|
-
};
|
|
345
|
-
const inputs$O = ['backgroundColor', 'theme', 'width'];
|
|
168
|
+
template: '<ng-content />',
|
|
169
|
+
inputs: ['hideLabel', 'label', 'loading', 'message', 'state', 'theme']
|
|
170
|
+
}]
|
|
171
|
+
}] });
|
|
172
|
+
|
|
346
173
|
/** @deprecated since v3.0.0, will be removed with next major release. Use native CSS Grid instead. */
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
this.el = r.nativeElement;
|
|
352
|
-
}
|
|
353
|
-
};
|
|
354
|
-
PContentWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PContentWrapper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
355
|
-
PContentWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PContentWrapper, selector: "p-content-wrapper,[p-content-wrapper]", inputs: { backgroundColor: "backgroundColor", theme: "theme", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
356
|
-
PContentWrapper = __decorate$T([
|
|
357
|
-
ProxyCmp({
|
|
358
|
-
inputs: inputs$O
|
|
359
|
-
})
|
|
360
|
-
], PContentWrapper);
|
|
174
|
+
class PContentWrapper extends BaseComponentWithTheme {
|
|
175
|
+
}
|
|
176
|
+
PContentWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PContentWrapper, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
177
|
+
PContentWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PContentWrapper, selector: "p-content-wrapper,[p-content-wrapper]", inputs: { backgroundColor: "backgroundColor", theme: "theme", width: "width" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
361
178
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PContentWrapper, decorators: [{
|
|
362
179
|
type: Component,
|
|
363
180
|
args: [{
|
|
364
181
|
selector: 'p-content-wrapper,[p-content-wrapper]',
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
r = Reflect.decorate(decorators, target, key, desc);
|
|
375
|
-
else
|
|
376
|
-
for (var i = decorators.length - 1; i >= 0; i--)
|
|
377
|
-
if (d = decorators[i])
|
|
378
|
-
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
379
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
380
|
-
};
|
|
381
|
-
const inputs$N = ['aria', 'href', 'target'];
|
|
382
|
-
let PCrest = class PCrest {
|
|
383
|
-
constructor(c, r, z) {
|
|
384
|
-
this.z = z;
|
|
385
|
-
c.detach();
|
|
386
|
-
this.el = r.nativeElement;
|
|
387
|
-
}
|
|
388
|
-
};
|
|
389
|
-
PCrest.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PCrest, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
390
|
-
PCrest.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PCrest, selector: "p-crest,[p-crest]", inputs: { aria: "aria", href: "href", target: "target" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
391
|
-
PCrest = __decorate$S([
|
|
392
|
-
ProxyCmp({
|
|
393
|
-
inputs: inputs$N
|
|
394
|
-
})
|
|
395
|
-
], PCrest);
|
|
182
|
+
template: '<ng-content />',
|
|
183
|
+
inputs: ['backgroundColor', 'theme', 'width']
|
|
184
|
+
}]
|
|
185
|
+
}] });
|
|
186
|
+
|
|
187
|
+
class PCrest extends BaseComponent {
|
|
188
|
+
}
|
|
189
|
+
PCrest.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PCrest, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
190
|
+
PCrest.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PCrest, selector: "p-crest,[p-crest]", inputs: { aria: "aria", href: "href", target: "target" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
396
191
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PCrest, decorators: [{
|
|
397
192
|
type: Component,
|
|
398
193
|
args: [{
|
|
399
194
|
selector: 'p-crest,[p-crest]',
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
r = Reflect.decorate(decorators, target, key, desc);
|
|
410
|
-
else
|
|
411
|
-
for (var i = decorators.length - 1; i >= 0; i--)
|
|
412
|
-
if (d = decorators[i])
|
|
413
|
-
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
414
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
415
|
-
};
|
|
416
|
-
const inputs$M = ['align', 'color', 'ellipsis', 'size', 'tag', 'theme'];
|
|
417
|
-
let PDisplay = class PDisplay {
|
|
418
|
-
constructor(c, r, z) {
|
|
419
|
-
this.z = z;
|
|
420
|
-
c.detach();
|
|
421
|
-
this.el = r.nativeElement;
|
|
422
|
-
}
|
|
423
|
-
};
|
|
424
|
-
PDisplay.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PDisplay, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
425
|
-
PDisplay.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PDisplay, selector: "p-display,[p-display]", inputs: { align: "align", color: "color", ellipsis: "ellipsis", size: "size", tag: "tag", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
426
|
-
PDisplay = __decorate$R([
|
|
427
|
-
ProxyCmp({
|
|
428
|
-
inputs: inputs$M
|
|
429
|
-
})
|
|
430
|
-
], PDisplay);
|
|
195
|
+
template: '<ng-content />',
|
|
196
|
+
inputs: ['aria', 'href', 'target']
|
|
197
|
+
}]
|
|
198
|
+
}] });
|
|
199
|
+
|
|
200
|
+
class PDisplay extends BaseComponentWithTheme {
|
|
201
|
+
}
|
|
202
|
+
PDisplay.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PDisplay, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
203
|
+
PDisplay.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PDisplay, selector: "p-display,[p-display]", inputs: { align: "align", color: "color", ellipsis: "ellipsis", size: "size", tag: "tag", theme: "theme" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
431
204
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PDisplay, decorators: [{
|
|
432
205
|
type: Component,
|
|
433
206
|
args: [{
|
|
434
207
|
selector: 'p-display,[p-display]',
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
r = Reflect.decorate(decorators, target, key, desc);
|
|
445
|
-
else
|
|
446
|
-
for (var i = decorators.length - 1; i >= 0; i--)
|
|
447
|
-
if (d = decorators[i])
|
|
448
|
-
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
449
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
450
|
-
};
|
|
451
|
-
const inputs$L = ['color', 'direction', 'orientation', 'theme'];
|
|
452
|
-
let PDivider = class PDivider {
|
|
453
|
-
constructor(c, r, z) {
|
|
454
|
-
this.z = z;
|
|
455
|
-
c.detach();
|
|
456
|
-
this.el = r.nativeElement;
|
|
457
|
-
}
|
|
458
|
-
};
|
|
459
|
-
PDivider.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PDivider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
460
|
-
PDivider.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PDivider, selector: "p-divider,[p-divider]", inputs: { color: "color", direction: "direction", orientation: "orientation", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
461
|
-
PDivider = __decorate$Q([
|
|
462
|
-
ProxyCmp({
|
|
463
|
-
inputs: inputs$L
|
|
464
|
-
})
|
|
465
|
-
], PDivider);
|
|
208
|
+
template: '<ng-content />',
|
|
209
|
+
inputs: ['align', 'color', 'ellipsis', 'size', 'tag', 'theme']
|
|
210
|
+
}]
|
|
211
|
+
}] });
|
|
212
|
+
|
|
213
|
+
class PDivider extends BaseComponentWithTheme {
|
|
214
|
+
}
|
|
215
|
+
PDivider.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PDivider, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
216
|
+
PDivider.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PDivider, selector: "p-divider,[p-divider]", inputs: { color: "color", direction: "direction", orientation: "orientation", theme: "theme" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
466
217
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PDivider, decorators: [{
|
|
467
218
|
type: Component,
|
|
468
219
|
args: [{
|
|
469
220
|
selector: 'p-divider,[p-divider]',
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
r = Reflect.decorate(decorators, target, key, desc);
|
|
480
|
-
else
|
|
481
|
-
for (var i = decorators.length - 1; i >= 0; i--)
|
|
482
|
-
if (d = decorators[i])
|
|
483
|
-
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
484
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
485
|
-
};
|
|
486
|
-
const inputs$K = ['label', 'labelSize', 'message', 'required', 'state', 'theme'];
|
|
487
|
-
let PFieldset = class PFieldset {
|
|
488
|
-
constructor(c, r, z) {
|
|
489
|
-
this.z = z;
|
|
490
|
-
c.detach();
|
|
491
|
-
this.el = r.nativeElement;
|
|
492
|
-
}
|
|
493
|
-
};
|
|
494
|
-
PFieldset.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PFieldset, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
495
|
-
PFieldset.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PFieldset, selector: "p-fieldset,[p-fieldset]", inputs: { label: "label", labelSize: "labelSize", message: "message", required: "required", state: "state", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
496
|
-
PFieldset = __decorate$P([
|
|
497
|
-
ProxyCmp({
|
|
498
|
-
inputs: inputs$K
|
|
499
|
-
})
|
|
500
|
-
], PFieldset);
|
|
221
|
+
template: '<ng-content />',
|
|
222
|
+
inputs: ['color', 'direction', 'orientation', 'theme']
|
|
223
|
+
}]
|
|
224
|
+
}] });
|
|
225
|
+
|
|
226
|
+
class PFieldset extends BaseComponentWithTheme {
|
|
227
|
+
}
|
|
228
|
+
PFieldset.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PFieldset, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
229
|
+
PFieldset.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PFieldset, selector: "p-fieldset,[p-fieldset]", inputs: { label: "label", labelSize: "labelSize", message: "message", required: "required", state: "state", theme: "theme" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
501
230
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PFieldset, decorators: [{
|
|
502
231
|
type: Component,
|
|
503
232
|
args: [{
|
|
504
233
|
selector: 'p-fieldset,[p-fieldset]',
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
var __decorate$O = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
512
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
513
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
514
|
-
r = Reflect.decorate(decorators, target, key, desc);
|
|
515
|
-
else
|
|
516
|
-
for (var i = decorators.length - 1; i >= 0; i--)
|
|
517
|
-
if (d = decorators[i])
|
|
518
|
-
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
519
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
520
|
-
};
|
|
521
|
-
const inputs$J = ['label', 'labelSize', 'message', 'required', 'state', 'theme'];
|
|
234
|
+
template: '<ng-content />',
|
|
235
|
+
inputs: ['label', 'labelSize', 'message', 'required', 'state', 'theme']
|
|
236
|
+
}]
|
|
237
|
+
}] });
|
|
238
|
+
|
|
522
239
|
/** @deprecated since v3.0.0, will be removed with next major release. Please use "p-fieldset" instead. */
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
this.el = r.nativeElement;
|
|
528
|
-
}
|
|
529
|
-
};
|
|
530
|
-
PFieldsetWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PFieldsetWrapper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
531
|
-
PFieldsetWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PFieldsetWrapper, selector: "p-fieldset-wrapper,[p-fieldset-wrapper]", inputs: { label: "label", labelSize: "labelSize", message: "message", required: "required", state: "state", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
532
|
-
PFieldsetWrapper = __decorate$O([
|
|
533
|
-
ProxyCmp({
|
|
534
|
-
inputs: inputs$J
|
|
535
|
-
})
|
|
536
|
-
], PFieldsetWrapper);
|
|
240
|
+
class PFieldsetWrapper extends BaseComponentWithTheme {
|
|
241
|
+
}
|
|
242
|
+
PFieldsetWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PFieldsetWrapper, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
243
|
+
PFieldsetWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PFieldsetWrapper, selector: "p-fieldset-wrapper,[p-fieldset-wrapper]", inputs: { label: "label", labelSize: "labelSize", message: "message", required: "required", state: "state", theme: "theme" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
537
244
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PFieldsetWrapper, decorators: [{
|
|
538
245
|
type: Component,
|
|
539
246
|
args: [{
|
|
540
247
|
selector: 'p-fieldset-wrapper,[p-fieldset-wrapper]',
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
var __decorate$N = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
548
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
549
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
550
|
-
r = Reflect.decorate(decorators, target, key, desc);
|
|
551
|
-
else
|
|
552
|
-
for (var i = decorators.length - 1; i >= 0; i--)
|
|
553
|
-
if (d = decorators[i])
|
|
554
|
-
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
555
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
556
|
-
};
|
|
557
|
-
const inputs$I = ['alignContent', 'alignItems', 'direction', 'inline', 'justifyContent', 'wrap'];
|
|
248
|
+
template: '<ng-content />',
|
|
249
|
+
inputs: ['label', 'labelSize', 'message', 'required', 'state', 'theme']
|
|
250
|
+
}]
|
|
251
|
+
}] });
|
|
252
|
+
|
|
558
253
|
/** @deprecated since v3.0.0, will be removed with next major release. Use native CSS Flex instead. */
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
this.el = r.nativeElement;
|
|
564
|
-
}
|
|
565
|
-
};
|
|
566
|
-
PFlex.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PFlex, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
567
|
-
PFlex.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PFlex, selector: "p-flex,[p-flex]", inputs: { alignContent: "alignContent", alignItems: "alignItems", direction: "direction", inline: "inline", justifyContent: "justifyContent", wrap: "wrap" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
568
|
-
PFlex = __decorate$N([
|
|
569
|
-
ProxyCmp({
|
|
570
|
-
inputs: inputs$I
|
|
571
|
-
})
|
|
572
|
-
], PFlex);
|
|
254
|
+
class PFlex extends BaseComponent {
|
|
255
|
+
}
|
|
256
|
+
PFlex.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PFlex, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
257
|
+
PFlex.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PFlex, selector: "p-flex,[p-flex]", inputs: { alignContent: "alignContent", alignItems: "alignItems", direction: "direction", inline: "inline", justifyContent: "justifyContent", wrap: "wrap" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
573
258
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PFlex, decorators: [{
|
|
574
259
|
type: Component,
|
|
575
260
|
args: [{
|
|
576
261
|
selector: 'p-flex,[p-flex]',
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
var __decorate$M = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
584
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
585
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
586
|
-
r = Reflect.decorate(decorators, target, key, desc);
|
|
587
|
-
else
|
|
588
|
-
for (var i = decorators.length - 1; i >= 0; i--)
|
|
589
|
-
if (d = decorators[i])
|
|
590
|
-
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
591
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
592
|
-
};
|
|
593
|
-
const inputs$H = ['alignSelf', 'flex', 'grow', 'offset', 'shrink', 'width'];
|
|
262
|
+
template: '<ng-content />',
|
|
263
|
+
inputs: ['alignContent', 'alignItems', 'direction', 'inline', 'justifyContent', 'wrap']
|
|
264
|
+
}]
|
|
265
|
+
}] });
|
|
266
|
+
|
|
594
267
|
/** @deprecated since v3.0.0, will be removed with next major release. Use native CSS Flex instead. */
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
this.el = r.nativeElement;
|
|
600
|
-
}
|
|
601
|
-
};
|
|
602
|
-
PFlexItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PFlexItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
603
|
-
PFlexItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PFlexItem, selector: "p-flex-item,[p-flex-item]", inputs: { alignSelf: "alignSelf", flex: "flex", grow: "grow", offset: "offset", shrink: "shrink", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
604
|
-
PFlexItem = __decorate$M([
|
|
605
|
-
ProxyCmp({
|
|
606
|
-
inputs: inputs$H
|
|
607
|
-
})
|
|
608
|
-
], PFlexItem);
|
|
268
|
+
class PFlexItem extends BaseComponent {
|
|
269
|
+
}
|
|
270
|
+
PFlexItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PFlexItem, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
271
|
+
PFlexItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PFlexItem, selector: "p-flex-item,[p-flex-item]", inputs: { alignSelf: "alignSelf", flex: "flex", grow: "grow", offset: "offset", shrink: "shrink", width: "width" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
609
272
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PFlexItem, decorators: [{
|
|
610
273
|
type: Component,
|
|
611
274
|
args: [{
|
|
612
275
|
selector: 'p-flex-item,[p-flex-item]',
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
r = Reflect.decorate(decorators, target, key, desc);
|
|
623
|
-
else
|
|
624
|
-
for (var i = decorators.length - 1; i >= 0; i--)
|
|
625
|
-
if (d = decorators[i])
|
|
626
|
-
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
627
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
628
|
-
};
|
|
629
|
-
const inputs$G = ['aria', 'open', 'position', 'theme'];
|
|
630
|
-
const outputs$c = ['dismiss'];
|
|
631
|
-
let PFlyout = class PFlyout {
|
|
632
|
-
constructor(c, r, z) {
|
|
633
|
-
this.z = z;
|
|
634
|
-
c.detach();
|
|
635
|
-
this.el = r.nativeElement;
|
|
636
|
-
proxyOutputs(this, outputs$c);
|
|
276
|
+
template: '<ng-content />',
|
|
277
|
+
inputs: ['alignSelf', 'flex', 'grow', 'offset', 'shrink', 'width']
|
|
278
|
+
}]
|
|
279
|
+
}] });
|
|
280
|
+
|
|
281
|
+
class PFlyout extends BaseComponentWithTheme {
|
|
282
|
+
constructor() {
|
|
283
|
+
super(...arguments);
|
|
284
|
+
this.dismiss = new EventEmitter();
|
|
637
285
|
}
|
|
638
|
-
}
|
|
639
|
-
PFlyout.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PFlyout, deps:
|
|
640
|
-
PFlyout.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PFlyout, selector: "p-flyout,[p-flyout]", inputs: { aria: "aria", open: "open", position: "position", theme: "theme" }, outputs: { dismiss: "dismiss" }, ngImport: i0, template: '<ng-content
|
|
641
|
-
PFlyout = __decorate$L([
|
|
642
|
-
ProxyCmp({
|
|
643
|
-
inputs: inputs$G
|
|
644
|
-
})
|
|
645
|
-
], PFlyout);
|
|
286
|
+
}
|
|
287
|
+
PFlyout.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PFlyout, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
288
|
+
PFlyout.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PFlyout, selector: "p-flyout,[p-flyout]", inputs: { aria: "aria", open: "open", position: "position", theme: "theme" }, outputs: { dismiss: "dismiss" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
646
289
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PFlyout, decorators: [{
|
|
647
290
|
type: Component,
|
|
648
291
|
args: [{
|
|
649
292
|
selector: 'p-flyout,[p-flyout]',
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
var __decorate$K = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
658
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
659
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
660
|
-
r = Reflect.decorate(decorators, target, key, desc);
|
|
661
|
-
else
|
|
662
|
-
for (var i = decorators.length - 1; i >= 0; i--)
|
|
663
|
-
if (d = decorators[i])
|
|
664
|
-
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
665
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
666
|
-
};
|
|
667
|
-
const inputs$F = ['direction', 'gutter', 'wrap'];
|
|
293
|
+
template: '<ng-content />',
|
|
294
|
+
inputs: ['aria', 'open', 'position', 'theme'],
|
|
295
|
+
outputs: ['dismiss']
|
|
296
|
+
}]
|
|
297
|
+
}] });
|
|
298
|
+
|
|
668
299
|
/** @deprecated since v3.0.0, will be removed with next major release. Use native CSS Grid instead. */
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
this.el = r.nativeElement;
|
|
674
|
-
}
|
|
675
|
-
};
|
|
676
|
-
PGrid.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PGrid, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
677
|
-
PGrid.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PGrid, selector: "p-grid,[p-grid]", inputs: { direction: "direction", gutter: "gutter", wrap: "wrap" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
678
|
-
PGrid = __decorate$K([
|
|
679
|
-
ProxyCmp({
|
|
680
|
-
inputs: inputs$F
|
|
681
|
-
})
|
|
682
|
-
], PGrid);
|
|
300
|
+
class PGrid extends BaseComponent {
|
|
301
|
+
}
|
|
302
|
+
PGrid.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PGrid, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
303
|
+
PGrid.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PGrid, selector: "p-grid,[p-grid]", inputs: { direction: "direction", gutter: "gutter", wrap: "wrap" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
683
304
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PGrid, decorators: [{
|
|
684
305
|
type: Component,
|
|
685
306
|
args: [{
|
|
686
307
|
selector: 'p-grid,[p-grid]',
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
var __decorate$J = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
694
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
695
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
696
|
-
r = Reflect.decorate(decorators, target, key, desc);
|
|
697
|
-
else
|
|
698
|
-
for (var i = decorators.length - 1; i >= 0; i--)
|
|
699
|
-
if (d = decorators[i])
|
|
700
|
-
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
701
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
702
|
-
};
|
|
703
|
-
const inputs$E = ['offset', 'size'];
|
|
308
|
+
template: '<ng-content />',
|
|
309
|
+
inputs: ['direction', 'gutter', 'wrap']
|
|
310
|
+
}]
|
|
311
|
+
}] });
|
|
312
|
+
|
|
704
313
|
/** @deprecated since v3.0.0, will be removed with next major release. Use native CSS Grid instead. */
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
this.el = r.nativeElement;
|
|
710
|
-
}
|
|
711
|
-
};
|
|
712
|
-
PGridItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PGridItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
713
|
-
PGridItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PGridItem, selector: "p-grid-item,[p-grid-item]", inputs: { offset: "offset", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
714
|
-
PGridItem = __decorate$J([
|
|
715
|
-
ProxyCmp({
|
|
716
|
-
inputs: inputs$E
|
|
717
|
-
})
|
|
718
|
-
], PGridItem);
|
|
314
|
+
class PGridItem extends BaseComponent {
|
|
315
|
+
}
|
|
316
|
+
PGridItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PGridItem, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
317
|
+
PGridItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PGridItem, selector: "p-grid-item,[p-grid-item]", inputs: { offset: "offset", size: "size" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
719
318
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PGridItem, decorators: [{
|
|
720
319
|
type: Component,
|
|
721
320
|
args: [{
|
|
722
321
|
selector: 'p-grid-item,[p-grid-item]',
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
r = Reflect.decorate(decorators, target, key, desc);
|
|
733
|
-
else
|
|
734
|
-
for (var i = decorators.length - 1; i >= 0; i--)
|
|
735
|
-
if (d = decorators[i])
|
|
736
|
-
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
737
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
738
|
-
};
|
|
739
|
-
const inputs$D = ['align', 'color', 'ellipsis', 'size', 'tag', 'theme'];
|
|
740
|
-
let PHeading = class PHeading {
|
|
741
|
-
constructor(c, r, z) {
|
|
742
|
-
this.z = z;
|
|
743
|
-
c.detach();
|
|
744
|
-
this.el = r.nativeElement;
|
|
745
|
-
}
|
|
746
|
-
};
|
|
747
|
-
PHeading.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PHeading, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
748
|
-
PHeading.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PHeading, selector: "p-heading,[p-heading]", inputs: { align: "align", color: "color", ellipsis: "ellipsis", size: "size", tag: "tag", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
749
|
-
PHeading = __decorate$I([
|
|
750
|
-
ProxyCmp({
|
|
751
|
-
inputs: inputs$D
|
|
752
|
-
})
|
|
753
|
-
], PHeading);
|
|
322
|
+
template: '<ng-content />',
|
|
323
|
+
inputs: ['offset', 'size']
|
|
324
|
+
}]
|
|
325
|
+
}] });
|
|
326
|
+
|
|
327
|
+
class PHeading extends BaseComponentWithTheme {
|
|
328
|
+
}
|
|
329
|
+
PHeading.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PHeading, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
330
|
+
PHeading.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PHeading, selector: "p-heading,[p-heading]", inputs: { align: "align", color: "color", ellipsis: "ellipsis", size: "size", tag: "tag", theme: "theme" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
754
331
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PHeading, decorators: [{
|
|
755
332
|
type: Component,
|
|
756
333
|
args: [{
|
|
757
334
|
selector: 'p-heading,[p-heading]',
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
var __decorate$H = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
765
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
766
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
767
|
-
r = Reflect.decorate(decorators, target, key, desc);
|
|
768
|
-
else
|
|
769
|
-
for (var i = decorators.length - 1; i >= 0; i--)
|
|
770
|
-
if (d = decorators[i])
|
|
771
|
-
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
772
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
773
|
-
};
|
|
774
|
-
const inputs$C = ['align', 'color', 'ellipsis', 'tag', 'theme', 'variant'];
|
|
335
|
+
template: '<ng-content />',
|
|
336
|
+
inputs: ['align', 'color', 'ellipsis', 'size', 'tag', 'theme']
|
|
337
|
+
}]
|
|
338
|
+
}] });
|
|
339
|
+
|
|
775
340
|
/** @deprecated since v3.0.0, will be removed with next major release. Please use "p-heading" instead. */
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
this.el = r.nativeElement;
|
|
781
|
-
}
|
|
782
|
-
};
|
|
783
|
-
PHeadline.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PHeadline, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
784
|
-
PHeadline.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PHeadline, selector: "p-headline,[p-headline]", inputs: { align: "align", color: "color", ellipsis: "ellipsis", tag: "tag", theme: "theme", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
785
|
-
PHeadline = __decorate$H([
|
|
786
|
-
ProxyCmp({
|
|
787
|
-
inputs: inputs$C
|
|
788
|
-
})
|
|
789
|
-
], PHeadline);
|
|
341
|
+
class PHeadline extends BaseComponentWithTheme {
|
|
342
|
+
}
|
|
343
|
+
PHeadline.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PHeadline, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
344
|
+
PHeadline.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PHeadline, selector: "p-headline,[p-headline]", inputs: { align: "align", color: "color", ellipsis: "ellipsis", tag: "tag", theme: "theme", variant: "variant" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
790
345
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PHeadline, decorators: [{
|
|
791
346
|
type: Component,
|
|
792
347
|
args: [{
|
|
793
348
|
selector: 'p-headline,[p-headline]',
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
r = Reflect.decorate(decorators, target, key, desc);
|
|
804
|
-
else
|
|
805
|
-
for (var i = decorators.length - 1; i >= 0; i--)
|
|
806
|
-
if (d = decorators[i])
|
|
807
|
-
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
808
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
809
|
-
};
|
|
810
|
-
const inputs$B = ['aria', 'color', 'lazy', 'name', 'size', 'source', 'theme'];
|
|
811
|
-
let PIcon = class PIcon {
|
|
812
|
-
constructor(c, r, z) {
|
|
813
|
-
this.z = z;
|
|
814
|
-
c.detach();
|
|
815
|
-
this.el = r.nativeElement;
|
|
816
|
-
}
|
|
817
|
-
};
|
|
818
|
-
PIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
819
|
-
PIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PIcon, selector: "p-icon,[p-icon]", inputs: { aria: "aria", color: "color", lazy: "lazy", name: "name", size: "size", source: "source", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
820
|
-
PIcon = __decorate$G([
|
|
821
|
-
ProxyCmp({
|
|
822
|
-
inputs: inputs$B
|
|
823
|
-
})
|
|
824
|
-
], PIcon);
|
|
349
|
+
template: '<ng-content />',
|
|
350
|
+
inputs: ['align', 'color', 'ellipsis', 'tag', 'theme', 'variant']
|
|
351
|
+
}]
|
|
352
|
+
}] });
|
|
353
|
+
|
|
354
|
+
class PIcon extends BaseComponentWithTheme {
|
|
355
|
+
}
|
|
356
|
+
PIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PIcon, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
357
|
+
PIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PIcon, selector: "p-icon,[p-icon]", inputs: { aria: "aria", color: "color", lazy: "lazy", name: "name", size: "size", source: "source", theme: "theme" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
825
358
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PIcon, decorators: [{
|
|
826
359
|
type: Component,
|
|
827
360
|
args: [{
|
|
828
361
|
selector: 'p-icon,[p-icon]',
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
else
|
|
840
|
-
for (var i = decorators.length - 1; i >= 0; i--)
|
|
841
|
-
if (d = decorators[i])
|
|
842
|
-
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
843
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
844
|
-
};
|
|
845
|
-
const inputs$A = ['actionIcon', 'actionLabel', 'actionLoading', 'description', 'dismissButton', 'heading', 'persistent', 'state', 'theme'];
|
|
846
|
-
const outputs$b = ['action', 'dismiss'];
|
|
847
|
-
let PInlineNotification = class PInlineNotification {
|
|
848
|
-
constructor(c, r, z) {
|
|
849
|
-
this.z = z;
|
|
850
|
-
c.detach();
|
|
851
|
-
this.el = r.nativeElement;
|
|
852
|
-
proxyOutputs(this, outputs$b);
|
|
362
|
+
template: '<ng-content />',
|
|
363
|
+
inputs: ['aria', 'color', 'lazy', 'name', 'size', 'source', 'theme']
|
|
364
|
+
}]
|
|
365
|
+
}] });
|
|
366
|
+
|
|
367
|
+
class PInlineNotification extends BaseComponentWithTheme {
|
|
368
|
+
constructor() {
|
|
369
|
+
super(...arguments);
|
|
370
|
+
this.action = new EventEmitter();
|
|
371
|
+
this.dismiss = new EventEmitter();
|
|
853
372
|
}
|
|
854
|
-
}
|
|
855
|
-
PInlineNotification.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PInlineNotification, deps:
|
|
856
|
-
PInlineNotification.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PInlineNotification, selector: "p-inline-notification,[p-inline-notification]", inputs: { actionIcon: "actionIcon", actionLabel: "actionLabel", actionLoading: "actionLoading", description: "description", dismissButton: "dismissButton", heading: "heading", persistent: "persistent", state: "state", theme: "theme" }, outputs: { action: "action", dismiss: "dismiss" }, ngImport: i0, template: '<ng-content
|
|
857
|
-
PInlineNotification = __decorate$F([
|
|
858
|
-
ProxyCmp({
|
|
859
|
-
inputs: inputs$A
|
|
860
|
-
})
|
|
861
|
-
], PInlineNotification);
|
|
373
|
+
}
|
|
374
|
+
PInlineNotification.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PInlineNotification, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
375
|
+
PInlineNotification.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PInlineNotification, selector: "p-inline-notification,[p-inline-notification]", inputs: { actionIcon: "actionIcon", actionLabel: "actionLabel", actionLoading: "actionLoading", description: "description", dismissButton: "dismissButton", heading: "heading", persistent: "persistent", state: "state", theme: "theme" }, outputs: { action: "action", dismiss: "dismiss" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
862
376
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PInlineNotification, decorators: [{
|
|
863
377
|
type: Component,
|
|
864
378
|
args: [{
|
|
865
379
|
selector: 'p-inline-notification,[p-inline-notification]',
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
r = Reflect.decorate(decorators, target, key, desc);
|
|
877
|
-
else
|
|
878
|
-
for (var i = decorators.length - 1; i >= 0; i--)
|
|
879
|
-
if (d = decorators[i])
|
|
880
|
-
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
881
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
882
|
-
};
|
|
883
|
-
const inputs$z = ['aria', 'download', 'hideLabel', 'href', 'icon', 'iconSource', 'rel', 'target', 'theme', 'variant'];
|
|
884
|
-
let PLink = class PLink {
|
|
885
|
-
constructor(c, r, z) {
|
|
886
|
-
this.z = z;
|
|
887
|
-
c.detach();
|
|
888
|
-
this.el = r.nativeElement;
|
|
889
|
-
}
|
|
890
|
-
};
|
|
891
|
-
PLink.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PLink, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
892
|
-
PLink.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PLink, selector: "p-link,[p-link]", inputs: { aria: "aria", download: "download", hideLabel: "hideLabel", href: "href", icon: "icon", iconSource: "iconSource", rel: "rel", target: "target", theme: "theme", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
893
|
-
PLink = __decorate$E([
|
|
894
|
-
ProxyCmp({
|
|
895
|
-
inputs: inputs$z
|
|
896
|
-
})
|
|
897
|
-
], PLink);
|
|
380
|
+
template: '<ng-content />',
|
|
381
|
+
inputs: ['actionIcon', 'actionLabel', 'actionLoading', 'description', 'dismissButton', 'heading', 'persistent', 'state', 'theme'],
|
|
382
|
+
outputs: ['action', 'dismiss']
|
|
383
|
+
}]
|
|
384
|
+
}] });
|
|
385
|
+
|
|
386
|
+
class PLink extends BaseComponentWithTheme {
|
|
387
|
+
}
|
|
388
|
+
PLink.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PLink, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
389
|
+
PLink.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PLink, selector: "p-link,[p-link]", inputs: { aria: "aria", download: "download", hideLabel: "hideLabel", href: "href", icon: "icon", iconSource: "iconSource", rel: "rel", target: "target", theme: "theme", variant: "variant" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
898
390
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PLink, decorators: [{
|
|
899
391
|
type: Component,
|
|
900
392
|
args: [{
|
|
901
393
|
selector: 'p-link,[p-link]',
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
r = Reflect.decorate(decorators, target, key, desc);
|
|
912
|
-
else
|
|
913
|
-
for (var i = decorators.length - 1; i >= 0; i--)
|
|
914
|
-
if (d = decorators[i])
|
|
915
|
-
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
916
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
917
|
-
};
|
|
918
|
-
const inputs$y = ['active', 'alignLabel', 'aria', 'download', 'hideLabel', 'href', 'icon', 'iconSource', 'rel', 'size', 'stretch', 'target', 'theme', 'underline', 'weight'];
|
|
919
|
-
let PLinkPure = class PLinkPure {
|
|
920
|
-
constructor(c, r, z) {
|
|
921
|
-
this.z = z;
|
|
922
|
-
c.detach();
|
|
923
|
-
this.el = r.nativeElement;
|
|
924
|
-
}
|
|
925
|
-
};
|
|
926
|
-
PLinkPure.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PLinkPure, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
927
|
-
PLinkPure.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PLinkPure, selector: "p-link-pure,[p-link-pure]", inputs: { active: "active", alignLabel: "alignLabel", aria: "aria", download: "download", hideLabel: "hideLabel", href: "href", icon: "icon", iconSource: "iconSource", rel: "rel", size: "size", stretch: "stretch", target: "target", theme: "theme", underline: "underline", weight: "weight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
928
|
-
PLinkPure = __decorate$D([
|
|
929
|
-
ProxyCmp({
|
|
930
|
-
inputs: inputs$y
|
|
931
|
-
})
|
|
932
|
-
], PLinkPure);
|
|
394
|
+
template: '<ng-content />',
|
|
395
|
+
inputs: ['aria', 'download', 'hideLabel', 'href', 'icon', 'iconSource', 'rel', 'target', 'theme', 'variant']
|
|
396
|
+
}]
|
|
397
|
+
}] });
|
|
398
|
+
|
|
399
|
+
class PLinkPure extends BaseComponentWithTheme {
|
|
400
|
+
}
|
|
401
|
+
PLinkPure.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PLinkPure, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
402
|
+
PLinkPure.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PLinkPure, selector: "p-link-pure,[p-link-pure]", inputs: { active: "active", alignLabel: "alignLabel", aria: "aria", download: "download", hideLabel: "hideLabel", href: "href", icon: "icon", iconSource: "iconSource", rel: "rel", size: "size", stretch: "stretch", target: "target", theme: "theme", underline: "underline", weight: "weight" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
933
403
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PLinkPure, decorators: [{
|
|
934
404
|
type: Component,
|
|
935
405
|
args: [{
|
|
936
406
|
selector: 'p-link-pure,[p-link-pure]',
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
var __decorate$C = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
944
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
945
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
946
|
-
r = Reflect.decorate(decorators, target, key, desc);
|
|
947
|
-
else
|
|
948
|
-
for (var i = decorators.length - 1; i >= 0; i--)
|
|
949
|
-
if (d = decorators[i])
|
|
950
|
-
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
951
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
952
|
-
};
|
|
953
|
-
const inputs$x = ['hideLabel', 'href', 'icon', 'iconSource', 'rel', 'target', 'theme'];
|
|
407
|
+
template: '<ng-content />',
|
|
408
|
+
inputs: ['active', 'alignLabel', 'aria', 'download', 'hideLabel', 'href', 'icon', 'iconSource', 'rel', 'size', 'stretch', 'target', 'theme', 'underline', 'weight']
|
|
409
|
+
}]
|
|
410
|
+
}] });
|
|
411
|
+
|
|
954
412
|
/** @deprecated since v3.0.0, will be removed with next major release. Use `p-link` with corresponding social icon instead. */
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
this.el = r.nativeElement;
|
|
960
|
-
}
|
|
961
|
-
};
|
|
962
|
-
PLinkSocial.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PLinkSocial, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
963
|
-
PLinkSocial.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PLinkSocial, selector: "p-link-social,[p-link-social]", inputs: { hideLabel: "hideLabel", href: "href", icon: "icon", iconSource: "iconSource", rel: "rel", target: "target", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
964
|
-
PLinkSocial = __decorate$C([
|
|
965
|
-
ProxyCmp({
|
|
966
|
-
inputs: inputs$x
|
|
967
|
-
})
|
|
968
|
-
], PLinkSocial);
|
|
413
|
+
class PLinkSocial extends BaseComponentWithTheme {
|
|
414
|
+
}
|
|
415
|
+
PLinkSocial.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PLinkSocial, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
416
|
+
PLinkSocial.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PLinkSocial, selector: "p-link-social,[p-link-social]", inputs: { hideLabel: "hideLabel", href: "href", icon: "icon", iconSource: "iconSource", rel: "rel", target: "target", theme: "theme" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
969
417
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PLinkSocial, decorators: [{
|
|
970
418
|
type: Component,
|
|
971
419
|
args: [{
|
|
972
420
|
selector: 'p-link-social,[p-link-social]',
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
r = Reflect.decorate(decorators, target, key, desc);
|
|
983
|
-
else
|
|
984
|
-
for (var i = decorators.length - 1; i >= 0; i--)
|
|
985
|
-
if (d = decorators[i])
|
|
986
|
-
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
987
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
988
|
-
};
|
|
989
|
-
const inputs$w = ['align', 'aria', 'aspectRatio', 'background', 'compact', 'description', 'download', 'gradient', 'href', 'label', 'rel', 'size', 'target', 'weight'];
|
|
990
|
-
let PLinkTile = class PLinkTile {
|
|
991
|
-
constructor(c, r, z) {
|
|
992
|
-
this.z = z;
|
|
993
|
-
c.detach();
|
|
994
|
-
this.el = r.nativeElement;
|
|
995
|
-
}
|
|
996
|
-
};
|
|
997
|
-
PLinkTile.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PLinkTile, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
998
|
-
PLinkTile.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PLinkTile, selector: "p-link-tile,[p-link-tile]", inputs: { align: "align", aria: "aria", aspectRatio: "aspectRatio", background: "background", compact: "compact", description: "description", download: "download", gradient: "gradient", href: "href", label: "label", rel: "rel", size: "size", target: "target", weight: "weight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
999
|
-
PLinkTile = __decorate$B([
|
|
1000
|
-
ProxyCmp({
|
|
1001
|
-
inputs: inputs$w
|
|
1002
|
-
})
|
|
1003
|
-
], PLinkTile);
|
|
421
|
+
template: '<ng-content />',
|
|
422
|
+
inputs: ['hideLabel', 'href', 'icon', 'iconSource', 'rel', 'target', 'theme']
|
|
423
|
+
}]
|
|
424
|
+
}] });
|
|
425
|
+
|
|
426
|
+
class PLinkTile extends BaseComponent {
|
|
427
|
+
}
|
|
428
|
+
PLinkTile.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PLinkTile, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
429
|
+
PLinkTile.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PLinkTile, selector: "p-link-tile,[p-link-tile]", inputs: { align: "align", aria: "aria", aspectRatio: "aspectRatio", background: "background", compact: "compact", description: "description", download: "download", gradient: "gradient", href: "href", label: "label", rel: "rel", size: "size", target: "target", weight: "weight" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1004
430
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PLinkTile, decorators: [{
|
|
1005
431
|
type: Component,
|
|
1006
432
|
args: [{
|
|
1007
433
|
selector: 'p-link-tile,[p-link-tile]',
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
r = Reflect.decorate(decorators, target, key, desc);
|
|
1018
|
-
else
|
|
1019
|
-
for (var i = decorators.length - 1; i >= 0; i--)
|
|
1020
|
-
if (d = decorators[i])
|
|
1021
|
-
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1022
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1023
|
-
};
|
|
1024
|
-
const inputs$v = ['aspectRatio', 'description', 'heading', 'headingTag', 'linkDirection', 'model', 'weight'];
|
|
1025
|
-
let PLinkTileModelSignature = class PLinkTileModelSignature {
|
|
1026
|
-
constructor(c, r, z) {
|
|
1027
|
-
this.z = z;
|
|
1028
|
-
c.detach();
|
|
1029
|
-
this.el = r.nativeElement;
|
|
1030
|
-
}
|
|
1031
|
-
};
|
|
1032
|
-
PLinkTileModelSignature.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PLinkTileModelSignature, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1033
|
-
PLinkTileModelSignature.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PLinkTileModelSignature, selector: "p-link-tile-model-signature,[p-link-tile-model-signature]", inputs: { aspectRatio: "aspectRatio", description: "description", heading: "heading", headingTag: "headingTag", linkDirection: "linkDirection", model: "model", weight: "weight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1034
|
-
PLinkTileModelSignature = __decorate$A([
|
|
1035
|
-
ProxyCmp({
|
|
1036
|
-
inputs: inputs$v
|
|
1037
|
-
})
|
|
1038
|
-
], PLinkTileModelSignature);
|
|
434
|
+
template: '<ng-content />',
|
|
435
|
+
inputs: ['align', 'aria', 'aspectRatio', 'background', 'compact', 'description', 'download', 'gradient', 'href', 'label', 'rel', 'size', 'target', 'weight']
|
|
436
|
+
}]
|
|
437
|
+
}] });
|
|
438
|
+
|
|
439
|
+
class PLinkTileModelSignature extends BaseComponent {
|
|
440
|
+
}
|
|
441
|
+
PLinkTileModelSignature.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PLinkTileModelSignature, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
442
|
+
PLinkTileModelSignature.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PLinkTileModelSignature, selector: "p-link-tile-model-signature,[p-link-tile-model-signature]", inputs: { aspectRatio: "aspectRatio", description: "description", heading: "heading", headingTag: "headingTag", linkDirection: "linkDirection", model: "model", weight: "weight" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1039
443
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PLinkTileModelSignature, decorators: [{
|
|
1040
444
|
type: Component,
|
|
1041
445
|
args: [{
|
|
1042
446
|
selector: 'p-link-tile-model-signature,[p-link-tile-model-signature]',
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
var __decorate$z = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
1050
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
1051
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
1052
|
-
r = Reflect.decorate(decorators, target, key, desc);
|
|
1053
|
-
else
|
|
1054
|
-
for (var i = decorators.length - 1; i >= 0; i--)
|
|
1055
|
-
if (d = decorators[i])
|
|
1056
|
-
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1057
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1058
|
-
};
|
|
1059
|
-
const inputs$u = ['aria', 'href', 'size', 'target', 'trademark', 'variant'];
|
|
447
|
+
template: '<ng-content />',
|
|
448
|
+
inputs: ['aspectRatio', 'description', 'heading', 'headingTag', 'linkDirection', 'model', 'weight']
|
|
449
|
+
}]
|
|
450
|
+
}] });
|
|
451
|
+
|
|
1060
452
|
/** @deprecated since v3.0.0, will be removed with next major release. Please use "p-wordmark" instead. */
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
this.el = r.nativeElement;
|
|
1066
|
-
}
|
|
1067
|
-
};
|
|
1068
|
-
PMarque.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PMarque, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1069
|
-
PMarque.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PMarque, selector: "p-marque,[p-marque]", inputs: { aria: "aria", href: "href", size: "size", target: "target", trademark: "trademark", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1070
|
-
PMarque = __decorate$z([
|
|
1071
|
-
ProxyCmp({
|
|
1072
|
-
inputs: inputs$u
|
|
1073
|
-
})
|
|
1074
|
-
], PMarque);
|
|
453
|
+
class PMarque extends BaseComponent {
|
|
454
|
+
}
|
|
455
|
+
PMarque.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PMarque, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
456
|
+
PMarque.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PMarque, selector: "p-marque,[p-marque]", inputs: { aria: "aria", href: "href", size: "size", target: "target", trademark: "trademark", variant: "variant" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1075
457
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PMarque, decorators: [{
|
|
1076
458
|
type: Component,
|
|
1077
459
|
args: [{
|
|
1078
460
|
selector: 'p-marque,[p-marque]',
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
for (var i = decorators.length - 1; i >= 0; i--)
|
|
1091
|
-
if (d = decorators[i])
|
|
1092
|
-
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1093
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1094
|
-
};
|
|
1095
|
-
const inputs$t = ['aria', 'disableBackdropClick', 'disableCloseButton', 'dismissButton', 'fullscreen', 'heading', 'open', 'theme'];
|
|
1096
|
-
const outputs$a = ['close', 'dismiss'];
|
|
1097
|
-
let PModal = class PModal {
|
|
1098
|
-
constructor(c, r, z) {
|
|
1099
|
-
this.z = z;
|
|
1100
|
-
c.detach();
|
|
1101
|
-
this.el = r.nativeElement;
|
|
1102
|
-
proxyOutputs(this, outputs$a);
|
|
461
|
+
template: '<ng-content />',
|
|
462
|
+
inputs: ['aria', 'href', 'size', 'target', 'trademark', 'variant']
|
|
463
|
+
}]
|
|
464
|
+
}] });
|
|
465
|
+
|
|
466
|
+
class PModal extends BaseComponentWithTheme {
|
|
467
|
+
constructor() {
|
|
468
|
+
super(...arguments);
|
|
469
|
+
/** @deprecated */
|
|
470
|
+
this.close = new EventEmitter();
|
|
471
|
+
this.dismiss = new EventEmitter();
|
|
1103
472
|
}
|
|
1104
|
-
}
|
|
1105
|
-
PModal.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PModal, deps:
|
|
1106
|
-
PModal.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PModal, selector: "p-modal,[p-modal]", inputs: { aria: "aria", disableBackdropClick: "disableBackdropClick", disableCloseButton: "disableCloseButton", dismissButton: "dismissButton", fullscreen: "fullscreen", heading: "heading", open: "open", theme: "theme" }, outputs: { close: "close", dismiss: "dismiss" }, ngImport: i0, template: '<ng-content
|
|
1107
|
-
PModal = __decorate$y([
|
|
1108
|
-
ProxyCmp({
|
|
1109
|
-
inputs: inputs$t
|
|
1110
|
-
})
|
|
1111
|
-
], PModal);
|
|
473
|
+
}
|
|
474
|
+
PModal.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PModal, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
475
|
+
PModal.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PModal, selector: "p-modal,[p-modal]", inputs: { aria: "aria", disableBackdropClick: "disableBackdropClick", disableCloseButton: "disableCloseButton", dismissButton: "dismissButton", fullscreen: "fullscreen", heading: "heading", open: "open", theme: "theme" }, outputs: { close: "close", dismiss: "dismiss" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1112
476
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PModal, decorators: [{
|
|
1113
477
|
type: Component,
|
|
1114
478
|
args: [{
|
|
1115
479
|
selector: 'p-modal,[p-modal]',
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
r = Reflect.decorate(decorators, target, key, desc);
|
|
1127
|
-
else
|
|
1128
|
-
for (var i = decorators.length - 1; i >= 0; i--)
|
|
1129
|
-
if (d = decorators[i])
|
|
1130
|
-
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1131
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1132
|
-
};
|
|
1133
|
-
const inputs$s = ['color', 'model', 'size', 'theme'];
|
|
1134
|
-
let PModelSignature = class PModelSignature {
|
|
1135
|
-
constructor(c, r, z) {
|
|
1136
|
-
this.z = z;
|
|
1137
|
-
c.detach();
|
|
1138
|
-
this.el = r.nativeElement;
|
|
1139
|
-
}
|
|
1140
|
-
};
|
|
1141
|
-
PModelSignature.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PModelSignature, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1142
|
-
PModelSignature.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PModelSignature, selector: "p-model-signature,[p-model-signature]", inputs: { color: "color", model: "model", size: "size", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1143
|
-
PModelSignature = __decorate$x([
|
|
1144
|
-
ProxyCmp({
|
|
1145
|
-
inputs: inputs$s
|
|
1146
|
-
})
|
|
1147
|
-
], PModelSignature);
|
|
480
|
+
template: '<ng-content />',
|
|
481
|
+
inputs: ['aria', 'disableBackdropClick', 'disableCloseButton', 'dismissButton', 'fullscreen', 'heading', 'open', 'theme'],
|
|
482
|
+
outputs: ['close', 'dismiss']
|
|
483
|
+
}]
|
|
484
|
+
}] });
|
|
485
|
+
|
|
486
|
+
class PModelSignature extends BaseComponentWithTheme {
|
|
487
|
+
}
|
|
488
|
+
PModelSignature.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PModelSignature, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
489
|
+
PModelSignature.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PModelSignature, selector: "p-model-signature,[p-model-signature]", inputs: { color: "color", model: "model", size: "size", theme: "theme" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1148
490
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PModelSignature, decorators: [{
|
|
1149
491
|
type: Component,
|
|
1150
492
|
args: [{
|
|
1151
493
|
selector: 'p-model-signature,[p-model-signature]',
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
r = Reflect.decorate(decorators, target, key, desc);
|
|
1162
|
-
else
|
|
1163
|
-
for (var i = decorators.length - 1; i >= 0; i--)
|
|
1164
|
-
if (d = decorators[i])
|
|
1165
|
-
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1166
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1167
|
-
};
|
|
1168
|
-
const inputs$r = ['description', 'disabled', 'dropdownDirection', 'hideLabel', 'label', 'message', 'name', 'required', 'state', 'theme', 'value'];
|
|
1169
|
-
const outputs$9 = ['update'];
|
|
1170
|
-
let PMultiSelect = class PMultiSelect {
|
|
1171
|
-
constructor(c, r, z) {
|
|
1172
|
-
this.z = z;
|
|
1173
|
-
c.detach();
|
|
1174
|
-
this.el = r.nativeElement;
|
|
1175
|
-
proxyOutputs(this, outputs$9);
|
|
494
|
+
template: '<ng-content />',
|
|
495
|
+
inputs: ['color', 'model', 'size', 'theme']
|
|
496
|
+
}]
|
|
497
|
+
}] });
|
|
498
|
+
|
|
499
|
+
class PMultiSelect extends BaseComponentWithTheme {
|
|
500
|
+
constructor() {
|
|
501
|
+
super(...arguments);
|
|
502
|
+
this.update = new EventEmitter();
|
|
1176
503
|
}
|
|
1177
|
-
}
|
|
1178
|
-
PMultiSelect.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PMultiSelect, deps:
|
|
1179
|
-
PMultiSelect.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PMultiSelect, selector: "p-multi-select,[p-multi-select]", inputs: { description: "description", disabled: "disabled", dropdownDirection: "dropdownDirection", hideLabel: "hideLabel", label: "label", message: "message", name: "name", required: "required", state: "state", theme: "theme", value: "value" }, outputs: { update: "update" }, ngImport: i0, template: '<ng-content
|
|
1180
|
-
PMultiSelect = __decorate$w([
|
|
1181
|
-
ProxyCmp({
|
|
1182
|
-
inputs: inputs$r
|
|
1183
|
-
})
|
|
1184
|
-
], PMultiSelect);
|
|
504
|
+
}
|
|
505
|
+
PMultiSelect.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PMultiSelect, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
506
|
+
PMultiSelect.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PMultiSelect, selector: "p-multi-select,[p-multi-select]", inputs: { description: "description", disabled: "disabled", dropdownDirection: "dropdownDirection", hideLabel: "hideLabel", label: "label", message: "message", name: "name", required: "required", state: "state", theme: "theme", value: "value" }, outputs: { update: "update" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1185
507
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PMultiSelect, decorators: [{
|
|
1186
508
|
type: Component,
|
|
1187
509
|
args: [{
|
|
1188
510
|
selector: 'p-multi-select,[p-multi-select]',
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
r = Reflect.decorate(decorators, target, key, desc);
|
|
1200
|
-
else
|
|
1201
|
-
for (var i = decorators.length - 1; i >= 0; i--)
|
|
1202
|
-
if (d = decorators[i])
|
|
1203
|
-
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1204
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1205
|
-
};
|
|
1206
|
-
const inputs$q = ['disabled', 'value'];
|
|
1207
|
-
let PMultiSelectOption = class PMultiSelectOption {
|
|
1208
|
-
constructor(c, r, z) {
|
|
1209
|
-
this.z = z;
|
|
1210
|
-
c.detach();
|
|
1211
|
-
this.el = r.nativeElement;
|
|
1212
|
-
}
|
|
1213
|
-
};
|
|
1214
|
-
PMultiSelectOption.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PMultiSelectOption, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1215
|
-
PMultiSelectOption.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PMultiSelectOption, selector: "p-multi-select-option,[p-multi-select-option]", inputs: { disabled: "disabled", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1216
|
-
PMultiSelectOption = __decorate$v([
|
|
1217
|
-
ProxyCmp({
|
|
1218
|
-
inputs: inputs$q
|
|
1219
|
-
})
|
|
1220
|
-
], PMultiSelectOption);
|
|
511
|
+
template: '<ng-content />',
|
|
512
|
+
inputs: ['description', 'disabled', 'dropdownDirection', 'hideLabel', 'label', 'message', 'name', 'required', 'state', 'theme', 'value'],
|
|
513
|
+
outputs: ['update']
|
|
514
|
+
}]
|
|
515
|
+
}] });
|
|
516
|
+
|
|
517
|
+
class PMultiSelectOption extends BaseComponent {
|
|
518
|
+
}
|
|
519
|
+
PMultiSelectOption.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PMultiSelectOption, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
520
|
+
PMultiSelectOption.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PMultiSelectOption, selector: "p-multi-select-option,[p-multi-select-option]", inputs: { disabled: "disabled", value: "value" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1221
521
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PMultiSelectOption, decorators: [{
|
|
1222
522
|
type: Component,
|
|
1223
523
|
args: [{
|
|
1224
524
|
selector: 'p-multi-select-option,[p-multi-select-option]',
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
for (var i = decorators.length - 1; i >= 0; i--)
|
|
1237
|
-
if (d = decorators[i])
|
|
1238
|
-
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1239
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1240
|
-
};
|
|
1241
|
-
const inputs$p = ['activePage', 'allyLabel', 'allyLabelNext', 'allyLabelPage', 'allyLabelPrev', 'intl', 'itemsPerPage', 'maxNumberOfPageLinks', 'showLastPage', 'theme', 'totalItemsCount'];
|
|
1242
|
-
const outputs$8 = ['pageChange', 'update'];
|
|
1243
|
-
let PPagination = class PPagination {
|
|
1244
|
-
constructor(c, r, z) {
|
|
1245
|
-
this.z = z;
|
|
1246
|
-
c.detach();
|
|
1247
|
-
this.el = r.nativeElement;
|
|
1248
|
-
proxyOutputs(this, outputs$8);
|
|
525
|
+
template: '<ng-content />',
|
|
526
|
+
inputs: ['disabled', 'value']
|
|
527
|
+
}]
|
|
528
|
+
}] });
|
|
529
|
+
|
|
530
|
+
class PPagination extends BaseComponentWithTheme {
|
|
531
|
+
constructor() {
|
|
532
|
+
super(...arguments);
|
|
533
|
+
/** @deprecated */
|
|
534
|
+
this.pageChange = new EventEmitter();
|
|
535
|
+
this.update = new EventEmitter();
|
|
1249
536
|
}
|
|
1250
|
-
}
|
|
1251
|
-
PPagination.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PPagination, deps:
|
|
1252
|
-
PPagination.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PPagination, selector: "p-pagination,[p-pagination]", inputs: { activePage: "activePage", allyLabel: "allyLabel", allyLabelNext: "allyLabelNext", allyLabelPage: "allyLabelPage", allyLabelPrev: "allyLabelPrev", intl: "intl", itemsPerPage: "itemsPerPage", maxNumberOfPageLinks: "maxNumberOfPageLinks", showLastPage: "showLastPage", theme: "theme", totalItemsCount: "totalItemsCount" }, outputs: { pageChange: "pageChange", update: "update" }, ngImport: i0, template: '<ng-content
|
|
1253
|
-
PPagination = __decorate$u([
|
|
1254
|
-
ProxyCmp({
|
|
1255
|
-
inputs: inputs$p
|
|
1256
|
-
})
|
|
1257
|
-
], PPagination);
|
|
537
|
+
}
|
|
538
|
+
PPagination.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PPagination, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
539
|
+
PPagination.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PPagination, selector: "p-pagination,[p-pagination]", inputs: { activePage: "activePage", allyLabel: "allyLabel", allyLabelNext: "allyLabelNext", allyLabelPage: "allyLabelPage", allyLabelPrev: "allyLabelPrev", intl: "intl", itemsPerPage: "itemsPerPage", maxNumberOfPageLinks: "maxNumberOfPageLinks", showLastPage: "showLastPage", theme: "theme", totalItemsCount: "totalItemsCount" }, outputs: { pageChange: "pageChange", update: "update" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1258
540
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PPagination, decorators: [{
|
|
1259
541
|
type: Component,
|
|
1260
542
|
args: [{
|
|
1261
543
|
selector: 'p-pagination,[p-pagination]',
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
r = Reflect.decorate(decorators, target, key, desc);
|
|
1273
|
-
else
|
|
1274
|
-
for (var i = decorators.length - 1; i >= 0; i--)
|
|
1275
|
-
if (d = decorators[i])
|
|
1276
|
-
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1277
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1278
|
-
};
|
|
1279
|
-
const inputs$o = ['description', 'disabled', 'hideLabel', 'label', 'length', 'loading', 'message', 'name', 'required', 'state', 'theme', 'type', 'value'];
|
|
1280
|
-
const outputs$7 = ['update'];
|
|
1281
|
-
let PPinCode = class PPinCode {
|
|
1282
|
-
constructor(c, r, z) {
|
|
1283
|
-
this.z = z;
|
|
1284
|
-
c.detach();
|
|
1285
|
-
this.el = r.nativeElement;
|
|
1286
|
-
proxyOutputs(this, outputs$7);
|
|
544
|
+
template: '<ng-content />',
|
|
545
|
+
inputs: ['activePage', 'allyLabel', 'allyLabelNext', 'allyLabelPage', 'allyLabelPrev', 'intl', 'itemsPerPage', 'maxNumberOfPageLinks', 'showLastPage', 'theme', 'totalItemsCount'],
|
|
546
|
+
outputs: ['pageChange', 'update']
|
|
547
|
+
}]
|
|
548
|
+
}] });
|
|
549
|
+
|
|
550
|
+
class PPinCode extends BaseComponentWithTheme {
|
|
551
|
+
constructor() {
|
|
552
|
+
super(...arguments);
|
|
553
|
+
this.update = new EventEmitter();
|
|
1287
554
|
}
|
|
1288
|
-
}
|
|
1289
|
-
PPinCode.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PPinCode, deps:
|
|
1290
|
-
PPinCode.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PPinCode, selector: "p-pin-code,[p-pin-code]", inputs: { description: "description", disabled: "disabled", hideLabel: "hideLabel", label: "label", length: "length", loading: "loading", message: "message", name: "name", required: "required", state: "state", theme: "theme", type: "type", value: "value" }, outputs: { update: "update" }, ngImport: i0, template: '<ng-content
|
|
1291
|
-
PPinCode = __decorate$t([
|
|
1292
|
-
ProxyCmp({
|
|
1293
|
-
inputs: inputs$o
|
|
1294
|
-
})
|
|
1295
|
-
], PPinCode);
|
|
555
|
+
}
|
|
556
|
+
PPinCode.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PPinCode, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
557
|
+
PPinCode.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PPinCode, selector: "p-pin-code,[p-pin-code]", inputs: { description: "description", disabled: "disabled", hideLabel: "hideLabel", label: "label", length: "length", loading: "loading", message: "message", name: "name", required: "required", state: "state", theme: "theme", type: "type", value: "value" }, outputs: { update: "update" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1296
558
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PPinCode, decorators: [{
|
|
1297
559
|
type: Component,
|
|
1298
560
|
args: [{
|
|
1299
561
|
selector: 'p-pin-code,[p-pin-code]',
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
r = Reflect.decorate(decorators, target, key, desc);
|
|
1311
|
-
else
|
|
1312
|
-
for (var i = decorators.length - 1; i >= 0; i--)
|
|
1313
|
-
if (d = decorators[i])
|
|
1314
|
-
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1315
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1316
|
-
};
|
|
1317
|
-
const inputs$n = ['aria', 'description', 'direction', 'theme'];
|
|
1318
|
-
let PPopover = class PPopover {
|
|
1319
|
-
constructor(c, r, z) {
|
|
1320
|
-
this.z = z;
|
|
1321
|
-
c.detach();
|
|
1322
|
-
this.el = r.nativeElement;
|
|
1323
|
-
}
|
|
1324
|
-
};
|
|
1325
|
-
PPopover.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PPopover, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1326
|
-
PPopover.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PPopover, selector: "p-popover,[p-popover]", inputs: { aria: "aria", description: "description", direction: "direction", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1327
|
-
PPopover = __decorate$s([
|
|
1328
|
-
ProxyCmp({
|
|
1329
|
-
inputs: inputs$n
|
|
1330
|
-
})
|
|
1331
|
-
], PPopover);
|
|
562
|
+
template: '<ng-content />',
|
|
563
|
+
inputs: ['description', 'disabled', 'hideLabel', 'label', 'length', 'loading', 'message', 'name', 'required', 'state', 'theme', 'type', 'value'],
|
|
564
|
+
outputs: ['update']
|
|
565
|
+
}]
|
|
566
|
+
}] });
|
|
567
|
+
|
|
568
|
+
class PPopover extends BaseComponentWithTheme {
|
|
569
|
+
}
|
|
570
|
+
PPopover.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PPopover, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
571
|
+
PPopover.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PPopover, selector: "p-popover,[p-popover]", inputs: { aria: "aria", description: "description", direction: "direction", theme: "theme" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1332
572
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PPopover, decorators: [{
|
|
1333
573
|
type: Component,
|
|
1334
574
|
args: [{
|
|
1335
575
|
selector: 'p-popover,[p-popover]',
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
r = Reflect.decorate(decorators, target, key, desc);
|
|
1346
|
-
else
|
|
1347
|
-
for (var i = decorators.length - 1; i >= 0; i--)
|
|
1348
|
-
if (d = decorators[i])
|
|
1349
|
-
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1350
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1351
|
-
};
|
|
1352
|
-
const inputs$m = ['hideLabel', 'label', 'loading', 'message', 'state', 'theme'];
|
|
1353
|
-
let PRadioButtonWrapper = class PRadioButtonWrapper {
|
|
1354
|
-
constructor(c, r, z) {
|
|
1355
|
-
this.z = z;
|
|
1356
|
-
c.detach();
|
|
1357
|
-
this.el = r.nativeElement;
|
|
1358
|
-
}
|
|
1359
|
-
};
|
|
1360
|
-
PRadioButtonWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PRadioButtonWrapper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1361
|
-
PRadioButtonWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PRadioButtonWrapper, selector: "p-radio-button-wrapper,[p-radio-button-wrapper]", inputs: { hideLabel: "hideLabel", label: "label", loading: "loading", message: "message", state: "state", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1362
|
-
PRadioButtonWrapper = __decorate$r([
|
|
1363
|
-
ProxyCmp({
|
|
1364
|
-
inputs: inputs$m
|
|
1365
|
-
})
|
|
1366
|
-
], PRadioButtonWrapper);
|
|
576
|
+
template: '<ng-content />',
|
|
577
|
+
inputs: ['aria', 'description', 'direction', 'theme']
|
|
578
|
+
}]
|
|
579
|
+
}] });
|
|
580
|
+
|
|
581
|
+
class PRadioButtonWrapper extends BaseComponentWithTheme {
|
|
582
|
+
}
|
|
583
|
+
PRadioButtonWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PRadioButtonWrapper, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
584
|
+
PRadioButtonWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PRadioButtonWrapper, selector: "p-radio-button-wrapper,[p-radio-button-wrapper]", inputs: { hideLabel: "hideLabel", label: "label", loading: "loading", message: "message", state: "state", theme: "theme" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1367
585
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PRadioButtonWrapper, decorators: [{
|
|
1368
586
|
type: Component,
|
|
1369
587
|
args: [{
|
|
1370
588
|
selector: 'p-radio-button-wrapper,[p-radio-button-wrapper]',
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
r = Reflect.decorate(decorators, target, key, desc);
|
|
1381
|
-
else
|
|
1382
|
-
for (var i = decorators.length - 1; i >= 0; i--)
|
|
1383
|
-
if (d = decorators[i])
|
|
1384
|
-
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1385
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1386
|
-
};
|
|
1387
|
-
const inputs$l = ['alignScrollIndicator', 'aria', 'gradientColor', 'gradientColorScheme', 'scrollIndicatorPosition', 'scrollToPosition', 'scrollbar', 'theme'];
|
|
1388
|
-
let PScroller = class PScroller {
|
|
1389
|
-
constructor(c, r, z) {
|
|
1390
|
-
this.z = z;
|
|
1391
|
-
c.detach();
|
|
1392
|
-
this.el = r.nativeElement;
|
|
1393
|
-
}
|
|
1394
|
-
};
|
|
1395
|
-
PScroller.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PScroller, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1396
|
-
PScroller.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PScroller, selector: "p-scroller,[p-scroller]", inputs: { alignScrollIndicator: "alignScrollIndicator", aria: "aria", gradientColor: "gradientColor", gradientColorScheme: "gradientColorScheme", scrollIndicatorPosition: "scrollIndicatorPosition", scrollToPosition: "scrollToPosition", scrollbar: "scrollbar", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1397
|
-
PScroller = __decorate$q([
|
|
1398
|
-
ProxyCmp({
|
|
1399
|
-
inputs: inputs$l
|
|
1400
|
-
})
|
|
1401
|
-
], PScroller);
|
|
589
|
+
template: '<ng-content />',
|
|
590
|
+
inputs: ['hideLabel', 'label', 'loading', 'message', 'state', 'theme']
|
|
591
|
+
}]
|
|
592
|
+
}] });
|
|
593
|
+
|
|
594
|
+
class PScroller extends BaseComponentWithTheme {
|
|
595
|
+
}
|
|
596
|
+
PScroller.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PScroller, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
597
|
+
PScroller.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PScroller, selector: "p-scroller,[p-scroller]", inputs: { alignScrollIndicator: "alignScrollIndicator", aria: "aria", gradientColor: "gradientColor", gradientColorScheme: "gradientColorScheme", scrollIndicatorPosition: "scrollIndicatorPosition", scrollToPosition: "scrollToPosition", scrollbar: "scrollbar", theme: "theme" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1402
598
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PScroller, decorators: [{
|
|
1403
599
|
type: Component,
|
|
1404
600
|
args: [{
|
|
1405
601
|
selector: 'p-scroller,[p-scroller]',
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
for (var i = decorators.length - 1; i >= 0; i--)
|
|
1418
|
-
if (d = decorators[i])
|
|
1419
|
-
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1420
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1421
|
-
};
|
|
1422
|
-
const inputs$k = ['backgroundColor', 'columns', 'theme', 'value'];
|
|
1423
|
-
const outputs$6 = ['segmentedControlChange', 'update'];
|
|
1424
|
-
let PSegmentedControl = class PSegmentedControl {
|
|
1425
|
-
constructor(c, r, z) {
|
|
1426
|
-
this.z = z;
|
|
1427
|
-
c.detach();
|
|
1428
|
-
this.el = r.nativeElement;
|
|
1429
|
-
proxyOutputs(this, outputs$6);
|
|
602
|
+
template: '<ng-content />',
|
|
603
|
+
inputs: ['alignScrollIndicator', 'aria', 'gradientColor', 'gradientColorScheme', 'scrollIndicatorPosition', 'scrollToPosition', 'scrollbar', 'theme']
|
|
604
|
+
}]
|
|
605
|
+
}] });
|
|
606
|
+
|
|
607
|
+
class PSegmentedControl extends BaseComponentWithTheme {
|
|
608
|
+
constructor() {
|
|
609
|
+
super(...arguments);
|
|
610
|
+
/** @deprecated */
|
|
611
|
+
this.segmentedControlChange = new EventEmitter();
|
|
612
|
+
this.update = new EventEmitter();
|
|
1430
613
|
}
|
|
1431
|
-
}
|
|
1432
|
-
PSegmentedControl.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PSegmentedControl, deps:
|
|
1433
|
-
PSegmentedControl.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PSegmentedControl, selector: "p-segmented-control,[p-segmented-control]", inputs: { backgroundColor: "backgroundColor", columns: "columns", theme: "theme", value: "value" }, outputs: { segmentedControlChange: "segmentedControlChange", update: "update" }, ngImport: i0, template: '<ng-content
|
|
1434
|
-
PSegmentedControl = __decorate$p([
|
|
1435
|
-
ProxyCmp({
|
|
1436
|
-
inputs: inputs$k
|
|
1437
|
-
})
|
|
1438
|
-
], PSegmentedControl);
|
|
614
|
+
}
|
|
615
|
+
PSegmentedControl.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PSegmentedControl, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
616
|
+
PSegmentedControl.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PSegmentedControl, selector: "p-segmented-control,[p-segmented-control]", inputs: { backgroundColor: "backgroundColor", columns: "columns", theme: "theme", value: "value" }, outputs: { segmentedControlChange: "segmentedControlChange", update: "update" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1439
617
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PSegmentedControl, decorators: [{
|
|
1440
618
|
type: Component,
|
|
1441
619
|
args: [{
|
|
1442
620
|
selector: 'p-segmented-control,[p-segmented-control]',
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
r = Reflect.decorate(decorators, target, key, desc);
|
|
1454
|
-
else
|
|
1455
|
-
for (var i = decorators.length - 1; i >= 0; i--)
|
|
1456
|
-
if (d = decorators[i])
|
|
1457
|
-
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1458
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1459
|
-
};
|
|
1460
|
-
const inputs$j = ['disabled', 'icon', 'iconSource', 'label', 'value'];
|
|
1461
|
-
let PSegmentedControlItem = class PSegmentedControlItem {
|
|
1462
|
-
constructor(c, r, z) {
|
|
1463
|
-
this.z = z;
|
|
1464
|
-
c.detach();
|
|
1465
|
-
this.el = r.nativeElement;
|
|
1466
|
-
}
|
|
1467
|
-
};
|
|
1468
|
-
PSegmentedControlItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PSegmentedControlItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1469
|
-
PSegmentedControlItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PSegmentedControlItem, selector: "p-segmented-control-item,[p-segmented-control-item]", inputs: { disabled: "disabled", icon: "icon", iconSource: "iconSource", label: "label", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1470
|
-
PSegmentedControlItem = __decorate$o([
|
|
1471
|
-
ProxyCmp({
|
|
1472
|
-
inputs: inputs$j
|
|
1473
|
-
})
|
|
1474
|
-
], PSegmentedControlItem);
|
|
621
|
+
template: '<ng-content />',
|
|
622
|
+
inputs: ['backgroundColor', 'columns', 'theme', 'value'],
|
|
623
|
+
outputs: ['segmentedControlChange', 'update']
|
|
624
|
+
}]
|
|
625
|
+
}] });
|
|
626
|
+
|
|
627
|
+
class PSegmentedControlItem extends BaseComponent {
|
|
628
|
+
}
|
|
629
|
+
PSegmentedControlItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PSegmentedControlItem, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
630
|
+
PSegmentedControlItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PSegmentedControlItem, selector: "p-segmented-control-item,[p-segmented-control-item]", inputs: { disabled: "disabled", icon: "icon", iconSource: "iconSource", label: "label", value: "value" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1475
631
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PSegmentedControlItem, decorators: [{
|
|
1476
632
|
type: Component,
|
|
1477
633
|
args: [{
|
|
1478
634
|
selector: 'p-segmented-control-item,[p-segmented-control-item]',
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
r = Reflect.decorate(decorators, target, key, desc);
|
|
1489
|
-
else
|
|
1490
|
-
for (var i = decorators.length - 1; i >= 0; i--)
|
|
1491
|
-
if (d = decorators[i])
|
|
1492
|
-
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1493
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1494
|
-
};
|
|
1495
|
-
const inputs$i = ['description', 'dropdownDirection', 'filter', 'hideLabel', 'label', 'message', 'native', 'state', 'theme'];
|
|
1496
|
-
let PSelectWrapper = class PSelectWrapper {
|
|
1497
|
-
constructor(c, r, z) {
|
|
1498
|
-
this.z = z;
|
|
1499
|
-
c.detach();
|
|
1500
|
-
this.el = r.nativeElement;
|
|
1501
|
-
}
|
|
1502
|
-
};
|
|
1503
|
-
PSelectWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PSelectWrapper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1504
|
-
PSelectWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PSelectWrapper, selector: "p-select-wrapper,[p-select-wrapper]", inputs: { description: "description", dropdownDirection: "dropdownDirection", filter: "filter", hideLabel: "hideLabel", label: "label", message: "message", native: "native", state: "state", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1505
|
-
PSelectWrapper = __decorate$n([
|
|
1506
|
-
ProxyCmp({
|
|
1507
|
-
inputs: inputs$i
|
|
1508
|
-
})
|
|
1509
|
-
], PSelectWrapper);
|
|
635
|
+
template: '<ng-content />',
|
|
636
|
+
inputs: ['disabled', 'icon', 'iconSource', 'label', 'value']
|
|
637
|
+
}]
|
|
638
|
+
}] });
|
|
639
|
+
|
|
640
|
+
class PSelectWrapper extends BaseComponentWithTheme {
|
|
641
|
+
}
|
|
642
|
+
PSelectWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PSelectWrapper, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
643
|
+
PSelectWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PSelectWrapper, selector: "p-select-wrapper,[p-select-wrapper]", inputs: { description: "description", dropdownDirection: "dropdownDirection", filter: "filter", hideLabel: "hideLabel", label: "label", message: "message", native: "native", state: "state", theme: "theme" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1510
644
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PSelectWrapper, decorators: [{
|
|
1511
645
|
type: Component,
|
|
1512
646
|
args: [{
|
|
1513
647
|
selector: 'p-select-wrapper,[p-select-wrapper]',
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
r = Reflect.decorate(decorators, target, key, desc);
|
|
1524
|
-
else
|
|
1525
|
-
for (var i = decorators.length - 1; i >= 0; i--)
|
|
1526
|
-
if (d = decorators[i])
|
|
1527
|
-
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1528
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1529
|
-
};
|
|
1530
|
-
const inputs$h = ['aria', 'size', 'theme'];
|
|
1531
|
-
let PSpinner = class PSpinner {
|
|
1532
|
-
constructor(c, r, z) {
|
|
1533
|
-
this.z = z;
|
|
1534
|
-
c.detach();
|
|
1535
|
-
this.el = r.nativeElement;
|
|
1536
|
-
}
|
|
1537
|
-
};
|
|
1538
|
-
PSpinner.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PSpinner, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1539
|
-
PSpinner.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PSpinner, selector: "p-spinner,[p-spinner]", inputs: { aria: "aria", size: "size", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1540
|
-
PSpinner = __decorate$m([
|
|
1541
|
-
ProxyCmp({
|
|
1542
|
-
inputs: inputs$h
|
|
1543
|
-
})
|
|
1544
|
-
], PSpinner);
|
|
648
|
+
template: '<ng-content />',
|
|
649
|
+
inputs: ['description', 'dropdownDirection', 'filter', 'hideLabel', 'label', 'message', 'native', 'state', 'theme']
|
|
650
|
+
}]
|
|
651
|
+
}] });
|
|
652
|
+
|
|
653
|
+
class PSpinner extends BaseComponentWithTheme {
|
|
654
|
+
}
|
|
655
|
+
PSpinner.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PSpinner, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
656
|
+
PSpinner.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PSpinner, selector: "p-spinner,[p-spinner]", inputs: { aria: "aria", size: "size", theme: "theme" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1545
657
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PSpinner, decorators: [{
|
|
1546
658
|
type: Component,
|
|
1547
659
|
args: [{
|
|
1548
660
|
selector: 'p-spinner,[p-spinner]',
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
for (var i = decorators.length - 1; i >= 0; i--)
|
|
1561
|
-
if (d = decorators[i])
|
|
1562
|
-
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1563
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1564
|
-
};
|
|
1565
|
-
const inputs$g = ['size', 'theme'];
|
|
1566
|
-
const outputs$5 = ['stepChange', 'update'];
|
|
1567
|
-
let PStepperHorizontal = class PStepperHorizontal {
|
|
1568
|
-
constructor(c, r, z) {
|
|
1569
|
-
this.z = z;
|
|
1570
|
-
c.detach();
|
|
1571
|
-
this.el = r.nativeElement;
|
|
1572
|
-
proxyOutputs(this, outputs$5);
|
|
661
|
+
template: '<ng-content />',
|
|
662
|
+
inputs: ['aria', 'size', 'theme']
|
|
663
|
+
}]
|
|
664
|
+
}] });
|
|
665
|
+
|
|
666
|
+
class PStepperHorizontal extends BaseComponentWithTheme {
|
|
667
|
+
constructor() {
|
|
668
|
+
super(...arguments);
|
|
669
|
+
/** @deprecated */
|
|
670
|
+
this.stepChange = new EventEmitter();
|
|
671
|
+
this.update = new EventEmitter();
|
|
1573
672
|
}
|
|
1574
|
-
}
|
|
1575
|
-
PStepperHorizontal.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PStepperHorizontal, deps:
|
|
1576
|
-
PStepperHorizontal.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PStepperHorizontal, selector: "p-stepper-horizontal,[p-stepper-horizontal]", inputs: { size: "size", theme: "theme" }, outputs: { stepChange: "stepChange", update: "update" }, ngImport: i0, template: '<ng-content
|
|
1577
|
-
PStepperHorizontal = __decorate$l([
|
|
1578
|
-
ProxyCmp({
|
|
1579
|
-
inputs: inputs$g
|
|
1580
|
-
})
|
|
1581
|
-
], PStepperHorizontal);
|
|
673
|
+
}
|
|
674
|
+
PStepperHorizontal.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PStepperHorizontal, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
675
|
+
PStepperHorizontal.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PStepperHorizontal, selector: "p-stepper-horizontal,[p-stepper-horizontal]", inputs: { size: "size", theme: "theme" }, outputs: { stepChange: "stepChange", update: "update" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1582
676
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PStepperHorizontal, decorators: [{
|
|
1583
677
|
type: Component,
|
|
1584
678
|
args: [{
|
|
1585
679
|
selector: 'p-stepper-horizontal,[p-stepper-horizontal]',
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
r = Reflect.decorate(decorators, target, key, desc);
|
|
1597
|
-
else
|
|
1598
|
-
for (var i = decorators.length - 1; i >= 0; i--)
|
|
1599
|
-
if (d = decorators[i])
|
|
1600
|
-
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1601
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1602
|
-
};
|
|
1603
|
-
const inputs$f = ['disabled', 'state'];
|
|
1604
|
-
let PStepperHorizontalItem = class PStepperHorizontalItem {
|
|
1605
|
-
constructor(c, r, z) {
|
|
1606
|
-
this.z = z;
|
|
1607
|
-
c.detach();
|
|
1608
|
-
this.el = r.nativeElement;
|
|
1609
|
-
}
|
|
1610
|
-
};
|
|
1611
|
-
PStepperHorizontalItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PStepperHorizontalItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1612
|
-
PStepperHorizontalItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PStepperHorizontalItem, selector: "p-stepper-horizontal-item,[p-stepper-horizontal-item]", inputs: { disabled: "disabled", state: "state" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1613
|
-
PStepperHorizontalItem = __decorate$k([
|
|
1614
|
-
ProxyCmp({
|
|
1615
|
-
inputs: inputs$f
|
|
1616
|
-
})
|
|
1617
|
-
], PStepperHorizontalItem);
|
|
680
|
+
template: '<ng-content />',
|
|
681
|
+
inputs: ['size', 'theme'],
|
|
682
|
+
outputs: ['stepChange', 'update']
|
|
683
|
+
}]
|
|
684
|
+
}] });
|
|
685
|
+
|
|
686
|
+
class PStepperHorizontalItem extends BaseComponent {
|
|
687
|
+
}
|
|
688
|
+
PStepperHorizontalItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PStepperHorizontalItem, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
689
|
+
PStepperHorizontalItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PStepperHorizontalItem, selector: "p-stepper-horizontal-item,[p-stepper-horizontal-item]", inputs: { disabled: "disabled", state: "state" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1618
690
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PStepperHorizontalItem, decorators: [{
|
|
1619
691
|
type: Component,
|
|
1620
692
|
args: [{
|
|
1621
693
|
selector: 'p-stepper-horizontal-item,[p-stepper-horizontal-item]',
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
for (var i = decorators.length - 1; i >= 0; i--)
|
|
1634
|
-
if (d = decorators[i])
|
|
1635
|
-
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1636
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1637
|
-
};
|
|
1638
|
-
const inputs$e = ['alignLabel', 'checked', 'disabled', 'hideLabel', 'loading', 'stretch', 'theme'];
|
|
1639
|
-
const outputs$4 = ['switchChange', 'update'];
|
|
1640
|
-
let PSwitch = class PSwitch {
|
|
1641
|
-
constructor(c, r, z) {
|
|
1642
|
-
this.z = z;
|
|
1643
|
-
c.detach();
|
|
1644
|
-
this.el = r.nativeElement;
|
|
1645
|
-
proxyOutputs(this, outputs$4);
|
|
694
|
+
template: '<ng-content />',
|
|
695
|
+
inputs: ['disabled', 'state']
|
|
696
|
+
}]
|
|
697
|
+
}] });
|
|
698
|
+
|
|
699
|
+
class PSwitch extends BaseComponentWithTheme {
|
|
700
|
+
constructor() {
|
|
701
|
+
super(...arguments);
|
|
702
|
+
/** @deprecated */
|
|
703
|
+
this.switchChange = new EventEmitter();
|
|
704
|
+
this.update = new EventEmitter();
|
|
1646
705
|
}
|
|
1647
|
-
}
|
|
1648
|
-
PSwitch.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PSwitch, deps:
|
|
1649
|
-
PSwitch.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PSwitch, selector: "p-switch,[p-switch]", inputs: { alignLabel: "alignLabel", checked: "checked", disabled: "disabled", hideLabel: "hideLabel", loading: "loading", stretch: "stretch", theme: "theme" }, outputs: { switchChange: "switchChange", update: "update" }, ngImport: i0, template: '<ng-content
|
|
1650
|
-
PSwitch = __decorate$j([
|
|
1651
|
-
ProxyCmp({
|
|
1652
|
-
inputs: inputs$e
|
|
1653
|
-
})
|
|
1654
|
-
], PSwitch);
|
|
706
|
+
}
|
|
707
|
+
PSwitch.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PSwitch, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
708
|
+
PSwitch.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PSwitch, selector: "p-switch,[p-switch]", inputs: { alignLabel: "alignLabel", checked: "checked", disabled: "disabled", hideLabel: "hideLabel", loading: "loading", stretch: "stretch", theme: "theme" }, outputs: { switchChange: "switchChange", update: "update" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1655
709
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PSwitch, decorators: [{
|
|
1656
710
|
type: Component,
|
|
1657
711
|
args: [{
|
|
1658
712
|
selector: 'p-switch,[p-switch]',
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
for (var i = decorators.length - 1; i >= 0; i--)
|
|
1672
|
-
if (d = decorators[i])
|
|
1673
|
-
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1674
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1675
|
-
};
|
|
1676
|
-
const inputs$d = ['caption', 'theme'];
|
|
1677
|
-
const outputs$3 = ['sortingChange', 'update'];
|
|
1678
|
-
let PTable = class PTable {
|
|
1679
|
-
constructor(c, r, z) {
|
|
1680
|
-
this.z = z;
|
|
1681
|
-
c.detach();
|
|
1682
|
-
this.el = r.nativeElement;
|
|
1683
|
-
proxyOutputs(this, outputs$3);
|
|
713
|
+
template: '<ng-content />',
|
|
714
|
+
inputs: ['alignLabel', 'checked', 'disabled', 'hideLabel', 'loading', 'stretch', 'theme'],
|
|
715
|
+
outputs: ['switchChange', 'update']
|
|
716
|
+
}]
|
|
717
|
+
}] });
|
|
718
|
+
|
|
719
|
+
class PTable extends BaseComponentWithTheme {
|
|
720
|
+
constructor() {
|
|
721
|
+
super(...arguments);
|
|
722
|
+
/** @deprecated */
|
|
723
|
+
this.sortingChange = new EventEmitter();
|
|
724
|
+
this.update = new EventEmitter();
|
|
1684
725
|
}
|
|
1685
|
-
}
|
|
1686
|
-
PTable.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTable, deps:
|
|
1687
|
-
PTable.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PTable, selector: "p-table,[p-table]", inputs: { caption: "caption", theme: "theme" }, outputs: { sortingChange: "sortingChange", update: "update" }, ngImport: i0, template: '<ng-content
|
|
1688
|
-
PTable = __decorate$i([
|
|
1689
|
-
ProxyCmp({
|
|
1690
|
-
inputs: inputs$d
|
|
1691
|
-
})
|
|
1692
|
-
], PTable);
|
|
726
|
+
}
|
|
727
|
+
PTable.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTable, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
728
|
+
PTable.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PTable, selector: "p-table,[p-table]", inputs: { caption: "caption", theme: "theme" }, outputs: { sortingChange: "sortingChange", update: "update" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1693
729
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTable, decorators: [{
|
|
1694
730
|
type: Component,
|
|
1695
731
|
args: [{
|
|
1696
732
|
selector: 'p-table,[p-table]',
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
r = Reflect.decorate(decorators, target, key, desc);
|
|
1708
|
-
else
|
|
1709
|
-
for (var i = decorators.length - 1; i >= 0; i--)
|
|
1710
|
-
if (d = decorators[i])
|
|
1711
|
-
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1712
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1713
|
-
};
|
|
1714
|
-
let PTableBody = class PTableBody {
|
|
1715
|
-
constructor(c, r, z) {
|
|
1716
|
-
this.z = z;
|
|
1717
|
-
c.detach();
|
|
1718
|
-
this.el = r.nativeElement;
|
|
1719
|
-
}
|
|
1720
|
-
};
|
|
1721
|
-
PTableBody.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTableBody, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1722
|
-
PTableBody.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PTableBody, selector: "p-table-body,[p-table-body]", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1723
|
-
PTableBody = __decorate$h([
|
|
1724
|
-
ProxyCmp({})
|
|
1725
|
-
], PTableBody);
|
|
733
|
+
template: '<ng-content />',
|
|
734
|
+
inputs: ['caption', 'theme'],
|
|
735
|
+
outputs: ['sortingChange', 'update']
|
|
736
|
+
}]
|
|
737
|
+
}] });
|
|
738
|
+
|
|
739
|
+
class PTableBody extends BaseComponent {
|
|
740
|
+
}
|
|
741
|
+
PTableBody.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTableBody, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
742
|
+
PTableBody.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PTableBody, selector: "p-table-body,[p-table-body]", usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1726
743
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTableBody, decorators: [{
|
|
1727
744
|
type: Component,
|
|
1728
745
|
args: [{
|
|
1729
746
|
selector: 'p-table-body,[p-table-body]',
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
r = Reflect.decorate(decorators, target, key, desc);
|
|
1739
|
-
else
|
|
1740
|
-
for (var i = decorators.length - 1; i >= 0; i--)
|
|
1741
|
-
if (d = decorators[i])
|
|
1742
|
-
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1743
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1744
|
-
};
|
|
1745
|
-
const inputs$c = ['multiline'];
|
|
1746
|
-
let PTableCell = class PTableCell {
|
|
1747
|
-
constructor(c, r, z) {
|
|
1748
|
-
this.z = z;
|
|
1749
|
-
c.detach();
|
|
1750
|
-
this.el = r.nativeElement;
|
|
1751
|
-
}
|
|
1752
|
-
};
|
|
1753
|
-
PTableCell.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTableCell, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1754
|
-
PTableCell.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PTableCell, selector: "p-table-cell,[p-table-cell]", inputs: { multiline: "multiline" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1755
|
-
PTableCell = __decorate$g([
|
|
1756
|
-
ProxyCmp({
|
|
1757
|
-
inputs: inputs$c
|
|
1758
|
-
})
|
|
1759
|
-
], PTableCell);
|
|
747
|
+
template: '<ng-content />'
|
|
748
|
+
}]
|
|
749
|
+
}] });
|
|
750
|
+
|
|
751
|
+
class PTableCell extends BaseComponent {
|
|
752
|
+
}
|
|
753
|
+
PTableCell.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTableCell, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
754
|
+
PTableCell.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PTableCell, selector: "p-table-cell,[p-table-cell]", inputs: { multiline: "multiline" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1760
755
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTableCell, decorators: [{
|
|
1761
756
|
type: Component,
|
|
1762
757
|
args: [{
|
|
1763
758
|
selector: 'p-table-cell,[p-table-cell]',
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
r = Reflect.decorate(decorators, target, key, desc);
|
|
1774
|
-
else
|
|
1775
|
-
for (var i = decorators.length - 1; i >= 0; i--)
|
|
1776
|
-
if (d = decorators[i])
|
|
1777
|
-
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1778
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1779
|
-
};
|
|
1780
|
-
let PTableHead = class PTableHead {
|
|
1781
|
-
constructor(c, r, z) {
|
|
1782
|
-
this.z = z;
|
|
1783
|
-
c.detach();
|
|
1784
|
-
this.el = r.nativeElement;
|
|
1785
|
-
}
|
|
1786
|
-
};
|
|
1787
|
-
PTableHead.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTableHead, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1788
|
-
PTableHead.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PTableHead, selector: "p-table-head,[p-table-head]", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1789
|
-
PTableHead = __decorate$f([
|
|
1790
|
-
ProxyCmp({})
|
|
1791
|
-
], PTableHead);
|
|
759
|
+
template: '<ng-content />',
|
|
760
|
+
inputs: ['multiline']
|
|
761
|
+
}]
|
|
762
|
+
}] });
|
|
763
|
+
|
|
764
|
+
class PTableHead extends BaseComponent {
|
|
765
|
+
}
|
|
766
|
+
PTableHead.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTableHead, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
767
|
+
PTableHead.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PTableHead, selector: "p-table-head,[p-table-head]", usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1792
768
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTableHead, decorators: [{
|
|
1793
769
|
type: Component,
|
|
1794
770
|
args: [{
|
|
1795
771
|
selector: 'p-table-head,[p-table-head]',
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
r = Reflect.decorate(decorators, target, key, desc);
|
|
1805
|
-
else
|
|
1806
|
-
for (var i = decorators.length - 1; i >= 0; i--)
|
|
1807
|
-
if (d = decorators[i])
|
|
1808
|
-
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1809
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1810
|
-
};
|
|
1811
|
-
const inputs$b = ['hideLabel', 'multiline', 'sort'];
|
|
1812
|
-
let PTableHeadCell = class PTableHeadCell {
|
|
1813
|
-
constructor(c, r, z) {
|
|
1814
|
-
this.z = z;
|
|
1815
|
-
c.detach();
|
|
1816
|
-
this.el = r.nativeElement;
|
|
1817
|
-
}
|
|
1818
|
-
};
|
|
1819
|
-
PTableHeadCell.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTableHeadCell, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1820
|
-
PTableHeadCell.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PTableHeadCell, selector: "p-table-head-cell,[p-table-head-cell]", inputs: { hideLabel: "hideLabel", multiline: "multiline", sort: "sort" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1821
|
-
PTableHeadCell = __decorate$e([
|
|
1822
|
-
ProxyCmp({
|
|
1823
|
-
inputs: inputs$b
|
|
1824
|
-
})
|
|
1825
|
-
], PTableHeadCell);
|
|
772
|
+
template: '<ng-content />'
|
|
773
|
+
}]
|
|
774
|
+
}] });
|
|
775
|
+
|
|
776
|
+
class PTableHeadCell extends BaseComponent {
|
|
777
|
+
}
|
|
778
|
+
PTableHeadCell.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTableHeadCell, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
779
|
+
PTableHeadCell.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PTableHeadCell, selector: "p-table-head-cell,[p-table-head-cell]", inputs: { hideLabel: "hideLabel", multiline: "multiline", sort: "sort" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1826
780
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTableHeadCell, decorators: [{
|
|
1827
781
|
type: Component,
|
|
1828
782
|
args: [{
|
|
1829
783
|
selector: 'p-table-head-cell,[p-table-head-cell]',
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
r = Reflect.decorate(decorators, target, key, desc);
|
|
1840
|
-
else
|
|
1841
|
-
for (var i = decorators.length - 1; i >= 0; i--)
|
|
1842
|
-
if (d = decorators[i])
|
|
1843
|
-
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1844
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1845
|
-
};
|
|
1846
|
-
let PTableHeadRow = class PTableHeadRow {
|
|
1847
|
-
constructor(c, r, z) {
|
|
1848
|
-
this.z = z;
|
|
1849
|
-
c.detach();
|
|
1850
|
-
this.el = r.nativeElement;
|
|
1851
|
-
}
|
|
1852
|
-
};
|
|
1853
|
-
PTableHeadRow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTableHeadRow, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1854
|
-
PTableHeadRow.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PTableHeadRow, selector: "p-table-head-row,[p-table-head-row]", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1855
|
-
PTableHeadRow = __decorate$d([
|
|
1856
|
-
ProxyCmp({})
|
|
1857
|
-
], PTableHeadRow);
|
|
784
|
+
template: '<ng-content />',
|
|
785
|
+
inputs: ['hideLabel', 'multiline', 'sort']
|
|
786
|
+
}]
|
|
787
|
+
}] });
|
|
788
|
+
|
|
789
|
+
class PTableHeadRow extends BaseComponent {
|
|
790
|
+
}
|
|
791
|
+
PTableHeadRow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTableHeadRow, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
792
|
+
PTableHeadRow.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PTableHeadRow, selector: "p-table-head-row,[p-table-head-row]", usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1858
793
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTableHeadRow, decorators: [{
|
|
1859
794
|
type: Component,
|
|
1860
795
|
args: [{
|
|
1861
796
|
selector: 'p-table-head-row,[p-table-head-row]',
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
r = Reflect.decorate(decorators, target, key, desc);
|
|
1871
|
-
else
|
|
1872
|
-
for (var i = decorators.length - 1; i >= 0; i--)
|
|
1873
|
-
if (d = decorators[i])
|
|
1874
|
-
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1875
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1876
|
-
};
|
|
1877
|
-
let PTableRow = class PTableRow {
|
|
1878
|
-
constructor(c, r, z) {
|
|
1879
|
-
this.z = z;
|
|
1880
|
-
c.detach();
|
|
1881
|
-
this.el = r.nativeElement;
|
|
1882
|
-
}
|
|
1883
|
-
};
|
|
1884
|
-
PTableRow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTableRow, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1885
|
-
PTableRow.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PTableRow, selector: "p-table-row,[p-table-row]", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1886
|
-
PTableRow = __decorate$c([
|
|
1887
|
-
ProxyCmp({})
|
|
1888
|
-
], PTableRow);
|
|
797
|
+
template: '<ng-content />'
|
|
798
|
+
}]
|
|
799
|
+
}] });
|
|
800
|
+
|
|
801
|
+
class PTableRow extends BaseComponent {
|
|
802
|
+
}
|
|
803
|
+
PTableRow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTableRow, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
804
|
+
PTableRow.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PTableRow, selector: "p-table-row,[p-table-row]", usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1889
805
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTableRow, decorators: [{
|
|
1890
806
|
type: Component,
|
|
1891
807
|
args: [{
|
|
1892
808
|
selector: 'p-table-row,[p-table-row]',
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
for (var i = decorators.length - 1; i >= 0; i--)
|
|
1904
|
-
if (d = decorators[i])
|
|
1905
|
-
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1906
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1907
|
-
};
|
|
1908
|
-
const inputs$a = ['activeTabIndex', 'gradientColor', 'gradientColorScheme', 'size', 'theme', 'weight'];
|
|
1909
|
-
const outputs$2 = ['tabChange', 'update'];
|
|
1910
|
-
let PTabs = class PTabs {
|
|
1911
|
-
constructor(c, r, z) {
|
|
1912
|
-
this.z = z;
|
|
1913
|
-
c.detach();
|
|
1914
|
-
this.el = r.nativeElement;
|
|
1915
|
-
proxyOutputs(this, outputs$2);
|
|
809
|
+
template: '<ng-content />'
|
|
810
|
+
}]
|
|
811
|
+
}] });
|
|
812
|
+
|
|
813
|
+
class PTabs extends BaseComponentWithTheme {
|
|
814
|
+
constructor() {
|
|
815
|
+
super(...arguments);
|
|
816
|
+
/** @deprecated */
|
|
817
|
+
this.tabChange = new EventEmitter();
|
|
818
|
+
this.update = new EventEmitter();
|
|
1916
819
|
}
|
|
1917
|
-
}
|
|
1918
|
-
PTabs.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTabs, deps:
|
|
1919
|
-
PTabs.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PTabs, selector: "p-tabs,[p-tabs]", inputs: { activeTabIndex: "activeTabIndex", gradientColor: "gradientColor", gradientColorScheme: "gradientColorScheme", size: "size", theme: "theme", weight: "weight" }, outputs: { tabChange: "tabChange", update: "update" }, ngImport: i0, template: '<ng-content
|
|
1920
|
-
PTabs = __decorate$b([
|
|
1921
|
-
ProxyCmp({
|
|
1922
|
-
inputs: inputs$a
|
|
1923
|
-
})
|
|
1924
|
-
], PTabs);
|
|
820
|
+
}
|
|
821
|
+
PTabs.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTabs, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
822
|
+
PTabs.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PTabs, selector: "p-tabs,[p-tabs]", inputs: { activeTabIndex: "activeTabIndex", gradientColor: "gradientColor", gradientColorScheme: "gradientColorScheme", size: "size", theme: "theme", weight: "weight" }, outputs: { tabChange: "tabChange", update: "update" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1925
823
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTabs, decorators: [{
|
|
1926
824
|
type: Component,
|
|
1927
825
|
args: [{
|
|
1928
826
|
selector: 'p-tabs,[p-tabs]',
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
|
|
1941
|
-
for (var i = decorators.length - 1; i >= 0; i--)
|
|
1942
|
-
if (d = decorators[i])
|
|
1943
|
-
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1944
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1945
|
-
};
|
|
1946
|
-
const inputs$9 = ['activeTabIndex', 'gradientColor', 'gradientColorScheme', 'size', 'theme', 'weight'];
|
|
1947
|
-
const outputs$1 = ['tabChange', 'update'];
|
|
1948
|
-
let PTabsBar = class PTabsBar {
|
|
1949
|
-
constructor(c, r, z) {
|
|
1950
|
-
this.z = z;
|
|
1951
|
-
c.detach();
|
|
1952
|
-
this.el = r.nativeElement;
|
|
1953
|
-
proxyOutputs(this, outputs$1);
|
|
827
|
+
template: '<ng-content />',
|
|
828
|
+
inputs: ['activeTabIndex', 'gradientColor', 'gradientColorScheme', 'size', 'theme', 'weight'],
|
|
829
|
+
outputs: ['tabChange', 'update']
|
|
830
|
+
}]
|
|
831
|
+
}] });
|
|
832
|
+
|
|
833
|
+
class PTabsBar extends BaseComponentWithTheme {
|
|
834
|
+
constructor() {
|
|
835
|
+
super(...arguments);
|
|
836
|
+
/** @deprecated */
|
|
837
|
+
this.tabChange = new EventEmitter();
|
|
838
|
+
this.update = new EventEmitter();
|
|
1954
839
|
}
|
|
1955
|
-
}
|
|
1956
|
-
PTabsBar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTabsBar, deps:
|
|
1957
|
-
PTabsBar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PTabsBar, selector: "p-tabs-bar,[p-tabs-bar]", inputs: { activeTabIndex: "activeTabIndex", gradientColor: "gradientColor", gradientColorScheme: "gradientColorScheme", size: "size", theme: "theme", weight: "weight" }, outputs: { tabChange: "tabChange", update: "update" }, ngImport: i0, template: '<ng-content
|
|
1958
|
-
PTabsBar = __decorate$a([
|
|
1959
|
-
ProxyCmp({
|
|
1960
|
-
inputs: inputs$9
|
|
1961
|
-
})
|
|
1962
|
-
], PTabsBar);
|
|
840
|
+
}
|
|
841
|
+
PTabsBar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTabsBar, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
842
|
+
PTabsBar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PTabsBar, selector: "p-tabs-bar,[p-tabs-bar]", inputs: { activeTabIndex: "activeTabIndex", gradientColor: "gradientColor", gradientColorScheme: "gradientColorScheme", size: "size", theme: "theme", weight: "weight" }, outputs: { tabChange: "tabChange", update: "update" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1963
843
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTabsBar, decorators: [{
|
|
1964
844
|
type: Component,
|
|
1965
845
|
args: [{
|
|
1966
846
|
selector: 'p-tabs-bar,[p-tabs-bar]',
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
r = Reflect.decorate(decorators, target, key, desc);
|
|
1978
|
-
else
|
|
1979
|
-
for (var i = decorators.length - 1; i >= 0; i--)
|
|
1980
|
-
if (d = decorators[i])
|
|
1981
|
-
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1982
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1983
|
-
};
|
|
1984
|
-
const inputs$8 = ['label'];
|
|
1985
|
-
let PTabsItem = class PTabsItem {
|
|
1986
|
-
constructor(c, r, z) {
|
|
1987
|
-
this.z = z;
|
|
1988
|
-
c.detach();
|
|
1989
|
-
this.el = r.nativeElement;
|
|
1990
|
-
}
|
|
1991
|
-
};
|
|
1992
|
-
PTabsItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTabsItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1993
|
-
PTabsItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PTabsItem, selector: "p-tabs-item,[p-tabs-item]", inputs: { label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1994
|
-
PTabsItem = __decorate$9([
|
|
1995
|
-
ProxyCmp({
|
|
1996
|
-
inputs: inputs$8
|
|
1997
|
-
})
|
|
1998
|
-
], PTabsItem);
|
|
847
|
+
template: '<ng-content />',
|
|
848
|
+
inputs: ['activeTabIndex', 'gradientColor', 'gradientColorScheme', 'size', 'theme', 'weight'],
|
|
849
|
+
outputs: ['tabChange', 'update']
|
|
850
|
+
}]
|
|
851
|
+
}] });
|
|
852
|
+
|
|
853
|
+
class PTabsItem extends BaseComponent {
|
|
854
|
+
}
|
|
855
|
+
PTabsItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTabsItem, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
856
|
+
PTabsItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PTabsItem, selector: "p-tabs-item,[p-tabs-item]", inputs: { label: "label" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1999
857
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTabsItem, decorators: [{
|
|
2000
858
|
type: Component,
|
|
2001
859
|
args: [{
|
|
2002
860
|
selector: 'p-tabs-item,[p-tabs-item]',
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
r = Reflect.decorate(decorators, target, key, desc);
|
|
2013
|
-
else
|
|
2014
|
-
for (var i = decorators.length - 1; i >= 0; i--)
|
|
2015
|
-
if (d = decorators[i])
|
|
2016
|
-
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
2017
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
2018
|
-
};
|
|
2019
|
-
const inputs$7 = ['color', 'icon', 'iconSource', 'theme'];
|
|
2020
|
-
let PTag = class PTag {
|
|
2021
|
-
constructor(c, r, z) {
|
|
2022
|
-
this.z = z;
|
|
2023
|
-
c.detach();
|
|
2024
|
-
this.el = r.nativeElement;
|
|
2025
|
-
}
|
|
2026
|
-
};
|
|
2027
|
-
PTag.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTag, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2028
|
-
PTag.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PTag, selector: "p-tag,[p-tag]", inputs: { color: "color", icon: "icon", iconSource: "iconSource", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2029
|
-
PTag = __decorate$8([
|
|
2030
|
-
ProxyCmp({
|
|
2031
|
-
inputs: inputs$7
|
|
2032
|
-
})
|
|
2033
|
-
], PTag);
|
|
861
|
+
template: '<ng-content />',
|
|
862
|
+
inputs: ['label']
|
|
863
|
+
}]
|
|
864
|
+
}] });
|
|
865
|
+
|
|
866
|
+
class PTag extends BaseComponentWithTheme {
|
|
867
|
+
}
|
|
868
|
+
PTag.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTag, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
869
|
+
PTag.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PTag, selector: "p-tag,[p-tag]", inputs: { color: "color", icon: "icon", iconSource: "iconSource", theme: "theme" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
2034
870
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTag, decorators: [{
|
|
2035
871
|
type: Component,
|
|
2036
872
|
args: [{
|
|
2037
873
|
selector: 'p-tag,[p-tag]',
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
|
|
2041
|
-
|
|
2042
|
-
|
|
2043
|
-
|
|
2044
|
-
|
|
2045
|
-
|
|
2046
|
-
|
|
2047
|
-
r = Reflect.decorate(decorators, target, key, desc);
|
|
2048
|
-
else
|
|
2049
|
-
for (var i = decorators.length - 1; i >= 0; i--)
|
|
2050
|
-
if (d = decorators[i])
|
|
2051
|
-
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
2052
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
2053
|
-
};
|
|
2054
|
-
const inputs$6 = ['aria', 'color', 'label', 'theme'];
|
|
2055
|
-
let PTagDismissible = class PTagDismissible {
|
|
2056
|
-
constructor(c, r, z) {
|
|
2057
|
-
this.z = z;
|
|
2058
|
-
c.detach();
|
|
2059
|
-
this.el = r.nativeElement;
|
|
2060
|
-
}
|
|
2061
|
-
};
|
|
2062
|
-
PTagDismissible.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTagDismissible, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2063
|
-
PTagDismissible.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PTagDismissible, selector: "p-tag-dismissible,[p-tag-dismissible]", inputs: { aria: "aria", color: "color", label: "label", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2064
|
-
PTagDismissible = __decorate$7([
|
|
2065
|
-
ProxyCmp({
|
|
2066
|
-
inputs: inputs$6
|
|
2067
|
-
})
|
|
2068
|
-
], PTagDismissible);
|
|
874
|
+
template: '<ng-content />',
|
|
875
|
+
inputs: ['color', 'icon', 'iconSource', 'theme']
|
|
876
|
+
}]
|
|
877
|
+
}] });
|
|
878
|
+
|
|
879
|
+
class PTagDismissible extends BaseComponentWithTheme {
|
|
880
|
+
}
|
|
881
|
+
PTagDismissible.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTagDismissible, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
882
|
+
PTagDismissible.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PTagDismissible, selector: "p-tag-dismissible,[p-tag-dismissible]", inputs: { aria: "aria", color: "color", label: "label", theme: "theme" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
2069
883
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTagDismissible, decorators: [{
|
|
2070
884
|
type: Component,
|
|
2071
885
|
args: [{
|
|
2072
886
|
selector: 'p-tag-dismissible,[p-tag-dismissible]',
|
|
2073
|
-
|
|
2074
|
-
|
|
2075
|
-
|
|
2076
|
-
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
|
|
2081
|
-
|
|
2082
|
-
r = Reflect.decorate(decorators, target, key, desc);
|
|
2083
|
-
else
|
|
2084
|
-
for (var i = decorators.length - 1; i >= 0; i--)
|
|
2085
|
-
if (d = decorators[i])
|
|
2086
|
-
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
2087
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
2088
|
-
};
|
|
2089
|
-
const inputs$5 = ['align', 'color', 'ellipsis', 'size', 'tag', 'theme', 'weight'];
|
|
2090
|
-
let PText = class PText {
|
|
2091
|
-
constructor(c, r, z) {
|
|
2092
|
-
this.z = z;
|
|
2093
|
-
c.detach();
|
|
2094
|
-
this.el = r.nativeElement;
|
|
2095
|
-
}
|
|
2096
|
-
};
|
|
2097
|
-
PText.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PText, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2098
|
-
PText.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PText, selector: "p-text,[p-text]", inputs: { align: "align", color: "color", ellipsis: "ellipsis", size: "size", tag: "tag", theme: "theme", weight: "weight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2099
|
-
PText = __decorate$6([
|
|
2100
|
-
ProxyCmp({
|
|
2101
|
-
inputs: inputs$5
|
|
2102
|
-
})
|
|
2103
|
-
], PText);
|
|
887
|
+
template: '<ng-content />',
|
|
888
|
+
inputs: ['aria', 'color', 'label', 'theme']
|
|
889
|
+
}]
|
|
890
|
+
}] });
|
|
891
|
+
|
|
892
|
+
class PText extends BaseComponentWithTheme {
|
|
893
|
+
}
|
|
894
|
+
PText.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PText, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
895
|
+
PText.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PText, selector: "p-text,[p-text]", inputs: { align: "align", color: "color", ellipsis: "ellipsis", size: "size", tag: "tag", theme: "theme", weight: "weight" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
2104
896
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PText, decorators: [{
|
|
2105
897
|
type: Component,
|
|
2106
898
|
args: [{
|
|
2107
899
|
selector: 'p-text,[p-text]',
|
|
2108
|
-
|
|
2109
|
-
|
|
2110
|
-
|
|
2111
|
-
|
|
2112
|
-
|
|
2113
|
-
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
r = Reflect.decorate(decorators, target, key, desc);
|
|
2118
|
-
else
|
|
2119
|
-
for (var i = decorators.length - 1; i >= 0; i--)
|
|
2120
|
-
if (d = decorators[i])
|
|
2121
|
-
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
2122
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
2123
|
-
};
|
|
2124
|
-
const inputs$4 = ['actionIcon', 'actionLoading', 'description', 'hideLabel', 'label', 'message', 'showCharacterCount', 'showCounter', 'showPasswordToggle', 'state', 'theme', 'unit', 'unitPosition'];
|
|
2125
|
-
const outputs = ['action'];
|
|
2126
|
-
let PTextFieldWrapper = class PTextFieldWrapper {
|
|
2127
|
-
constructor(c, r, z) {
|
|
2128
|
-
this.z = z;
|
|
2129
|
-
c.detach();
|
|
2130
|
-
this.el = r.nativeElement;
|
|
2131
|
-
proxyOutputs(this, outputs);
|
|
900
|
+
template: '<ng-content />',
|
|
901
|
+
inputs: ['align', 'color', 'ellipsis', 'size', 'tag', 'theme', 'weight']
|
|
902
|
+
}]
|
|
903
|
+
}] });
|
|
904
|
+
|
|
905
|
+
class PTextFieldWrapper extends BaseComponentWithTheme {
|
|
906
|
+
constructor() {
|
|
907
|
+
super(...arguments);
|
|
908
|
+
this.action = new EventEmitter();
|
|
2132
909
|
}
|
|
2133
|
-
}
|
|
2134
|
-
PTextFieldWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTextFieldWrapper, deps:
|
|
2135
|
-
PTextFieldWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PTextFieldWrapper, selector: "p-text-field-wrapper,[p-text-field-wrapper]", inputs: { actionIcon: "actionIcon", actionLoading: "actionLoading", description: "description", hideLabel: "hideLabel", label: "label", message: "message", showCharacterCount: "showCharacterCount", showCounter: "showCounter", showPasswordToggle: "showPasswordToggle", state: "state", theme: "theme", unit: "unit", unitPosition: "unitPosition" }, outputs: { action: "action" }, ngImport: i0, template: '<ng-content
|
|
2136
|
-
PTextFieldWrapper = __decorate$5([
|
|
2137
|
-
ProxyCmp({
|
|
2138
|
-
inputs: inputs$4
|
|
2139
|
-
})
|
|
2140
|
-
], PTextFieldWrapper);
|
|
910
|
+
}
|
|
911
|
+
PTextFieldWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTextFieldWrapper, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
912
|
+
PTextFieldWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PTextFieldWrapper, selector: "p-text-field-wrapper,[p-text-field-wrapper]", inputs: { actionIcon: "actionIcon", actionLoading: "actionLoading", description: "description", hideLabel: "hideLabel", label: "label", message: "message", showCharacterCount: "showCharacterCount", showCounter: "showCounter", showPasswordToggle: "showPasswordToggle", state: "state", theme: "theme", unit: "unit", unitPosition: "unitPosition" }, outputs: { action: "action" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
2141
913
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTextFieldWrapper, decorators: [{
|
|
2142
914
|
type: Component,
|
|
2143
915
|
args: [{
|
|
2144
916
|
selector: 'p-text-field-wrapper,[p-text-field-wrapper]',
|
|
2145
|
-
|
|
2146
|
-
|
|
2147
|
-
|
|
2148
|
-
|
|
2149
|
-
|
|
2150
|
-
|
|
2151
|
-
|
|
2152
|
-
|
|
2153
|
-
|
|
2154
|
-
|
|
2155
|
-
r = Reflect.decorate(decorators, target, key, desc);
|
|
2156
|
-
else
|
|
2157
|
-
for (var i = decorators.length - 1; i >= 0; i--)
|
|
2158
|
-
if (d = decorators[i])
|
|
2159
|
-
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
2160
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
2161
|
-
};
|
|
2162
|
-
const inputs$3 = ['listType', 'orderType', 'theme', 'type'];
|
|
2163
|
-
let PTextList = class PTextList {
|
|
2164
|
-
constructor(c, r, z) {
|
|
2165
|
-
this.z = z;
|
|
2166
|
-
c.detach();
|
|
2167
|
-
this.el = r.nativeElement;
|
|
2168
|
-
}
|
|
2169
|
-
};
|
|
2170
|
-
PTextList.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTextList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2171
|
-
PTextList.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PTextList, selector: "p-text-list,[p-text-list]", inputs: { listType: "listType", orderType: "orderType", theme: "theme", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2172
|
-
PTextList = __decorate$4([
|
|
2173
|
-
ProxyCmp({
|
|
2174
|
-
inputs: inputs$3
|
|
2175
|
-
})
|
|
2176
|
-
], PTextList);
|
|
917
|
+
template: '<ng-content />',
|
|
918
|
+
inputs: ['actionIcon', 'actionLoading', 'description', 'hideLabel', 'label', 'message', 'showCharacterCount', 'showCounter', 'showPasswordToggle', 'state', 'theme', 'unit', 'unitPosition'],
|
|
919
|
+
outputs: ['action']
|
|
920
|
+
}]
|
|
921
|
+
}] });
|
|
922
|
+
|
|
923
|
+
class PTextList extends BaseComponentWithTheme {
|
|
924
|
+
}
|
|
925
|
+
PTextList.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTextList, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
926
|
+
PTextList.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PTextList, selector: "p-text-list,[p-text-list]", inputs: { listType: "listType", orderType: "orderType", theme: "theme", type: "type" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
2177
927
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTextList, decorators: [{
|
|
2178
928
|
type: Component,
|
|
2179
929
|
args: [{
|
|
2180
930
|
selector: 'p-text-list,[p-text-list]',
|
|
2181
|
-
|
|
2182
|
-
|
|
2183
|
-
|
|
2184
|
-
|
|
2185
|
-
|
|
2186
|
-
|
|
2187
|
-
|
|
2188
|
-
|
|
2189
|
-
|
|
2190
|
-
r = Reflect.decorate(decorators, target, key, desc);
|
|
2191
|
-
else
|
|
2192
|
-
for (var i = decorators.length - 1; i >= 0; i--)
|
|
2193
|
-
if (d = decorators[i])
|
|
2194
|
-
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
2195
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
2196
|
-
};
|
|
2197
|
-
let PTextListItem = class PTextListItem {
|
|
2198
|
-
constructor(c, r, z) {
|
|
2199
|
-
this.z = z;
|
|
2200
|
-
c.detach();
|
|
2201
|
-
this.el = r.nativeElement;
|
|
2202
|
-
}
|
|
2203
|
-
};
|
|
2204
|
-
PTextListItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTextListItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2205
|
-
PTextListItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PTextListItem, selector: "p-text-list-item,[p-text-list-item]", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2206
|
-
PTextListItem = __decorate$3([
|
|
2207
|
-
ProxyCmp({})
|
|
2208
|
-
], PTextListItem);
|
|
931
|
+
template: '<ng-content />',
|
|
932
|
+
inputs: ['listType', 'orderType', 'theme', 'type']
|
|
933
|
+
}]
|
|
934
|
+
}] });
|
|
935
|
+
|
|
936
|
+
class PTextListItem extends BaseComponent {
|
|
937
|
+
}
|
|
938
|
+
PTextListItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTextListItem, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
939
|
+
PTextListItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PTextListItem, selector: "p-text-list-item,[p-text-list-item]", usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
2209
940
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTextListItem, decorators: [{
|
|
2210
941
|
type: Component,
|
|
2211
942
|
args: [{
|
|
2212
943
|
selector: 'p-text-list-item,[p-text-list-item]',
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
|
|
2216
|
-
|
|
2217
|
-
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
|
-
r = Reflect.decorate(decorators, target, key, desc);
|
|
2222
|
-
else
|
|
2223
|
-
for (var i = decorators.length - 1; i >= 0; i--)
|
|
2224
|
-
if (d = decorators[i])
|
|
2225
|
-
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
2226
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
2227
|
-
};
|
|
2228
|
-
const inputs$2 = ['description', 'hideLabel', 'label', 'message', 'showCharacterCount', 'showCounter', 'state', 'theme'];
|
|
2229
|
-
let PTextareaWrapper = class PTextareaWrapper {
|
|
2230
|
-
constructor(c, r, z) {
|
|
2231
|
-
this.z = z;
|
|
2232
|
-
c.detach();
|
|
2233
|
-
this.el = r.nativeElement;
|
|
2234
|
-
}
|
|
2235
|
-
};
|
|
2236
|
-
PTextareaWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTextareaWrapper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2237
|
-
PTextareaWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PTextareaWrapper, selector: "p-textarea-wrapper,[p-textarea-wrapper]", inputs: { description: "description", hideLabel: "hideLabel", label: "label", message: "message", showCharacterCount: "showCharacterCount", showCounter: "showCounter", state: "state", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2238
|
-
PTextareaWrapper = __decorate$2([
|
|
2239
|
-
ProxyCmp({
|
|
2240
|
-
inputs: inputs$2
|
|
2241
|
-
})
|
|
2242
|
-
], PTextareaWrapper);
|
|
944
|
+
template: '<ng-content />'
|
|
945
|
+
}]
|
|
946
|
+
}] });
|
|
947
|
+
|
|
948
|
+
class PTextareaWrapper extends BaseComponentWithTheme {
|
|
949
|
+
}
|
|
950
|
+
PTextareaWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTextareaWrapper, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
951
|
+
PTextareaWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PTextareaWrapper, selector: "p-textarea-wrapper,[p-textarea-wrapper]", inputs: { description: "description", hideLabel: "hideLabel", label: "label", message: "message", showCharacterCount: "showCharacterCount", showCounter: "showCounter", state: "state", theme: "theme" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
2243
952
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTextareaWrapper, decorators: [{
|
|
2244
953
|
type: Component,
|
|
2245
954
|
args: [{
|
|
2246
955
|
selector: 'p-textarea-wrapper,[p-textarea-wrapper]',
|
|
2247
|
-
|
|
2248
|
-
|
|
2249
|
-
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
|
-
|
|
2253
|
-
|
|
2254
|
-
|
|
2255
|
-
|
|
2256
|
-
r = Reflect.decorate(decorators, target, key, desc);
|
|
2257
|
-
else
|
|
2258
|
-
for (var i = decorators.length - 1; i >= 0; i--)
|
|
2259
|
-
if (d = decorators[i])
|
|
2260
|
-
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
2261
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
2262
|
-
};
|
|
2263
|
-
const inputs$1 = ['theme'];
|
|
2264
|
-
let PToast = class PToast {
|
|
2265
|
-
constructor(c, r, z) {
|
|
2266
|
-
this.z = z;
|
|
2267
|
-
c.detach();
|
|
2268
|
-
this.el = r.nativeElement;
|
|
2269
|
-
}
|
|
2270
|
-
};
|
|
2271
|
-
PToast.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PToast, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2272
|
-
PToast.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PToast, selector: "p-toast,[p-toast]", inputs: { theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2273
|
-
PToast = __decorate$1([
|
|
2274
|
-
ProxyCmp({
|
|
2275
|
-
inputs: inputs$1
|
|
2276
|
-
})
|
|
2277
|
-
], PToast);
|
|
956
|
+
template: '<ng-content />',
|
|
957
|
+
inputs: ['description', 'hideLabel', 'label', 'message', 'showCharacterCount', 'showCounter', 'state', 'theme']
|
|
958
|
+
}]
|
|
959
|
+
}] });
|
|
960
|
+
|
|
961
|
+
class PToast extends BaseComponentWithTheme {
|
|
962
|
+
}
|
|
963
|
+
PToast.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PToast, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
964
|
+
PToast.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PToast, selector: "p-toast,[p-toast]", inputs: { theme: "theme" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
2278
965
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PToast, decorators: [{
|
|
2279
966
|
type: Component,
|
|
2280
967
|
args: [{
|
|
2281
968
|
selector: 'p-toast,[p-toast]',
|
|
2282
|
-
|
|
2283
|
-
|
|
2284
|
-
|
|
2285
|
-
|
|
2286
|
-
|
|
2287
|
-
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
|
|
2291
|
-
r = Reflect.decorate(decorators, target, key, desc);
|
|
2292
|
-
else
|
|
2293
|
-
for (var i = decorators.length - 1; i >= 0; i--)
|
|
2294
|
-
if (d = decorators[i])
|
|
2295
|
-
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
2296
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
2297
|
-
};
|
|
2298
|
-
const inputs = ['aria', 'href', 'size', 'target', 'theme'];
|
|
2299
|
-
let PWordmark = class PWordmark {
|
|
2300
|
-
constructor(c, r, z) {
|
|
2301
|
-
this.z = z;
|
|
2302
|
-
c.detach();
|
|
2303
|
-
this.el = r.nativeElement;
|
|
2304
|
-
}
|
|
2305
|
-
};
|
|
2306
|
-
PWordmark.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PWordmark, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2307
|
-
PWordmark.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PWordmark, selector: "p-wordmark,[p-wordmark]", inputs: { aria: "aria", href: "href", size: "size", target: "target", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2308
|
-
PWordmark = __decorate([
|
|
2309
|
-
ProxyCmp({
|
|
2310
|
-
inputs
|
|
2311
|
-
})
|
|
2312
|
-
], PWordmark);
|
|
969
|
+
template: '<ng-content />',
|
|
970
|
+
inputs: ['theme']
|
|
971
|
+
}]
|
|
972
|
+
}] });
|
|
973
|
+
|
|
974
|
+
class PWordmark extends BaseComponentWithTheme {
|
|
975
|
+
}
|
|
976
|
+
PWordmark.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PWordmark, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
977
|
+
PWordmark.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PWordmark, selector: "p-wordmark,[p-wordmark]", inputs: { aria: "aria", href: "href", size: "size", target: "target", theme: "theme" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
2313
978
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PWordmark, decorators: [{
|
|
2314
979
|
type: Component,
|
|
2315
980
|
args: [{
|
|
2316
981
|
selector: 'p-wordmark,[p-wordmark]',
|
|
2317
|
-
|
|
2318
|
-
|
|
2319
|
-
inputs
|
|
982
|
+
template: '<ng-content />',
|
|
983
|
+
inputs: ['aria', 'href', 'size', 'target', 'theme']
|
|
2320
984
|
}]
|
|
2321
|
-
}]
|
|
985
|
+
}] });
|
|
2322
986
|
|
|
2323
987
|
const DECLARATIONS = [
|
|
2324
988
|
PAccordion,
|
|
@@ -2390,12 +1054,16 @@ const DECLARATIONS = [
|
|
|
2390
1054
|
class DefaultConfig {
|
|
2391
1055
|
constructor() {
|
|
2392
1056
|
this.prefix = '';
|
|
1057
|
+
// other component configurations should probably go into a separate `components`, `componentProps` or `componentDefaults`
|
|
1058
|
+
// property similar to https://mui.com/material-ui/customization/theme-components/
|
|
2393
1059
|
}
|
|
2394
1060
|
}
|
|
2395
1061
|
// TODO: unit tests are missing
|
|
2396
1062
|
class PorscheDesignSystemModule {
|
|
2397
1063
|
constructor(configParam) {
|
|
2398
|
-
|
|
1064
|
+
this.theme$ = inject(THEME_TOKEN);
|
|
1065
|
+
const configs = configParam || [new DefaultConfig()];
|
|
1066
|
+
this.theme$.next(configs[0].theme || 'light'); // first config sets the theme
|
|
2399
1067
|
configs.forEach(load);
|
|
2400
1068
|
}
|
|
2401
1069
|
static load(config) {
|
|
@@ -2413,12 +1081,23 @@ class PorscheDesignSystemModule {
|
|
|
2413
1081
|
}
|
|
2414
1082
|
PorscheDesignSystemModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PorscheDesignSystemModule, deps: [{ token: DefaultConfig, optional: true }], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2415
1083
|
PorscheDesignSystemModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: PorscheDesignSystemModule, declarations: [PAccordion, PBanner, PButton, PButtonGroup, PButtonPure, PButtonTile, PCarousel, PCheckboxWrapper, PContentWrapper, PCrest, PDisplay, PDivider, PFieldset, PFieldsetWrapper, PFlex, PFlexItem, PFlyout, PGrid, PGridItem, PHeading, PHeadline, PIcon, PInlineNotification, PLink, PLinkPure, PLinkSocial, PLinkTile, PLinkTileModelSignature, PMarque, PModal, PModelSignature, PMultiSelect, PMultiSelectOption, PPagination, PPinCode, PPopover, PRadioButtonWrapper, PScroller, PSegmentedControl, PSegmentedControlItem, PSelectWrapper, PSpinner, PStepperHorizontal, PStepperHorizontalItem, PSwitch, PTable, PTableBody, PTableCell, PTableHead, PTableHeadCell, PTableHeadRow, PTableRow, PTabs, PTabsBar, PTabsItem, PTag, PTagDismissible, PText, PTextFieldWrapper, PTextList, PTextListItem, PTextareaWrapper, PToast, PWordmark], exports: [PAccordion, PBanner, PButton, PButtonGroup, PButtonPure, PButtonTile, PCarousel, PCheckboxWrapper, PContentWrapper, PCrest, PDisplay, PDivider, PFieldset, PFieldsetWrapper, PFlex, PFlexItem, PFlyout, PGrid, PGridItem, PHeading, PHeadline, PIcon, PInlineNotification, PLink, PLinkPure, PLinkSocial, PLinkTile, PLinkTileModelSignature, PMarque, PModal, PModelSignature, PMultiSelect, PMultiSelectOption, PPagination, PPinCode, PPopover, PRadioButtonWrapper, PScroller, PSegmentedControl, PSegmentedControlItem, PSelectWrapper, PSpinner, PStepperHorizontal, PStepperHorizontalItem, PSwitch, PTable, PTableBody, PTableCell, PTableHead, PTableHeadCell, PTableHeadRow, PTableRow, PTabs, PTabsBar, PTabsItem, PTag, PTagDismissible, PText, PTextFieldWrapper, PTextList, PTextListItem, PTextareaWrapper, PToast, PWordmark] });
|
|
2416
|
-
PorscheDesignSystemModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PorscheDesignSystemModule
|
|
1084
|
+
PorscheDesignSystemModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PorscheDesignSystemModule, providers: [
|
|
1085
|
+
{
|
|
1086
|
+
provide: THEME_TOKEN,
|
|
1087
|
+
useValue: new BehaviorSubject('light'),
|
|
1088
|
+
},
|
|
1089
|
+
] });
|
|
2417
1090
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PorscheDesignSystemModule, decorators: [{
|
|
2418
1091
|
type: NgModule,
|
|
2419
1092
|
args: [{
|
|
2420
1093
|
declarations: DECLARATIONS,
|
|
2421
1094
|
exports: DECLARATIONS,
|
|
1095
|
+
providers: [
|
|
1096
|
+
{
|
|
1097
|
+
provide: THEME_TOKEN,
|
|
1098
|
+
useValue: new BehaviorSubject('light'),
|
|
1099
|
+
},
|
|
1100
|
+
],
|
|
2422
1101
|
}]
|
|
2423
1102
|
}], ctorParameters: function () {
|
|
2424
1103
|
return [{ type: DefaultConfig, decorators: [{
|
|
@@ -2445,5 +1124,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2445
1124
|
* Generated bundle index. Do not edit.
|
|
2446
1125
|
*/
|
|
2447
1126
|
|
|
2448
|
-
export { DECLARATIONS, PAccordion, PBanner, PButton, PButtonGroup, PButtonPure, PButtonTile, PCarousel, PCheckboxWrapper, PContentWrapper, PCrest, PDisplay, PDivider, PFieldset, PFieldsetWrapper, PFlex, PFlexItem, PFlyout, PGrid, PGridItem, PHeading, PHeadline, PIcon, PInlineNotification, PLink, PLinkPure, PLinkSocial, PLinkTile, PLinkTileModelSignature, PMarque, PModal, PModelSignature, PMultiSelect, PMultiSelectOption, PPagination, PPinCode, PPopover, PRadioButtonWrapper, PScroller, PSegmentedControl, PSegmentedControlItem, PSelectWrapper, PSpinner, PStepperHorizontal, PStepperHorizontalItem, PSwitch, PTable, PTableBody, PTableCell, PTableHead, PTableHeadCell, PTableHeadRow, PTableRow, PTabs, PTabsBar, PTabsItem, PTag, PTagDismissible, PText, PTextFieldWrapper, PTextList, PTextListItem, PTextareaWrapper, PToast, PWordmark, PorscheDesignSystemModule, ToastManager };
|
|
1127
|
+
export { DECLARATIONS, PAccordion, PBanner, PButton, PButtonGroup, PButtonPure, PButtonTile, PCarousel, PCheckboxWrapper, PContentWrapper, PCrest, PDisplay, PDivider, PFieldset, PFieldsetWrapper, PFlex, PFlexItem, PFlyout, PGrid, PGridItem, PHeading, PHeadline, PIcon, PInlineNotification, PLink, PLinkPure, PLinkSocial, PLinkTile, PLinkTileModelSignature, PMarque, PModal, PModelSignature, PMultiSelect, PMultiSelectOption, PPagination, PPinCode, PPopover, PRadioButtonWrapper, PScroller, PSegmentedControl, PSegmentedControlItem, PSelectWrapper, PSpinner, PStepperHorizontal, PStepperHorizontalItem, PSwitch, PTable, PTableBody, PTableCell, PTableHead, PTableHeadCell, PTableHeadRow, PTableRow, PTabs, PTabsBar, PTabsItem, PTag, PTagDismissible, PText, PTextFieldWrapper, PTextList, PTextListItem, PTextareaWrapper, PToast, PWordmark, PorscheDesignSystemModule, THEME_TOKEN, ToastManager };
|
|
2449
1128
|
//# sourceMappingURL=porsche-design-system-components-angular.mjs.map
|