@progress-chef/platform-shared-components 0.0.93 → 0.0.95
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/assets/IconFont.css +65 -64
- package/assets/IconFont.scss +4 -3
- package/assets/IconFont.ttf +0 -0
- package/assets/IconFont.woff +0 -0
- package/assets/IconFont.woff2 +0 -0
- package/esm2022/lib/molecules/dialog/confirmation-dialog/confirmation-dialog.component.mjs +3 -3
- package/fesm2022/progress-chef-platform-shared-components.mjs +2 -2
- package/fesm2022/progress-chef-platform-shared-components.mjs.map +1 -1
- package/package.json +1 -1
package/assets/IconFont.css
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: "IconFont";
|
|
3
|
-
src: url('IconFont.woff2?t=
|
|
4
|
-
url('IconFont.woff?t=
|
|
5
|
-
url('IconFont.ttf?t=
|
|
3
|
+
src: url('IconFont.woff2?t=1727845744366') format('woff2'),
|
|
4
|
+
url('IconFont.woff?t=1727845744366') format('woff'),
|
|
5
|
+
url('IconFont.ttf?t=1727845744366') format('truetype');
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
.iconfont {
|
|
@@ -13,84 +13,85 @@
|
|
|
13
13
|
-moz-osx-font-smoothing: grayscale;
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
-
.icon-
|
|
17
|
-
.icon-
|
|
18
|
-
.icon-tasks:before { content: "\e902"; }
|
|
19
|
-
.icon-information:before { content: "\e903"; }
|
|
20
|
-
.icon-search:before { content: "\e904"; }
|
|
21
|
-
.icon-home:before { content: "\e905"; }
|
|
22
|
-
.icon-close:before { content: "\e906"; }
|
|
23
|
-
.icon-launch:before { content: "\e907"; }
|
|
16
|
+
.icon-add:before { content: "\e922"; }
|
|
17
|
+
.icon-app-switcher:before { content: "\e92f"; }
|
|
24
18
|
.icon-arrow-right:before { content: "\e908"; }
|
|
25
|
-
.icon-
|
|
26
|
-
.icon-
|
|
27
|
-
.icon-
|
|
28
|
-
.icon-
|
|
19
|
+
.icon-aws:before { content: "\e91f"; }
|
|
20
|
+
.icon-Azure:before { content: "\e91e"; }
|
|
21
|
+
.icon-caret-down:before { content: "\e911"; }
|
|
22
|
+
.icon-caret-right:before { content: "\e94d"; }
|
|
23
|
+
.icon-checkbox:before { content: "\e915"; }
|
|
29
24
|
.icon-chevron-down:before { content: "\e90d"; }
|
|
30
25
|
.icon-chevron-left:before { content: "\e90e"; }
|
|
26
|
+
.icon-chevron-right:before { content: "\e90c"; }
|
|
27
|
+
.icon-chevron-up:before { content: "\e90b"; }
|
|
31
28
|
.icon-circle-checked:before { content: "\e90f"; }
|
|
29
|
+
.icon-close:before { content: "\e906"; }
|
|
30
|
+
.icon-copy:before { content: "\e923"; }
|
|
31
|
+
.icon-courier:before { content: "\e930"; }
|
|
32
|
+
.icon-courier-global-exceptions:before { content: "\e940"; }
|
|
33
|
+
.icon-courier-job-instances:before { content: "\e93f"; }
|
|
34
|
+
.icon-courier-jobs:before { content: "\e941"; }
|
|
35
|
+
.icon-cross-filled:before { content: "\e91a"; }
|
|
36
|
+
.icon-dashboard:before { content: "\e929"; }
|
|
37
|
+
.icon-data:before { content: "\e901"; }
|
|
38
|
+
.icon-data-diagram:before { content: "\e916"; }
|
|
32
39
|
.icon-delete:before { content: "\e910"; }
|
|
33
|
-
.icon-
|
|
34
|
-
.icon-
|
|
40
|
+
.icon-docker:before { content: "\e921"; }
|
|
41
|
+
.icon-download:before { content: "\e94e"; }
|
|
42
|
+
.icon-download-center:before { content: "\e932"; }
|
|
43
|
+
.icon-edit:before { content: "\e926"; }
|
|
35
44
|
.icon-edit-filter:before { content: "\e913"; }
|
|
36
|
-
.icon-overflow-menu-vertical:before { content: "\e914"; }
|
|
37
|
-
.icon-checkbox:before { content: "\e915"; }
|
|
38
|
-
.icon-data-diagram:before { content: "\e916"; }
|
|
39
45
|
.icon-error-filled:before { content: "\e917"; }
|
|
40
|
-
.icon-
|
|
41
|
-
.icon-notification-filled:before { content: "\e919"; }
|
|
42
|
-
.icon-cross-filled:before { content: "\e91a"; }
|
|
43
|
-
.icon-filter:before { content: "\e91b"; }
|
|
44
|
-
.icon-reset:before { content: "\e91c"; }
|
|
45
|
-
.icon-GCP:before { content: "\e91d"; }
|
|
46
|
-
.icon-Azure:before { content: "\e91e"; }
|
|
47
|
-
.icon-aws:before { content: "\e91f"; }
|
|
48
|
-
.icon-kubernates:before { content: "\e920"; }
|
|
49
|
-
.icon-docker:before { content: "\e921"; }
|
|
50
|
-
.icon-add:before { content: "\e922"; }
|
|
51
|
-
.icon-copy:before { content: "\e923"; }
|
|
46
|
+
.icon-event-center:before { content: "\e92a"; }
|
|
52
47
|
.icon-eye-closed:before { content: "\e924"; }
|
|
53
48
|
.icon-eye-open:before { content: "\e925"; }
|
|
54
|
-
.icon-
|
|
55
|
-
.icon-
|
|
56
|
-
.icon-
|
|
57
|
-
.icon-
|
|
58
|
-
.icon-event-center:before { content: "\e92a"; }
|
|
59
|
-
.icon-news-feed:before { content: "\e92b"; }
|
|
60
|
-
.icon-user-identification:before { content: "\e92c"; }
|
|
49
|
+
.icon-filter:before { content: "\e91b"; }
|
|
50
|
+
.icon-GCP:before { content: "\e91d"; }
|
|
51
|
+
.icon-home:before { content: "\e905"; }
|
|
52
|
+
.icon-idea:before { content: "\e90a"; }
|
|
61
53
|
.icon-info:before { content: "\e92d"; }
|
|
62
|
-
.icon-
|
|
63
|
-
.icon-
|
|
64
|
-
.icon-courier:before { content: "\e930"; }
|
|
65
|
-
.icon-org-management:before { content: "\e931"; }
|
|
66
|
-
.icon-download-center:before { content: "\e932"; }
|
|
54
|
+
.icon-information:before { content: "\e903"; }
|
|
55
|
+
.icon-infra-clients:before { content: "\e937"; }
|
|
67
56
|
.icon-infra-cookbooks:before { content: "\e933"; }
|
|
68
|
-
.icon-infra-roles:before { content: "\e934"; }
|
|
69
|
-
.icon-infra-env:before { content: "\e935"; }
|
|
70
57
|
.icon-infra-data-bags:before { content: "\e936"; }
|
|
71
|
-
.icon-infra-
|
|
58
|
+
.icon-infra-env:before { content: "\e935"; }
|
|
72
59
|
.icon-infra-policy-groups:before { content: "\e938"; }
|
|
73
|
-
.icon-
|
|
74
|
-
.icon-om-linked-system:before { content: "\e93a"; }
|
|
75
|
-
.icon-tm-infra-server:before { content: "\e93b"; }
|
|
76
|
-
.icon-tm-org-units:before { content: "\e93c"; }
|
|
77
|
-
.icon-nm-node-collection:before { content: "\e93d"; }
|
|
78
|
-
.icon-nm-node-view:before { content: "\e93e"; }
|
|
79
|
-
.icon-courier-job-instances:before { content: "\e93f"; }
|
|
80
|
-
.icon-courier-global-exceptions:before { content: "\e940"; }
|
|
81
|
-
.icon-courier-jobs:before { content: "\e941"; }
|
|
82
|
-
.icon-nm-discovery:before { content: "\e942"; }
|
|
83
|
-
.icon-nm-enrolment:before { content: "\e943"; }
|
|
84
|
-
.icon-play-filled:before { content: "\e944"; }
|
|
85
|
-
.icon-node-management:before { content: "\e945"; }
|
|
60
|
+
.icon-infra-roles:before { content: "\e934"; }
|
|
86
61
|
.icon-infra-server-management:before { content: "\e946"; }
|
|
62
|
+
.icon-kubernates:before { content: "\e920"; }
|
|
63
|
+
.icon-launch:before { content: "\e907"; }
|
|
87
64
|
.icon-laptop:before { content: "\e947"; }
|
|
88
|
-
.icon-
|
|
89
|
-
.icon-
|
|
90
|
-
.icon-
|
|
65
|
+
.icon-logout:before { content: "\e927"; }
|
|
66
|
+
.icon-menu:before { content: "\e909"; }
|
|
67
|
+
.icon-news-feed:before { content: "\e92b"; }
|
|
91
68
|
.icon-node-cohort:before { content: "\e94b"; }
|
|
69
|
+
.icon-node-management:before { content: "\e945"; }
|
|
70
|
+
.icon-nm-agent:before { content: "\e949"; }
|
|
71
|
+
.icon-nm-discovery:before { content: "\e942"; }
|
|
72
|
+
.icon-nm-enrolment:before { content: "\e943"; }
|
|
73
|
+
.icon-nm-node-collection:before { content: "\e93d"; }
|
|
74
|
+
.icon-nm-node-view:before { content: "\e93e"; }
|
|
75
|
+
.icon-notification-filled:before { content: "\e919"; }
|
|
76
|
+
.icon-om-linked-system:before { content: "\e93a"; }
|
|
77
|
+
.icon-org-management:before { content: "\e931"; }
|
|
78
|
+
.icon-overflow-menu-vertical:before { content: "\e914"; }
|
|
79
|
+
.icon-play-filled:before { content: "\e944"; }
|
|
80
|
+
.icon-reset:before { content: "\e91c"; }
|
|
81
|
+
.icon-scan:before { content: "\e900"; }
|
|
82
|
+
.icon-search:before { content: "\e904"; }
|
|
83
|
+
.icon-settings:before { content: "\e928"; }
|
|
92
84
|
.icon-skill-assembly:before { content: "\e94c"; }
|
|
93
|
-
.icon-
|
|
85
|
+
.icon-skill-definition:before { content: "\e94a"; }
|
|
86
|
+
.icon-tasks:before { content: "\e902"; }
|
|
87
|
+
.icon-tenant-management:before { content: "\e948"; }
|
|
88
|
+
.icon-tm-infra-server:before { content: "\e93b"; }
|
|
89
|
+
.icon-tm-org-units:before { content: "\e93c"; }
|
|
90
|
+
.icon-upload:before { content: "\e912"; }
|
|
91
|
+
.icon-user-identification:before { content: "\e92c"; }
|
|
92
|
+
.icon-user-management:before { content: "\e939"; }
|
|
93
|
+
.icon-warning:before { content: "\e92e"; }
|
|
94
|
+
.icon-warning-filled:before { content: "\e918"; }
|
|
94
95
|
|
|
95
96
|
|
|
96
97
|
/**
|
package/assets/IconFont.scss
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: "IconFont";
|
|
3
|
-
src: url('IconFont.woff2?t=
|
|
4
|
-
url('IconFont.woff?t=
|
|
5
|
-
url('IconFont.ttf?t=
|
|
3
|
+
src: url('IconFont.woff2?t=1727845744366') format('woff2'),
|
|
4
|
+
url('IconFont.woff?t=1727845744366') format('woff'),
|
|
5
|
+
url('IconFont.ttf?t=1727845744366') format('truetype');
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
.iconfont {
|
|
@@ -91,6 +91,7 @@
|
|
|
91
91
|
.icon-node-cohort:before { content: "\e94b"; }
|
|
92
92
|
.icon-skill-assembly:before { content: "\e94c"; }
|
|
93
93
|
.icon-caret-right:before { content: "\e94d"; }
|
|
94
|
+
.icon-download:before { content: "\e94e"; }
|
|
94
95
|
|
|
95
96
|
|
|
96
97
|
/**
|
package/assets/IconFont.ttf
CHANGED
|
Binary file
|
package/assets/IconFont.woff
CHANGED
|
Binary file
|
package/assets/IconFont.woff2
CHANGED
|
Binary file
|
|
@@ -50,11 +50,11 @@ export class ConfirmationDialogComponent {
|
|
|
50
50
|
}
|
|
51
51
|
}
|
|
52
52
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ConfirmationDialogComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
53
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: ConfirmationDialogComponent, selector: "lib-confirmation-dialog", inputs: { title: "title", secondaryBtnLabel: "secondaryBtnLabel", btnText: "btnText", type: "type", dialogInfoText: "dialogInfoText", dialogConfirmationText: "dialogConfirmationText", fillMode: "fillMode", themeColor: "themeColor", secondaryBtnFillMode: "secondaryBtnFillMode" }, outputs: { confirmationDialogCloseEvent: "confirmationDialogCloseEvent", popupEvent: "popupEvent" }, usesOnChanges: true, ngImport: i0, template: "<lib-dialog width=\"489px\" class=\"confirmation-dialog\">\n <lib-dialog-titlebar class=\"confirmation-title\" [title]=\"title\" titleFont=\"HEADING_MEDIUM\"\n [hideCloseIcon]=\"true\"></lib-dialog-titlebar>\n <div class=\"confirmation-popup-text\">\n <lib-typography type=\"BODY_MEDIUM\" [defaultText]=\"dialogInfoText\"></lib-typography><br>\n <lib-typography type=\"BODY_MEDIUM\" [defaultText]=\"dialogConfirmationText\"></lib-typography>\n </div>\n <lib-dialog-actions buttonLayout=\"end\" class=\"action-button\">\n <lib-button [label]=\"secondaryBtnLabel\" [fillMode]=\"secondaryBtnFillMode\" themeColor=\"primary\" (
|
|
53
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: ConfirmationDialogComponent, selector: "lib-confirmation-dialog", inputs: { title: "title", secondaryBtnLabel: "secondaryBtnLabel", btnText: "btnText", type: "type", dialogInfoText: "dialogInfoText", dialogConfirmationText: "dialogConfirmationText", fillMode: "fillMode", themeColor: "themeColor", secondaryBtnFillMode: "secondaryBtnFillMode" }, outputs: { confirmationDialogCloseEvent: "confirmationDialogCloseEvent", popupEvent: "popupEvent" }, usesOnChanges: true, ngImport: i0, template: "<lib-dialog width=\"489px\" class=\"confirmation-dialog\">\n <lib-dialog-titlebar class=\"confirmation-title\" [title]=\"title\" titleFont=\"HEADING_MEDIUM\"\n [hideCloseIcon]=\"true\"></lib-dialog-titlebar>\n <div class=\"confirmation-popup-text\">\n <lib-typography type=\"BODY_MEDIUM\" [defaultText]=\"dialogInfoText\"></lib-typography><br>\n <lib-typography type=\"BODY_MEDIUM\" [defaultText]=\"dialogConfirmationText\"></lib-typography>\n </div>\n <lib-dialog-actions buttonLayout=\"end\" class=\"action-button\">\n <lib-button [label]=\"secondaryBtnLabel\" [fillMode]=\"secondaryBtnFillMode\" themeColor=\"primary\" (buttonClick)=\"dialogClose()\" width=\"144px\"></lib-button>\n <lib-button [label]=\"btnText\" [themeColor]=\"themeColor\" (buttonClick)=\"eventClicked()\" [fillMode]=\"fillMode\" width=\"144px\"></lib-button>\n </lib-dialog-actions>\n</lib-dialog>\n", styles: [".random-css-to-not-keep-this-file-empty{display:none}\n"], dependencies: [{ kind: "component", type: i1.TypographyComponent, selector: "lib-typography", inputs: ["type", "defaultText", "isLabel", "hiddenLabel"] }, { kind: "component", type: i2.ButtonComponent, selector: "lib-button", inputs: ["size", "rounded", "fillMode", "themeColor", "label", "iconName", "disabled", "toggleable", "iconPosition", "fontType", "width", "iconButton", "projectedIcon"], outputs: ["buttonClick"] }, { kind: "component", type: i3.DialogComponent, selector: "lib-dialog", inputs: ["width", "height", "minWidth", "maxWidth", "minHeight", "maxHeight", "opened"] }, { kind: "component", type: i4.DialogTitlebarComponent, selector: "lib-dialog-titlebar", inputs: ["title", "titleFont", "hideCloseIcon"], outputs: ["closeDialog"] }, { kind: "component", type: i5.DialogActionsComponent, selector: "lib-dialog-actions", inputs: ["buttonLayout"] }] }); }
|
|
54
54
|
}
|
|
55
55
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ConfirmationDialogComponent, decorators: [{
|
|
56
56
|
type: Component,
|
|
57
|
-
args: [{ selector: 'lib-confirmation-dialog', template: "<lib-dialog width=\"489px\" class=\"confirmation-dialog\">\n <lib-dialog-titlebar class=\"confirmation-title\" [title]=\"title\" titleFont=\"HEADING_MEDIUM\"\n [hideCloseIcon]=\"true\"></lib-dialog-titlebar>\n <div class=\"confirmation-popup-text\">\n <lib-typography type=\"BODY_MEDIUM\" [defaultText]=\"dialogInfoText\"></lib-typography><br>\n <lib-typography type=\"BODY_MEDIUM\" [defaultText]=\"dialogConfirmationText\"></lib-typography>\n </div>\n <lib-dialog-actions buttonLayout=\"end\" class=\"action-button\">\n <lib-button [label]=\"secondaryBtnLabel\" [fillMode]=\"secondaryBtnFillMode\" themeColor=\"primary\" (
|
|
57
|
+
args: [{ selector: 'lib-confirmation-dialog', template: "<lib-dialog width=\"489px\" class=\"confirmation-dialog\">\n <lib-dialog-titlebar class=\"confirmation-title\" [title]=\"title\" titleFont=\"HEADING_MEDIUM\"\n [hideCloseIcon]=\"true\"></lib-dialog-titlebar>\n <div class=\"confirmation-popup-text\">\n <lib-typography type=\"BODY_MEDIUM\" [defaultText]=\"dialogInfoText\"></lib-typography><br>\n <lib-typography type=\"BODY_MEDIUM\" [defaultText]=\"dialogConfirmationText\"></lib-typography>\n </div>\n <lib-dialog-actions buttonLayout=\"end\" class=\"action-button\">\n <lib-button [label]=\"secondaryBtnLabel\" [fillMode]=\"secondaryBtnFillMode\" themeColor=\"primary\" (buttonClick)=\"dialogClose()\" width=\"144px\"></lib-button>\n <lib-button [label]=\"btnText\" [themeColor]=\"themeColor\" (buttonClick)=\"eventClicked()\" [fillMode]=\"fillMode\" width=\"144px\"></lib-button>\n </lib-dialog-actions>\n</lib-dialog>\n", styles: [".random-css-to-not-keep-this-file-empty{display:none}\n"] }]
|
|
58
58
|
}], propDecorators: { confirmationDialogCloseEvent: [{
|
|
59
59
|
type: Output
|
|
60
60
|
}], popupEvent: [{
|
|
@@ -78,4 +78,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
78
78
|
}], secondaryBtnFillMode: [{
|
|
79
79
|
type: Input
|
|
80
80
|
}] } });
|
|
81
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
81
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29uZmlybWF0aW9uLWRpYWxvZy5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9zaGFyZWQvc3JjL2xpYi9tb2xlY3VsZXMvZGlhbG9nL2NvbmZpcm1hdGlvbi1kaWFsb2cvY29uZmlybWF0aW9uLWRpYWxvZy5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9zaGFyZWQvc3JjL2xpYi9tb2xlY3VsZXMvZGlhbG9nL2NvbmZpcm1hdGlvbi1kaWFsb2cvY29uZmlybWF0aW9uLWRpYWxvZy5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sRUFBRSxZQUFZLEVBQUUsS0FBSyxFQUE0QixNQUFNLGVBQWUsQ0FBQzs7Ozs7OztBQU9qRyxNQUFNLE9BQU8sMkJBQTJCO0lBTHhDO1FBTVksaUNBQTRCLEdBQUcsSUFBSSxZQUFZLEVBQUUsQ0FBQztRQUNsRCxlQUFVLEdBQUcsSUFBSSxZQUFZLEVBQUUsQ0FBQztRQUNqQyxVQUFLLEdBQVUsRUFBRSxDQUFDO1FBQ2xCLHNCQUFpQixHQUFVLEVBQUUsQ0FBQztRQUM5QixZQUFPLEdBQVUsRUFBRSxDQUFDO1FBQ3BCLFNBQUksR0FBVSxFQUFFLENBQUM7UUFDakIsbUJBQWMsR0FBVSxFQUFFLENBQUM7UUFDM0IsMkJBQXNCLEdBQVMsRUFBRSxDQUFDO1FBQ2xDLGFBQVEsR0FNSixPQUFPLENBQUM7UUFDWixlQUFVLEdBV0gsTUFBTSxDQUFDO1FBQ2QseUJBQW9CLEdBTWxCLE9BQU8sQ0FBQztLQStCcEI7SUE3QkMsV0FBVztRQUNULElBQUksQ0FBQyw0QkFBNEIsQ0FBQyxJQUFJLEVBQUUsQ0FBQztJQUMzQyxDQUFDO0lBRUQsWUFBWTtRQUNWLElBQUksQ0FBQyxVQUFVLENBQUMsSUFBSSxFQUFFLENBQUM7SUFDekIsQ0FBQztJQUVELFdBQVcsQ0FBQyxPQUFzQjtRQUNoQyxJQUFJLE9BQU8sQ0FBQyxNQUFNLENBQUMsRUFBRSxZQUFZLEtBQUssUUFBUSxFQUFFO1lBQzlDLElBQUksQ0FBQyxVQUFVLEdBQUcsU0FBUyxDQUFDO1lBQzVCLElBQUksQ0FBQyxRQUFRLEdBQUcsT0FBTyxDQUFBO1lBQ3ZCLElBQUksQ0FBQyxvQkFBb0IsR0FBQyxTQUFTLENBQUE7WUFDbkMsSUFBSSxDQUFDLGlCQUFpQixHQUFDLFFBQVEsQ0FBQTtTQUNoQzthQUFNLElBQUcsT0FBTyxDQUFDLE1BQU0sQ0FBQyxFQUFFLFlBQVksS0FBSyxRQUFRLEVBQUU7WUFDcEQsSUFBSSxDQUFDLFVBQVUsR0FBRyxXQUFXLENBQUM7WUFDOUIsSUFBSSxDQUFDLFFBQVEsR0FBRyxPQUFPLENBQUE7WUFDdkIsSUFBSSxDQUFDLG9CQUFvQixHQUFDLFNBQVMsQ0FBQTtZQUNuQyxJQUFJLENBQUMsaUJBQWlCLEdBQUMsUUFBUSxDQUFBO1NBQ2hDO2FBQU0sSUFBSSxPQUFPLENBQUMsTUFBTSxDQUFDLEVBQUUsWUFBWSxLQUFLLGNBQWMsRUFBRTtZQUMzRCxJQUFJLENBQUMsVUFBVSxHQUFHLFNBQVMsQ0FBQztZQUM1QixJQUFJLENBQUMsb0JBQW9CLEdBQUcsTUFBTSxDQUFDO1NBQ3BDO2FBQUs7WUFDSixJQUFJLENBQUMsVUFBVSxHQUFHLE9BQU8sQ0FBQztZQUMxQixJQUFJLENBQUMsUUFBUSxHQUFHLFNBQVMsQ0FBQTtZQUN6QixJQUFJLENBQUMsb0JBQW9CLEdBQUMsU0FBUyxDQUFBO1lBQ25DLElBQUksQ0FBQyxpQkFBaUIsR0FBQyxRQUFRLENBQUE7U0FDaEM7SUFDSCxDQUFDOytHQWhFVSwyQkFBMkI7bUdBQTNCLDJCQUEyQixpZENQeEMsKzNCQVlBOzs0RkRMYSwyQkFBMkI7a0JBTHZDLFNBQVM7K0JBQ0UseUJBQXlCOzhCQUt6Qiw0QkFBNEI7c0JBQXJDLE1BQU07Z0JBQ0csVUFBVTtzQkFBbkIsTUFBTTtnQkFDRSxLQUFLO3NCQUFiLEtBQUs7Z0JBQ0csaUJBQWlCO3NCQUF6QixLQUFLO2dCQUNHLE9BQU87c0JBQWYsS0FBSztnQkFDRyxJQUFJO3NCQUFaLEtBQUs7Z0JBQ0csY0FBYztzQkFBdEIsS0FBSztnQkFDRyxzQkFBc0I7c0JBQTlCLEtBQUs7Z0JBQ0csUUFBUTtzQkFBaEIsS0FBSztnQkFPRyxVQUFVO3NCQUFsQixLQUFLO2dCQVlHLG9CQUFvQjtzQkFBNUIsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgT3V0cHV0LCBFdmVudEVtaXR0ZXIsIElucHV0LCBPbkNoYW5nZXMsIFNpbXBsZUNoYW5nZXMgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnbGliLWNvbmZpcm1hdGlvbi1kaWFsb2cnLFxuICB0ZW1wbGF0ZVVybDogJy4vY29uZmlybWF0aW9uLWRpYWxvZy5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL2NvbmZpcm1hdGlvbi1kaWFsb2cuY29tcG9uZW50LnNjc3MnXVxufSlcbmV4cG9ydCBjbGFzcyBDb25maXJtYXRpb25EaWFsb2dDb21wb25lbnQgaW1wbGVtZW50cyBPbkNoYW5nZXMge1xuICBAT3V0cHV0KCkgY29uZmlybWF0aW9uRGlhbG9nQ2xvc2VFdmVudCA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcbiAgQE91dHB1dCgpIHBvcHVwRXZlbnQgPSBuZXcgRXZlbnRFbWl0dGVyKCk7XG4gIEBJbnB1dCgpIHRpdGxlOiBzdHJpbmcgPScnO1xuICBASW5wdXQoKSBzZWNvbmRhcnlCdG5MYWJlbDogc3RyaW5nID0nJztcbiAgQElucHV0KCkgYnRuVGV4dDogc3RyaW5nID0nJztcbiAgQElucHV0KCkgdHlwZTogc3RyaW5nID0nJztcbiAgQElucHV0KCkgZGlhbG9nSW5mb1RleHQ6IHN0cmluZyA9Jyc7XG4gIEBJbnB1dCgpIGRpYWxvZ0NvbmZpcm1hdGlvblRleHQ6IHN0cmluZz0nJztcbiAgQElucHV0KCkgZmlsbE1vZGU6XG4gICAgfCAnc29saWQnXG4gICAgfCAnZmxhdCdcbiAgICB8ICdvdXRsaW5lJ1xuICAgIHwgJ2NsZWFyJ1xuICAgIHwgJ2xpbmsnXG4gICAgfCAnbm9uZScgPSAnc29saWQnO1xuICBASW5wdXQoKSB0aGVtZUNvbG9yOlxuICAgIHwgJ2Jhc2UnXG4gICAgfCAncHJpbWFyeSdcbiAgICB8ICdzZWNvbmRhcnknXG4gICAgfCAndGVydGlhcnknXG4gICAgfCAnaW5mbydcbiAgICB8ICdzdWNjZXNzJ1xuICAgIHwgJ3dhcm5pbmcnXG4gICAgfCAnZXJyb3InXG4gICAgfCAnZGFyaydcbiAgICB8ICdsaWdodCdcbiAgICB8ICdpbnZlcnNlJyA9ICdiYXNlJztcbiAgQElucHV0KCkgc2Vjb25kYXJ5QnRuRmlsbE1vZGU6XG4gIHwgJ3NvbGlkJ1xuICB8ICdmbGF0J1xuICB8ICdvdXRsaW5lJ1xuICB8ICdjbGVhcidcbiAgfCAnbGluaydcbiAgfCAnbm9uZScgPSAnc29saWQnO1xuXG4gIGRpYWxvZ0Nsb3NlKCkge1xuICAgIHRoaXMuY29uZmlybWF0aW9uRGlhbG9nQ2xvc2VFdmVudC5lbWl0KCk7XG4gIH1cblxuICBldmVudENsaWNrZWQoKSB7XG4gICAgdGhpcy5wb3B1cEV2ZW50LmVtaXQoKTtcbiAgfVxuXG4gIG5nT25DaGFuZ2VzKGNoYW5nZXM6IFNpbXBsZUNoYW5nZXMpIHtcbiAgICBpZiAoY2hhbmdlc1sndHlwZSddPy5jdXJyZW50VmFsdWUgPT09ICdlbmFibGUnKSB7XG4gICAgICB0aGlzLnRoZW1lQ29sb3IgPSAncHJpbWFyeSc7XG4gICAgICB0aGlzLmZpbGxNb2RlID0gJ3NvbGlkJ1xuICAgICAgdGhpcy5zZWNvbmRhcnlCdG5GaWxsTW9kZT1cIm91dGxpbmVcIlxuICAgICAgdGhpcy5zZWNvbmRhcnlCdG5MYWJlbD1cIkNhbmNlbFwiXG4gICAgfSBlbHNlIGlmKGNoYW5nZXNbJ3R5cGUnXT8uY3VycmVudFZhbHVlID09PSAndXBkYXRlJykge1xuICAgICAgdGhpcy50aGVtZUNvbG9yID0gJ3NlY29uZGFyeSc7XG4gICAgICB0aGlzLmZpbGxNb2RlID0gJ3NvbGlkJ1xuICAgICAgdGhpcy5zZWNvbmRhcnlCdG5GaWxsTW9kZT1cIm91dGxpbmVcIlxuICAgICAgdGhpcy5zZWNvbmRhcnlCdG5MYWJlbD1cIkNhbmNlbFwiXG4gICAgfSBlbHNlIGlmIChjaGFuZ2VzWyd0eXBlJ10/LmN1cnJlbnRWYWx1ZSA9PT0gJ3ByaW1hcnktZmxhdCcpIHtcbiAgICAgIHRoaXMudGhlbWVDb2xvciA9ICdwcmltYXJ5JztcbiAgICAgIHRoaXMuc2Vjb25kYXJ5QnRuRmlsbE1vZGUgPSAnZmxhdCc7XG4gICAgfWVsc2Uge1xuICAgICAgdGhpcy50aGVtZUNvbG9yID0gJ2Vycm9yJztcbiAgICAgIHRoaXMuZmlsbE1vZGUgPSAnb3V0bGluZSdcbiAgICAgIHRoaXMuc2Vjb25kYXJ5QnRuRmlsbE1vZGU9XCJvdXRsaW5lXCJcbiAgICAgIHRoaXMuc2Vjb25kYXJ5QnRuTGFiZWw9XCJDYW5jZWxcIlxuICAgIH1cbiAgfVxufVxuIiwiPGxpYi1kaWFsb2cgd2lkdGg9XCI0ODlweFwiIGNsYXNzPVwiY29uZmlybWF0aW9uLWRpYWxvZ1wiPlxuICA8bGliLWRpYWxvZy10aXRsZWJhciBjbGFzcz1cImNvbmZpcm1hdGlvbi10aXRsZVwiIFt0aXRsZV09XCJ0aXRsZVwiIHRpdGxlRm9udD1cIkhFQURJTkdfTUVESVVNXCJcbiAgICBbaGlkZUNsb3NlSWNvbl09XCJ0cnVlXCI+PC9saWItZGlhbG9nLXRpdGxlYmFyPlxuICA8ZGl2IGNsYXNzPVwiY29uZmlybWF0aW9uLXBvcHVwLXRleHRcIj5cbiAgICA8bGliLXR5cG9ncmFwaHkgdHlwZT1cIkJPRFlfTUVESVVNXCIgW2RlZmF1bHRUZXh0XT1cImRpYWxvZ0luZm9UZXh0XCI+PC9saWItdHlwb2dyYXBoeT48YnI+XG4gICAgPGxpYi10eXBvZ3JhcGh5IHR5cGU9XCJCT0RZX01FRElVTVwiIFtkZWZhdWx0VGV4dF09XCJkaWFsb2dDb25maXJtYXRpb25UZXh0XCI+PC9saWItdHlwb2dyYXBoeT5cbiAgPC9kaXY+XG4gIDxsaWItZGlhbG9nLWFjdGlvbnMgYnV0dG9uTGF5b3V0PVwiZW5kXCIgY2xhc3M9XCJhY3Rpb24tYnV0dG9uXCI+XG4gICAgPGxpYi1idXR0b24gW2xhYmVsXT1cInNlY29uZGFyeUJ0bkxhYmVsXCIgW2ZpbGxNb2RlXT1cInNlY29uZGFyeUJ0bkZpbGxNb2RlXCIgdGhlbWVDb2xvcj1cInByaW1hcnlcIiAoYnV0dG9uQ2xpY2spPVwiZGlhbG9nQ2xvc2UoKVwiIHdpZHRoPVwiMTQ0cHhcIj48L2xpYi1idXR0b24+XG4gICAgPGxpYi1idXR0b24gW2xhYmVsXT1cImJ0blRleHRcIiBbdGhlbWVDb2xvcl09XCJ0aGVtZUNvbG9yXCIgKGJ1dHRvbkNsaWNrKT1cImV2ZW50Q2xpY2tlZCgpXCIgW2ZpbGxNb2RlXT1cImZpbGxNb2RlXCIgd2lkdGg9XCIxNDRweFwiPjwvbGliLWJ1dHRvbj5cbiAgPC9saWItZGlhbG9nLWFjdGlvbnM+XG48L2xpYi1kaWFsb2c+XG4iXX0=
|
|
@@ -4063,11 +4063,11 @@ class ConfirmationDialogComponent {
|
|
|
4063
4063
|
}
|
|
4064
4064
|
}
|
|
4065
4065
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ConfirmationDialogComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
4066
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: ConfirmationDialogComponent, selector: "lib-confirmation-dialog", inputs: { title: "title", secondaryBtnLabel: "secondaryBtnLabel", btnText: "btnText", type: "type", dialogInfoText: "dialogInfoText", dialogConfirmationText: "dialogConfirmationText", fillMode: "fillMode", themeColor: "themeColor", secondaryBtnFillMode: "secondaryBtnFillMode" }, outputs: { confirmationDialogCloseEvent: "confirmationDialogCloseEvent", popupEvent: "popupEvent" }, usesOnChanges: true, ngImport: i0, template: "<lib-dialog width=\"489px\" class=\"confirmation-dialog\">\n <lib-dialog-titlebar class=\"confirmation-title\" [title]=\"title\" titleFont=\"HEADING_MEDIUM\"\n [hideCloseIcon]=\"true\"></lib-dialog-titlebar>\n <div class=\"confirmation-popup-text\">\n <lib-typography type=\"BODY_MEDIUM\" [defaultText]=\"dialogInfoText\"></lib-typography><br>\n <lib-typography type=\"BODY_MEDIUM\" [defaultText]=\"dialogConfirmationText\"></lib-typography>\n </div>\n <lib-dialog-actions buttonLayout=\"end\" class=\"action-button\">\n <lib-button [label]=\"secondaryBtnLabel\" [fillMode]=\"secondaryBtnFillMode\" themeColor=\"primary\" (
|
|
4066
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: ConfirmationDialogComponent, selector: "lib-confirmation-dialog", inputs: { title: "title", secondaryBtnLabel: "secondaryBtnLabel", btnText: "btnText", type: "type", dialogInfoText: "dialogInfoText", dialogConfirmationText: "dialogConfirmationText", fillMode: "fillMode", themeColor: "themeColor", secondaryBtnFillMode: "secondaryBtnFillMode" }, outputs: { confirmationDialogCloseEvent: "confirmationDialogCloseEvent", popupEvent: "popupEvent" }, usesOnChanges: true, ngImport: i0, template: "<lib-dialog width=\"489px\" class=\"confirmation-dialog\">\n <lib-dialog-titlebar class=\"confirmation-title\" [title]=\"title\" titleFont=\"HEADING_MEDIUM\"\n [hideCloseIcon]=\"true\"></lib-dialog-titlebar>\n <div class=\"confirmation-popup-text\">\n <lib-typography type=\"BODY_MEDIUM\" [defaultText]=\"dialogInfoText\"></lib-typography><br>\n <lib-typography type=\"BODY_MEDIUM\" [defaultText]=\"dialogConfirmationText\"></lib-typography>\n </div>\n <lib-dialog-actions buttonLayout=\"end\" class=\"action-button\">\n <lib-button [label]=\"secondaryBtnLabel\" [fillMode]=\"secondaryBtnFillMode\" themeColor=\"primary\" (buttonClick)=\"dialogClose()\" width=\"144px\"></lib-button>\n <lib-button [label]=\"btnText\" [themeColor]=\"themeColor\" (buttonClick)=\"eventClicked()\" [fillMode]=\"fillMode\" width=\"144px\"></lib-button>\n </lib-dialog-actions>\n</lib-dialog>\n", styles: [".random-css-to-not-keep-this-file-empty{display:none}\n"], dependencies: [{ kind: "component", type: TypographyComponent, selector: "lib-typography", inputs: ["type", "defaultText", "isLabel", "hiddenLabel"] }, { kind: "component", type: ButtonComponent, selector: "lib-button", inputs: ["size", "rounded", "fillMode", "themeColor", "label", "iconName", "disabled", "toggleable", "iconPosition", "fontType", "width", "iconButton", "projectedIcon"], outputs: ["buttonClick"] }, { kind: "component", type: DialogComponent, selector: "lib-dialog", inputs: ["width", "height", "minWidth", "maxWidth", "minHeight", "maxHeight", "opened"] }, { kind: "component", type: DialogTitlebarComponent, selector: "lib-dialog-titlebar", inputs: ["title", "titleFont", "hideCloseIcon"], outputs: ["closeDialog"] }, { kind: "component", type: DialogActionsComponent, selector: "lib-dialog-actions", inputs: ["buttonLayout"] }] }); }
|
|
4067
4067
|
}
|
|
4068
4068
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ConfirmationDialogComponent, decorators: [{
|
|
4069
4069
|
type: Component,
|
|
4070
|
-
args: [{ selector: 'lib-confirmation-dialog', template: "<lib-dialog width=\"489px\" class=\"confirmation-dialog\">\n <lib-dialog-titlebar class=\"confirmation-title\" [title]=\"title\" titleFont=\"HEADING_MEDIUM\"\n [hideCloseIcon]=\"true\"></lib-dialog-titlebar>\n <div class=\"confirmation-popup-text\">\n <lib-typography type=\"BODY_MEDIUM\" [defaultText]=\"dialogInfoText\"></lib-typography><br>\n <lib-typography type=\"BODY_MEDIUM\" [defaultText]=\"dialogConfirmationText\"></lib-typography>\n </div>\n <lib-dialog-actions buttonLayout=\"end\" class=\"action-button\">\n <lib-button [label]=\"secondaryBtnLabel\" [fillMode]=\"secondaryBtnFillMode\" themeColor=\"primary\" (
|
|
4070
|
+
args: [{ selector: 'lib-confirmation-dialog', template: "<lib-dialog width=\"489px\" class=\"confirmation-dialog\">\n <lib-dialog-titlebar class=\"confirmation-title\" [title]=\"title\" titleFont=\"HEADING_MEDIUM\"\n [hideCloseIcon]=\"true\"></lib-dialog-titlebar>\n <div class=\"confirmation-popup-text\">\n <lib-typography type=\"BODY_MEDIUM\" [defaultText]=\"dialogInfoText\"></lib-typography><br>\n <lib-typography type=\"BODY_MEDIUM\" [defaultText]=\"dialogConfirmationText\"></lib-typography>\n </div>\n <lib-dialog-actions buttonLayout=\"end\" class=\"action-button\">\n <lib-button [label]=\"secondaryBtnLabel\" [fillMode]=\"secondaryBtnFillMode\" themeColor=\"primary\" (buttonClick)=\"dialogClose()\" width=\"144px\"></lib-button>\n <lib-button [label]=\"btnText\" [themeColor]=\"themeColor\" (buttonClick)=\"eventClicked()\" [fillMode]=\"fillMode\" width=\"144px\"></lib-button>\n </lib-dialog-actions>\n</lib-dialog>\n", styles: [".random-css-to-not-keep-this-file-empty{display:none}\n"] }]
|
|
4071
4071
|
}], propDecorators: { confirmationDialogCloseEvent: [{
|
|
4072
4072
|
type: Output
|
|
4073
4073
|
}], popupEvent: [{
|