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