@symphony-talent/component-library 3.8.0 → 3.10.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/esm2020/lib/atoms/icon/icon.enum.mjs +18 -17
- package/esm2020/lib/design-guide/icon-explorer/icon-explorer.helper.mjs +43 -37
- package/esm2020/lib/organisms/cancel-modal/cancel-modal.component.mjs +32 -0
- package/esm2020/lib/organisms/cancel-modal/cancel-modal.model.mjs +2 -0
- package/esm2020/lib/organisms/cancel-modal/cancel-modal.module.mjs +22 -0
- package/esm2020/lib/organisms/organisms.module.mjs +6 -2
- package/esm2020/lib/pages/modals/advertise-modal/advertise-modal.component.mjs +5 -26
- package/esm2020/lib/pages/modals/advertise-modal/advertise-modal.model.mjs +1 -1
- package/esm2020/lib/pages/modals/advertise-modal/advertise-modal.module.mjs +6 -2
- package/esm2020/projects/component-library/lib/atoms/icon/icon.enum.mjs +18 -17
- package/esm2020/projects/component-library/lib/design-guide/icon-explorer/icon-explorer.helper.mjs +43 -37
- package/esm2020/projects/component-library/lib/organisms/cancel-modal/cancel-modal.component.mjs +32 -0
- package/esm2020/projects/component-library/lib/organisms/cancel-modal/cancel-modal.model.mjs +2 -0
- package/esm2020/projects/component-library/lib/organisms/cancel-modal/cancel-modal.module.mjs +22 -0
- package/esm2020/projects/component-library/lib/organisms/organisms.module.mjs +6 -2
- package/esm2020/projects/component-library/lib/pages/modals/advertise-modal/advertise-modal.component.mjs +5 -26
- package/esm2020/projects/component-library/lib/pages/modals/advertise-modal/advertise-modal.model.mjs +1 -1
- package/esm2020/projects/component-library/lib/pages/modals/advertise-modal/advertise-modal.module.mjs +6 -2
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs +109 -78
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2015/symphony-talent-component-library.mjs +109 -78
- package/fesm2015/symphony-talent-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs +109 -78
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library.mjs +109 -78
- package/fesm2020/symphony-talent-component-library.mjs.map +1 -1
- package/lib/atoms/icon/icon.enum.d.ts +18 -17
- package/lib/organisms/cancel-modal/cancel-modal.component.d.ts +13 -0
- package/lib/organisms/cancel-modal/cancel-modal.model.d.ts +6 -0
- package/lib/organisms/cancel-modal/cancel-modal.module.d.ts +12 -0
- package/lib/organisms/organisms.module.d.ts +2 -1
- package/lib/pages/modals/advertise-modal/advertise-modal.component.d.ts +0 -1
- package/lib/pages/modals/advertise-modal/advertise-modal.model.d.ts +2 -0
- package/lib/pages/modals/advertise-modal/advertise-modal.module.d.ts +2 -1
- package/package.json +1 -1
- package/projects/component-library/global-assets/iconography/library-fonts/library-icons.eot +0 -0
- package/projects/component-library/global-assets/iconography/library-fonts/library-icons.svg +56 -55
- package/projects/component-library/global-assets/iconography/library-fonts/library-icons.ttf +0 -0
- package/projects/component-library/global-assets/iconography/library-fonts/library-icons.woff +0 -0
- package/projects/component-library/global-assets/iconography/library-icons.css +64 -61
- package/projects/component-library/lib/atoms/icon/icon.enum.d.ts +18 -17
- package/projects/component-library/lib/organisms/cancel-modal/cancel-modal.component.d.ts +13 -0
- package/projects/component-library/lib/organisms/cancel-modal/cancel-modal.model.d.ts +6 -0
- package/projects/component-library/lib/organisms/cancel-modal/cancel-modal.module.d.ts +12 -0
- package/projects/component-library/lib/organisms/organisms.module.d.ts +2 -1
- package/projects/component-library/lib/pages/modals/advertise-modal/advertise-modal.component.d.ts +0 -1
- package/projects/component-library/lib/pages/modals/advertise-modal/advertise-modal.model.d.ts +2 -0
- package/projects/component-library/lib/pages/modals/advertise-modal/advertise-modal.module.d.ts +2 -1
|
@@ -730,25 +730,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
730
730
|
var Icons;
|
|
731
731
|
(function (Icons) {
|
|
732
732
|
Icons["ACCESS"] = "si-access";
|
|
733
|
-
Icons["CHATBOT"] = "si-chatbot";
|
|
734
|
-
Icons["CODETAG"] = "si-codetag";
|
|
735
|
-
Icons["CONFIRMATION"] = "si-confirmation";
|
|
736
|
-
Icons["FIELD"] = "si-field";
|
|
737
|
-
Icons["FLOW"] = "si-flow";
|
|
738
|
-
Icons["FORM"] = "si-form";
|
|
739
|
-
Icons["HIERARCHY"] = "si-hierarchy";
|
|
740
|
-
Icons["LIST"] = "si-list";
|
|
741
|
-
Icons["PASSWORD"] = "si-password";
|
|
742
|
-
Icons["REFERRAL"] = "si-referral";
|
|
743
|
-
Icons["TAG"] = "si-tag";
|
|
744
|
-
Icons["TEAM"] = "si-team";
|
|
745
|
-
Icons["WORKFLOW"] = "si-workflow";
|
|
746
|
-
Icons["MOREOPTIONS"] = "si-more-options";
|
|
747
|
-
Icons["ADD"] = "si-add";
|
|
748
733
|
Icons["ACTIVITY"] = "si-activity";
|
|
734
|
+
Icons["ADD"] = "si-add";
|
|
735
|
+
Icons["ADVERTISE"] = "si-advertise";
|
|
749
736
|
Icons["ARROWHIDEREVEAL"] = "si-arrow-hide-reveal";
|
|
750
737
|
Icons["ARROWNEXT"] = "si-arrow-next";
|
|
751
738
|
Icons["ARROWPREV"] = "si-arrow-prev";
|
|
739
|
+
Icons["CHATBOT"] = "si-chatbot";
|
|
740
|
+
Icons["CODETAG"] = "si-codetag";
|
|
741
|
+
Icons["CONFIRMATION"] = "si-confirmation";
|
|
752
742
|
Icons["CLOSEMODAL"] = "si-close-modal";
|
|
753
743
|
Icons["COLLAPSE"] = "si-collapse";
|
|
754
744
|
Icons["DAYMODE"] = "si-daymode";
|
|
@@ -759,16 +749,22 @@ var Icons;
|
|
|
759
749
|
Icons["EMAILDRIP"] = "si-email-drip";
|
|
760
750
|
Icons["EMAILOPEN"] = "si-email-open";
|
|
761
751
|
Icons["EMAILSEND"] = "si-email-send";
|
|
752
|
+
Icons["EXCLUDE"] = "si-exclude";
|
|
762
753
|
Icons["EXPAND"] = "si-expand";
|
|
763
754
|
Icons["FAVORITE"] = "si-favorite";
|
|
764
755
|
Icons["FEEDBACKMAYBE"] = "si-feedback-maybe";
|
|
765
756
|
Icons["FEEDBACKNO"] = "si-feedback-no";
|
|
766
757
|
Icons["FEEDBACKYES"] = "si-feedback-yes";
|
|
767
758
|
Icons["FOLDERMULTIPLE"] = "si-folder-multiple";
|
|
759
|
+
Icons["FIELD"] = "si-field";
|
|
760
|
+
Icons["FLOW"] = "si-flow";
|
|
761
|
+
Icons["FORM"] = "si-form";
|
|
762
|
+
Icons["HIERARCHY"] = "si-hierarchy";
|
|
768
763
|
Icons["INCLUDE"] = "si-include";
|
|
769
764
|
Icons["INFO"] = "si-info";
|
|
770
765
|
Icons["INTERVIEW"] = "si-interview";
|
|
771
766
|
Icons["LINK"] = "si-link";
|
|
767
|
+
Icons["LIST"] = "si-list";
|
|
772
768
|
Icons["LOCATION"] = "si-location";
|
|
773
769
|
Icons["MENUALL"] = "si-menu-all";
|
|
774
770
|
Icons["MENUANALYTICS"] = "si-menu-analytics";
|
|
@@ -783,18 +779,20 @@ var Icons;
|
|
|
783
779
|
Icons["MENURETURN"] = "si-menu-return";
|
|
784
780
|
Icons["MENUWORKFLOWS"] = "si-menu-workflows";
|
|
785
781
|
Icons["MERGE"] = "si-merge";
|
|
782
|
+
Icons["MOREOPTIONS"] = "si-more-options";
|
|
786
783
|
Icons["MOVE"] = "si-move";
|
|
787
784
|
Icons["NIGHTMODE"] = "si-nightmode";
|
|
788
785
|
Icons["NOTIFICATION"] = "si-notification";
|
|
789
786
|
Icons["ORGANIZECOLUMNS"] = "si-organize-columns";
|
|
790
787
|
Icons["ORGANIZECONTACTS"] = "si-organize-contacts";
|
|
788
|
+
Icons["PASSWORD"] = "si-password";
|
|
791
789
|
Icons["PENDINGINCOMPLETE"] = "si-pending-incomplete";
|
|
792
790
|
Icons["PHONENUMBER"] = "si-phone-number";
|
|
793
791
|
Icons["PREVIEW"] = "si-preview";
|
|
794
792
|
Icons["PROMOTE"] = "si-promote";
|
|
793
|
+
Icons["REFERRAL"] = "si-referral";
|
|
795
794
|
Icons["REFRESH"] = "si-refresh";
|
|
796
795
|
Icons["REMOVE"] = "si-remove";
|
|
797
|
-
Icons["EXCLUDE"] = "si-exclude";
|
|
798
796
|
Icons["RESULTSFILTERS"] = "si-results-filters";
|
|
799
797
|
Icons["REVIEW"] = "si-review";
|
|
800
798
|
Icons["SALARY"] = "si-salary";
|
|
@@ -807,13 +805,16 @@ var Icons;
|
|
|
807
805
|
Icons["SORTMINI"] = "si-sort-mini";
|
|
808
806
|
Icons["STATUS"] = "si-status";
|
|
809
807
|
Icons["SYSTEMACTION"] = "si-system-action";
|
|
808
|
+
Icons["TAG"] = "si-tag";
|
|
810
809
|
Icons["TASKCOMPLETED"] = "si-task-completed";
|
|
811
810
|
Icons["TASKOPEN"] = "si-task-open";
|
|
811
|
+
Icons["TEAM"] = "si-team";
|
|
812
812
|
Icons["TIMEFRAME"] = "si-timeframe";
|
|
813
813
|
Icons["TIMELINE"] = "si-timeline";
|
|
814
814
|
Icons["UPLOAD"] = "si-upload";
|
|
815
815
|
Icons["USERMULTIPLE"] = "si-user-multiple";
|
|
816
816
|
Icons["USER"] = "si-user";
|
|
817
|
+
Icons["WORKFLOW"] = "si-workflow";
|
|
817
818
|
})(Icons || (Icons = {}));
|
|
818
819
|
|
|
819
820
|
class IconWrapperComponent {
|
|
@@ -2035,9 +2036,9 @@ class IconExplorerHelper {
|
|
|
2035
2036
|
hasBorder: false,
|
|
2036
2037
|
},
|
|
2037
2038
|
{
|
|
2038
|
-
icon: Icons.
|
|
2039
|
-
iconName: '
|
|
2040
|
-
iconClass: 'si-
|
|
2039
|
+
icon: Icons.ACTIVITY,
|
|
2040
|
+
iconName: 'ACTIVITY',
|
|
2041
|
+
iconClass: 'si-activity',
|
|
2041
2042
|
hasBorder: false,
|
|
2042
2043
|
},
|
|
2043
2044
|
{
|
|
@@ -2047,9 +2048,9 @@ class IconExplorerHelper {
|
|
|
2047
2048
|
hasBorder: false,
|
|
2048
2049
|
},
|
|
2049
2050
|
{
|
|
2050
|
-
icon: Icons.
|
|
2051
|
-
iconName: '
|
|
2052
|
-
iconClass: 'si-
|
|
2051
|
+
icon: Icons.ADVERTISE,
|
|
2052
|
+
iconName: 'ADVERTISE',
|
|
2053
|
+
iconClass: 'si-advertise',
|
|
2053
2054
|
hasBorder: false,
|
|
2054
2055
|
},
|
|
2055
2056
|
{
|
|
@@ -2076,6 +2077,12 @@ class IconExplorerHelper {
|
|
|
2076
2077
|
iconClass: 'si-chatbot',
|
|
2077
2078
|
hasBorder: false,
|
|
2078
2079
|
},
|
|
2080
|
+
{
|
|
2081
|
+
icon: Icons.CLOSEMODAL,
|
|
2082
|
+
iconName: 'CLOSEMODAL',
|
|
2083
|
+
iconClass: 'si-close-modal',
|
|
2084
|
+
hasBorder: false,
|
|
2085
|
+
},
|
|
2079
2086
|
{
|
|
2080
2087
|
icon: Icons.CODETAG,
|
|
2081
2088
|
iconName: 'CODETAG',
|
|
@@ -2088,12 +2095,6 @@ class IconExplorerHelper {
|
|
|
2088
2095
|
iconClass: 'si-confirmation',
|
|
2089
2096
|
hasBorder: false,
|
|
2090
2097
|
},
|
|
2091
|
-
{
|
|
2092
|
-
icon: Icons.CLOSEMODAL,
|
|
2093
|
-
iconName: 'CLOSEMODAL',
|
|
2094
|
-
iconClass: 'si-close-modal',
|
|
2095
|
-
hasBorder: false,
|
|
2096
|
-
},
|
|
2097
2098
|
{
|
|
2098
2099
|
icon: Icons.COLLAPSE,
|
|
2099
2100
|
iconName: 'COLLAPSE',
|
|
@@ -2148,12 +2149,24 @@ class IconExplorerHelper {
|
|
|
2148
2149
|
iconClass: 'si-email-send',
|
|
2149
2150
|
hasBorder: false,
|
|
2150
2151
|
},
|
|
2152
|
+
{
|
|
2153
|
+
icon: Icons.EXCLUDE,
|
|
2154
|
+
iconName: 'EXCLUDE',
|
|
2155
|
+
iconClass: 'si-exclude',
|
|
2156
|
+
hasBorder: false,
|
|
2157
|
+
},
|
|
2151
2158
|
{
|
|
2152
2159
|
icon: Icons.EXPAND,
|
|
2153
2160
|
iconName: 'EXPAND',
|
|
2154
2161
|
iconClass: 'si-expand',
|
|
2155
2162
|
hasBorder: false,
|
|
2156
2163
|
},
|
|
2164
|
+
{
|
|
2165
|
+
icon: Icons.FAVORITE,
|
|
2166
|
+
iconName: 'FAVORITE',
|
|
2167
|
+
iconClass: 'si-favorite',
|
|
2168
|
+
hasBorder: false,
|
|
2169
|
+
},
|
|
2157
2170
|
{
|
|
2158
2171
|
icon: Icons.FIELD,
|
|
2159
2172
|
iconName: 'FIELD',
|
|
@@ -2172,12 +2185,6 @@ class IconExplorerHelper {
|
|
|
2172
2185
|
iconClass: 'si-form',
|
|
2173
2186
|
hasBorder: false,
|
|
2174
2187
|
},
|
|
2175
|
-
{
|
|
2176
|
-
icon: Icons.FAVORITE,
|
|
2177
|
-
iconName: 'FAVORITE',
|
|
2178
|
-
iconClass: 'si-favorite',
|
|
2179
|
-
hasBorder: false,
|
|
2180
|
-
},
|
|
2181
2188
|
{
|
|
2182
2189
|
icon: Icons.FEEDBACKMAYBE,
|
|
2183
2190
|
iconName: 'FEEDBACKMAYBE',
|
|
@@ -2226,18 +2233,18 @@ class IconExplorerHelper {
|
|
|
2226
2233
|
iconClass: 'si-interview',
|
|
2227
2234
|
hasBorder: false,
|
|
2228
2235
|
},
|
|
2229
|
-
{
|
|
2230
|
-
icon: Icons.LIST,
|
|
2231
|
-
iconName: 'LIST',
|
|
2232
|
-
iconClass: 'si-list',
|
|
2233
|
-
hasBorder: false,
|
|
2234
|
-
},
|
|
2235
2236
|
{
|
|
2236
2237
|
icon: Icons.LINK,
|
|
2237
2238
|
iconName: 'LINK',
|
|
2238
2239
|
iconClass: 'si-link',
|
|
2239
2240
|
hasBorder: false,
|
|
2240
2241
|
},
|
|
2242
|
+
{
|
|
2243
|
+
icon: Icons.LIST,
|
|
2244
|
+
iconName: 'LIST',
|
|
2245
|
+
iconClass: 'si-list',
|
|
2246
|
+
hasBorder: false,
|
|
2247
|
+
},
|
|
2241
2248
|
{
|
|
2242
2249
|
icon: Icons.LOCATION,
|
|
2243
2250
|
iconName: 'LOCATION',
|
|
@@ -2322,6 +2329,12 @@ class IconExplorerHelper {
|
|
|
2322
2329
|
iconClass: 'si-merge',
|
|
2323
2330
|
hasBorder: false,
|
|
2324
2331
|
},
|
|
2332
|
+
{
|
|
2333
|
+
icon: Icons.MOREOPTIONS,
|
|
2334
|
+
iconName: 'MOREOPTIONS',
|
|
2335
|
+
iconClass: 'si-more-options',
|
|
2336
|
+
hasBorder: false,
|
|
2337
|
+
},
|
|
2325
2338
|
{
|
|
2326
2339
|
icon: Icons.MOVE,
|
|
2327
2340
|
iconName: 'MOVE',
|
|
@@ -2400,12 +2413,6 @@ class IconExplorerHelper {
|
|
|
2400
2413
|
iconClass: 'si-remove',
|
|
2401
2414
|
hasBorder: false,
|
|
2402
2415
|
},
|
|
2403
|
-
{
|
|
2404
|
-
icon: Icons.EXCLUDE,
|
|
2405
|
-
iconName: 'EXCLUDE',
|
|
2406
|
-
iconClass: 'si-exclude',
|
|
2407
|
-
hasBorder: false,
|
|
2408
|
-
},
|
|
2409
2416
|
{
|
|
2410
2417
|
icon: Icons.RESULTSFILTERS,
|
|
2411
2418
|
iconName: 'RESULTSFILTERS',
|
|
@@ -2520,18 +2527,18 @@ class IconExplorerHelper {
|
|
|
2520
2527
|
iconClass: 'si-upload',
|
|
2521
2528
|
hasBorder: false,
|
|
2522
2529
|
},
|
|
2523
|
-
{
|
|
2524
|
-
icon: Icons.USERMULTIPLE,
|
|
2525
|
-
iconName: 'USERMULTIPLE',
|
|
2526
|
-
iconClass: 'si-user-multiple',
|
|
2527
|
-
hasBorder: false,
|
|
2528
|
-
},
|
|
2529
2530
|
{
|
|
2530
2531
|
icon: Icons.USER,
|
|
2531
2532
|
iconName: 'USER',
|
|
2532
2533
|
iconClass: 'si-user',
|
|
2533
2534
|
hasBorder: false,
|
|
2534
2535
|
},
|
|
2536
|
+
{
|
|
2537
|
+
icon: Icons.USERMULTIPLE,
|
|
2538
|
+
iconName: 'USERMULTIPLE',
|
|
2539
|
+
iconClass: 'si-user-multiple',
|
|
2540
|
+
hasBorder: false,
|
|
2541
|
+
},
|
|
2535
2542
|
{
|
|
2536
2543
|
icon: Icons.WORKFLOW,
|
|
2537
2544
|
iconName: 'WORKFLOW',
|
|
@@ -2660,6 +2667,46 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
2660
2667
|
}]
|
|
2661
2668
|
}] });
|
|
2662
2669
|
|
|
2670
|
+
class CancelModalComponent {
|
|
2671
|
+
constructor() {
|
|
2672
|
+
this.model = {};
|
|
2673
|
+
this.buttonClicked = new EventEmitter();
|
|
2674
|
+
this.closeButtonClicked = new EventEmitter();
|
|
2675
|
+
}
|
|
2676
|
+
onButtonClick(text) {
|
|
2677
|
+
this.buttonClicked.emit(text);
|
|
2678
|
+
}
|
|
2679
|
+
onCloseButtonClick() {
|
|
2680
|
+
this.closeButtonClicked.emit();
|
|
2681
|
+
}
|
|
2682
|
+
}
|
|
2683
|
+
CancelModalComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: CancelModalComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2684
|
+
CancelModalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: CancelModalComponent, selector: "symphony-cancel-modal", inputs: { model: "model" }, outputs: { buttonClicked: "buttonClicked", closeButtonClicked: "closeButtonClicked" }, ngImport: i0, template: "<div class=\"sfx sfx-modal\">\n <section class=\"modal-header sfx-p-30 sfx-pt-40\">\n <div class=\"modal-title\">\n <div class=\"row\">\n <div class=\"col-xs-8 col-sm-8 col-md-8 col-lg-8\">\n <symphony-h4 [text]=\"model.title\"\n ></symphony-h4\n >\n </div>\n <div class=\"col-xs-4 col-sm-4 col-md-4 col-lg-4\">\n <symphony-icon\n class=\"pull-right\"\n [icon]=\"'si-close-modal'\"\n (clicked)=\"onCloseButtonClick()\"\n ></symphony-icon>\n </div> \n </div>\n </div>\n </section>\n <section class=\"modal-body sfx-p-30\">\n <symphony-paragraph [text]=\"model.content\"></symphony-paragraph>\n </section>\n <section class=\"modal-footer sfx-pt-30 sfx-pb-40\">\n <symphony-button\n [text]=\"model.btnSecondary\"\n [isSecondary]=\"true\"\n (clicked)=\"onButtonClick($event)\"\n ></symphony-button>\n <symphony-button\n class=\"sfx-ml-20\"\n [text]=\"model.btnPrimary\"\n [disabled]=\"false\"\n (clicked)=\"onButtonClick($event)\"\n ></symphony-button>\n </section>\n</div>", styles: [""], components: [{ type: H4Component, selector: "symphony-h4", inputs: ["text", "isSecondary"] }, { type: IconComponent, selector: "symphony-icon", inputs: ["icon", "isSecondary", "size", "iconColor"], outputs: ["clicked"] }, { type: ParagraphComponent, selector: "symphony-paragraph", inputs: ["text", "isSecondary"] }, { type: ButtonComponent, selector: "symphony-button", inputs: ["text", "disabled", "isSecondary", "isInverse"], outputs: ["clicked"] }] });
|
|
2685
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: CancelModalComponent, decorators: [{
|
|
2686
|
+
type: Component,
|
|
2687
|
+
args: [{ selector: 'symphony-cancel-modal', template: "<div class=\"sfx sfx-modal\">\n <section class=\"modal-header sfx-p-30 sfx-pt-40\">\n <div class=\"modal-title\">\n <div class=\"row\">\n <div class=\"col-xs-8 col-sm-8 col-md-8 col-lg-8\">\n <symphony-h4 [text]=\"model.title\"\n ></symphony-h4\n >\n </div>\n <div class=\"col-xs-4 col-sm-4 col-md-4 col-lg-4\">\n <symphony-icon\n class=\"pull-right\"\n [icon]=\"'si-close-modal'\"\n (clicked)=\"onCloseButtonClick()\"\n ></symphony-icon>\n </div> \n </div>\n </div>\n </section>\n <section class=\"modal-body sfx-p-30\">\n <symphony-paragraph [text]=\"model.content\"></symphony-paragraph>\n </section>\n <section class=\"modal-footer sfx-pt-30 sfx-pb-40\">\n <symphony-button\n [text]=\"model.btnSecondary\"\n [isSecondary]=\"true\"\n (clicked)=\"onButtonClick($event)\"\n ></symphony-button>\n <symphony-button\n class=\"sfx-ml-20\"\n [text]=\"model.btnPrimary\"\n [disabled]=\"false\"\n (clicked)=\"onButtonClick($event)\"\n ></symphony-button>\n </section>\n</div>", styles: [""] }]
|
|
2688
|
+
}], ctorParameters: function () { return []; }, propDecorators: { model: [{
|
|
2689
|
+
type: Input
|
|
2690
|
+
}], buttonClicked: [{
|
|
2691
|
+
type: Output
|
|
2692
|
+
}], closeButtonClicked: [{
|
|
2693
|
+
type: Output
|
|
2694
|
+
}] } });
|
|
2695
|
+
|
|
2696
|
+
class CancelModalModule {
|
|
2697
|
+
}
|
|
2698
|
+
CancelModalModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: CancelModalModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2699
|
+
CancelModalModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: CancelModalModule, declarations: [CancelModalComponent], imports: [CommonModule, H4Module, ParagraphModule, IconModule, ButtonModule], exports: [CancelModalComponent] });
|
|
2700
|
+
CancelModalModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: CancelModalModule, imports: [[CommonModule, H4Module, ParagraphModule, IconModule, ButtonModule]] });
|
|
2701
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: CancelModalModule, decorators: [{
|
|
2702
|
+
type: NgModule,
|
|
2703
|
+
args: [{
|
|
2704
|
+
declarations: [CancelModalComponent],
|
|
2705
|
+
imports: [CommonModule, H4Module, ParagraphModule, IconModule, ButtonModule],
|
|
2706
|
+
exports: [CancelModalComponent],
|
|
2707
|
+
}]
|
|
2708
|
+
}] });
|
|
2709
|
+
|
|
2663
2710
|
class OrganismsModule {
|
|
2664
2711
|
}
|
|
2665
2712
|
OrganismsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: OrganismsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
@@ -2668,7 +2715,8 @@ OrganismsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version
|
|
|
2668
2715
|
TaskListModule,
|
|
2669
2716
|
TypographyModule,
|
|
2670
2717
|
IconExplorerModule,
|
|
2671
|
-
CardListModule
|
|
2718
|
+
CardListModule,
|
|
2719
|
+
CancelModalModule] });
|
|
2672
2720
|
OrganismsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: OrganismsModule, imports: [[
|
|
2673
2721
|
CommonModule,
|
|
2674
2722
|
NoteListModule,
|
|
@@ -2676,6 +2724,7 @@ OrganismsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version
|
|
|
2676
2724
|
TypographyModule,
|
|
2677
2725
|
IconExplorerModule,
|
|
2678
2726
|
CardListModule,
|
|
2727
|
+
CancelModalModule
|
|
2679
2728
|
]] });
|
|
2680
2729
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: OrganismsModule, decorators: [{
|
|
2681
2730
|
type: NgModule,
|
|
@@ -2688,6 +2737,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
2688
2737
|
TypographyModule,
|
|
2689
2738
|
IconExplorerModule,
|
|
2690
2739
|
CardListModule,
|
|
2740
|
+
CancelModalModule
|
|
2691
2741
|
],
|
|
2692
2742
|
}]
|
|
2693
2743
|
}] });
|
|
@@ -3171,24 +3221,6 @@ class AdvertiseModalComponent {
|
|
|
3171
3221
|
icon: Icons.INFO,
|
|
3172
3222
|
placement: 'right',
|
|
3173
3223
|
};
|
|
3174
|
-
if (this.model.isLoading) {
|
|
3175
|
-
this.modalTitle = 'Loading Job Boards...';
|
|
3176
|
-
}
|
|
3177
|
-
if (this.model.navigation.showJobBoardsSelection) {
|
|
3178
|
-
this.modalTitle = 'Select Your Job Ad Buys';
|
|
3179
|
-
}
|
|
3180
|
-
if (this.model.navigation.showOrderReview) {
|
|
3181
|
-
this.modalTitle = 'Review you Job Ad Buys';
|
|
3182
|
-
}
|
|
3183
|
-
if (this.model.navigation.showConfirmation) {
|
|
3184
|
-
this.modalTitle = 'Confirmation of your Job Ad Buys';
|
|
3185
|
-
}
|
|
3186
|
-
if (this.model.navigation.showCancel) {
|
|
3187
|
-
this.modalTitle = 'Are you sure you want to abandon your order?';
|
|
3188
|
-
}
|
|
3189
|
-
if (this.model.navigation.showProcessing) {
|
|
3190
|
-
this.modalTitle = 'Processing Order...';
|
|
3191
|
-
}
|
|
3192
3224
|
}
|
|
3193
3225
|
onKeywordSearch(keyword) {
|
|
3194
3226
|
this.filteredPostingBoardList = this.model.jobBoards.filter((board) => board.boardName.toLowerCase().includes(keyword.toLowerCase()));
|
|
@@ -3208,10 +3240,6 @@ class AdvertiseModalComponent {
|
|
|
3208
3240
|
textRight: `$${selectedBoard.boardPrice}`,
|
|
3209
3241
|
});
|
|
3210
3242
|
}
|
|
3211
|
-
removeLineItem(invoiceAreaIndex, selectedBoard) {
|
|
3212
|
-
this.orderSummary.invoiceAreas[invoiceAreaIndex].lineItems =
|
|
3213
|
-
this.orderSummary.invoiceAreas[invoiceAreaIndex].lineItems.filter((li) => li.textLeft !== selectedBoard.boardName);
|
|
3214
|
-
}
|
|
3215
3243
|
calculateInvoiceAreaTotal(invoiceAreaIndex) {
|
|
3216
3244
|
let invoiceAreaTotal = 0;
|
|
3217
3245
|
this.orderSummary.invoiceAreas[invoiceAreaIndex].lineItems.forEach((li) => {
|
|
@@ -3252,10 +3280,10 @@ class AdvertiseModalComponent {
|
|
|
3252
3280
|
}
|
|
3253
3281
|
}
|
|
3254
3282
|
AdvertiseModalComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: AdvertiseModalComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3255
|
-
AdvertiseModalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: AdvertiseModalComponent, selector: "symphony-advertise-modal", inputs: { model: "model" }, outputs: { buttonClicked: "buttonClicked", closeButtonClicked: "closeButtonClicked" }, ngImport: i0, template: "<symphony-two-column-modal-template>\n <symphony-h4 sfx-modal-title>
|
|
3283
|
+
AdvertiseModalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: AdvertiseModalComponent, selector: "symphony-advertise-modal", inputs: { model: "model" }, outputs: { buttonClicked: "buttonClicked", closeButtonClicked: "closeButtonClicked" }, ngImport: i0, template: "<symphony-two-column-modal-template *ngIf=\"!model.navigation.showCancel\">\n <symphony-h4\n *ngIf=\"model.navigation.showJobBoardsSelection && !model.isLoading\"\n sfx-modal-title\n >Select Your Job Ad Buys</symphony-h4\n >\n <symphony-h4 *ngIf=\"model.navigation.showOrderReview\" sfx-modal-title\n >Review you Job Ad Buys</symphony-h4\n >\n <symphony-h4 *ngIf=\"model.navigation.showConfirmation\" sfx-modal-title\n >Confirmation of your Job Ad Buys</symphony-h4\n >\n <symphony-h4 *ngIf=\"model.navigation.showProcessing\" sfx-modal-title\n >Processing Order...</symphony-h4\n >\n <symphony-h4 *ngIf=\"model.isLoading\" sfx-modal-title\n >Loading Job Boards...</symphony-h4\n >\n <symphony-icon\n sfx-close-button\n [icon]=\"'si-close-modal'\"\n (clicked)=\"onCloseButtonClick()\"\n ></symphony-icon>\n <symphony-h5-with-icon sfx-modal-subtitle [model]=\"subTitle\">\n </symphony-h5-with-icon>\n\n <symphony-two-column-body-template\n *ngIf=\"!model.isLoading && model.navigation.showJobBoardsSelection\"\n [showHeader]=\"true\"\n sfx-modal-body-area\n >\n <symphony-input-text\n sfx-left-col-header\n [noMargin]=\"true\"\n [placeholder]=\"'Search Ad Boards'\"\n [icon]=\"'si-search-new'\"\n (textChange)=\"onKeywordSearch($event)\"\n >\n </symphony-input-text>\n <div class=\"right-col-header-inner\" sfx-right-col-header>\n <symphony-h5-with-icon\n sfx-right-col-header\n *ngIf=\"model.showFunds\"\n class=\"pull-right\"\n [model]=\"fundsInfo\"\n ></symphony-h5-with-icon>\n </div>\n <div sfx-left-column class=\"posting-boards\">\n <symphony-advertise-postingboard-selection-list\n [model]=\"filteredPostingBoardList\"\n (postingBoardChange)=\"onPostingBoardChange($event)\"\n ></symphony-advertise-postingboard-selection-list>\n </div>\n\n <symphony-order-summary\n sfx-right-column\n [model]=\"orderSummary\"\n ></symphony-order-summary>\n </symphony-two-column-body-template>\n\n <symphony-two-column-body-template\n *ngIf=\"!model.isLoading && model.navigation.showOrderReview\"\n sfx-modal-body-area\n >\n <div sfx-left-column class=\"posting-boards\">\n <symphony-advertise-order-review></symphony-advertise-order-review>\n </div>\n\n <symphony-order-summary\n sfx-right-column\n [model]=\"orderSummary\"\n ></symphony-order-summary>\n </symphony-two-column-body-template>\n\n <symphony-two-column-body-template\n *ngIf=\"!model.isLoading && model.navigation.showConfirmation\"\n sfx-modal-body-area\n >\n <symphony-order-summary\n sfx-left-column\n [model]=\"orderSummary\"\n ></symphony-order-summary>\n <div sfx-right-column class=\"posting-boards\">\n <div class=\"stage\">\n <div class=\"box bounce-7\">\n <div class=\"complete-container\">\n <symphony-h2>Your order is complete</symphony-h2>\n <div class=\"success-icon-spacing\">\n <symphony-icon\n [icon]=\"'si-confirmation'\"\n [iconColor]=\"'#00D56B'\"\n [size]=\"'50px'\"\n ></symphony-icon>\n </div>\n </div>\n </div>\n </div>\n </div>\n </symphony-two-column-body-template>\n\n <div\n *ngIf=\"!model.isLoading && model.navigation.showProcessing\"\n sfx-modal-body-area\n class=\"posting-boards sfx-p-30\"\n >\n <div class=\"processing-container\">\n <symphony-paragraph\n ><b>SmashFlyX</b> is submitting your order to your selected job boards.\n Some orders happen immediately, while others take a little more time.\n Check your order status if you don't recieve a confirmation in the next\n 24hours.</symphony-paragraph\n >\n </div>\n <div class=\"sfx-mt-80\">\n <symphony-sfx-loader></symphony-sfx-loader>\n </div>\n </div>\n\n <div class=\"loader-container\" *ngIf=\"model.isLoading\" sfx-modal-body-area>\n <symphony-sfx-loader></symphony-sfx-loader>\n </div>\n\n <symphony-button\n *ngIf=\"model.navigation.showJobBoardsSelection\"\n sfx-button-secondary\n [text]=\"'Cancel'\"\n [isSecondary]=\"true\"\n [isInverse]=\"true\"\n (clicked)=\"onButtonClick($event)\"\n ></symphony-button>\n <symphony-button\n *ngIf=\"model.navigation.showJobBoardsSelection\"\n sfx-button-primary\n [text]=\"'Review Order'\"\n [disabled]=\"isJobBoardNextButtonDisabled\"\n [isInverse]=\"true\"\n (clicked)=\"onButtonClick($event)\"\n ></symphony-button>\n\n <symphony-button\n *ngIf=\"model.navigation.showOrderReview\"\n sfx-button-back\n [text]=\"'Edit Order'\"\n [isSecondary]=\"true\"\n [isInverse]=\"true\"\n (clicked)=\"onButtonClick($event)\"\n ></symphony-button>\n <symphony-button\n *ngIf=\"model.navigation.showOrderReview\"\n sfx-button-secondary\n [text]=\"'Cancel'\"\n [isSecondary]=\"true\"\n [isInverse]=\"true\"\n (clicked)=\"onButtonClick($event)\"\n ></symphony-button>\n <symphony-button\n *ngIf=\"model.navigation.showOrderReview\"\n sfx-button-primary\n [text]=\"'Buy'\"\n [disabled]=\"false\"\n [isInverse]=\"true\"\n (clicked)=\"onButtonClick($event)\"\n ></symphony-button>\n\n <symphony-button\n *ngIf=\"model.navigation.showConfirmation\"\n sfx-button-primary\n [text]=\"'Finish & Close'\"\n [disabled]=\"false\"\n [isInverse]=\"true\"\n (clicked)=\"onButtonClick($event)\"\n ></symphony-button>\n</symphony-two-column-modal-template>\n<symphony-cancel-modal\n *ngIf=\"!model.isLoading && model.navigation.showCancel\"\n (buttonClicked)=\"onButtonClick($event)\"\n (closeButtonClicked)=\"onCloseButtonClick()\"\n [model]=\"model.cancelContent\"\n>\n</symphony-cancel-modal>\n", styles: [".right-col-header-inner{padding-top:10px}.posting-boards{height:400px;overflow-x:auto}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#fff}::-webkit-scrollbar-thumb{background:#d4d4d4;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}.loader-container{padding-top:246px;padding-bottom:245px}.complete-container{text-align:center;margin-top:25%}.success-icon-spacing{margin-top:25px}.processing-container{width:400px;text-align:justify}.stage{display:flex;height:240px;width:100%}.box{align-self:flex-end;animation-duration:2s;animation-iteration-count:1;height:200px;margin:0 auto;transform-origin:bottom;width:200px}.bounce-7{animation-name:bounce-7;animation-timing-function:cubic-bezier(.24,.82,.24,.82)}@keyframes bounce-7{0%{transform:scale(1) translateY(0)}10%{transform:scale(1.1,.9) translateY(0)}30%{transform:scale(.9,1.1) translateY(-15px)}50%{transform:scale(1.05,.95) translateY(0)}57%{transform:scale(1) translateY(-7px)}64%{transform:scale(1) translateY(0)}to{transform:scale(1) translateY(0)}}\n"], components: [{ type: TwoColumnModalTemplateComponent, selector: "symphony-two-column-modal-template" }, { type: H4Component, selector: "symphony-h4", inputs: ["text", "isSecondary"] }, { type: IconComponent, selector: "symphony-icon", inputs: ["icon", "isSecondary", "size", "iconColor"], outputs: ["clicked"] }, { type: H5WithIconComponent, selector: "symphony-h5-with-icon", inputs: ["model"] }, { type: TwoColumnBodyTemplateComponent, selector: "symphony-two-column-body-template", inputs: ["showHeader"] }, { type: InputTextComponent, selector: "symphony-input-text", inputs: ["placeholder", "icon", "label", "isInverse", "noMargin"], outputs: ["textChange"] }, { type: AdvertisePostingboardSelectionListComponent, selector: "symphony-advertise-postingboard-selection-list", inputs: ["model"], outputs: ["postingBoardChange"] }, { type: OrderSummaryComponent, selector: "symphony-order-summary", inputs: ["model"] }, { type: AdvertiseOrderReviewComponent, selector: "symphony-advertise-order-review" }, { type: H2Component, selector: "symphony-h2", inputs: ["text", "isSecondary"] }, { type: ParagraphComponent, selector: "symphony-paragraph", inputs: ["text", "isSecondary"] }, { type: SfxLoaderComponent, selector: "symphony-sfx-loader", inputs: ["leftStyle"] }, { type: ButtonComponent, selector: "symphony-button", inputs: ["text", "disabled", "isSecondary", "isInverse"], outputs: ["clicked"] }, { type: CancelModalComponent, selector: "symphony-cancel-modal", inputs: ["model"], outputs: ["buttonClicked", "closeButtonClicked"] }], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
3256
3284
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: AdvertiseModalComponent, decorators: [{
|
|
3257
3285
|
type: Component,
|
|
3258
|
-
args: [{ selector: 'symphony-advertise-modal', template: "<symphony-two-column-modal-template>\n <symphony-h4 sfx-modal-title>
|
|
3286
|
+
args: [{ selector: 'symphony-advertise-modal', template: "<symphony-two-column-modal-template *ngIf=\"!model.navigation.showCancel\">\n <symphony-h4\n *ngIf=\"model.navigation.showJobBoardsSelection && !model.isLoading\"\n sfx-modal-title\n >Select Your Job Ad Buys</symphony-h4\n >\n <symphony-h4 *ngIf=\"model.navigation.showOrderReview\" sfx-modal-title\n >Review you Job Ad Buys</symphony-h4\n >\n <symphony-h4 *ngIf=\"model.navigation.showConfirmation\" sfx-modal-title\n >Confirmation of your Job Ad Buys</symphony-h4\n >\n <symphony-h4 *ngIf=\"model.navigation.showProcessing\" sfx-modal-title\n >Processing Order...</symphony-h4\n >\n <symphony-h4 *ngIf=\"model.isLoading\" sfx-modal-title\n >Loading Job Boards...</symphony-h4\n >\n <symphony-icon\n sfx-close-button\n [icon]=\"'si-close-modal'\"\n (clicked)=\"onCloseButtonClick()\"\n ></symphony-icon>\n <symphony-h5-with-icon sfx-modal-subtitle [model]=\"subTitle\">\n </symphony-h5-with-icon>\n\n <symphony-two-column-body-template\n *ngIf=\"!model.isLoading && model.navigation.showJobBoardsSelection\"\n [showHeader]=\"true\"\n sfx-modal-body-area\n >\n <symphony-input-text\n sfx-left-col-header\n [noMargin]=\"true\"\n [placeholder]=\"'Search Ad Boards'\"\n [icon]=\"'si-search-new'\"\n (textChange)=\"onKeywordSearch($event)\"\n >\n </symphony-input-text>\n <div class=\"right-col-header-inner\" sfx-right-col-header>\n <symphony-h5-with-icon\n sfx-right-col-header\n *ngIf=\"model.showFunds\"\n class=\"pull-right\"\n [model]=\"fundsInfo\"\n ></symphony-h5-with-icon>\n </div>\n <div sfx-left-column class=\"posting-boards\">\n <symphony-advertise-postingboard-selection-list\n [model]=\"filteredPostingBoardList\"\n (postingBoardChange)=\"onPostingBoardChange($event)\"\n ></symphony-advertise-postingboard-selection-list>\n </div>\n\n <symphony-order-summary\n sfx-right-column\n [model]=\"orderSummary\"\n ></symphony-order-summary>\n </symphony-two-column-body-template>\n\n <symphony-two-column-body-template\n *ngIf=\"!model.isLoading && model.navigation.showOrderReview\"\n sfx-modal-body-area\n >\n <div sfx-left-column class=\"posting-boards\">\n <symphony-advertise-order-review></symphony-advertise-order-review>\n </div>\n\n <symphony-order-summary\n sfx-right-column\n [model]=\"orderSummary\"\n ></symphony-order-summary>\n </symphony-two-column-body-template>\n\n <symphony-two-column-body-template\n *ngIf=\"!model.isLoading && model.navigation.showConfirmation\"\n sfx-modal-body-area\n >\n <symphony-order-summary\n sfx-left-column\n [model]=\"orderSummary\"\n ></symphony-order-summary>\n <div sfx-right-column class=\"posting-boards\">\n <div class=\"stage\">\n <div class=\"box bounce-7\">\n <div class=\"complete-container\">\n <symphony-h2>Your order is complete</symphony-h2>\n <div class=\"success-icon-spacing\">\n <symphony-icon\n [icon]=\"'si-confirmation'\"\n [iconColor]=\"'#00D56B'\"\n [size]=\"'50px'\"\n ></symphony-icon>\n </div>\n </div>\n </div>\n </div>\n </div>\n </symphony-two-column-body-template>\n\n <div\n *ngIf=\"!model.isLoading && model.navigation.showProcessing\"\n sfx-modal-body-area\n class=\"posting-boards sfx-p-30\"\n >\n <div class=\"processing-container\">\n <symphony-paragraph\n ><b>SmashFlyX</b> is submitting your order to your selected job boards.\n Some orders happen immediately, while others take a little more time.\n Check your order status if you don't recieve a confirmation in the next\n 24hours.</symphony-paragraph\n >\n </div>\n <div class=\"sfx-mt-80\">\n <symphony-sfx-loader></symphony-sfx-loader>\n </div>\n </div>\n\n <div class=\"loader-container\" *ngIf=\"model.isLoading\" sfx-modal-body-area>\n <symphony-sfx-loader></symphony-sfx-loader>\n </div>\n\n <symphony-button\n *ngIf=\"model.navigation.showJobBoardsSelection\"\n sfx-button-secondary\n [text]=\"'Cancel'\"\n [isSecondary]=\"true\"\n [isInverse]=\"true\"\n (clicked)=\"onButtonClick($event)\"\n ></symphony-button>\n <symphony-button\n *ngIf=\"model.navigation.showJobBoardsSelection\"\n sfx-button-primary\n [text]=\"'Review Order'\"\n [disabled]=\"isJobBoardNextButtonDisabled\"\n [isInverse]=\"true\"\n (clicked)=\"onButtonClick($event)\"\n ></symphony-button>\n\n <symphony-button\n *ngIf=\"model.navigation.showOrderReview\"\n sfx-button-back\n [text]=\"'Edit Order'\"\n [isSecondary]=\"true\"\n [isInverse]=\"true\"\n (clicked)=\"onButtonClick($event)\"\n ></symphony-button>\n <symphony-button\n *ngIf=\"model.navigation.showOrderReview\"\n sfx-button-secondary\n [text]=\"'Cancel'\"\n [isSecondary]=\"true\"\n [isInverse]=\"true\"\n (clicked)=\"onButtonClick($event)\"\n ></symphony-button>\n <symphony-button\n *ngIf=\"model.navigation.showOrderReview\"\n sfx-button-primary\n [text]=\"'Buy'\"\n [disabled]=\"false\"\n [isInverse]=\"true\"\n (clicked)=\"onButtonClick($event)\"\n ></symphony-button>\n\n <symphony-button\n *ngIf=\"model.navigation.showConfirmation\"\n sfx-button-primary\n [text]=\"'Finish & Close'\"\n [disabled]=\"false\"\n [isInverse]=\"true\"\n (clicked)=\"onButtonClick($event)\"\n ></symphony-button>\n</symphony-two-column-modal-template>\n<symphony-cancel-modal\n *ngIf=\"!model.isLoading && model.navigation.showCancel\"\n (buttonClicked)=\"onButtonClick($event)\"\n (closeButtonClicked)=\"onCloseButtonClick()\"\n [model]=\"model.cancelContent\"\n>\n</symphony-cancel-modal>\n", styles: [".right-col-header-inner{padding-top:10px}.posting-boards{height:400px;overflow-x:auto}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#fff}::-webkit-scrollbar-thumb{background:#d4d4d4;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}.loader-container{padding-top:246px;padding-bottom:245px}.complete-container{text-align:center;margin-top:25%}.success-icon-spacing{margin-top:25px}.processing-container{width:400px;text-align:justify}.stage{display:flex;height:240px;width:100%}.box{align-self:flex-end;animation-duration:2s;animation-iteration-count:1;height:200px;margin:0 auto;transform-origin:bottom;width:200px}.bounce-7{animation-name:bounce-7;animation-timing-function:cubic-bezier(.24,.82,.24,.82)}@keyframes bounce-7{0%{transform:scale(1) translateY(0)}10%{transform:scale(1.1,.9) translateY(0)}30%{transform:scale(.9,1.1) translateY(-15px)}50%{transform:scale(1.05,.95) translateY(0)}57%{transform:scale(1) translateY(-7px)}64%{transform:scale(1) translateY(0)}to{transform:scale(1) translateY(0)}}\n"] }]
|
|
3259
3287
|
}], ctorParameters: function () { return []; }, propDecorators: { model: [{
|
|
3260
3288
|
type: Input
|
|
3261
3289
|
}], buttonClicked: [{
|
|
@@ -3395,7 +3423,8 @@ ModalModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "1
|
|
|
3395
3423
|
AdvertisePostingboardSelectionListModule,
|
|
3396
3424
|
SfxLoaderModule,
|
|
3397
3425
|
AdvertiseOrderReviewModule,
|
|
3398
|
-
OrderSummaryModule
|
|
3426
|
+
OrderSummaryModule,
|
|
3427
|
+
CancelModalModule], exports: [AdvertiseModalComponent] });
|
|
3399
3428
|
ModalModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ModalModule, imports: [[
|
|
3400
3429
|
CommonModule,
|
|
3401
3430
|
TwoColumnModalModule,
|
|
@@ -3414,6 +3443,7 @@ ModalModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "1
|
|
|
3414
3443
|
SfxLoaderModule,
|
|
3415
3444
|
AdvertiseOrderReviewModule,
|
|
3416
3445
|
OrderSummaryModule,
|
|
3446
|
+
CancelModalModule
|
|
3417
3447
|
]] });
|
|
3418
3448
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ModalModule, decorators: [{
|
|
3419
3449
|
type: NgModule,
|
|
@@ -3437,6 +3467,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
3437
3467
|
SfxLoaderModule,
|
|
3438
3468
|
AdvertiseOrderReviewModule,
|
|
3439
3469
|
OrderSummaryModule,
|
|
3470
|
+
CancelModalModule
|
|
3440
3471
|
],
|
|
3441
3472
|
exports: [AdvertiseModalComponent],
|
|
3442
3473
|
}]
|