@symphony-talent/component-library 3.8.1 → 3.10.1
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/atoms/input-dropdown/input-dropdown.module.mjs +5 -4
- package/esm2020/lib/atoms/input-editable-text/input-editable-text.component.mjs +3 -3
- package/esm2020/lib/design-guide/icon-explorer/icon-explorer.helper.mjs +43 -37
- package/esm2020/lib/molecules/advertise-postingboard-selection-item/advertise-postingboard-selection-item.component.mjs +3 -3
- 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/libraries-page/libraries-page.component.mjs +33 -0
- package/esm2020/lib/pages/libraries-page/libraries-page.model.mjs +2 -0
- package/esm2020/lib/pages/libraries-page/libraries-page.module.mjs +42 -0
- package/esm2020/lib/pages/modals/advertise-modal/advertise-modal.component.mjs +8 -8
- 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/atoms/input-dropdown/input-dropdown.module.mjs +5 -4
- package/esm2020/projects/component-library/lib/atoms/input-editable-text/input-editable-text.component.mjs +3 -3
- package/esm2020/projects/component-library/lib/design-guide/icon-explorer/icon-explorer.helper.mjs +43 -37
- package/esm2020/projects/component-library/lib/molecules/advertise-postingboard-selection-item/advertise-postingboard-selection-item.component.mjs +3 -3
- 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/libraries-page/libraries-page.component.mjs +33 -0
- package/esm2020/projects/component-library/lib/pages/libraries-page/libraries-page.model.mjs +2 -0
- package/esm2020/projects/component-library/lib/pages/libraries-page/libraries-page.module.mjs +42 -0
- package/esm2020/projects/component-library/lib/pages/modals/advertise-modal/advertise-modal.component.mjs +8 -8
- 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/esm2020/projects/component-library/public-api.mjs +4 -1
- package/esm2020/public-api.mjs +4 -1
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs +178 -68
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2015/symphony-talent-component-library.mjs +178 -68
- package/fesm2015/symphony-talent-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs +178 -68
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library.mjs +178 -68
- package/fesm2020/symphony-talent-component-library.mjs.map +1 -1
- package/lib/atoms/icon/icon.enum.d.ts +18 -17
- package/lib/atoms/input-dropdown/input-dropdown.module.d.ts +2 -1
- 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/libraries-page/libraries-page.component.d.ts +15 -0
- package/lib/pages/libraries-page/libraries-page.model.d.ts +6 -0
- package/lib/pages/libraries-page/libraries-page.module.d.ts +13 -0
- 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/atoms/input-dropdown/input-dropdown.module.d.ts +2 -1
- 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/libraries-page/libraries-page.component.d.ts +15 -0
- package/projects/component-library/lib/pages/libraries-page/libraries-page.model.d.ts +6 -0
- package/projects/component-library/lib/pages/libraries-page/libraries-page.module.d.ts +13 -0
- 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
- package/projects/component-library/public-api.d.ts +3 -0
- package/public-api.d.ts +3 -0
|
@@ -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 {
|
|
@@ -932,16 +933,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
932
933
|
class InputDropdownModule {
|
|
933
934
|
}
|
|
934
935
|
InputDropdownModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputDropdownModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
935
|
-
InputDropdownModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputDropdownModule, declarations: [InputDropdownComponent], imports: [i1$1.BsDropdownModule, CommonModule], exports: [InputDropdownComponent] });
|
|
936
|
+
InputDropdownModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputDropdownModule, declarations: [InputDropdownComponent], imports: [i1$1.BsDropdownModule, CommonModule, BrowserAnimationsModule], exports: [InputDropdownComponent] });
|
|
936
937
|
InputDropdownModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputDropdownModule, imports: [[
|
|
937
|
-
BsDropdownModule.forRoot(), CommonModule
|
|
938
|
+
BsDropdownModule.forRoot(), CommonModule, BrowserAnimationsModule
|
|
938
939
|
]] });
|
|
939
940
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputDropdownModule, decorators: [{
|
|
940
941
|
type: NgModule,
|
|
941
942
|
args: [{
|
|
942
943
|
declarations: [InputDropdownComponent],
|
|
943
944
|
imports: [
|
|
944
|
-
BsDropdownModule.forRoot(), CommonModule
|
|
945
|
+
BsDropdownModule.forRoot(), CommonModule, BrowserAnimationsModule
|
|
945
946
|
],
|
|
946
947
|
exports: [InputDropdownComponent]
|
|
947
948
|
}]
|
|
@@ -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
|
}] });
|
|
@@ -2985,10 +3035,10 @@ class InputEditableTextComponent {
|
|
|
2985
3035
|
}
|
|
2986
3036
|
}
|
|
2987
3037
|
InputEditableTextComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputEditableTextComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2988
|
-
InputEditableTextComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: InputEditableTextComponent, selector: "symphony-input-editable-text", inputs: { model: "model", type: "type" }, outputs: { confirm: "confirm" }, ngImport: i0, template: "<div *ngIf=\"model\">\n <div *ngIf=\"!model.isInEditMode\">\n <div class=\"flex\">\n <div>\n <symphony-paragraph\n >{{ model.inputMask }}{{ model.value }}</symphony-paragraph\n >\n </div>\n <div *ngIf=\"model.isEditable\" (click)=\"onEditClick()\" class=\"sfx-pl-10\">\n <symphony-icon [icon]=\"'si-edit'\" [size]=\"'14px'\"></symphony-icon>\n </div>\n <div *ngIf=\"!model.isEditable\" class=\"no-icon-padding\"></div>\n </div>\n </div>\n <div *ngIf=\"model.isInEditMode\">\n <span class=\"sfx-pr-10\"\n >{{ model.inputMask }}<input type=\"{{ type }}\" [(ngModel)]=\"model.value\"\n /></span>\n <span\n ><symphony-icon\n [icon]=\"'si-confirmation'\"\n [size]=\"'14px'\"\n (click)=\"onConfirmClick()\"\n ></symphony-icon\n ></span>\n <span\n ><symphony-icon\n [icon]=\"'si-close-modal'\"\n [size]=\"'14px'\"\n (click)=\"onCloseClick()\"\n ></symphony-icon\n ></span>\n </div>\n</div>\n", styles: ["input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield;padding:0}input{border-width:0px;border:none;text-align:right;width:21px}input:focus{outline:none}.flex{display:flex}.no-icon-padding{padding-right:23px}\n"], components: [{ type: ParagraphComponent, selector: "symphony-paragraph", inputs: ["text", "isSecondary"] }, { type: IconComponent, selector: "symphony-icon", inputs: ["icon", "isSecondary", "size", "iconColor"], outputs: ["clicked"] }], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { type: i4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i4.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }] });
|
|
3038
|
+
InputEditableTextComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: InputEditableTextComponent, selector: "symphony-input-editable-text", inputs: { model: "model", type: "type" }, outputs: { confirm: "confirm" }, ngImport: i0, template: "<div *ngIf=\"model\">\n <div *ngIf=\"!model.isInEditMode\">\n <div class=\"flex sfx-pt-10\">\n <div>\n <symphony-paragraph\n >{{ model.inputMask }}{{ model.value }}</symphony-paragraph\n >\n </div>\n <div *ngIf=\"model.isEditable\" (click)=\"onEditClick()\" class=\"sfx-pl-10\">\n <symphony-icon [icon]=\"'si-edit'\" [size]=\"'14px'\"></symphony-icon>\n </div>\n <div *ngIf=\"!model.isEditable\" class=\"no-icon-padding\"></div>\n </div>\n </div>\n <div *ngIf=\"model.isInEditMode\" class=\"editMode\">\n <span class=\"sfx-pr-10\"\n >{{ model.inputMask }}<input type=\"{{ type }}\" [(ngModel)]=\"model.value\"\n /></span>\n <span class=\"edit-i-postion\"\n ><symphony-icon\n [icon]=\"'si-confirmation'\"\n [size]=\"'14px'\"\n (click)=\"onConfirmClick()\"\n ></symphony-icon\n ></span>\n <span class=\"sfx-ml-5 edit-i-postion\"\n ><symphony-icon\n [icon]=\"'si-close-modal'\"\n [size]=\"'14px'\"\n (click)=\"onCloseClick()\"\n ></symphony-icon\n ></span>\n </div>\n</div>\n", styles: ["input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield;padding:0}input{border-width:0px;border:none;text-align:right;width:21px}input:focus{outline:none}.flex{display:flex}.no-icon-padding{padding-right:23px}.editMode{border:1px solid #d9d9d9;padding:10px;border-radius:4px}.editMode .edit-i-postion{position:relative;top:1px}\n"], components: [{ type: ParagraphComponent, selector: "symphony-paragraph", inputs: ["text", "isSecondary"] }, { type: IconComponent, selector: "symphony-icon", inputs: ["icon", "isSecondary", "size", "iconColor"], outputs: ["clicked"] }], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { type: i4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i4.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }] });
|
|
2989
3039
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputEditableTextComponent, decorators: [{
|
|
2990
3040
|
type: Component,
|
|
2991
|
-
args: [{ selector: 'symphony-input-editable-text', template: "<div *ngIf=\"model\">\n <div *ngIf=\"!model.isInEditMode\">\n <div class=\"flex\">\n <div>\n <symphony-paragraph\n >{{ model.inputMask }}{{ model.value }}</symphony-paragraph\n >\n </div>\n <div *ngIf=\"model.isEditable\" (click)=\"onEditClick()\" class=\"sfx-pl-10\">\n <symphony-icon [icon]=\"'si-edit'\" [size]=\"'14px'\"></symphony-icon>\n </div>\n <div *ngIf=\"!model.isEditable\" class=\"no-icon-padding\"></div>\n </div>\n </div>\n <div *ngIf=\"model.isInEditMode\">\n <span class=\"sfx-pr-10\"\n >{{ model.inputMask }}<input type=\"{{ type }}\" [(ngModel)]=\"model.value\"\n /></span>\n <span\n ><symphony-icon\n [icon]=\"'si-confirmation'\"\n [size]=\"'14px'\"\n (click)=\"onConfirmClick()\"\n ></symphony-icon\n ></span>\n <span\n ><symphony-icon\n [icon]=\"'si-close-modal'\"\n [size]=\"'14px'\"\n (click)=\"onCloseClick()\"\n ></symphony-icon\n ></span>\n </div>\n</div>\n", styles: ["input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield;padding:0}input{border-width:0px;border:none;text-align:right;width:21px}input:focus{outline:none}.flex{display:flex}.no-icon-padding{padding-right:23px}\n"] }]
|
|
3041
|
+
args: [{ selector: 'symphony-input-editable-text', template: "<div *ngIf=\"model\">\n <div *ngIf=\"!model.isInEditMode\">\n <div class=\"flex sfx-pt-10\">\n <div>\n <symphony-paragraph\n >{{ model.inputMask }}{{ model.value }}</symphony-paragraph\n >\n </div>\n <div *ngIf=\"model.isEditable\" (click)=\"onEditClick()\" class=\"sfx-pl-10\">\n <symphony-icon [icon]=\"'si-edit'\" [size]=\"'14px'\"></symphony-icon>\n </div>\n <div *ngIf=\"!model.isEditable\" class=\"no-icon-padding\"></div>\n </div>\n </div>\n <div *ngIf=\"model.isInEditMode\" class=\"editMode\">\n <span class=\"sfx-pr-10\"\n >{{ model.inputMask }}<input type=\"{{ type }}\" [(ngModel)]=\"model.value\"\n /></span>\n <span class=\"edit-i-postion\"\n ><symphony-icon\n [icon]=\"'si-confirmation'\"\n [size]=\"'14px'\"\n (click)=\"onConfirmClick()\"\n ></symphony-icon\n ></span>\n <span class=\"sfx-ml-5 edit-i-postion\"\n ><symphony-icon\n [icon]=\"'si-close-modal'\"\n [size]=\"'14px'\"\n (click)=\"onCloseClick()\"\n ></symphony-icon\n ></span>\n </div>\n</div>\n", styles: ["input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield;padding:0}input{border-width:0px;border:none;text-align:right;width:21px}input:focus{outline:none}.flex{display:flex}.no-icon-padding{padding-right:23px}.editMode{border:1px solid #d9d9d9;padding:10px;border-radius:4px}.editMode .edit-i-postion{position:relative;top:1px}\n"] }]
|
|
2992
3042
|
}], ctorParameters: function () { return []; }, propDecorators: { model: [{
|
|
2993
3043
|
type: Input
|
|
2994
3044
|
}], type: [{
|
|
@@ -3027,10 +3077,10 @@ class AdvertisePostingboardSelectionItemComponent {
|
|
|
3027
3077
|
}
|
|
3028
3078
|
}
|
|
3029
3079
|
AdvertisePostingboardSelectionItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: AdvertisePostingboardSelectionItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3030
|
-
AdvertisePostingboardSelectionItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: AdvertisePostingboardSelectionItemComponent, selector: "symphony-advertise-postingboard-selection-item", inputs: { model: "model" }, outputs: { priceChange: "priceChange", postingBoardSelect: "postingBoardSelect" }, ngImport: i0, template: "<div *ngIf=\"model\" class=\"posting-board-selection-item\">\n <div class=\"inline-block\">\n <symphony-input-checkbox\n [label]=\"model.boardName\"\n [isActive]=\"model.isSelected\"\n (clicked)=\"onPostingBoardSelect($event)\"\n ></symphony-input-checkbox>\n </div>\n <div class=\"inline-block
|
|
3080
|
+
AdvertisePostingboardSelectionItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: AdvertisePostingboardSelectionItemComponent, selector: "symphony-advertise-postingboard-selection-item", inputs: { model: "model" }, outputs: { priceChange: "priceChange", postingBoardSelect: "postingBoardSelect" }, ngImport: i0, template: "<div *ngIf=\"model\" class=\"posting-board-selection-item\">\n <div class=\"inline-block\">\n <symphony-input-checkbox\n [label]=\"model.boardName\"\n [isActive]=\"model.isSelected\"\n (clicked)=\"onPostingBoardSelect($event)\"\n ></symphony-input-checkbox>\n </div>\n <div class=\"inline-block editText\">\n <symphony-input-editable-text\n [model]=\"editableTextModel\"\n (confirm)=\"onBoardPriceChange($event)\"\n ></symphony-input-editable-text>\n </div>\n</div>\n", styles: [".posting-board-selection-item{position:relative;padding-right:100px}.posting-board-selection-item .editText{position:absolute;right:0}.inline-block{display:inline-block}\n"], components: [{ type: InputCheckboxComponent, selector: "symphony-input-checkbox", inputs: ["isActive", "label", "isRequired"], outputs: ["clicked"] }, { type: InputEditableTextComponent, selector: "symphony-input-editable-text", inputs: ["model", "type"], outputs: ["confirm"] }], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
3031
3081
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: AdvertisePostingboardSelectionItemComponent, decorators: [{
|
|
3032
3082
|
type: Component,
|
|
3033
|
-
args: [{ selector: 'symphony-advertise-postingboard-selection-item', template: "<div *ngIf=\"model\" class=\"posting-board-selection-item\">\n <div class=\"inline-block\">\n <symphony-input-checkbox\n [label]=\"model.boardName\"\n [isActive]=\"model.isSelected\"\n (clicked)=\"onPostingBoardSelect($event)\"\n ></symphony-input-checkbox>\n </div>\n <div class=\"inline-block
|
|
3083
|
+
args: [{ selector: 'symphony-advertise-postingboard-selection-item', template: "<div *ngIf=\"model\" class=\"posting-board-selection-item\">\n <div class=\"inline-block\">\n <symphony-input-checkbox\n [label]=\"model.boardName\"\n [isActive]=\"model.isSelected\"\n (clicked)=\"onPostingBoardSelect($event)\"\n ></symphony-input-checkbox>\n </div>\n <div class=\"inline-block editText\">\n <symphony-input-editable-text\n [model]=\"editableTextModel\"\n (confirm)=\"onBoardPriceChange($event)\"\n ></symphony-input-editable-text>\n </div>\n</div>\n", styles: [".posting-board-selection-item{position:relative;padding-right:100px}.posting-board-selection-item .editText{position:absolute;right:0}.inline-block{display:inline-block}\n"] }]
|
|
3034
3084
|
}], ctorParameters: function () { return []; }, propDecorators: { model: [{
|
|
3035
3085
|
type: Input
|
|
3036
3086
|
}], priceChange: [{
|
|
@@ -3193,10 +3243,6 @@ class AdvertiseModalComponent {
|
|
|
3193
3243
|
textRight: `$${selectedBoard.boardPrice}`,
|
|
3194
3244
|
});
|
|
3195
3245
|
}
|
|
3196
|
-
removeLineItem(invoiceAreaIndex, selectedBoard) {
|
|
3197
|
-
this.orderSummary.invoiceAreas[invoiceAreaIndex].lineItems =
|
|
3198
|
-
this.orderSummary.invoiceAreas[invoiceAreaIndex].lineItems.filter((li) => li.textLeft !== selectedBoard.boardName);
|
|
3199
|
-
}
|
|
3200
3246
|
calculateInvoiceAreaTotal(invoiceAreaIndex) {
|
|
3201
3247
|
let invoiceAreaTotal = 0;
|
|
3202
3248
|
this.orderSummary.invoiceAreas[invoiceAreaIndex].lineItems.forEach((li) => {
|
|
@@ -3234,13 +3280,16 @@ class AdvertiseModalComponent {
|
|
|
3234
3280
|
if (this.model.jobBoards.filter((jb) => jb.isSelected).length === 0) {
|
|
3235
3281
|
this.isJobBoardNextButtonDisabled = true;
|
|
3236
3282
|
}
|
|
3283
|
+
else {
|
|
3284
|
+
this.isJobBoardNextButtonDisabled = false;
|
|
3285
|
+
}
|
|
3237
3286
|
}
|
|
3238
3287
|
}
|
|
3239
3288
|
AdvertiseModalComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: AdvertiseModalComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3240
|
-
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\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.showCancel\" sfx-modal-title\n >Are you sure you want to abandon your order?</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 <!-- <symphony-two-column-body-template\n *ngIf=\"!model.isLoading && model.navigation.showProcessing\"\n sfx-modal-body-area\n >\n <symphony-p sfx-left-column\n >SmashFlyX is submitting your order to your selected job boards. Some\n orders happen immediately, while others take a little more time. Check\n your order status if you don't recieve a confirmation in the next\n 24hours.</symphony-p\n >\n <div sfx-right-column class=\"posting-boards\">\n <div class=\"stage\">\n <div class=\"box bounce-7\">\n <div class=\"complete-container\">\n <div class=\"success-icon-spacing\">\n <symphony-sfx-loader></symphony-sfx-loader>\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\n *ngIf=\"!model.isLoading && model.navigation.showCancel\"\n sfx-modal-body-area\n class=\"posting-boards sfx-p-30\"\n >\n Cancel Page\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\n <symphony-button\n *ngIf=\"model.navigation.showCancel\"\n sfx-button-secondary\n [text]=\"'Abandon Order'\"\n [isSecondary]=\"true\"\n [isInverse]=\"true\"\n (clicked)=\"onButtonClick($event)\"\n ></symphony-button>\n <symphony-button\n *ngIf=\"model.navigation.showCancel\"\n sfx-button-primary\n [text]=\"'Continue Order'\"\n [disabled]=\"false\"\n [isInverse]=\"true\"\n (clicked)=\"onButtonClick($event)\"\n ></symphony-button>\n</symphony-two-column-modal-template>\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"] }], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
3289
|
+
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 sfx-pr-10\">\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"] }] });
|
|
3241
3290
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: AdvertiseModalComponent, decorators: [{
|
|
3242
3291
|
type: Component,
|
|
3243
|
-
args: [{ selector: 'symphony-advertise-modal', template: "<symphony-two-column-modal-template>\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.
|
|
3292
|
+
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 sfx-pr-10\">\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"] }]
|
|
3244
3293
|
}], ctorParameters: function () { return []; }, propDecorators: { model: [{
|
|
3245
3294
|
type: Input
|
|
3246
3295
|
}], buttonClicked: [{
|
|
@@ -3380,7 +3429,8 @@ ModalModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "1
|
|
|
3380
3429
|
AdvertisePostingboardSelectionListModule,
|
|
3381
3430
|
SfxLoaderModule,
|
|
3382
3431
|
AdvertiseOrderReviewModule,
|
|
3383
|
-
OrderSummaryModule
|
|
3432
|
+
OrderSummaryModule,
|
|
3433
|
+
CancelModalModule], exports: [AdvertiseModalComponent] });
|
|
3384
3434
|
ModalModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ModalModule, imports: [[
|
|
3385
3435
|
CommonModule,
|
|
3386
3436
|
TwoColumnModalModule,
|
|
@@ -3399,6 +3449,7 @@ ModalModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "1
|
|
|
3399
3449
|
SfxLoaderModule,
|
|
3400
3450
|
AdvertiseOrderReviewModule,
|
|
3401
3451
|
OrderSummaryModule,
|
|
3452
|
+
CancelModalModule
|
|
3402
3453
|
]] });
|
|
3403
3454
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ModalModule, decorators: [{
|
|
3404
3455
|
type: NgModule,
|
|
@@ -3422,11 +3473,70 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
3422
3473
|
SfxLoaderModule,
|
|
3423
3474
|
AdvertiseOrderReviewModule,
|
|
3424
3475
|
OrderSummaryModule,
|
|
3476
|
+
CancelModalModule
|
|
3425
3477
|
],
|
|
3426
3478
|
exports: [AdvertiseModalComponent],
|
|
3427
3479
|
}]
|
|
3428
3480
|
}] });
|
|
3429
3481
|
|
|
3482
|
+
class LibrariesPageComponent {
|
|
3483
|
+
constructor() {
|
|
3484
|
+
this.cardClicked = new EventEmitter();
|
|
3485
|
+
}
|
|
3486
|
+
ngOnInit() {
|
|
3487
|
+
this.filteredCardList = this.model.cardList;
|
|
3488
|
+
}
|
|
3489
|
+
keywordSearch(keyword) {
|
|
3490
|
+
this.filteredCardList = this.model.cardList.filter((card) => card.title.toLowerCase().includes(keyword));
|
|
3491
|
+
}
|
|
3492
|
+
onCardClick(card) {
|
|
3493
|
+
this.cardClicked.emit(card);
|
|
3494
|
+
}
|
|
3495
|
+
}
|
|
3496
|
+
LibrariesPageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: LibrariesPageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3497
|
+
LibrariesPageComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: LibrariesPageComponent, selector: "symphony-libraries-page", inputs: { model: "model" }, outputs: { cardClicked: "cardClicked" }, ngImport: i0, template: "<symphony-setting-list-template *ngIf=\"model\">\n <symphony-h3 page-title>{{ model.pageTitle }}</symphony-h3>\n <symphony-paragraph List-title>{{ model.listTitle }}</symphony-paragraph>\n <symphony-input-text\n filter-input\n [placeholder]=\"'Search by keyword'\"\n [icon]=\"'si-search-new'\"\n (textChange)=\"keywordSearch($event)\"\n >\n </symphony-input-text>\n <symphony-card-list\n card-list\n [cardList]=\"filteredCardList\"\n (cardClicked)=\"onCardClick($event)\"\n ></symphony-card-list>\n</symphony-setting-list-template>\n", styles: [""], components: [{ type: SettingListTemplateComponent, selector: "symphony-setting-list-template" }, { type: H3Component, selector: "symphony-h3", inputs: ["text", "isSecondary"] }, { type: ParagraphComponent, selector: "symphony-paragraph", inputs: ["text", "isSecondary"] }, { type: InputTextComponent, selector: "symphony-input-text", inputs: ["placeholder", "icon", "label", "isInverse", "noMargin"], outputs: ["textChange"] }, { type: CardListComponent, selector: "symphony-card-list", inputs: ["cardList"], outputs: ["cardClicked"] }], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
3498
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: LibrariesPageComponent, decorators: [{
|
|
3499
|
+
type: Component,
|
|
3500
|
+
args: [{ selector: 'symphony-libraries-page', template: "<symphony-setting-list-template *ngIf=\"model\">\n <symphony-h3 page-title>{{ model.pageTitle }}</symphony-h3>\n <symphony-paragraph List-title>{{ model.listTitle }}</symphony-paragraph>\n <symphony-input-text\n filter-input\n [placeholder]=\"'Search by keyword'\"\n [icon]=\"'si-search-new'\"\n (textChange)=\"keywordSearch($event)\"\n >\n </symphony-input-text>\n <symphony-card-list\n card-list\n [cardList]=\"filteredCardList\"\n (cardClicked)=\"onCardClick($event)\"\n ></symphony-card-list>\n</symphony-setting-list-template>\n", styles: [""] }]
|
|
3501
|
+
}], ctorParameters: function () { return []; }, propDecorators: { model: [{
|
|
3502
|
+
type: Input
|
|
3503
|
+
}], cardClicked: [{
|
|
3504
|
+
type: Output
|
|
3505
|
+
}] } });
|
|
3506
|
+
|
|
3507
|
+
class LibrariesPageModule {
|
|
3508
|
+
}
|
|
3509
|
+
LibrariesPageModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: LibrariesPageModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3510
|
+
LibrariesPageModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: LibrariesPageModule, declarations: [LibrariesPageComponent], imports: [CommonModule,
|
|
3511
|
+
SettingListTemplateModule,
|
|
3512
|
+
H3Module,
|
|
3513
|
+
ParagraphModule,
|
|
3514
|
+
InputTextModule,
|
|
3515
|
+
CardListModule], exports: [LibrariesPageComponent] });
|
|
3516
|
+
LibrariesPageModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: LibrariesPageModule, imports: [[
|
|
3517
|
+
CommonModule,
|
|
3518
|
+
SettingListTemplateModule,
|
|
3519
|
+
H3Module,
|
|
3520
|
+
ParagraphModule,
|
|
3521
|
+
InputTextModule,
|
|
3522
|
+
CardListModule,
|
|
3523
|
+
]] });
|
|
3524
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: LibrariesPageModule, decorators: [{
|
|
3525
|
+
type: NgModule,
|
|
3526
|
+
args: [{
|
|
3527
|
+
declarations: [LibrariesPageComponent],
|
|
3528
|
+
imports: [
|
|
3529
|
+
CommonModule,
|
|
3530
|
+
SettingListTemplateModule,
|
|
3531
|
+
H3Module,
|
|
3532
|
+
ParagraphModule,
|
|
3533
|
+
InputTextModule,
|
|
3534
|
+
CardListModule,
|
|
3535
|
+
],
|
|
3536
|
+
exports: [LibrariesPageComponent],
|
|
3537
|
+
}]
|
|
3538
|
+
}] });
|
|
3539
|
+
|
|
3430
3540
|
/*
|
|
3431
3541
|
* ATOMS
|
|
3432
3542
|
*/
|
|
@@ -3435,5 +3545,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
3435
3545
|
* Generated bundle index. Do not edit.
|
|
3436
3546
|
*/
|
|
3437
3547
|
|
|
3438
|
-
export { ActivityScoreLevel, AdvertiseModalComponent, AlertDuration, AtomsModule, AvatarComponent, AvatarModule, BreadcrumbComponent, BreadcrumbModule, ButtonComponent, ButtonModule, CardComponent, CardListComponent, CardListModule, CardModule, ContactActivityScoreComponent, ContactActivityScoreModule, ContextualMenuComponent, ContextualMenuModule, EventSettingsMoreOptionsComponent, EventSettingsMoreOptionsModule, EventsSettingsPageComponent, EventsSettingsPageModule, FilterAreaComponent, FilterAreaModule, FrameworkModule, GridComponent, GridModule, GridToggleCellRendererComponent, GridToggleCellRendererModule, H1Component, H1Module, H2Component, H2Module, H3Component, H3Module, H4Component, H4Module, H5Component, H5Module, H5WithIconComponent, H5WithIconModule, IconComponent, IconModule, IconWrapperComponent, IconWrapperModule, Icons, InputCheckboxComponent, InputCheckboxModule, InputDropdownComponent, InputDropdownList, InputDropdownListItemModel, InputDropdownModule, InputRadioComponent, InputRadioModule, InputTextComponent, InputTextModule, InputToggleComponent, InputToggleModule, ModalModule, MoleculesModule, OrganismsModule, ParagraphComponent, ParagraphModule, PillComponent, PillModule, PillsComponent, PillsModule, RelevanceScoreComponent, RelevanceScoreModule, SettingListPageComponent, SettingListPageModule, SfxLoaderComponent, SfxLoaderModule, SfxPageLoaderComponent, SfxPageLoaderModule, SfxProgressBarComponent, SfxProgressBarModule, ToasterAlertComponent, ToasterAlertModel, ToasterAlertModule, ToasterAlertType, TooltipWrapperComponent, TooltipWrapperModule, TwoColumnFilterAreaComponent, TwoColumnFilterAreaModule };
|
|
3548
|
+
export { ActivityScoreLevel, AdvertiseModalComponent, AlertDuration, AtomsModule, AvatarComponent, AvatarModule, BreadcrumbComponent, BreadcrumbModule, ButtonComponent, ButtonModule, CardComponent, CardListComponent, CardListModule, CardModule, ContactActivityScoreComponent, ContactActivityScoreModule, ContextualMenuComponent, ContextualMenuModule, EventSettingsMoreOptionsComponent, EventSettingsMoreOptionsModule, EventsSettingsPageComponent, EventsSettingsPageModule, FilterAreaComponent, FilterAreaModule, FrameworkModule, GridComponent, GridModule, GridToggleCellRendererComponent, GridToggleCellRendererModule, H1Component, H1Module, H2Component, H2Module, H3Component, H3Module, H4Component, H4Module, H5Component, H5Module, H5WithIconComponent, H5WithIconModule, IconComponent, IconModule, IconWrapperComponent, IconWrapperModule, Icons, InputCheckboxComponent, InputCheckboxModule, InputDropdownComponent, InputDropdownList, InputDropdownListItemModel, InputDropdownModule, InputRadioComponent, InputRadioModule, InputTextComponent, InputTextModule, InputToggleComponent, InputToggleModule, LibrariesPageComponent, LibrariesPageModule, ModalModule, MoleculesModule, OrganismsModule, ParagraphComponent, ParagraphModule, PillComponent, PillModule, PillsComponent, PillsModule, RelevanceScoreComponent, RelevanceScoreModule, SettingListPageComponent, SettingListPageModule, SfxLoaderComponent, SfxLoaderModule, SfxPageLoaderComponent, SfxPageLoaderModule, SfxProgressBarComponent, SfxProgressBarModule, ToasterAlertComponent, ToasterAlertModel, ToasterAlertModule, ToasterAlertType, TooltipWrapperComponent, TooltipWrapperModule, TwoColumnFilterAreaComponent, TwoColumnFilterAreaModule };
|
|
3439
3549
|
//# sourceMappingURL=symphony-talent-component-library.mjs.map
|