@porsche-design-system/components-angular 3.13.1 → 3.14.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 +15 -0
- package/esm/lib/components/accordion.wrapper.d.ts +1 -1
- package/esm/lib/components/banner.wrapper.d.ts +1 -1
- package/esm/lib/components/button-group.wrapper.d.ts +1 -1
- package/esm/lib/components/button-pure.wrapper.d.ts +1 -1
- package/esm/lib/components/button-tile.wrapper.d.ts +1 -1
- package/esm/lib/components/button.wrapper.d.ts +1 -1
- package/esm/lib/components/carousel.wrapper.d.ts +1 -1
- package/esm/lib/components/checkbox-wrapper.wrapper.d.ts +1 -1
- package/esm/lib/components/content-wrapper.wrapper.d.ts +1 -1
- package/esm/lib/components/crest.wrapper.d.ts +1 -1
- package/esm/lib/components/display.wrapper.d.ts +1 -1
- package/esm/lib/components/divider.wrapper.d.ts +1 -1
- package/esm/lib/components/fieldset-wrapper.wrapper.d.ts +1 -1
- package/esm/lib/components/fieldset.wrapper.d.ts +1 -1
- package/esm/lib/components/flex-item.wrapper.d.ts +1 -1
- package/esm/lib/components/flex.wrapper.d.ts +1 -1
- package/esm/lib/components/flyout-navigation-item.wrapper.d.ts +1 -1
- package/esm/lib/components/flyout-navigation.wrapper.d.ts +1 -1
- package/esm/lib/components/flyout.wrapper.d.ts +1 -1
- package/esm/lib/components/grid-item.wrapper.d.ts +1 -1
- package/esm/lib/components/grid.wrapper.d.ts +1 -1
- package/esm/lib/components/heading.wrapper.d.ts +1 -1
- package/esm/lib/components/headline.wrapper.d.ts +1 -1
- package/esm/lib/components/icon.wrapper.d.ts +1 -1
- package/esm/lib/components/inline-notification.wrapper.d.ts +1 -1
- package/esm/lib/components/link-pure.wrapper.d.ts +1 -1
- package/esm/lib/components/link-social.wrapper.d.ts +1 -1
- package/esm/lib/components/link-tile-model-signature.wrapper.d.ts +1 -1
- package/esm/lib/components/link-tile-product.wrapper.d.ts +1 -1
- package/esm/lib/components/link-tile.wrapper.d.ts +1 -1
- package/esm/lib/components/link.wrapper.d.ts +1 -1
- package/esm/lib/components/marque.wrapper.d.ts +1 -1
- package/esm/lib/components/modal.wrapper.d.ts +1 -1
- package/esm/lib/components/model-signature.wrapper.d.ts +1 -1
- package/esm/lib/components/multi-select-option.wrapper.d.ts +1 -1
- package/esm/lib/components/multi-select.wrapper.d.ts +1 -1
- package/esm/lib/components/pagination.wrapper.d.ts +1 -1
- package/esm/lib/components/pin-code.wrapper.d.ts +1 -1
- package/esm/lib/components/popover.wrapper.d.ts +1 -1
- package/esm/lib/components/radio-button-wrapper.wrapper.d.ts +1 -1
- package/esm/lib/components/scroller.wrapper.d.ts +1 -1
- package/esm/lib/components/segmented-control-item.wrapper.d.ts +1 -1
- package/esm/lib/components/segmented-control.wrapper.d.ts +1 -1
- package/esm/lib/components/select-option.wrapper.d.ts +1 -1
- package/esm/lib/components/select-wrapper.wrapper.d.ts +1 -1
- package/esm/lib/components/select.wrapper.d.ts +1 -1
- package/esm/lib/components/spinner.wrapper.d.ts +1 -1
- package/esm/lib/components/stepper-horizontal-item.wrapper.d.ts +1 -1
- package/esm/lib/components/stepper-horizontal.wrapper.d.ts +1 -1
- package/esm/lib/components/switch.wrapper.d.ts +1 -1
- package/esm/lib/components/table-cell.wrapper.d.ts +1 -1
- package/esm/lib/components/table-head-cell.wrapper.d.ts +1 -1
- package/esm/lib/components/table.wrapper.d.ts +1 -1
- package/esm/lib/components/tabs-bar.wrapper.d.ts +1 -1
- package/esm/lib/components/tabs-item.wrapper.d.ts +1 -1
- package/esm/lib/components/tabs.wrapper.d.ts +1 -1
- package/esm/lib/components/tag-dismissible.wrapper.d.ts +1 -1
- package/esm/lib/components/tag.wrapper.d.ts +1 -1
- package/esm/lib/components/text-field-wrapper.wrapper.d.ts +1 -1
- package/esm/lib/components/text-list.wrapper.d.ts +1 -1
- package/esm/lib/components/text.wrapper.d.ts +1 -1
- package/esm/lib/components/textarea-wrapper.wrapper.d.ts +1 -1
- package/esm/lib/components/toast.wrapper.d.ts +1 -1
- package/esm/lib/components/wordmark.wrapper.d.ts +1 -1
- package/esm/lib/types.d.ts +1 -0
- package/esm/utils.d.ts +1 -4
- package/esm2022/lib/components/accordion.wrapper.mjs +26 -0
- package/esm2022/lib/components/banner.wrapper.mjs +28 -0
- package/esm2022/lib/components/button-group.wrapper.mjs +17 -0
- package/esm2022/lib/components/button-pure.wrapper.mjs +32 -0
- package/esm2022/lib/components/button-tile.wrapper.mjs +31 -0
- package/esm2022/lib/components/button.wrapper.mjs +27 -0
- package/esm2022/lib/components/carousel.wrapper.mjs +37 -0
- package/{esm2020 → esm2022}/lib/components/checkbox-wrapper.wrapper.mjs +10 -4
- package/esm2022/lib/components/content-wrapper.wrapper.mjs +22 -0
- package/esm2022/lib/components/crest.wrapper.mjs +19 -0
- package/esm2022/lib/components/display.wrapper.mjs +22 -0
- package/esm2022/lib/components/divider.wrapper.mjs +21 -0
- package/{esm2020 → esm2022}/lib/components/fieldset-wrapper.wrapper.mjs +10 -4
- package/esm2022/lib/components/fieldset.wrapper.mjs +22 -0
- package/esm2022/lib/components/flex-item.wrapper.mjs +23 -0
- package/esm2022/lib/components/flex.wrapper.mjs +23 -0
- package/esm2022/lib/components/flyout-navigation-item.wrapper.mjs +18 -0
- package/esm2022/lib/components/flyout-navigation.wrapper.mjs +23 -0
- package/esm2022/lib/components/flyout.wrapper.mjs +22 -0
- package/esm2022/lib/components/grid-item.wrapper.mjs +19 -0
- package/esm2022/lib/components/grid.wrapper.mjs +21 -0
- package/esm2022/lib/components/heading.wrapper.mjs +22 -0
- package/esm2022/lib/components/headline.wrapper.mjs +23 -0
- package/esm2022/lib/components/icon.wrapper.mjs +24 -0
- package/esm2022/lib/components/inline-notification.wrapper.mjs +29 -0
- package/esm2022/lib/components/link-pure.wrapper.mjs +32 -0
- package/esm2022/lib/components/link-social.wrapper.mjs +24 -0
- package/esm2022/lib/components/link-tile-model-signature.wrapper.mjs +23 -0
- package/esm2022/lib/components/link-tile-product.wrapper.mjs +29 -0
- package/esm2022/lib/components/link-tile.wrapper.mjs +30 -0
- package/esm2022/lib/components/link.wrapper.mjs +26 -0
- package/esm2022/lib/components/marque.wrapper.mjs +23 -0
- package/esm2022/lib/components/modal.wrapper.mjs +30 -0
- package/esm2022/lib/components/model-signature.wrapper.mjs +20 -0
- package/esm2022/lib/components/multi-select-option.wrapper.mjs +18 -0
- package/esm2022/lib/components/multi-select.wrapper.mjs +29 -0
- package/esm2022/lib/components/pagination.wrapper.mjs +36 -0
- package/esm2022/lib/components/pin-code.wrapper.mjs +31 -0
- package/esm2022/lib/components/popover.wrapper.mjs +20 -0
- package/{esm2020 → esm2022}/lib/components/radio-button-wrapper.wrapper.mjs +10 -4
- package/esm2022/lib/components/scroller.wrapper.mjs +26 -0
- package/esm2022/lib/components/segmented-control-item.wrapper.mjs +21 -0
- package/esm2022/lib/components/segmented-control.wrapper.mjs +25 -0
- package/esm2022/lib/components/select-option.wrapper.mjs +18 -0
- package/esm2022/lib/components/select-wrapper.wrapper.mjs +25 -0
- package/esm2022/lib/components/select.wrapper.mjs +29 -0
- package/esm2022/lib/components/spinner.wrapper.mjs +19 -0
- package/esm2022/lib/components/stepper-horizontal-item.wrapper.mjs +18 -0
- package/esm2022/lib/components/stepper-horizontal.wrapper.mjs +22 -0
- package/esm2022/lib/components/switch.wrapper.mjs +27 -0
- package/{esm2020 → esm2022}/lib/components/table-body.wrapper.mjs +4 -4
- package/esm2022/lib/components/table-cell.wrapper.mjs +17 -0
- package/{esm2020 → esm2022}/lib/components/table-head-cell.wrapper.mjs +7 -4
- package/{esm2020 → esm2022}/lib/components/table-head-row.wrapper.mjs +4 -4
- package/{esm2020 → esm2022}/lib/components/table-head.wrapper.mjs +4 -4
- package/{esm2020 → esm2022}/lib/components/table-row.wrapper.mjs +4 -4
- package/esm2022/lib/components/table.wrapper.mjs +22 -0
- package/esm2022/lib/components/tabs-bar.wrapper.mjs +27 -0
- package/{esm2020 → esm2022}/lib/components/tabs-item.wrapper.mjs +5 -4
- package/esm2022/lib/components/tabs.wrapper.mjs +27 -0
- package/esm2022/lib/components/tag-dismissible.wrapper.mjs +20 -0
- package/esm2022/lib/components/tag.wrapper.mjs +20 -0
- package/esm2022/lib/components/text-field-wrapper.wrapper.mjs +33 -0
- package/{esm2020 → esm2022}/lib/components/text-list-item.wrapper.mjs +4 -4
- package/esm2022/lib/components/text-list.wrapper.mjs +22 -0
- package/esm2022/lib/components/text.wrapper.mjs +23 -0
- package/esm2022/lib/components/textarea-wrapper.wrapper.mjs +25 -0
- package/esm2022/lib/components/toast.wrapper.mjs +17 -0
- package/esm2022/lib/components/wordmark.wrapper.mjs +21 -0
- package/esm2022/lib/types.mjs +2 -0
- package/esm2022/porsche-design-system.module.mjs +124 -0
- package/{esm2020 → esm2022}/toast-manager.mjs +4 -4
- package/esm2022/utils.mjs +44 -0
- package/fesm2022/porsche-design-system-components-angular.mjs +1587 -0
- package/fesm2022/porsche-design-system-components-angular.mjs.map +1 -0
- package/jsdom-polyfill/index.d.ts +1 -0
- package/package.json +8 -14
- package/esm2020/lib/components/accordion.wrapper.mjs +0 -23
- package/esm2020/lib/components/banner.wrapper.mjs +0 -21
- package/esm2020/lib/components/button-group.wrapper.mjs +0 -16
- package/esm2020/lib/components/button-pure.wrapper.mjs +0 -16
- package/esm2020/lib/components/button-tile.wrapper.mjs +0 -16
- package/esm2020/lib/components/button.wrapper.mjs +0 -16
- package/esm2020/lib/components/carousel.wrapper.mjs +0 -23
- package/esm2020/lib/components/content-wrapper.wrapper.mjs +0 -17
- package/esm2020/lib/components/crest.wrapper.mjs +0 -16
- package/esm2020/lib/components/display.wrapper.mjs +0 -16
- package/esm2020/lib/components/divider.wrapper.mjs +0 -16
- package/esm2020/lib/components/fieldset.wrapper.mjs +0 -16
- package/esm2020/lib/components/flex-item.wrapper.mjs +0 -17
- package/esm2020/lib/components/flex.wrapper.mjs +0 -17
- package/esm2020/lib/components/flyout-navigation-item.wrapper.mjs +0 -16
- package/esm2020/lib/components/flyout-navigation.wrapper.mjs +0 -22
- package/esm2020/lib/components/flyout.wrapper.mjs +0 -21
- package/esm2020/lib/components/grid-item.wrapper.mjs +0 -17
- package/esm2020/lib/components/grid.wrapper.mjs +0 -17
- package/esm2020/lib/components/heading.wrapper.mjs +0 -16
- package/esm2020/lib/components/headline.wrapper.mjs +0 -17
- package/esm2020/lib/components/icon.wrapper.mjs +0 -16
- package/esm2020/lib/components/inline-notification.wrapper.mjs +0 -22
- package/esm2020/lib/components/link-pure.wrapper.mjs +0 -16
- package/esm2020/lib/components/link-social.wrapper.mjs +0 -17
- package/esm2020/lib/components/link-tile-model-signature.wrapper.mjs +0 -16
- package/esm2020/lib/components/link-tile-product.wrapper.mjs +0 -21
- package/esm2020/lib/components/link-tile.wrapper.mjs +0 -16
- package/esm2020/lib/components/link.wrapper.mjs +0 -16
- package/esm2020/lib/components/marque.wrapper.mjs +0 -17
- package/esm2020/lib/components/modal.wrapper.mjs +0 -23
- package/esm2020/lib/components/model-signature.wrapper.mjs +0 -16
- package/esm2020/lib/components/multi-select-option.wrapper.mjs +0 -16
- package/esm2020/lib/components/multi-select.wrapper.mjs +0 -21
- package/esm2020/lib/components/pagination.wrapper.mjs +0 -23
- package/esm2020/lib/components/pin-code.wrapper.mjs +0 -21
- package/esm2020/lib/components/popover.wrapper.mjs +0 -16
- package/esm2020/lib/components/scroller.wrapper.mjs +0 -16
- package/esm2020/lib/components/segmented-control-item.wrapper.mjs +0 -16
- package/esm2020/lib/components/segmented-control.wrapper.mjs +0 -23
- package/esm2020/lib/components/select-option.wrapper.mjs +0 -16
- package/esm2020/lib/components/select-wrapper.wrapper.mjs +0 -16
- package/esm2020/lib/components/select.wrapper.mjs +0 -21
- package/esm2020/lib/components/spinner.wrapper.mjs +0 -16
- package/esm2020/lib/components/stepper-horizontal-item.wrapper.mjs +0 -16
- package/esm2020/lib/components/stepper-horizontal.wrapper.mjs +0 -23
- package/esm2020/lib/components/switch.wrapper.mjs +0 -23
- package/esm2020/lib/components/table-cell.wrapper.mjs +0 -16
- package/esm2020/lib/components/table.wrapper.mjs +0 -23
- package/esm2020/lib/components/tabs-bar.wrapper.mjs +0 -23
- package/esm2020/lib/components/tabs.wrapper.mjs +0 -23
- package/esm2020/lib/components/tag-dismissible.wrapper.mjs +0 -16
- package/esm2020/lib/components/tag.wrapper.mjs +0 -16
- package/esm2020/lib/components/text-field-wrapper.wrapper.mjs +0 -21
- package/esm2020/lib/components/text-list.wrapper.mjs +0 -16
- package/esm2020/lib/components/text.wrapper.mjs +0 -16
- package/esm2020/lib/components/textarea-wrapper.wrapper.mjs +0 -16
- package/esm2020/lib/components/toast.wrapper.mjs +0 -16
- package/esm2020/lib/components/wordmark.wrapper.mjs +0 -16
- package/esm2020/lib/types.mjs +0 -2
- package/esm2020/porsche-design-system.module.mjs +0 -127
- package/esm2020/utils.mjs +0 -45
- package/fesm2015/porsche-design-system-components-angular.mjs +0 -1214
- package/fesm2015/porsche-design-system-components-angular.mjs.map +0 -1
- package/fesm2020/porsche-design-system-components-angular.mjs +0 -1212
- package/fesm2020/porsche-design-system-components-angular.mjs.map +0 -1
- package/jsdom-polyfill/package.json +0 -5
- package/partials/package.json +0 -6
- package/styles/package.json +0 -6
- package/testing/package.json +0 -5
- /package/{esm2020 → esm2022}/lib/components/barrel.mjs +0 -0
- /package/{esm2020 → esm2022}/porsche-design-system-components-angular.mjs +0 -0
- /package/{esm2020 → esm2022}/public-api.mjs +0 -0
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
import { inject, NgModule, Optional } from '@angular/core';
|
|
2
|
+
import { BehaviorSubject } from 'rxjs';
|
|
3
|
+
import { load } from '@porsche-design-system/components-js';
|
|
4
|
+
import { DECLARATIONS } from './lib/components/barrel';
|
|
5
|
+
import { THEME_TOKEN } from './utils';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
import * as i1 from "./lib/components/accordion.wrapper";
|
|
8
|
+
import * as i2 from "./lib/components/banner.wrapper";
|
|
9
|
+
import * as i3 from "./lib/components/button.wrapper";
|
|
10
|
+
import * as i4 from "./lib/components/button-group.wrapper";
|
|
11
|
+
import * as i5 from "./lib/components/button-pure.wrapper";
|
|
12
|
+
import * as i6 from "./lib/components/button-tile.wrapper";
|
|
13
|
+
import * as i7 from "./lib/components/carousel.wrapper";
|
|
14
|
+
import * as i8 from "./lib/components/checkbox-wrapper.wrapper";
|
|
15
|
+
import * as i9 from "./lib/components/content-wrapper.wrapper";
|
|
16
|
+
import * as i10 from "./lib/components/crest.wrapper";
|
|
17
|
+
import * as i11 from "./lib/components/display.wrapper";
|
|
18
|
+
import * as i12 from "./lib/components/divider.wrapper";
|
|
19
|
+
import * as i13 from "./lib/components/fieldset.wrapper";
|
|
20
|
+
import * as i14 from "./lib/components/fieldset-wrapper.wrapper";
|
|
21
|
+
import * as i15 from "./lib/components/flex.wrapper";
|
|
22
|
+
import * as i16 from "./lib/components/flex-item.wrapper";
|
|
23
|
+
import * as i17 from "./lib/components/flyout.wrapper";
|
|
24
|
+
import * as i18 from "./lib/components/flyout-navigation.wrapper";
|
|
25
|
+
import * as i19 from "./lib/components/flyout-navigation-item.wrapper";
|
|
26
|
+
import * as i20 from "./lib/components/grid.wrapper";
|
|
27
|
+
import * as i21 from "./lib/components/grid-item.wrapper";
|
|
28
|
+
import * as i22 from "./lib/components/heading.wrapper";
|
|
29
|
+
import * as i23 from "./lib/components/headline.wrapper";
|
|
30
|
+
import * as i24 from "./lib/components/icon.wrapper";
|
|
31
|
+
import * as i25 from "./lib/components/inline-notification.wrapper";
|
|
32
|
+
import * as i26 from "./lib/components/link.wrapper";
|
|
33
|
+
import * as i27 from "./lib/components/link-pure.wrapper";
|
|
34
|
+
import * as i28 from "./lib/components/link-social.wrapper";
|
|
35
|
+
import * as i29 from "./lib/components/link-tile.wrapper";
|
|
36
|
+
import * as i30 from "./lib/components/link-tile-model-signature.wrapper";
|
|
37
|
+
import * as i31 from "./lib/components/link-tile-product.wrapper";
|
|
38
|
+
import * as i32 from "./lib/components/marque.wrapper";
|
|
39
|
+
import * as i33 from "./lib/components/modal.wrapper";
|
|
40
|
+
import * as i34 from "./lib/components/model-signature.wrapper";
|
|
41
|
+
import * as i35 from "./lib/components/multi-select.wrapper";
|
|
42
|
+
import * as i36 from "./lib/components/multi-select-option.wrapper";
|
|
43
|
+
import * as i37 from "./lib/components/pagination.wrapper";
|
|
44
|
+
import * as i38 from "./lib/components/pin-code.wrapper";
|
|
45
|
+
import * as i39 from "./lib/components/popover.wrapper";
|
|
46
|
+
import * as i40 from "./lib/components/radio-button-wrapper.wrapper";
|
|
47
|
+
import * as i41 from "./lib/components/scroller.wrapper";
|
|
48
|
+
import * as i42 from "./lib/components/segmented-control.wrapper";
|
|
49
|
+
import * as i43 from "./lib/components/segmented-control-item.wrapper";
|
|
50
|
+
import * as i44 from "./lib/components/select.wrapper";
|
|
51
|
+
import * as i45 from "./lib/components/select-option.wrapper";
|
|
52
|
+
import * as i46 from "./lib/components/select-wrapper.wrapper";
|
|
53
|
+
import * as i47 from "./lib/components/spinner.wrapper";
|
|
54
|
+
import * as i48 from "./lib/components/stepper-horizontal.wrapper";
|
|
55
|
+
import * as i49 from "./lib/components/stepper-horizontal-item.wrapper";
|
|
56
|
+
import * as i50 from "./lib/components/switch.wrapper";
|
|
57
|
+
import * as i51 from "./lib/components/table.wrapper";
|
|
58
|
+
import * as i52 from "./lib/components/table-body.wrapper";
|
|
59
|
+
import * as i53 from "./lib/components/table-cell.wrapper";
|
|
60
|
+
import * as i54 from "./lib/components/table-head.wrapper";
|
|
61
|
+
import * as i55 from "./lib/components/table-head-cell.wrapper";
|
|
62
|
+
import * as i56 from "./lib/components/table-head-row.wrapper";
|
|
63
|
+
import * as i57 from "./lib/components/table-row.wrapper";
|
|
64
|
+
import * as i58 from "./lib/components/tabs.wrapper";
|
|
65
|
+
import * as i59 from "./lib/components/tabs-bar.wrapper";
|
|
66
|
+
import * as i60 from "./lib/components/tabs-item.wrapper";
|
|
67
|
+
import * as i61 from "./lib/components/tag.wrapper";
|
|
68
|
+
import * as i62 from "./lib/components/tag-dismissible.wrapper";
|
|
69
|
+
import * as i63 from "./lib/components/text.wrapper";
|
|
70
|
+
import * as i64 from "./lib/components/text-field-wrapper.wrapper";
|
|
71
|
+
import * as i65 from "./lib/components/text-list.wrapper";
|
|
72
|
+
import * as i66 from "./lib/components/text-list-item.wrapper";
|
|
73
|
+
import * as i67 from "./lib/components/textarea-wrapper.wrapper";
|
|
74
|
+
import * as i68 from "./lib/components/toast.wrapper";
|
|
75
|
+
import * as i69 from "./lib/components/wordmark.wrapper";
|
|
76
|
+
export class DefaultConfig {
|
|
77
|
+
prefix = '';
|
|
78
|
+
theme; // since theme exists on almost every component, it is defined here kind of like a global prop
|
|
79
|
+
}
|
|
80
|
+
// TODO: unit tests are missing
|
|
81
|
+
export class PorscheDesignSystemModule {
|
|
82
|
+
theme$ = inject(THEME_TOKEN);
|
|
83
|
+
constructor(configParam) {
|
|
84
|
+
const configs = configParam || [new DefaultConfig()];
|
|
85
|
+
this.theme$.next(configs[0].theme || 'light'); // first config sets the theme
|
|
86
|
+
configs.forEach(load);
|
|
87
|
+
}
|
|
88
|
+
static load(config) {
|
|
89
|
+
return {
|
|
90
|
+
ngModule: PorscheDesignSystemModule,
|
|
91
|
+
providers: [
|
|
92
|
+
{
|
|
93
|
+
provide: DefaultConfig,
|
|
94
|
+
multi: true, // to support multiple prefixes in same module
|
|
95
|
+
useValue: config,
|
|
96
|
+
},
|
|
97
|
+
],
|
|
98
|
+
};
|
|
99
|
+
}
|
|
100
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PorscheDesignSystemModule, deps: [{ token: DefaultConfig, optional: true }], target: i0.ɵɵFactoryTarget.NgModule });
|
|
101
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.0", ngImport: i0, type: PorscheDesignSystemModule, declarations: [i1.PAccordion, i2.PBanner, i3.PButton, i4.PButtonGroup, i5.PButtonPure, i6.PButtonTile, i7.PCarousel, i8.PCheckboxWrapper, i9.PContentWrapper, i10.PCrest, i11.PDisplay, i12.PDivider, i13.PFieldset, i14.PFieldsetWrapper, i15.PFlex, i16.PFlexItem, i17.PFlyout, i18.PFlyoutNavigation, i19.PFlyoutNavigationItem, i20.PGrid, i21.PGridItem, i22.PHeading, i23.PHeadline, i24.PIcon, i25.PInlineNotification, i26.PLink, i27.PLinkPure, i28.PLinkSocial, i29.PLinkTile, i30.PLinkTileModelSignature, i31.PLinkTileProduct, i32.PMarque, i33.PModal, i34.PModelSignature, i35.PMultiSelect, i36.PMultiSelectOption, i37.PPagination, i38.PPinCode, i39.PPopover, i40.PRadioButtonWrapper, i41.PScroller, i42.PSegmentedControl, i43.PSegmentedControlItem, i44.PSelect, i45.PSelectOption, i46.PSelectWrapper, i47.PSpinner, i48.PStepperHorizontal, i49.PStepperHorizontalItem, i50.PSwitch, i51.PTable, i52.PTableBody, i53.PTableCell, i54.PTableHead, i55.PTableHeadCell, i56.PTableHeadRow, i57.PTableRow, i58.PTabs, i59.PTabsBar, i60.PTabsItem, i61.PTag, i62.PTagDismissible, i63.PText, i64.PTextFieldWrapper, i65.PTextList, i66.PTextListItem, i67.PTextareaWrapper, i68.PToast, i69.PWordmark], exports: [i1.PAccordion, i2.PBanner, i3.PButton, i4.PButtonGroup, i5.PButtonPure, i6.PButtonTile, i7.PCarousel, i8.PCheckboxWrapper, i9.PContentWrapper, i10.PCrest, i11.PDisplay, i12.PDivider, i13.PFieldset, i14.PFieldsetWrapper, i15.PFlex, i16.PFlexItem, i17.PFlyout, i18.PFlyoutNavigation, i19.PFlyoutNavigationItem, i20.PGrid, i21.PGridItem, i22.PHeading, i23.PHeadline, i24.PIcon, i25.PInlineNotification, i26.PLink, i27.PLinkPure, i28.PLinkSocial, i29.PLinkTile, i30.PLinkTileModelSignature, i31.PLinkTileProduct, i32.PMarque, i33.PModal, i34.PModelSignature, i35.PMultiSelect, i36.PMultiSelectOption, i37.PPagination, i38.PPinCode, i39.PPopover, i40.PRadioButtonWrapper, i41.PScroller, i42.PSegmentedControl, i43.PSegmentedControlItem, i44.PSelect, i45.PSelectOption, i46.PSelectWrapper, i47.PSpinner, i48.PStepperHorizontal, i49.PStepperHorizontalItem, i50.PSwitch, i51.PTable, i52.PTableBody, i53.PTableCell, i54.PTableHead, i55.PTableHeadCell, i56.PTableHeadRow, i57.PTableRow, i58.PTabs, i59.PTabsBar, i60.PTabsItem, i61.PTag, i62.PTagDismissible, i63.PText, i64.PTextFieldWrapper, i65.PTextList, i66.PTextListItem, i67.PTextareaWrapper, i68.PToast, i69.PWordmark] });
|
|
102
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PorscheDesignSystemModule, providers: [
|
|
103
|
+
{
|
|
104
|
+
provide: THEME_TOKEN,
|
|
105
|
+
useValue: new BehaviorSubject('light'),
|
|
106
|
+
},
|
|
107
|
+
] });
|
|
108
|
+
}
|
|
109
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PorscheDesignSystemModule, decorators: [{
|
|
110
|
+
type: NgModule,
|
|
111
|
+
args: [{
|
|
112
|
+
declarations: DECLARATIONS,
|
|
113
|
+
exports: DECLARATIONS,
|
|
114
|
+
providers: [
|
|
115
|
+
{
|
|
116
|
+
provide: THEME_TOKEN,
|
|
117
|
+
useValue: new BehaviorSubject('light'),
|
|
118
|
+
},
|
|
119
|
+
],
|
|
120
|
+
}]
|
|
121
|
+
}], ctorParameters: () => [{ type: DefaultConfig, decorators: [{
|
|
122
|
+
type: Optional
|
|
123
|
+
}] }] });
|
|
124
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicG9yc2NoZS1kZXNpZ24tc3lzdGVtLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3Byb2plY3RzL2FuZ3VsYXItd3JhcHBlci9zcmMvcG9yc2NoZS1kZXNpZ24tc3lzdGVtLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsTUFBTSxFQUE0QixRQUFRLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3JGLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSxNQUFNLENBQUM7QUFDdkMsT0FBTyxFQUFFLElBQUksRUFBRSxNQUFNLHNDQUFzQyxDQUFDO0FBQzVELE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQztBQUV2RCxPQUFPLEVBQUUsV0FBVyxFQUFFLE1BQU0sU0FBUyxDQUFDOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztBQVF0QyxNQUFNLE9BQU8sYUFBYTtJQUN4QixNQUFNLEdBQUcsRUFBRSxDQUFDO0lBQ1osS0FBSyxDQUFVLENBQUMsOEZBQThGO0NBRy9HO0FBRUQsK0JBQStCO0FBVy9CLE1BQU0sT0FBTyx5QkFBeUI7SUFDNUIsTUFBTSxHQUFHLE1BQU0sQ0FBQyxXQUFXLENBQUMsQ0FBQztJQUVyQyxZQUF3QixXQUEwQjtRQUNoRCxNQUFNLE9BQU8sR0FBSSxXQUEwQyxJQUFJLENBQUMsSUFBSSxhQUFhLEVBQUUsQ0FBQyxDQUFDO1FBQ3JGLElBQUksQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLE9BQU8sQ0FBQyxDQUFDLENBQUMsQ0FBQyxLQUFLLElBQUksT0FBTyxDQUFDLENBQUMsQ0FBQyw4QkFBOEI7UUFDN0UsT0FBTyxDQUFDLE9BQU8sQ0FBQyxJQUFJLENBQUMsQ0FBQztJQUN4QixDQUFDO0lBRUQsTUFBTSxDQUFDLElBQUksQ0FBQyxNQUF1QztRQUNqRCxPQUFPO1lBQ0wsUUFBUSxFQUFFLHlCQUF5QjtZQUNuQyxTQUFTLEVBQUU7Z0JBQ1Q7b0JBQ0UsT0FBTyxFQUFFLGFBQWE7b0JBQ3RCLEtBQUssRUFBRSxJQUFJLEVBQUUsOENBQThDO29CQUMzRCxRQUFRLEVBQUUsTUFBTTtpQkFDakI7YUFDRjtTQUNGLENBQUM7SUFDSixDQUFDO3VHQXBCVSx5QkFBeUI7d0dBQXpCLHlCQUF5Qjt3R0FBekIseUJBQXlCLGFBUHpCO1lBQ1Q7Z0JBQ0UsT0FBTyxFQUFFLFdBQVc7Z0JBQ3BCLFFBQVEsRUFBRSxJQUFJLGVBQWUsQ0FBQyxPQUFPLENBQUM7YUFDdkM7U0FDRjs7MkZBRVUseUJBQXlCO2tCQVZyQyxRQUFRO21CQUFDO29CQUNSLFlBQVksRUFBRSxZQUFZO29CQUMxQixPQUFPLEVBQUUsWUFBWTtvQkFDckIsU0FBUyxFQUFFO3dCQUNUOzRCQUNFLE9BQU8sRUFBRSxXQUFXOzRCQUNwQixRQUFRLEVBQUUsSUFBSSxlQUFlLENBQUMsT0FBTyxDQUFDO3lCQUN2QztxQkFDRjtpQkFDRjs7MEJBSWMsUUFBUSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGluamVjdCwgdHlwZSBNb2R1bGVXaXRoUHJvdmlkZXJzLCBOZ01vZHVsZSwgT3B0aW9uYWwgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEJlaGF2aW9yU3ViamVjdCB9IGZyb20gJ3J4anMnO1xuaW1wb3J0IHsgbG9hZCB9IGZyb20gJ0Bwb3JzY2hlLWRlc2lnbi1zeXN0ZW0vY29tcG9uZW50cy1qcyc7XG5pbXBvcnQgeyBERUNMQVJBVElPTlMgfSBmcm9tICcuL2xpYi9jb21wb25lbnRzL2JhcnJlbCc7XG5pbXBvcnQgdHlwZSB7IFRoZW1lIH0gZnJvbSAnLi9saWIvdHlwZXMnO1xuaW1wb3J0IHsgVEhFTUVfVE9LRU4gfSBmcm9tICcuL3V0aWxzJztcblxuZXhwb3J0IHR5cGUgUG9yc2NoZURlc2lnblN5c3RlbU1vZHVsZUNvbmZpZyA9IHtcbiAgcHJlZml4Pzogc3RyaW5nO1xuICBjZG4/OiAnYXV0bycgfCAnY24nO1xuICB0aGVtZT86IFRoZW1lO1xufTtcblxuZXhwb3J0IGNsYXNzIERlZmF1bHRDb25maWcgaW1wbGVtZW50cyBQb3JzY2hlRGVzaWduU3lzdGVtTW9kdWxlQ29uZmlnIHtcbiAgcHJlZml4ID0gJyc7XG4gIHRoZW1lOiAnbGlnaHQnOyAvLyBzaW5jZSB0aGVtZSBleGlzdHMgb24gYWxtb3N0IGV2ZXJ5IGNvbXBvbmVudCwgaXQgaXMgZGVmaW5lZCBoZXJlIGtpbmQgb2YgbGlrZSBhIGdsb2JhbCBwcm9wXG4gIC8vIG90aGVyIGNvbXBvbmVudCBjb25maWd1cmF0aW9ucyBzaG91bGQgcHJvYmFibHkgZ28gaW50byBhIHNlcGFyYXRlIGBjb21wb25lbnRzYCwgYGNvbXBvbmVudFByb3BzYCBvciBgY29tcG9uZW50RGVmYXVsdHNgXG4gIC8vIHByb3BlcnR5IHNpbWlsYXIgdG8gaHR0cHM6Ly9tdWkuY29tL21hdGVyaWFsLXVpL2N1c3RvbWl6YXRpb24vdGhlbWUtY29tcG9uZW50cy9cbn1cblxuLy8gVE9ETzogdW5pdCB0ZXN0cyBhcmUgbWlzc2luZ1xuQE5nTW9kdWxlKHtcbiAgZGVjbGFyYXRpb25zOiBERUNMQVJBVElPTlMsXG4gIGV4cG9ydHM6IERFQ0xBUkFUSU9OUyxcbiAgcHJvdmlkZXJzOiBbXG4gICAge1xuICAgICAgcHJvdmlkZTogVEhFTUVfVE9LRU4sXG4gICAgICB1c2VWYWx1ZTogbmV3IEJlaGF2aW9yU3ViamVjdCgnbGlnaHQnKSxcbiAgICB9LFxuICBdLFxufSlcbmV4cG9ydCBjbGFzcyBQb3JzY2hlRGVzaWduU3lzdGVtTW9kdWxlIHtcbiAgcHJpdmF0ZSB0aGVtZSQgPSBpbmplY3QoVEhFTUVfVE9LRU4pO1xuXG4gIGNvbnN0cnVjdG9yKEBPcHRpb25hbCgpIGNvbmZpZ1BhcmFtOiBEZWZhdWx0Q29uZmlnKSB7XG4gICAgY29uc3QgY29uZmlncyA9IChjb25maWdQYXJhbSBhcyB1bmtub3duIGFzIERlZmF1bHRDb25maWdbXSkgfHwgW25ldyBEZWZhdWx0Q29uZmlnKCldO1xuICAgIHRoaXMudGhlbWUkLm5leHQoY29uZmlnc1swXS50aGVtZSB8fCAnbGlnaHQnKTsgLy8gZmlyc3QgY29uZmlnIHNldHMgdGhlIHRoZW1lXG4gICAgY29uZmlncy5mb3JFYWNoKGxvYWQpO1xuICB9XG5cbiAgc3RhdGljIGxvYWQoY29uZmlnOiBQb3JzY2hlRGVzaWduU3lzdGVtTW9kdWxlQ29uZmlnKTogTW9kdWxlV2l0aFByb3ZpZGVyczxQb3JzY2hlRGVzaWduU3lzdGVtTW9kdWxlPiB7XG4gICAgcmV0dXJuIHtcbiAgICAgIG5nTW9kdWxlOiBQb3JzY2hlRGVzaWduU3lzdGVtTW9kdWxlLFxuICAgICAgcHJvdmlkZXJzOiBbXG4gICAgICAgIHtcbiAgICAgICAgICBwcm92aWRlOiBEZWZhdWx0Q29uZmlnLFxuICAgICAgICAgIG11bHRpOiB0cnVlLCAvLyB0byBzdXBwb3J0IG11bHRpcGxlIHByZWZpeGVzIGluIHNhbWUgbW9kdWxlXG4gICAgICAgICAgdXNlVmFsdWU6IGNvbmZpZyxcbiAgICAgICAgfSxcbiAgICAgIF0sXG4gICAgfTtcbiAgfVxufVxuIl19
|
|
@@ -5,13 +5,13 @@ export class ToastManager {
|
|
|
5
5
|
const toast = document.body.querySelector('p-toast,[p-toast]');
|
|
6
6
|
customElements.whenDefined(toast.tagName.toLowerCase()).then(() => toast.addMessage(message));
|
|
7
7
|
}
|
|
8
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ToastManager, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
9
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ToastManager, providedIn: 'root' });
|
|
8
10
|
}
|
|
9
|
-
|
|
10
|
-
ToastManager.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ToastManager, providedIn: 'root' });
|
|
11
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ToastManager, decorators: [{
|
|
11
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ToastManager, decorators: [{
|
|
12
12
|
type: Injectable,
|
|
13
13
|
args: [{
|
|
14
14
|
providedIn: 'root',
|
|
15
15
|
}]
|
|
16
16
|
}] });
|
|
17
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
17
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidG9hc3QtbWFuYWdlci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3Byb2plY3RzL2FuZ3VsYXItd3JhcHBlci9zcmMvdG9hc3QtbWFuYWdlci50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sZUFBZSxDQUFDOztBQU0zQyxNQUFNLE9BQU8sWUFBWTtJQUNoQixVQUFVLENBQUMsT0FBcUI7UUFDckMsTUFBTSxLQUFLLEdBQUcsUUFBUSxDQUFDLElBQUksQ0FBQyxhQUFhLENBQUMsbUJBQW1CLENBRTVELENBQUM7UUFDRixjQUFjLENBQUMsV0FBVyxDQUFDLEtBQUssQ0FBQyxPQUFPLENBQUMsV0FBVyxFQUFFLENBQUMsQ0FBQyxJQUFJLENBQUMsR0FBRyxFQUFFLENBQUMsS0FBSyxDQUFDLFVBQVUsQ0FBQyxPQUFPLENBQUMsQ0FBQyxDQUFDO0lBQ2hHLENBQUM7dUdBTlUsWUFBWTsyR0FBWixZQUFZLGNBRlgsTUFBTTs7MkZBRVAsWUFBWTtrQkFIeEIsVUFBVTttQkFBQztvQkFDVixVQUFVLEVBQUUsTUFBTTtpQkFDbkIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBJbmplY3RhYmxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgdHlwZSB7IFRvYXN0TWVzc2FnZSB9IGZyb20gJy4vcHVibGljLWFwaSc7XG5cbkBJbmplY3RhYmxlKHtcbiAgcHJvdmlkZWRJbjogJ3Jvb3QnLFxufSlcbmV4cG9ydCBjbGFzcyBUb2FzdE1hbmFnZXIge1xuICBwdWJsaWMgYWRkTWVzc2FnZShtZXNzYWdlOiBUb2FzdE1lc3NhZ2UpOiB2b2lkIHtcbiAgICBjb25zdCB0b2FzdCA9IGRvY3VtZW50LmJvZHkucXVlcnlTZWxlY3RvcigncC10b2FzdCxbcC10b2FzdF0nKSBhcyBIVE1MRWxlbWVudCAmIHtcbiAgICAgIGFkZE1lc3NhZ2UobWVzc2FnZTogVG9hc3RNZXNzYWdlKTogdm9pZDtcbiAgICB9O1xuICAgIGN1c3RvbUVsZW1lbnRzLndoZW5EZWZpbmVkKHRvYXN0LnRhZ05hbWUudG9Mb3dlckNhc2UoKSkudGhlbigoKSA9PiB0b2FzdC5hZGRNZXNzYWdlKG1lc3NhZ2UpKTtcbiAgfVxufVxuIl19
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { ChangeDetectionStrategy, Component, inject, InjectionToken, } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export const THEME_TOKEN = new InjectionToken('pdsTheme');
|
|
4
|
+
export class BaseComponent {
|
|
5
|
+
el;
|
|
6
|
+
constructor(cdr, elementRef) {
|
|
7
|
+
cdr.detach();
|
|
8
|
+
this.el = elementRef.nativeElement;
|
|
9
|
+
}
|
|
10
|
+
ngOnChanges(props) {
|
|
11
|
+
for (const prop in props) {
|
|
12
|
+
this.el[prop] = props[prop].currentValue;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: BaseComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
16
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: BaseComponent, selector: "ng-component", usesOnChanges: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
17
|
+
}
|
|
18
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: BaseComponent, decorators: [{
|
|
19
|
+
type: Component,
|
|
20
|
+
args: [{
|
|
21
|
+
template: '',
|
|
22
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
23
|
+
}]
|
|
24
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }] });
|
|
25
|
+
export class BaseComponentWithTheme extends BaseComponent {
|
|
26
|
+
theme;
|
|
27
|
+
themeSubscription = inject(THEME_TOKEN).subscribe((theme) => {
|
|
28
|
+
this.el.theme = this.theme || theme;
|
|
29
|
+
});
|
|
30
|
+
ngOnDestroy() {
|
|
31
|
+
// need to manually unsubscribe or otherwise subscription is still active even after unmount
|
|
32
|
+
// https://rafaelneto.dev/en/blog/unsubscribing-behaviorsubject-observable-angular/
|
|
33
|
+
this.themeSubscription.unsubscribe();
|
|
34
|
+
}
|
|
35
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: BaseComponentWithTheme, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
36
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: BaseComponentWithTheme, selector: "ng-component", usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
37
|
+
}
|
|
38
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: BaseComponentWithTheme, decorators: [{
|
|
39
|
+
type: Component,
|
|
40
|
+
args: [{
|
|
41
|
+
template: '',
|
|
42
|
+
}]
|
|
43
|
+
}] });
|
|
44
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidXRpbHMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9wcm9qZWN0cy9hbmd1bGFyLXdyYXBwZXIvc3JjL3V0aWxzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDTCx1QkFBdUIsRUFFdkIsU0FBUyxFQUVULE1BQU0sRUFDTixjQUFjLEdBR2YsTUFBTSxlQUFlLENBQUM7O0FBSXZCLE1BQU0sQ0FBQyxNQUFNLFdBQVcsR0FBRyxJQUFJLGNBQWMsQ0FBeUIsVUFBVSxDQUFDLENBQUM7QUFNbEYsTUFBTSxPQUFnQixhQUFhO0lBQ3ZCLEVBQUUsQ0FBYztJQUUxQixZQUFZLEdBQXNCLEVBQUUsVUFBc0I7UUFDeEQsR0FBRyxDQUFDLE1BQU0sRUFBRSxDQUFDO1FBQ2IsSUFBSSxDQUFDLEVBQUUsR0FBRyxVQUFVLENBQUMsYUFBYSxDQUFDO0lBQ3JDLENBQUM7SUFFRCxXQUFXLENBQUMsS0FBc0Y7UUFDaEcsS0FBSyxNQUFNLElBQUksSUFBSSxLQUFLLEVBQUUsQ0FBQztZQUN6QixJQUFJLENBQUMsRUFBRSxDQUFDLElBQUksQ0FBQyxHQUFHLEtBQUssQ0FBQyxJQUFJLENBQUMsQ0FBQyxZQUFZLENBQUM7UUFDM0MsQ0FBQztJQUNILENBQUM7dUdBWm1CLGFBQWE7MkZBQWIsYUFBYSx5RUFIdkIsRUFBRTs7MkZBR1EsYUFBYTtrQkFKbEMsU0FBUzttQkFBQztvQkFDVCxRQUFRLEVBQUUsRUFBRTtvQkFDWixlQUFlLEVBQUUsdUJBQXVCLENBQUMsTUFBTTtpQkFDaEQ7O0FBbUJELE1BQU0sT0FBZ0Isc0JBQXVCLFNBQVEsYUFBYTtJQUNoRSxLQUFLLENBQVM7SUFDTixpQkFBaUIsR0FBRyxNQUFNLENBQUMsV0FBVyxDQUFDLENBQUMsU0FBUyxDQUFDLENBQUMsS0FBSyxFQUFFLEVBQUU7UUFDakUsSUFBSSxDQUFDLEVBQXFDLENBQUMsS0FBSyxHQUFHLElBQUksQ0FBQyxLQUFLLElBQUksS0FBSyxDQUFDO0lBQzFFLENBQUMsQ0FBQyxDQUFDO0lBRUgsV0FBVztRQUNULDRGQUE0RjtRQUM1RixtRkFBbUY7UUFDbkYsSUFBSSxDQUFDLGlCQUFpQixDQUFDLFdBQVcsRUFBRSxDQUFDO0lBQ3ZDLENBQUM7dUdBVm1CLHNCQUFzQjsyRkFBdEIsc0JBQXNCLDJFQUZoQyxFQUFFOzsyRkFFUSxzQkFBc0I7a0JBSDNDLFNBQVM7bUJBQUM7b0JBQ1QsUUFBUSxFQUFFLEVBQUU7aUJBQ2IiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgQ2hhbmdlRGV0ZWN0b3JSZWYsXG4gIENvbXBvbmVudCxcbiAgRWxlbWVudFJlZixcbiAgaW5qZWN0LFxuICBJbmplY3Rpb25Ub2tlbixcbiAgdHlwZSBPbkNoYW5nZXMsXG4gIHR5cGUgT25EZXN0cm95LFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEJlaGF2aW9yU3ViamVjdCB9IGZyb20gJ3J4anMnO1xuaW1wb3J0IHR5cGUgeyBUaGVtZSB9IGZyb20gJy4vbGliL3R5cGVzJztcblxuZXhwb3J0IGNvbnN0IFRIRU1FX1RPS0VOID0gbmV3IEluamVjdGlvblRva2VuPEJlaGF2aW9yU3ViamVjdDxUaGVtZT4+KCdwZHNUaGVtZScpO1xuXG5AQ29tcG9uZW50KHtcbiAgdGVtcGxhdGU6ICcnLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbn0pXG5leHBvcnQgYWJzdHJhY3QgY2xhc3MgQmFzZUNvbXBvbmVudCBpbXBsZW1lbnRzIE9uQ2hhbmdlcyB7XG4gIHByb3RlY3RlZCBlbDogSFRNTEVsZW1lbnQ7XG5cbiAgY29uc3RydWN0b3IoY2RyOiBDaGFuZ2VEZXRlY3RvclJlZiwgZWxlbWVudFJlZjogRWxlbWVudFJlZikge1xuICAgIGNkci5kZXRhY2goKTtcbiAgICB0aGlzLmVsID0gZWxlbWVudFJlZi5uYXRpdmVFbGVtZW50O1xuICB9XG5cbiAgbmdPbkNoYW5nZXMocHJvcHM6IFJlY29yZDxzdHJpbmcsIHsgcHJldmlvdXNWYWx1ZTogYW55OyBjdXJyZW50VmFsdWU6IGFueTsgZmlyc3RDaGFuZ2U6IGJvb2xlYW4gfT4pOiB2b2lkIHtcbiAgICBmb3IgKGNvbnN0IHByb3AgaW4gcHJvcHMpIHtcbiAgICAgIHRoaXMuZWxbcHJvcF0gPSBwcm9wc1twcm9wXS5jdXJyZW50VmFsdWU7XG4gICAgfVxuICB9XG59XG5cbkBDb21wb25lbnQoe1xuICB0ZW1wbGF0ZTogJycsXG59KVxuZXhwb3J0IGFic3RyYWN0IGNsYXNzIEJhc2VDb21wb25lbnRXaXRoVGhlbWUgZXh0ZW5kcyBCYXNlQ29tcG9uZW50IGltcGxlbWVudHMgT25EZXN0cm95IHtcbiAgdGhlbWU/OiBUaGVtZTtcbiAgcHJpdmF0ZSB0aGVtZVN1YnNjcmlwdGlvbiA9IGluamVjdChUSEVNRV9UT0tFTikuc3Vic2NyaWJlKCh0aGVtZSkgPT4ge1xuICAgICh0aGlzLmVsIGFzIEhUTUxFbGVtZW50ICYgeyB0aGVtZTogVGhlbWUgfSkudGhlbWUgPSB0aGlzLnRoZW1lIHx8IHRoZW1lO1xuICB9KTtcblxuICBuZ09uRGVzdHJveSgpOiB2b2lkIHtcbiAgICAvLyBuZWVkIHRvIG1hbnVhbGx5IHVuc3Vic2NyaWJlIG9yIG90aGVyd2lzZSBzdWJzY3JpcHRpb24gaXMgc3RpbGwgYWN0aXZlIGV2ZW4gYWZ0ZXIgdW5tb3VudFxuICAgIC8vIGh0dHBzOi8vcmFmYWVsbmV0by5kZXYvZW4vYmxvZy91bnN1YnNjcmliaW5nLWJlaGF2aW9yc3ViamVjdC1vYnNlcnZhYmxlLWFuZ3VsYXIvXG4gICAgdGhpcy50aGVtZVN1YnNjcmlwdGlvbi51bnN1YnNjcmliZSgpO1xuICB9XG59XG4iXX0=
|