@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 {
|
|
@@ -2037,9 +2038,9 @@ class IconExplorerHelper {
|
|
|
2037
2038
|
hasBorder: false,
|
|
2038
2039
|
},
|
|
2039
2040
|
{
|
|
2040
|
-
icon: Icons.
|
|
2041
|
-
iconName: '
|
|
2042
|
-
iconClass: 'si-
|
|
2041
|
+
icon: Icons.ACTIVITY,
|
|
2042
|
+
iconName: 'ACTIVITY',
|
|
2043
|
+
iconClass: 'si-activity',
|
|
2043
2044
|
hasBorder: false,
|
|
2044
2045
|
},
|
|
2045
2046
|
{
|
|
@@ -2049,9 +2050,9 @@ class IconExplorerHelper {
|
|
|
2049
2050
|
hasBorder: false,
|
|
2050
2051
|
},
|
|
2051
2052
|
{
|
|
2052
|
-
icon: Icons.
|
|
2053
|
-
iconName: '
|
|
2054
|
-
iconClass: 'si-
|
|
2053
|
+
icon: Icons.ADVERTISE,
|
|
2054
|
+
iconName: 'ADVERTISE',
|
|
2055
|
+
iconClass: 'si-advertise',
|
|
2055
2056
|
hasBorder: false,
|
|
2056
2057
|
},
|
|
2057
2058
|
{
|
|
@@ -2078,6 +2079,12 @@ class IconExplorerHelper {
|
|
|
2078
2079
|
iconClass: 'si-chatbot',
|
|
2079
2080
|
hasBorder: false,
|
|
2080
2081
|
},
|
|
2082
|
+
{
|
|
2083
|
+
icon: Icons.CLOSEMODAL,
|
|
2084
|
+
iconName: 'CLOSEMODAL',
|
|
2085
|
+
iconClass: 'si-close-modal',
|
|
2086
|
+
hasBorder: false,
|
|
2087
|
+
},
|
|
2081
2088
|
{
|
|
2082
2089
|
icon: Icons.CODETAG,
|
|
2083
2090
|
iconName: 'CODETAG',
|
|
@@ -2090,12 +2097,6 @@ class IconExplorerHelper {
|
|
|
2090
2097
|
iconClass: 'si-confirmation',
|
|
2091
2098
|
hasBorder: false,
|
|
2092
2099
|
},
|
|
2093
|
-
{
|
|
2094
|
-
icon: Icons.CLOSEMODAL,
|
|
2095
|
-
iconName: 'CLOSEMODAL',
|
|
2096
|
-
iconClass: 'si-close-modal',
|
|
2097
|
-
hasBorder: false,
|
|
2098
|
-
},
|
|
2099
2100
|
{
|
|
2100
2101
|
icon: Icons.COLLAPSE,
|
|
2101
2102
|
iconName: 'COLLAPSE',
|
|
@@ -2150,12 +2151,24 @@ class IconExplorerHelper {
|
|
|
2150
2151
|
iconClass: 'si-email-send',
|
|
2151
2152
|
hasBorder: false,
|
|
2152
2153
|
},
|
|
2154
|
+
{
|
|
2155
|
+
icon: Icons.EXCLUDE,
|
|
2156
|
+
iconName: 'EXCLUDE',
|
|
2157
|
+
iconClass: 'si-exclude',
|
|
2158
|
+
hasBorder: false,
|
|
2159
|
+
},
|
|
2153
2160
|
{
|
|
2154
2161
|
icon: Icons.EXPAND,
|
|
2155
2162
|
iconName: 'EXPAND',
|
|
2156
2163
|
iconClass: 'si-expand',
|
|
2157
2164
|
hasBorder: false,
|
|
2158
2165
|
},
|
|
2166
|
+
{
|
|
2167
|
+
icon: Icons.FAVORITE,
|
|
2168
|
+
iconName: 'FAVORITE',
|
|
2169
|
+
iconClass: 'si-favorite',
|
|
2170
|
+
hasBorder: false,
|
|
2171
|
+
},
|
|
2159
2172
|
{
|
|
2160
2173
|
icon: Icons.FIELD,
|
|
2161
2174
|
iconName: 'FIELD',
|
|
@@ -2174,12 +2187,6 @@ class IconExplorerHelper {
|
|
|
2174
2187
|
iconClass: 'si-form',
|
|
2175
2188
|
hasBorder: false,
|
|
2176
2189
|
},
|
|
2177
|
-
{
|
|
2178
|
-
icon: Icons.FAVORITE,
|
|
2179
|
-
iconName: 'FAVORITE',
|
|
2180
|
-
iconClass: 'si-favorite',
|
|
2181
|
-
hasBorder: false,
|
|
2182
|
-
},
|
|
2183
2190
|
{
|
|
2184
2191
|
icon: Icons.FEEDBACKMAYBE,
|
|
2185
2192
|
iconName: 'FEEDBACKMAYBE',
|
|
@@ -2228,18 +2235,18 @@ class IconExplorerHelper {
|
|
|
2228
2235
|
iconClass: 'si-interview',
|
|
2229
2236
|
hasBorder: false,
|
|
2230
2237
|
},
|
|
2231
|
-
{
|
|
2232
|
-
icon: Icons.LIST,
|
|
2233
|
-
iconName: 'LIST',
|
|
2234
|
-
iconClass: 'si-list',
|
|
2235
|
-
hasBorder: false,
|
|
2236
|
-
},
|
|
2237
2238
|
{
|
|
2238
2239
|
icon: Icons.LINK,
|
|
2239
2240
|
iconName: 'LINK',
|
|
2240
2241
|
iconClass: 'si-link',
|
|
2241
2242
|
hasBorder: false,
|
|
2242
2243
|
},
|
|
2244
|
+
{
|
|
2245
|
+
icon: Icons.LIST,
|
|
2246
|
+
iconName: 'LIST',
|
|
2247
|
+
iconClass: 'si-list',
|
|
2248
|
+
hasBorder: false,
|
|
2249
|
+
},
|
|
2243
2250
|
{
|
|
2244
2251
|
icon: Icons.LOCATION,
|
|
2245
2252
|
iconName: 'LOCATION',
|
|
@@ -2324,6 +2331,12 @@ class IconExplorerHelper {
|
|
|
2324
2331
|
iconClass: 'si-merge',
|
|
2325
2332
|
hasBorder: false,
|
|
2326
2333
|
},
|
|
2334
|
+
{
|
|
2335
|
+
icon: Icons.MOREOPTIONS,
|
|
2336
|
+
iconName: 'MOREOPTIONS',
|
|
2337
|
+
iconClass: 'si-more-options',
|
|
2338
|
+
hasBorder: false,
|
|
2339
|
+
},
|
|
2327
2340
|
{
|
|
2328
2341
|
icon: Icons.MOVE,
|
|
2329
2342
|
iconName: 'MOVE',
|
|
@@ -2402,12 +2415,6 @@ class IconExplorerHelper {
|
|
|
2402
2415
|
iconClass: 'si-remove',
|
|
2403
2416
|
hasBorder: false,
|
|
2404
2417
|
},
|
|
2405
|
-
{
|
|
2406
|
-
icon: Icons.EXCLUDE,
|
|
2407
|
-
iconName: 'EXCLUDE',
|
|
2408
|
-
iconClass: 'si-exclude',
|
|
2409
|
-
hasBorder: false,
|
|
2410
|
-
},
|
|
2411
2418
|
{
|
|
2412
2419
|
icon: Icons.RESULTSFILTERS,
|
|
2413
2420
|
iconName: 'RESULTSFILTERS',
|
|
@@ -2522,18 +2529,18 @@ class IconExplorerHelper {
|
|
|
2522
2529
|
iconClass: 'si-upload',
|
|
2523
2530
|
hasBorder: false,
|
|
2524
2531
|
},
|
|
2525
|
-
{
|
|
2526
|
-
icon: Icons.USERMULTIPLE,
|
|
2527
|
-
iconName: 'USERMULTIPLE',
|
|
2528
|
-
iconClass: 'si-user-multiple',
|
|
2529
|
-
hasBorder: false,
|
|
2530
|
-
},
|
|
2531
2532
|
{
|
|
2532
2533
|
icon: Icons.USER,
|
|
2533
2534
|
iconName: 'USER',
|
|
2534
2535
|
iconClass: 'si-user',
|
|
2535
2536
|
hasBorder: false,
|
|
2536
2537
|
},
|
|
2538
|
+
{
|
|
2539
|
+
icon: Icons.USERMULTIPLE,
|
|
2540
|
+
iconName: 'USERMULTIPLE',
|
|
2541
|
+
iconClass: 'si-user-multiple',
|
|
2542
|
+
hasBorder: false,
|
|
2543
|
+
},
|
|
2537
2544
|
{
|
|
2538
2545
|
icon: Icons.WORKFLOW,
|
|
2539
2546
|
iconName: 'WORKFLOW',
|
|
@@ -2662,6 +2669,46 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
2662
2669
|
}]
|
|
2663
2670
|
}] });
|
|
2664
2671
|
|
|
2672
|
+
class CancelModalComponent {
|
|
2673
|
+
constructor() {
|
|
2674
|
+
this.model = {};
|
|
2675
|
+
this.buttonClicked = new EventEmitter();
|
|
2676
|
+
this.closeButtonClicked = new EventEmitter();
|
|
2677
|
+
}
|
|
2678
|
+
onButtonClick(text) {
|
|
2679
|
+
this.buttonClicked.emit(text);
|
|
2680
|
+
}
|
|
2681
|
+
onCloseButtonClick() {
|
|
2682
|
+
this.closeButtonClicked.emit();
|
|
2683
|
+
}
|
|
2684
|
+
}
|
|
2685
|
+
CancelModalComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: CancelModalComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2686
|
+
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"] }] });
|
|
2687
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: CancelModalComponent, decorators: [{
|
|
2688
|
+
type: Component,
|
|
2689
|
+
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: [""] }]
|
|
2690
|
+
}], ctorParameters: function () { return []; }, propDecorators: { model: [{
|
|
2691
|
+
type: Input
|
|
2692
|
+
}], buttonClicked: [{
|
|
2693
|
+
type: Output
|
|
2694
|
+
}], closeButtonClicked: [{
|
|
2695
|
+
type: Output
|
|
2696
|
+
}] } });
|
|
2697
|
+
|
|
2698
|
+
class CancelModalModule {
|
|
2699
|
+
}
|
|
2700
|
+
CancelModalModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: CancelModalModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2701
|
+
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] });
|
|
2702
|
+
CancelModalModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: CancelModalModule, imports: [[CommonModule, H4Module, ParagraphModule, IconModule, ButtonModule]] });
|
|
2703
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: CancelModalModule, decorators: [{
|
|
2704
|
+
type: NgModule,
|
|
2705
|
+
args: [{
|
|
2706
|
+
declarations: [CancelModalComponent],
|
|
2707
|
+
imports: [CommonModule, H4Module, ParagraphModule, IconModule, ButtonModule],
|
|
2708
|
+
exports: [CancelModalComponent],
|
|
2709
|
+
}]
|
|
2710
|
+
}] });
|
|
2711
|
+
|
|
2665
2712
|
class OrganismsModule {
|
|
2666
2713
|
}
|
|
2667
2714
|
OrganismsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: OrganismsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
@@ -2670,7 +2717,8 @@ OrganismsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version
|
|
|
2670
2717
|
TaskListModule,
|
|
2671
2718
|
TypographyModule,
|
|
2672
2719
|
IconExplorerModule,
|
|
2673
|
-
CardListModule
|
|
2720
|
+
CardListModule,
|
|
2721
|
+
CancelModalModule] });
|
|
2674
2722
|
OrganismsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: OrganismsModule, imports: [[
|
|
2675
2723
|
CommonModule,
|
|
2676
2724
|
NoteListModule,
|
|
@@ -2678,6 +2726,7 @@ OrganismsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version
|
|
|
2678
2726
|
TypographyModule,
|
|
2679
2727
|
IconExplorerModule,
|
|
2680
2728
|
CardListModule,
|
|
2729
|
+
CancelModalModule
|
|
2681
2730
|
]] });
|
|
2682
2731
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: OrganismsModule, decorators: [{
|
|
2683
2732
|
type: NgModule,
|
|
@@ -2690,6 +2739,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
2690
2739
|
TypographyModule,
|
|
2691
2740
|
IconExplorerModule,
|
|
2692
2741
|
CardListModule,
|
|
2742
|
+
CancelModalModule
|
|
2693
2743
|
],
|
|
2694
2744
|
}]
|
|
2695
2745
|
}] });
|
|
@@ -3174,24 +3224,6 @@ class AdvertiseModalComponent {
|
|
|
3174
3224
|
icon: Icons.INFO,
|
|
3175
3225
|
placement: 'right',
|
|
3176
3226
|
};
|
|
3177
|
-
if (this.model.isLoading) {
|
|
3178
|
-
this.modalTitle = 'Loading Job Boards...';
|
|
3179
|
-
}
|
|
3180
|
-
if (this.model.navigation.showJobBoardsSelection) {
|
|
3181
|
-
this.modalTitle = 'Select Your Job Ad Buys';
|
|
3182
|
-
}
|
|
3183
|
-
if (this.model.navigation.showOrderReview) {
|
|
3184
|
-
this.modalTitle = 'Review you Job Ad Buys';
|
|
3185
|
-
}
|
|
3186
|
-
if (this.model.navigation.showConfirmation) {
|
|
3187
|
-
this.modalTitle = 'Confirmation of your Job Ad Buys';
|
|
3188
|
-
}
|
|
3189
|
-
if (this.model.navigation.showCancel) {
|
|
3190
|
-
this.modalTitle = 'Are you sure you want to abandon your order?';
|
|
3191
|
-
}
|
|
3192
|
-
if (this.model.navigation.showProcessing) {
|
|
3193
|
-
this.modalTitle = 'Processing Order...';
|
|
3194
|
-
}
|
|
3195
3227
|
}
|
|
3196
3228
|
onKeywordSearch(keyword) {
|
|
3197
3229
|
this.filteredPostingBoardList = this.model.jobBoards.filter((board) => board.boardName.toLowerCase().includes(keyword.toLowerCase()));
|
|
@@ -3211,10 +3243,6 @@ class AdvertiseModalComponent {
|
|
|
3211
3243
|
textRight: `$${selectedBoard.boardPrice}`,
|
|
3212
3244
|
});
|
|
3213
3245
|
}
|
|
3214
|
-
removeLineItem(invoiceAreaIndex, selectedBoard) {
|
|
3215
|
-
this.orderSummary.invoiceAreas[invoiceAreaIndex].lineItems =
|
|
3216
|
-
this.orderSummary.invoiceAreas[invoiceAreaIndex].lineItems.filter((li) => li.textLeft !== selectedBoard.boardName);
|
|
3217
|
-
}
|
|
3218
3246
|
calculateInvoiceAreaTotal(invoiceAreaIndex) {
|
|
3219
3247
|
let invoiceAreaTotal = 0;
|
|
3220
3248
|
this.orderSummary.invoiceAreas[invoiceAreaIndex].lineItems.forEach((li) => {
|
|
@@ -3255,10 +3283,10 @@ class AdvertiseModalComponent {
|
|
|
3255
3283
|
}
|
|
3256
3284
|
}
|
|
3257
3285
|
AdvertiseModalComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: AdvertiseModalComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3258
|
-
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>
|
|
3286
|
+
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"] }] });
|
|
3259
3287
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: AdvertiseModalComponent, decorators: [{
|
|
3260
3288
|
type: Component,
|
|
3261
|
-
args: [{ selector: 'symphony-advertise-modal', template: "<symphony-two-column-modal-template>\n <symphony-h4 sfx-modal-title>
|
|
3289
|
+
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"] }]
|
|
3262
3290
|
}], ctorParameters: function () { return []; }, propDecorators: { model: [{
|
|
3263
3291
|
type: Input
|
|
3264
3292
|
}], buttonClicked: [{
|
|
@@ -3398,7 +3426,8 @@ ModalModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "1
|
|
|
3398
3426
|
AdvertisePostingboardSelectionListModule,
|
|
3399
3427
|
SfxLoaderModule,
|
|
3400
3428
|
AdvertiseOrderReviewModule,
|
|
3401
|
-
OrderSummaryModule
|
|
3429
|
+
OrderSummaryModule,
|
|
3430
|
+
CancelModalModule], exports: [AdvertiseModalComponent] });
|
|
3402
3431
|
ModalModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ModalModule, imports: [[
|
|
3403
3432
|
CommonModule,
|
|
3404
3433
|
TwoColumnModalModule,
|
|
@@ -3417,6 +3446,7 @@ ModalModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "1
|
|
|
3417
3446
|
SfxLoaderModule,
|
|
3418
3447
|
AdvertiseOrderReviewModule,
|
|
3419
3448
|
OrderSummaryModule,
|
|
3449
|
+
CancelModalModule
|
|
3420
3450
|
]] });
|
|
3421
3451
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ModalModule, decorators: [{
|
|
3422
3452
|
type: NgModule,
|
|
@@ -3440,6 +3470,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
3440
3470
|
SfxLoaderModule,
|
|
3441
3471
|
AdvertiseOrderReviewModule,
|
|
3442
3472
|
OrderSummaryModule,
|
|
3473
|
+
CancelModalModule
|
|
3443
3474
|
],
|
|
3444
3475
|
exports: [AdvertiseModalComponent],
|
|
3445
3476
|
}]
|