@symphony-talent/component-library 3.23.0 → 3.25.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/grid/framework/advertised-jobs-cost/advertised-jobs-cost.component.mjs +22 -0
- package/esm2020/lib/atoms/grid/framework/advertised-jobs-cost/advertised-jobs-cost.module.mjs +21 -0
- package/esm2020/lib/atoms/grid/framework/framework.module.mjs +9 -5
- package/esm2020/lib/atoms/grid/grid.component.mjs +10 -5
- package/esm2020/lib/atoms/grid/grid.module.mjs +9 -5
- package/esm2020/lib/atoms/icon-wrapper/icon-wrapper.component.mjs +5 -3
- package/esm2020/lib/atoms/navigation-link/navigation-link.component.mjs +26 -0
- package/esm2020/lib/atoms/navigation-link/navigation-link.model.mjs +2 -0
- package/esm2020/lib/atoms/navigation-link/navigation-link.module.mjs +20 -0
- package/esm2020/lib/molecules/button-with-icon/button-with-icon.component.mjs +4 -2
- package/esm2020/lib/molecules/document-management-item/document-management-item.component.mjs +6 -5
- package/esm2020/lib/molecules/document-management-item/document-management-item.module.mjs +6 -2
- package/esm2020/lib/molecules/file-upload/file-upload.model.mjs +1 -1
- package/esm2020/lib/molecules/file-upload-status/file-upload-status.component.mjs +5 -5
- package/esm2020/lib/molecules/file-upload-status/file-upload-status.model.mjs +1 -1
- package/esm2020/lib/molecules/file-upload-v2/file-upload-v2.component.mjs +17 -0
- package/esm2020/lib/molecules/file-upload-v2/file-upload-v2.module.mjs +38 -0
- package/esm2020/lib/molecules/icon-swatch/icon-swatch.component.mjs +1 -1
- package/esm2020/lib/molecules/icon-with-tooltip/icon-with-tooltip.component.mjs +17 -0
- package/esm2020/lib/molecules/icon-with-tooltip/icon-with-tooltip.model.mjs +2 -0
- package/esm2020/lib/molecules/icon-with-tooltip/icon-with-tooltip.module.mjs +20 -0
- package/esm2020/lib/molecules/molecules.module.mjs +19 -4
- package/esm2020/lib/organisms/action-bar/action-bar.component.mjs +1 -1
- package/esm2020/lib/organisms/action-bar-advertise-job-list/action-bar-advertise-job-list.component.mjs +32 -0
- package/esm2020/lib/organisms/action-bar-advertise-job-list/action-bar-advertise-job-list.module.mjs +34 -0
- package/esm2020/lib/organisms/action-bar-job-list/action-bar-job-list.component.mjs +11 -11
- package/esm2020/lib/organisms/action-bar-job-list/action-bar-job-list.module.mjs +10 -10
- package/esm2020/lib/organisms/document-management-list/document-management-list.component.mjs +10 -8
- package/esm2020/lib/organisms/feedback-detail-header/feedback-detail-header.component.mjs +1 -1
- package/esm2020/lib/organisms/grid-actions/grid-actions.component.mjs +26 -0
- package/esm2020/lib/organisms/grid-actions/grid-actions.model.mjs +2 -0
- package/esm2020/lib/organisms/grid-actions/grid-actions.module.mjs +20 -0
- package/esm2020/lib/organisms/grid-controls/grid-controls.component.mjs +39 -0
- package/esm2020/lib/organisms/grid-controls/grid-controls.model.mjs +2 -0
- package/esm2020/lib/organisms/grid-controls/grid-controls.module.mjs +38 -0
- package/esm2020/lib/organisms/grid-download/grid-download.component.mjs +25 -0
- package/esm2020/lib/organisms/grid-download/grid-download.model.mjs +2 -0
- package/esm2020/lib/organisms/grid-download/grid-download.module.mjs +38 -0
- package/esm2020/lib/organisms/organisms.module.mjs +13 -9
- package/esm2020/lib/organisms/sidebar-navigation/sidebar-navigation.component.mjs +37 -0
- package/esm2020/lib/organisms/sidebar-navigation/sidebar-navigation.module.mjs +34 -0
- package/esm2020/lib/organisms/upload-resume-modal/upload-resume-modal.component.mjs +6 -6
- package/esm2020/lib/organisms/upload-resume-modal/upload-resume-modal.model.mjs +1 -1
- package/esm2020/lib/organisms/upload-resume-modal/upload-resume-modal.module.mjs +33 -5
- package/esm2020/lib/pages/advertised-job-postings-list-page/advertised-job-postings-list-page.component.mjs +57 -0
- package/esm2020/lib/pages/advertised-job-postings-list-page/advertised-job-postings-list-page.model.mjs +2 -0
- package/esm2020/lib/pages/advertised-job-postings-list-page/advertised-job-postings-list-page.module.mjs +70 -0
- package/esm2020/lib/pages/events-settings-page/events-settings-page.component.mjs +1 -1
- package/esm2020/lib/pages/modals/advertised-job-postings-modal/advertised-job-postings-modal.component.mjs +54 -0
- package/esm2020/lib/pages/modals/advertised-job-postings-modal/advertised-job-postings-modal.model.mjs +2 -0
- package/esm2020/lib/pages/modals/advertised-job-postings-modal/advertised-job-postings-modal.module.mjs +78 -0
- package/esm2020/lib/templates/advertised-job-postings-list/advertised-job-postings-list.component.mjs +12 -0
- package/esm2020/lib/templates/advertised-job-postings-list/advertised-job-postings-list.module.mjs +18 -0
- package/esm2020/lib/templates/modal-templates/one-column-with-filter-modal-template/one-column-with-filter-modal-template.component.mjs +12 -0
- package/esm2020/lib/templates/modal-templates/one-column-with-filter-modal-template/one-column-with-filter-modal-template.module.mjs +18 -0
- package/esm2020/projects/component-library/lib/atoms/grid/framework/advertised-jobs-cost/advertised-jobs-cost.component.mjs +22 -0
- package/esm2020/projects/component-library/lib/atoms/grid/framework/advertised-jobs-cost/advertised-jobs-cost.module.mjs +21 -0
- package/esm2020/projects/component-library/lib/atoms/grid/framework/framework.module.mjs +9 -5
- package/esm2020/projects/component-library/lib/atoms/grid/grid.component.mjs +10 -5
- package/esm2020/projects/component-library/lib/atoms/grid/grid.module.mjs +9 -5
- package/esm2020/projects/component-library/lib/atoms/icon-wrapper/icon-wrapper.component.mjs +5 -3
- package/esm2020/projects/component-library/lib/atoms/navigation-link/navigation-link.component.mjs +26 -0
- package/esm2020/projects/component-library/lib/atoms/navigation-link/navigation-link.model.mjs +2 -0
- package/esm2020/projects/component-library/lib/atoms/navigation-link/navigation-link.module.mjs +20 -0
- package/esm2020/projects/component-library/lib/molecules/button-with-icon/button-with-icon.component.mjs +4 -2
- package/esm2020/projects/component-library/lib/molecules/document-management-item/document-management-item.component.mjs +6 -5
- package/esm2020/projects/component-library/lib/molecules/document-management-item/document-management-item.module.mjs +6 -2
- package/esm2020/projects/component-library/lib/molecules/file-upload/file-upload.model.mjs +1 -1
- package/esm2020/projects/component-library/lib/molecules/file-upload-status/file-upload-status.component.mjs +5 -5
- package/esm2020/projects/component-library/lib/molecules/file-upload-status/file-upload-status.model.mjs +1 -1
- package/esm2020/projects/component-library/lib/molecules/file-upload-v2/file-upload-v2.component.mjs +17 -0
- package/esm2020/projects/component-library/lib/molecules/file-upload-v2/file-upload-v2.module.mjs +38 -0
- package/esm2020/projects/component-library/lib/molecules/icon-swatch/icon-swatch.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/molecules/icon-with-tooltip/icon-with-tooltip.component.mjs +17 -0
- package/esm2020/projects/component-library/lib/molecules/icon-with-tooltip/icon-with-tooltip.model.mjs +2 -0
- package/esm2020/projects/component-library/lib/molecules/icon-with-tooltip/icon-with-tooltip.module.mjs +20 -0
- package/esm2020/projects/component-library/lib/molecules/molecules.module.mjs +19 -4
- package/esm2020/projects/component-library/lib/organisms/action-bar/action-bar.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/organisms/action-bar-advertise-job-list/action-bar-advertise-job-list.component.mjs +32 -0
- package/esm2020/projects/component-library/lib/organisms/action-bar-advertise-job-list/action-bar-advertise-job-list.module.mjs +34 -0
- package/esm2020/projects/component-library/lib/organisms/action-bar-job-list/action-bar-job-list.component.mjs +11 -11
- package/esm2020/projects/component-library/lib/organisms/action-bar-job-list/action-bar-job-list.module.mjs +10 -10
- package/esm2020/projects/component-library/lib/organisms/document-management-list/document-management-list.component.mjs +10 -8
- package/esm2020/projects/component-library/lib/organisms/feedback-detail-header/feedback-detail-header.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/organisms/grid-actions/grid-actions.component.mjs +26 -0
- package/esm2020/projects/component-library/lib/organisms/grid-actions/grid-actions.model.mjs +2 -0
- package/esm2020/projects/component-library/lib/organisms/grid-actions/grid-actions.module.mjs +20 -0
- package/esm2020/projects/component-library/lib/organisms/grid-controls/grid-controls.component.mjs +39 -0
- package/esm2020/projects/component-library/lib/organisms/grid-controls/grid-controls.model.mjs +2 -0
- package/esm2020/projects/component-library/lib/organisms/grid-controls/grid-controls.module.mjs +38 -0
- package/esm2020/projects/component-library/lib/organisms/grid-download/grid-download.component.mjs +25 -0
- package/esm2020/projects/component-library/lib/organisms/grid-download/grid-download.model.mjs +2 -0
- package/esm2020/projects/component-library/lib/organisms/grid-download/grid-download.module.mjs +38 -0
- package/esm2020/projects/component-library/lib/organisms/organisms.module.mjs +13 -9
- package/esm2020/projects/component-library/lib/organisms/sidebar-navigation/sidebar-navigation.component.mjs +37 -0
- package/esm2020/projects/component-library/lib/organisms/sidebar-navigation/sidebar-navigation.module.mjs +34 -0
- package/esm2020/projects/component-library/lib/organisms/upload-resume-modal/upload-resume-modal.component.mjs +6 -6
- package/esm2020/projects/component-library/lib/organisms/upload-resume-modal/upload-resume-modal.model.mjs +1 -1
- package/esm2020/projects/component-library/lib/organisms/upload-resume-modal/upload-resume-modal.module.mjs +33 -5
- package/esm2020/projects/component-library/lib/pages/advertised-job-postings-list-page/advertised-job-postings-list-page.component.mjs +57 -0
- package/esm2020/projects/component-library/lib/pages/advertised-job-postings-list-page/advertised-job-postings-list-page.model.mjs +2 -0
- package/esm2020/projects/component-library/lib/pages/advertised-job-postings-list-page/advertised-job-postings-list-page.module.mjs +70 -0
- package/esm2020/projects/component-library/lib/pages/events-settings-page/events-settings-page.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/pages/modals/advertised-job-postings-modal/advertised-job-postings-modal.component.mjs +54 -0
- package/esm2020/projects/component-library/lib/pages/modals/advertised-job-postings-modal/advertised-job-postings-modal.model.mjs +2 -0
- package/esm2020/projects/component-library/lib/pages/modals/advertised-job-postings-modal/advertised-job-postings-modal.module.mjs +78 -0
- package/esm2020/projects/component-library/lib/templates/advertised-job-postings-list/advertised-job-postings-list.component.mjs +12 -0
- package/esm2020/projects/component-library/lib/templates/advertised-job-postings-list/advertised-job-postings-list.module.mjs +18 -0
- package/esm2020/projects/component-library/lib/templates/modal-templates/one-column-with-filter-modal-template/one-column-with-filter-modal-template.component.mjs +12 -0
- package/esm2020/projects/component-library/lib/templates/modal-templates/one-column-with-filter-modal-template/one-column-with-filter-modal-template.module.mjs +18 -0
- package/esm2020/projects/component-library/public-api.mjs +28 -7
- package/esm2020/public-api.mjs +28 -7
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs +765 -152
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2015/symphony-talent-component-library.mjs +765 -152
- package/fesm2015/symphony-talent-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs +765 -152
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library.mjs +765 -152
- package/fesm2020/symphony-talent-component-library.mjs.map +1 -1
- package/lib/atoms/grid/framework/advertised-jobs-cost/advertised-jobs-cost.component.d.ts +12 -0
- package/lib/atoms/grid/framework/advertised-jobs-cost/advertised-jobs-cost.module.d.ts +11 -0
- package/lib/atoms/grid/framework/framework.module.d.ts +2 -1
- package/lib/atoms/grid/grid.component.d.ts +3 -2
- package/lib/atoms/grid/grid.module.d.ts +2 -1
- package/lib/atoms/icon-wrapper/icon-wrapper.component.d.ts +2 -1
- package/lib/atoms/navigation-link/navigation-link.component.d.ts +12 -0
- package/lib/atoms/navigation-link/navigation-link.model.d.ts +7 -0
- package/lib/atoms/navigation-link/navigation-link.module.d.ts +10 -0
- package/lib/molecules/button-with-icon/button-with-icon.component.d.ts +2 -1
- package/lib/molecules/document-management-item/document-management-item.module.d.ts +2 -1
- package/lib/molecules/file-upload/file-upload.model.d.ts +1 -0
- package/lib/molecules/file-upload-status/file-upload-status.model.d.ts +3 -0
- package/lib/molecules/file-upload-v2/file-upload-v2.component.d.ts +8 -0
- package/lib/molecules/file-upload-v2/file-upload-v2.module.d.ts +12 -0
- package/lib/molecules/icon-with-tooltip/icon-with-tooltip.component.d.ts +8 -0
- package/lib/molecules/icon-with-tooltip/icon-with-tooltip.model.d.ts +6 -0
- package/lib/molecules/icon-with-tooltip/icon-with-tooltip.module.d.ts +10 -0
- package/lib/molecules/molecules.module.d.ts +3 -2
- package/lib/organisms/action-bar-advertise-job-list/action-bar-advertise-job-list.component.d.ts +15 -0
- package/lib/organisms/action-bar-advertise-job-list/action-bar-advertise-job-list.module.d.ts +11 -0
- package/lib/organisms/action-bar-job-list/action-bar-job-list.component.d.ts +9 -9
- package/lib/organisms/action-bar-job-list/action-bar-job-list.module.d.ts +3 -3
- package/lib/organisms/document-management-list/document-management-list.component.d.ts +9 -5
- package/lib/organisms/grid-actions/grid-actions.component.d.ts +12 -0
- package/lib/organisms/{grid-actions-job-list/grid-actions-job-list.model.d.ts → grid-actions/grid-actions.model.d.ts} +3 -1
- package/lib/organisms/grid-actions/grid-actions.module.d.ts +10 -0
- package/lib/organisms/grid-controls/grid-controls.component.d.ts +16 -0
- package/lib/organisms/{grid-controls-job-list/grid-controls-job-list.model.d.ts → grid-controls/grid-controls.model.d.ts} +1 -1
- package/lib/organisms/grid-controls/grid-controls.module.d.ts +12 -0
- package/lib/organisms/grid-download/grid-download.component.d.ts +11 -0
- package/lib/organisms/grid-download/grid-download.model.d.ts +3 -0
- package/lib/organisms/grid-download/grid-download.module.d.ts +12 -0
- package/lib/organisms/organisms.module.d.ts +7 -6
- package/lib/organisms/sidebar-navigation/sidebar-navigation.component.d.ts +15 -0
- package/lib/organisms/sidebar-navigation/sidebar-navigation.module.d.ts +11 -0
- package/lib/organisms/upload-resume-modal/upload-resume-modal.model.d.ts +1 -0
- package/lib/organisms/upload-resume-modal/upload-resume-modal.module.d.ts +2 -2
- package/lib/pages/advertised-job-postings-list-page/advertised-job-postings-list-page.component.d.ts +25 -0
- package/lib/pages/advertised-job-postings-list-page/advertised-job-postings-list-page.model.d.ts +12 -0
- package/lib/pages/advertised-job-postings-list-page/advertised-job-postings-list-page.module.d.ts +20 -0
- package/lib/pages/modals/advertised-job-postings-modal/advertised-job-postings-modal.component.d.ts +23 -0
- package/lib/pages/modals/advertised-job-postings-modal/advertised-job-postings-modal.model.d.ts +9 -0
- package/lib/pages/modals/advertised-job-postings-modal/advertised-job-postings-modal.module.d.ts +22 -0
- package/lib/templates/advertised-job-postings-list/advertised-job-postings-list.component.d.ts +6 -0
- package/lib/templates/advertised-job-postings-list/advertised-job-postings-list.module.d.ts +8 -0
- package/lib/templates/modal-templates/one-column-with-filter-modal-template/one-column-with-filter-modal-template.component.d.ts +6 -0
- package/lib/templates/modal-templates/one-column-with-filter-modal-template/one-column-with-filter-modal-template.module.d.ts +8 -0
- package/package.json +1 -1
- package/projects/component-library/lib/atoms/grid/framework/advertised-jobs-cost/advertised-jobs-cost.component.d.ts +12 -0
- package/projects/component-library/lib/atoms/grid/framework/advertised-jobs-cost/advertised-jobs-cost.module.d.ts +11 -0
- package/projects/component-library/lib/atoms/grid/framework/framework.module.d.ts +2 -1
- package/projects/component-library/lib/atoms/grid/grid.component.d.ts +3 -2
- package/projects/component-library/lib/atoms/grid/grid.module.d.ts +2 -1
- package/projects/component-library/lib/atoms/icon-wrapper/icon-wrapper.component.d.ts +2 -1
- package/projects/component-library/lib/atoms/navigation-link/navigation-link.component.d.ts +12 -0
- package/projects/component-library/lib/atoms/navigation-link/navigation-link.model.d.ts +7 -0
- package/projects/component-library/lib/atoms/navigation-link/navigation-link.module.d.ts +10 -0
- package/projects/component-library/lib/molecules/button-with-icon/button-with-icon.component.d.ts +2 -1
- package/projects/component-library/lib/molecules/document-management-item/document-management-item.module.d.ts +2 -1
- package/projects/component-library/lib/molecules/file-upload/file-upload.model.d.ts +1 -0
- package/projects/component-library/lib/molecules/file-upload-status/file-upload-status.model.d.ts +3 -0
- package/projects/component-library/lib/molecules/file-upload-v2/file-upload-v2.component.d.ts +8 -0
- package/projects/component-library/lib/molecules/file-upload-v2/file-upload-v2.module.d.ts +12 -0
- package/projects/component-library/lib/molecules/icon-with-tooltip/icon-with-tooltip.component.d.ts +8 -0
- package/projects/component-library/lib/molecules/icon-with-tooltip/icon-with-tooltip.model.d.ts +6 -0
- package/projects/component-library/lib/molecules/icon-with-tooltip/icon-with-tooltip.module.d.ts +10 -0
- package/projects/component-library/lib/molecules/molecules.module.d.ts +3 -2
- package/projects/component-library/lib/organisms/action-bar-advertise-job-list/action-bar-advertise-job-list.component.d.ts +15 -0
- package/projects/component-library/lib/organisms/action-bar-advertise-job-list/action-bar-advertise-job-list.module.d.ts +11 -0
- package/projects/component-library/lib/organisms/action-bar-job-list/action-bar-job-list.component.d.ts +9 -9
- package/projects/component-library/lib/organisms/action-bar-job-list/action-bar-job-list.module.d.ts +3 -3
- package/projects/component-library/lib/organisms/document-management-list/document-management-list.component.d.ts +9 -5
- package/projects/component-library/lib/organisms/grid-actions/grid-actions.component.d.ts +12 -0
- package/projects/component-library/lib/organisms/{grid-actions-job-list/grid-actions-job-list.model.d.ts → grid-actions/grid-actions.model.d.ts} +3 -1
- package/projects/component-library/lib/organisms/grid-actions/grid-actions.module.d.ts +10 -0
- package/projects/component-library/lib/organisms/grid-controls/grid-controls.component.d.ts +16 -0
- package/projects/component-library/lib/organisms/{grid-controls-job-list/grid-controls-job-list.model.d.ts → grid-controls/grid-controls.model.d.ts} +1 -1
- package/projects/component-library/lib/organisms/grid-controls/grid-controls.module.d.ts +12 -0
- package/projects/component-library/lib/organisms/grid-download/grid-download.component.d.ts +11 -0
- package/projects/component-library/lib/organisms/grid-download/grid-download.model.d.ts +3 -0
- package/projects/component-library/lib/organisms/grid-download/grid-download.module.d.ts +12 -0
- package/projects/component-library/lib/organisms/organisms.module.d.ts +7 -6
- package/projects/component-library/lib/organisms/sidebar-navigation/sidebar-navigation.component.d.ts +15 -0
- package/projects/component-library/lib/organisms/sidebar-navigation/sidebar-navigation.module.d.ts +11 -0
- package/projects/component-library/lib/organisms/upload-resume-modal/upload-resume-modal.model.d.ts +1 -0
- package/projects/component-library/lib/organisms/upload-resume-modal/upload-resume-modal.module.d.ts +2 -2
- package/projects/component-library/lib/pages/advertised-job-postings-list-page/advertised-job-postings-list-page.component.d.ts +25 -0
- package/projects/component-library/lib/pages/advertised-job-postings-list-page/advertised-job-postings-list-page.model.d.ts +12 -0
- package/projects/component-library/lib/pages/advertised-job-postings-list-page/advertised-job-postings-list-page.module.d.ts +20 -0
- package/projects/component-library/lib/pages/modals/advertised-job-postings-modal/advertised-job-postings-modal.component.d.ts +23 -0
- package/projects/component-library/lib/pages/modals/advertised-job-postings-modal/advertised-job-postings-modal.model.d.ts +9 -0
- package/projects/component-library/lib/pages/modals/advertised-job-postings-modal/advertised-job-postings-modal.module.d.ts +22 -0
- package/projects/component-library/lib/templates/advertised-job-postings-list/advertised-job-postings-list.component.d.ts +6 -0
- package/projects/component-library/lib/templates/advertised-job-postings-list/advertised-job-postings-list.module.d.ts +8 -0
- package/projects/component-library/lib/templates/modal-templates/one-column-with-filter-modal-template/one-column-with-filter-modal-template.component.d.ts +6 -0
- package/projects/component-library/lib/templates/modal-templates/one-column-with-filter-modal-template/one-column-with-filter-modal-template.module.d.ts +8 -0
- package/projects/component-library/public-api.d.ts +27 -6
- package/public-api.d.ts +27 -6
- package/esm2020/lib/organisms/grid-actions-job-list/grid-actions-job-list.component.mjs +0 -25
- package/esm2020/lib/organisms/grid-actions-job-list/grid-actions-job-list.model.mjs +0 -2
- package/esm2020/lib/organisms/grid-actions-job-list/grid-actions-job-list.module.mjs +0 -19
- package/esm2020/lib/organisms/grid-controls-job-list/grid-controls-job-list.component.mjs +0 -39
- package/esm2020/lib/organisms/grid-controls-job-list/grid-controls-job-list.model.mjs +0 -2
- package/esm2020/lib/organisms/grid-controls-job-list/grid-controls-job-list.module.mjs +0 -38
- package/esm2020/projects/component-library/lib/organisms/grid-actions-job-list/grid-actions-job-list.component.mjs +0 -25
- package/esm2020/projects/component-library/lib/organisms/grid-actions-job-list/grid-actions-job-list.model.mjs +0 -2
- package/esm2020/projects/component-library/lib/organisms/grid-actions-job-list/grid-actions-job-list.module.mjs +0 -19
- package/esm2020/projects/component-library/lib/organisms/grid-controls-job-list/grid-controls-job-list.component.mjs +0 -39
- package/esm2020/projects/component-library/lib/organisms/grid-controls-job-list/grid-controls-job-list.model.mjs +0 -2
- package/esm2020/projects/component-library/lib/organisms/grid-controls-job-list/grid-controls-job-list.module.mjs +0 -38
- package/lib/organisms/grid-actions-job-list/grid-actions-job-list.component.d.ts +0 -12
- package/lib/organisms/grid-actions-job-list/grid-actions-job-list.module.d.ts +0 -9
- package/lib/organisms/grid-controls-job-list/grid-controls-job-list.component.d.ts +0 -16
- package/lib/organisms/grid-controls-job-list/grid-controls-job-list.module.d.ts +0 -12
- package/projects/component-library/lib/organisms/grid-actions-job-list/grid-actions-job-list.component.d.ts +0 -12
- package/projects/component-library/lib/organisms/grid-actions-job-list/grid-actions-job-list.module.d.ts +0 -9
- package/projects/component-library/lib/organisms/grid-controls-job-list/grid-controls-job-list.component.d.ts +0 -16
- package/projects/component-library/lib/organisms/grid-controls-job-list/grid-controls-job-list.module.d.ts +0 -12
package/projects/component-library/lib/organisms/sidebar-navigation/sidebar-navigation.module.d.ts
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./sidebar-navigation.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../../atoms/navigation-link/navigation-link.module";
|
|
5
|
+
import * as i4 from "../../atoms/icon/icon.module";
|
|
6
|
+
import * as i5 from "../../atoms/tooltip-wrapper/tooltip-wrapper.module";
|
|
7
|
+
export declare class SidebarNavigationModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SidebarNavigationModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SidebarNavigationModule, [typeof i1.SidebarNavigationComponent], [typeof i2.CommonModule, typeof i3.NavigationLinkModule, typeof i4.IconModule, typeof i5.TooltipWrapperModule], [typeof i1.SidebarNavigationComponent]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<SidebarNavigationModule>;
|
|
11
|
+
}
|
package/projects/component-library/lib/organisms/upload-resume-modal/upload-resume-modal.module.d.ts
CHANGED
|
@@ -6,11 +6,11 @@ import * as i4 from "../../atoms/paragraph/paragraph.module";
|
|
|
6
6
|
import * as i5 from "../../atoms/icon/icon.module";
|
|
7
7
|
import * as i6 from "../../atoms/button/button.module";
|
|
8
8
|
import * as i7 from "../../atoms/input-dropdown/input-dropdown.module";
|
|
9
|
-
import * as i8 from "../../molecules/file-upload/file-upload.module";
|
|
9
|
+
import * as i8 from "../../molecules/file-upload-v2/file-upload-v2.module";
|
|
10
10
|
import * as i9 from "../../atoms/sfx-loader/sfx-loader.module";
|
|
11
11
|
import * as i10 from "../../atoms/input-checkbox/input-checkbox.module";
|
|
12
12
|
export declare class UploadResumeModalModule {
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<UploadResumeModalModule, never>;
|
|
14
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<UploadResumeModalModule, [typeof i1.UploadResumeModalComponent], [typeof i2.CommonModule, typeof i3.H4Module, typeof i4.ParagraphModule, typeof i5.IconModule, typeof i6.ButtonModule, typeof i7.InputDropdownModule, typeof i8.
|
|
14
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<UploadResumeModalModule, [typeof i1.UploadResumeModalComponent], [typeof i2.CommonModule, typeof i3.H4Module, typeof i4.ParagraphModule, typeof i5.IconModule, typeof i6.ButtonModule, typeof i7.InputDropdownModule, typeof i8.FileUploadV2Module, typeof i9.SfxLoaderModule, typeof i10.InputCheckboxModule], [typeof i1.UploadResumeModalComponent]>;
|
|
15
15
|
static ɵinj: i0.ɵɵInjectorDeclaration<UploadResumeModalModule>;
|
|
16
16
|
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { AdvertisedJobPostingsListPageModel } from './advertised-job-postings-list-page.model';
|
|
3
|
+
import { GridComponent } from '../../atoms/grid/grid.component';
|
|
4
|
+
import { InputDropdownListItemModel } from '../../atoms/input-dropdown/input-dropdown-list-item.model';
|
|
5
|
+
import { GridActionsModel } from '../../organisms/grid-actions/grid-actions.model';
|
|
6
|
+
import { GridControlsModel } from '../../organisms/grid-controls/grid-controls.model';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class AdvertisedJobPostingsListPageComponent {
|
|
9
|
+
model: AdvertisedJobPostingsListPageModel;
|
|
10
|
+
gridActionModel: GridActionsModel[];
|
|
11
|
+
gridControlsModel: GridControlsModel;
|
|
12
|
+
keywordSearchChange: EventEmitter<string>;
|
|
13
|
+
filterChange: EventEmitter<string>;
|
|
14
|
+
gridControlClick: EventEmitter<GridControlsModel>;
|
|
15
|
+
gridActionClick: EventEmitter<GridActionsModel>;
|
|
16
|
+
grid: GridComponent;
|
|
17
|
+
constructor();
|
|
18
|
+
onKeywordSearch(keyword: string): void;
|
|
19
|
+
onGridControlClick(gridControlsModel: any): void;
|
|
20
|
+
onGridActionClick(gridActionModel: any): void;
|
|
21
|
+
onFilterChange(selectedModel: InputDropdownListItemModel): void;
|
|
22
|
+
refreshGrid(): void;
|
|
23
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdvertisedJobPostingsListPageComponent, never>;
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdvertisedJobPostingsListPageComponent, "symphony-advertised-job-postings-list-page", never, { "model": "model"; "gridActionModel": "gridActionModel"; "gridControlsModel": "gridControlsModel"; }, { "keywordSearchChange": "keywordSearchChange"; "filterChange": "filterChange"; "gridControlClick": "gridControlClick"; "gridActionClick": "gridActionClick"; }, never, ["[filter-one]"]>;
|
|
25
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { GridModel } from '../../atoms/grid/grid.model';
|
|
2
|
+
import { InputDropdownList } from '../../atoms/input-dropdown/input-dropdown-list.model';
|
|
3
|
+
import { GridActionsModel } from '../../organisms/grid-actions/grid-actions.model';
|
|
4
|
+
import { GridControlsModel } from '../../organisms/grid-controls/grid-controls.model';
|
|
5
|
+
export interface AdvertisedJobPostingsListPageModel {
|
|
6
|
+
gridActions: GridActionsModel[];
|
|
7
|
+
gridControls: GridControlsModel;
|
|
8
|
+
settingTypeDropdown: InputDropdownList;
|
|
9
|
+
grid: GridModel;
|
|
10
|
+
gridTitle: string;
|
|
11
|
+
overrideSettingTypeFilterPlaceholder: boolean;
|
|
12
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./advertised-job-postings-list-page.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../../templates/advertised-job-postings-list/advertised-job-postings-list.module";
|
|
5
|
+
import * as i4 from "../../atoms/h3/h3.module";
|
|
6
|
+
import * as i5 from "../../atoms/h4/h4.module";
|
|
7
|
+
import * as i6 from "../../templates/placeholder/placeholder.module";
|
|
8
|
+
import * as i7 from "../../atoms/two-column-filter-area/two-column-filter-area.module";
|
|
9
|
+
import * as i8 from "../../atoms/icon/icon.module";
|
|
10
|
+
import * as i9 from "../../atoms/contextual-menu/contextual-menu.module";
|
|
11
|
+
import * as i10 from "../../atoms/input-dropdown/input-dropdown.module";
|
|
12
|
+
import * as i11 from "../../atoms/grid/grid.module";
|
|
13
|
+
import * as i12 from "../../atoms/icon-wrapper/icon-wrapper.module";
|
|
14
|
+
import * as i13 from "../../organisms/action-bar-advertise-job-list/action-bar-advertise-job-list.module";
|
|
15
|
+
import * as i14 from "../../atoms/input-text/input-text.module";
|
|
16
|
+
export declare class AdvertisedJobPostingsListPageModule {
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdvertisedJobPostingsListPageModule, never>;
|
|
18
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdvertisedJobPostingsListPageModule, [typeof i1.AdvertisedJobPostingsListPageComponent], [typeof i2.CommonModule, typeof i3.AdvertisedJobPostingsListModule, typeof i4.H3Module, typeof i5.H4Module, typeof i6.PlaceholderModule, typeof i7.TwoColumnFilterAreaModule, typeof i8.IconModule, typeof i9.ContextualMenuModule, typeof i10.InputDropdownModule, typeof i11.GridModule, typeof i12.IconWrapperModule, typeof i13.ActionBarAdvertiseJobListModule, typeof i14.InputTextModule], [typeof i1.AdvertisedJobPostingsListPageComponent]>;
|
|
19
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdvertisedJobPostingsListPageModule>;
|
|
20
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { AdvertisedJobPostingsModalModel } from './advertised-job-postings-modal.model';
|
|
3
|
+
import { GridComponent } from '../../../atoms/grid/grid.component';
|
|
4
|
+
import { InputDropdownListItemModel } from '../../../atoms/input-dropdown/input-dropdown-list-item.model';
|
|
5
|
+
import { GridDownloadModel } from '../../../organisms/grid-download/grid-download.model';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class AdvertisedJobPostingsModalComponent {
|
|
8
|
+
model: AdvertisedJobPostingsModalModel;
|
|
9
|
+
gridDownloadModel: GridDownloadModel;
|
|
10
|
+
keywordSearchChange: EventEmitter<string>;
|
|
11
|
+
filterChange: EventEmitter<string>;
|
|
12
|
+
downloadClicked: EventEmitter<string>;
|
|
13
|
+
closeButtonClicked: EventEmitter<string>;
|
|
14
|
+
grid: GridComponent;
|
|
15
|
+
constructor();
|
|
16
|
+
onKeywordSearch(keyword: string): void;
|
|
17
|
+
onFilterChange(selectedModel: InputDropdownListItemModel): void;
|
|
18
|
+
onDownloadClick(): void;
|
|
19
|
+
onCloseButtonClick(): void;
|
|
20
|
+
refreshGrid(): void;
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdvertisedJobPostingsModalComponent, never>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdvertisedJobPostingsModalComponent, "symphony-advertised-job-postings-modal", never, { "model": "model"; "gridDownloadModel": "gridDownloadModel"; }, { "keywordSearchChange": "keywordSearchChange"; "filterChange": "filterChange"; "downloadClicked": "downloadClicked"; "closeButtonClicked": "closeButtonClicked"; }, never, never>;
|
|
23
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { InputDropdownList } from '../../../atoms/input-dropdown/input-dropdown-list.model';
|
|
2
|
+
import { GridModel } from '../../../atoms/grid/grid.model';
|
|
3
|
+
import { GridDownloadModel } from '../../../organisms/grid-download/grid-download.model';
|
|
4
|
+
export interface AdvertisedJobPostingsModalModel {
|
|
5
|
+
gridDownloadModel: GridDownloadModel;
|
|
6
|
+
settingTypeDropdown: InputDropdownList;
|
|
7
|
+
grid: GridModel;
|
|
8
|
+
gridTitle: string;
|
|
9
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./advertised-job-postings-modal.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../../../templates/modal-templates/two-column-modal-template/two-column-modal-template.module";
|
|
5
|
+
import * as i4 from "../../../templates/modal-templates/two-column-body-template/two-column-body-template.module";
|
|
6
|
+
import * as i5 from "../../../templates/modal-templates/one-column-with-filter-modal-template/one-column-with-filter-modal-template.module";
|
|
7
|
+
import * as i6 from "../../../atoms/h4/h4.module";
|
|
8
|
+
import * as i7 from "../../../atoms/paragraph/paragraph.module";
|
|
9
|
+
import * as i8 from "../../../atoms/icon/icon.module";
|
|
10
|
+
import * as i9 from "../../../atoms/input-text/input-text.module";
|
|
11
|
+
import * as i10 from "../../../atoms/button/button.module";
|
|
12
|
+
import * as i11 from "../../../templates/placeholder/placeholder.module";
|
|
13
|
+
import * as i12 from "../../../molecules/h5-with-icon/h5-with-icon.module";
|
|
14
|
+
import * as i13 from "../../../atoms/sfx-loader/sfx-loader.module";
|
|
15
|
+
import * as i14 from "../../../atoms/grid/grid.module";
|
|
16
|
+
import * as i15 from "../../../atoms/two-column-filter-area/two-column-filter-area.module";
|
|
17
|
+
import * as i16 from "../../../organisms/grid-download/grid-download.module";
|
|
18
|
+
export declare class AdvertisedJobPostingsModalModule {
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdvertisedJobPostingsModalModule, never>;
|
|
20
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdvertisedJobPostingsModalModule, [typeof i1.AdvertisedJobPostingsModalComponent], [typeof i2.CommonModule, typeof i3.TwoColumnModalModule, typeof i4.TwoColumnBodyTemplateModule, typeof i5.OneColumnWithFilterModalModule, typeof i6.H4Module, typeof i7.ParagraphModule, typeof i8.IconModule, typeof i9.InputTextModule, typeof i10.ButtonModule, typeof i11.PlaceholderModule, typeof i12.H5WithIconModule, typeof i13.SfxLoaderModule, typeof i14.GridModule, typeof i15.TwoColumnFilterAreaModule, typeof i16.GridDownloadModule], [typeof i1.AdvertisedJobPostingsModalComponent]>;
|
|
21
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdvertisedJobPostingsModalModule>;
|
|
22
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class AdvertisedJobPostingsListTemplateComponent {
|
|
3
|
+
constructor();
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdvertisedJobPostingsListTemplateComponent, never>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdvertisedJobPostingsListTemplateComponent, "symphony-advertised-job-postings-list-template", never, {}, {}, never, ["[sfx-header]", "[sfx-filter-area]", "[sfx-grid-action]", "[sfx-grid]"]>;
|
|
6
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./advertised-job-postings-list.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class AdvertisedJobPostingsListModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdvertisedJobPostingsListModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdvertisedJobPostingsListModule, [typeof i1.AdvertisedJobPostingsListTemplateComponent], [typeof i2.CommonModule], [typeof i1.AdvertisedJobPostingsListTemplateComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdvertisedJobPostingsListModule>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class OneColumnWithFilterModalTemplateComponent {
|
|
3
|
+
constructor();
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OneColumnWithFilterModalTemplateComponent, never>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<OneColumnWithFilterModalTemplateComponent, "symphony-one-column-with-filter-modal-template", never, {}, {}, never, ["[sfx-modal-title]", "[sfx-close-button]", "[sfx-filter-area]", "[sfx-grid-download]", "[sfx-modal-body-area]"]>;
|
|
6
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./one-column-with-filter-modal-template.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class OneColumnWithFilterModalModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OneColumnWithFilterModalModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<OneColumnWithFilterModalModule, [typeof i1.OneColumnWithFilterModalTemplateComponent], [typeof i2.CommonModule], [typeof i1.OneColumnWithFilterModalTemplateComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<OneColumnWithFilterModalModule>;
|
|
8
|
+
}
|
|
@@ -23,6 +23,8 @@ export * from './lib/atoms/grid/framework/grid-cell-loader/grid-cell-loader.comp
|
|
|
23
23
|
export * from './lib/atoms/grid/framework/grid-cell-loader/grid-cell-loader.module';
|
|
24
24
|
export * from './lib/atoms/grid/framework/relevance-score/relevance-score.component';
|
|
25
25
|
export * from './lib/atoms/grid/framework/relevance-score/relevance-score.component.module';
|
|
26
|
+
export * from './lib/atoms/grid/framework/advertised-jobs-cost/advertised-jobs-cost.component';
|
|
27
|
+
export * from './lib/atoms/grid/framework/advertised-jobs-cost/advertised-jobs-cost.module';
|
|
26
28
|
export * from './lib/atoms/grid/framework/framework.module';
|
|
27
29
|
export * from './lib/atoms/h1/h1.component';
|
|
28
30
|
export * from './lib/atoms/h1/h1.module';
|
|
@@ -70,6 +72,9 @@ export * from './lib/atoms/two-column-filter-area/two-column-filter-area.compone
|
|
|
70
72
|
export * from './lib/atoms/two-column-filter-area/two-column-filter-area.module';
|
|
71
73
|
export * from './lib/atoms/tooltip-wrapper/tooltip-wrapper.component';
|
|
72
74
|
export * from './lib/atoms/tooltip-wrapper/tooltip-wrapper.module';
|
|
75
|
+
export * from './lib/atoms/navigation-link/navigation-link.component';
|
|
76
|
+
export * from './lib/atoms/navigation-link/navigation-link.module';
|
|
77
|
+
export * from './lib/atoms/navigation-link/navigation-link.model';
|
|
73
78
|
export * from './lib/atoms/atoms.module';
|
|
74
79
|
export * from './lib/molecules/breadcrumb/breadcrumb.component';
|
|
75
80
|
export * from './lib/molecules/breadcrumb/breadcrumb.module';
|
|
@@ -87,6 +92,11 @@ export * from './lib/molecules/h5-with-icon/h5-with-icon.module';
|
|
|
87
92
|
export * from './lib/molecules/file-upload/file-upload.model';
|
|
88
93
|
export * from './lib/molecules/file-upload/file-upload.component';
|
|
89
94
|
export * from './lib/molecules/file-upload/file-upload.module';
|
|
95
|
+
export * from './lib/molecules/icon-with-tooltip/icon-with-tooltip.model';
|
|
96
|
+
export * from './lib/molecules/icon-with-tooltip/icon-with-tooltip.component';
|
|
97
|
+
export * from './lib/molecules/icon-with-tooltip/icon-with-tooltip.module';
|
|
98
|
+
export * from './lib/molecules/file-upload-v2/file-upload-v2.component';
|
|
99
|
+
export * from './lib/molecules/file-upload-v2/file-upload-v2.module';
|
|
90
100
|
export * from './lib/molecules/document-management-item/document-management-item.model';
|
|
91
101
|
export * from './lib/molecules/document-management-item/document-management-item.component';
|
|
92
102
|
export * from './lib/molecules/document-management-item/document-management-item.module';
|
|
@@ -103,12 +113,15 @@ export * from './lib/organisms/upload-resume-modal/upload-resume-modal.model';
|
|
|
103
113
|
export * from './lib/organisms/upload-resume-modal/upload-resume-modal.module';
|
|
104
114
|
export * from './lib/organisms/action-bar-job-list/action-bar-job-list.component';
|
|
105
115
|
export * from './lib/organisms/action-bar-job-list/action-bar-job-list.module';
|
|
106
|
-
export * from './lib/organisms/grid-actions
|
|
107
|
-
export * from './lib/organisms/grid-actions
|
|
108
|
-
export * from './lib/organisms/grid-actions
|
|
109
|
-
export * from './lib/organisms/grid-controls
|
|
110
|
-
export * from './lib/organisms/grid-controls
|
|
111
|
-
export * from './lib/organisms/grid-controls
|
|
116
|
+
export * from './lib/organisms/grid-actions/grid-actions.component';
|
|
117
|
+
export * from './lib/organisms/grid-actions/grid-actions.module';
|
|
118
|
+
export * from './lib/organisms/grid-actions/grid-actions.model';
|
|
119
|
+
export * from './lib/organisms/grid-controls/grid-controls.component';
|
|
120
|
+
export * from './lib/organisms/grid-controls/grid-controls.module';
|
|
121
|
+
export * from './lib/organisms/grid-controls/grid-controls.model';
|
|
122
|
+
export * from './lib/organisms/grid-download/grid-download.component';
|
|
123
|
+
export * from './lib/organisms/grid-download/grid-download.module';
|
|
124
|
+
export * from './lib/organisms/grid-download/grid-download.model';
|
|
112
125
|
export * from './lib/organisms/confirmation-modal/confirmation-modal.component';
|
|
113
126
|
export * from './lib/organisms/confirmation-modal/confirmation-modal.module';
|
|
114
127
|
export * from './lib/organisms/confirmation-modal/confirmation-modal.model';
|
|
@@ -116,6 +129,8 @@ export * from './lib/organisms/action-bar/action-bar.component';
|
|
|
116
129
|
export * from './lib/organisms/action-bar/action-bar.module';
|
|
117
130
|
export * from './lib/organisms/document-management-list/document-management-list.component';
|
|
118
131
|
export * from './lib/organisms/document-management-list/document-management-list.module';
|
|
132
|
+
export * from './lib/organisms/sidebar-navigation/sidebar-navigation.component';
|
|
133
|
+
export * from './lib/organisms/sidebar-navigation/sidebar-navigation.module';
|
|
119
134
|
export * from './lib/organisms/organisms.module';
|
|
120
135
|
export * from './lib/pages/events-settings-page/events-settings-page.component';
|
|
121
136
|
export * from './lib/pages/events-settings-page/events-settings-page.module';
|
|
@@ -135,3 +150,9 @@ export * from './lib/pages/feedback-list-page/feedback-list-page.model';
|
|
|
135
150
|
export * from './lib/pages/feedback-detail-page/feedback-detail-page.component';
|
|
136
151
|
export * from './lib/pages/feedback-detail-page/feedback-detail-page.module';
|
|
137
152
|
export * from './lib/pages/feedback-detail-page/feedback-detail-page.model';
|
|
153
|
+
export * from './lib/pages/advertised-job-postings-list-page/advertised-job-postings-list-page.component';
|
|
154
|
+
export * from './lib/pages/advertised-job-postings-list-page/advertised-job-postings-list-page.module';
|
|
155
|
+
export * from './lib/pages/advertised-job-postings-list-page/advertised-job-postings-list-page.model';
|
|
156
|
+
export * from './lib/pages/modals/advertised-job-postings-modal/advertised-job-postings-modal.component';
|
|
157
|
+
export * from './lib/pages/modals/advertised-job-postings-modal/advertised-job-postings-modal.module';
|
|
158
|
+
export * from './lib/pages/modals/advertised-job-postings-modal/advertised-job-postings-modal.model';
|
package/public-api.d.ts
CHANGED
|
@@ -23,6 +23,8 @@ export * from './lib/atoms/grid/framework/grid-cell-loader/grid-cell-loader.comp
|
|
|
23
23
|
export * from './lib/atoms/grid/framework/grid-cell-loader/grid-cell-loader.module';
|
|
24
24
|
export * from './lib/atoms/grid/framework/relevance-score/relevance-score.component';
|
|
25
25
|
export * from './lib/atoms/grid/framework/relevance-score/relevance-score.component.module';
|
|
26
|
+
export * from './lib/atoms/grid/framework/advertised-jobs-cost/advertised-jobs-cost.component';
|
|
27
|
+
export * from './lib/atoms/grid/framework/advertised-jobs-cost/advertised-jobs-cost.module';
|
|
26
28
|
export * from './lib/atoms/grid/framework/framework.module';
|
|
27
29
|
export * from './lib/atoms/h1/h1.component';
|
|
28
30
|
export * from './lib/atoms/h1/h1.module';
|
|
@@ -70,6 +72,9 @@ export * from './lib/atoms/two-column-filter-area/two-column-filter-area.compone
|
|
|
70
72
|
export * from './lib/atoms/two-column-filter-area/two-column-filter-area.module';
|
|
71
73
|
export * from './lib/atoms/tooltip-wrapper/tooltip-wrapper.component';
|
|
72
74
|
export * from './lib/atoms/tooltip-wrapper/tooltip-wrapper.module';
|
|
75
|
+
export * from './lib/atoms/navigation-link/navigation-link.component';
|
|
76
|
+
export * from './lib/atoms/navigation-link/navigation-link.module';
|
|
77
|
+
export * from './lib/atoms/navigation-link/navigation-link.model';
|
|
73
78
|
export * from './lib/atoms/atoms.module';
|
|
74
79
|
export * from './lib/molecules/breadcrumb/breadcrumb.component';
|
|
75
80
|
export * from './lib/molecules/breadcrumb/breadcrumb.module';
|
|
@@ -87,6 +92,11 @@ export * from './lib/molecules/h5-with-icon/h5-with-icon.module';
|
|
|
87
92
|
export * from './lib/molecules/file-upload/file-upload.model';
|
|
88
93
|
export * from './lib/molecules/file-upload/file-upload.component';
|
|
89
94
|
export * from './lib/molecules/file-upload/file-upload.module';
|
|
95
|
+
export * from './lib/molecules/icon-with-tooltip/icon-with-tooltip.model';
|
|
96
|
+
export * from './lib/molecules/icon-with-tooltip/icon-with-tooltip.component';
|
|
97
|
+
export * from './lib/molecules/icon-with-tooltip/icon-with-tooltip.module';
|
|
98
|
+
export * from './lib/molecules/file-upload-v2/file-upload-v2.component';
|
|
99
|
+
export * from './lib/molecules/file-upload-v2/file-upload-v2.module';
|
|
90
100
|
export * from './lib/molecules/document-management-item/document-management-item.model';
|
|
91
101
|
export * from './lib/molecules/document-management-item/document-management-item.component';
|
|
92
102
|
export * from './lib/molecules/document-management-item/document-management-item.module';
|
|
@@ -103,12 +113,15 @@ export * from './lib/organisms/upload-resume-modal/upload-resume-modal.model';
|
|
|
103
113
|
export * from './lib/organisms/upload-resume-modal/upload-resume-modal.module';
|
|
104
114
|
export * from './lib/organisms/action-bar-job-list/action-bar-job-list.component';
|
|
105
115
|
export * from './lib/organisms/action-bar-job-list/action-bar-job-list.module';
|
|
106
|
-
export * from './lib/organisms/grid-actions
|
|
107
|
-
export * from './lib/organisms/grid-actions
|
|
108
|
-
export * from './lib/organisms/grid-actions
|
|
109
|
-
export * from './lib/organisms/grid-controls
|
|
110
|
-
export * from './lib/organisms/grid-controls
|
|
111
|
-
export * from './lib/organisms/grid-controls
|
|
116
|
+
export * from './lib/organisms/grid-actions/grid-actions.component';
|
|
117
|
+
export * from './lib/organisms/grid-actions/grid-actions.module';
|
|
118
|
+
export * from './lib/organisms/grid-actions/grid-actions.model';
|
|
119
|
+
export * from './lib/organisms/grid-controls/grid-controls.component';
|
|
120
|
+
export * from './lib/organisms/grid-controls/grid-controls.module';
|
|
121
|
+
export * from './lib/organisms/grid-controls/grid-controls.model';
|
|
122
|
+
export * from './lib/organisms/grid-download/grid-download.component';
|
|
123
|
+
export * from './lib/organisms/grid-download/grid-download.module';
|
|
124
|
+
export * from './lib/organisms/grid-download/grid-download.model';
|
|
112
125
|
export * from './lib/organisms/confirmation-modal/confirmation-modal.component';
|
|
113
126
|
export * from './lib/organisms/confirmation-modal/confirmation-modal.module';
|
|
114
127
|
export * from './lib/organisms/confirmation-modal/confirmation-modal.model';
|
|
@@ -116,6 +129,8 @@ export * from './lib/organisms/action-bar/action-bar.component';
|
|
|
116
129
|
export * from './lib/organisms/action-bar/action-bar.module';
|
|
117
130
|
export * from './lib/organisms/document-management-list/document-management-list.component';
|
|
118
131
|
export * from './lib/organisms/document-management-list/document-management-list.module';
|
|
132
|
+
export * from './lib/organisms/sidebar-navigation/sidebar-navigation.component';
|
|
133
|
+
export * from './lib/organisms/sidebar-navigation/sidebar-navigation.module';
|
|
119
134
|
export * from './lib/organisms/organisms.module';
|
|
120
135
|
export * from './lib/pages/events-settings-page/events-settings-page.component';
|
|
121
136
|
export * from './lib/pages/events-settings-page/events-settings-page.module';
|
|
@@ -135,3 +150,9 @@ export * from './lib/pages/feedback-list-page/feedback-list-page.model';
|
|
|
135
150
|
export * from './lib/pages/feedback-detail-page/feedback-detail-page.component';
|
|
136
151
|
export * from './lib/pages/feedback-detail-page/feedback-detail-page.module';
|
|
137
152
|
export * from './lib/pages/feedback-detail-page/feedback-detail-page.model';
|
|
153
|
+
export * from './lib/pages/advertised-job-postings-list-page/advertised-job-postings-list-page.component';
|
|
154
|
+
export * from './lib/pages/advertised-job-postings-list-page/advertised-job-postings-list-page.module';
|
|
155
|
+
export * from './lib/pages/advertised-job-postings-list-page/advertised-job-postings-list-page.model';
|
|
156
|
+
export * from './lib/pages/modals/advertised-job-postings-modal/advertised-job-postings-modal.component';
|
|
157
|
+
export * from './lib/pages/modals/advertised-job-postings-modal/advertised-job-postings-modal.module';
|
|
158
|
+
export * from './lib/pages/modals/advertised-job-postings-modal/advertised-job-postings-modal.model';
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { Component, EventEmitter, Input, Output, ViewEncapsulation, } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "../../molecules/button-with-icon/button-with-icon.component";
|
|
4
|
-
import * as i2 from "@angular/common";
|
|
5
|
-
export class GridActionsJobListComponent {
|
|
6
|
-
constructor() {
|
|
7
|
-
this.buttonClicked = new EventEmitter();
|
|
8
|
-
}
|
|
9
|
-
onButtonClick(text) {
|
|
10
|
-
this.buttonClicked.emit(text);
|
|
11
|
-
}
|
|
12
|
-
}
|
|
13
|
-
GridActionsJobListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridActionsJobListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
14
|
-
GridActionsJobListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: GridActionsJobListComponent, selector: "symphony-grid-actions-job-list", inputs: { model: "model", isInverse: "isInverse" }, outputs: { buttonClicked: "buttonClicked" }, ngImport: i0, template: "<div class=\"sfx-d-inline-block\" *ngFor=\"let actionButton of model\">\n <symphony-button-with-icon\n (clicked)=\"onButtonClick($event)\"\n [icon]=\"actionButton.icon\"\n [text]=\"actionButton.text\"\n [showActionButton]=\"actionButton.showActionButton\"\n ></symphony-button-with-icon>\n</div>\n", styles: [""], components: [{ type: i1.ButtonWithIconComponent, selector: "symphony-button-with-icon", inputs: ["text", "icon", "showActionButton"], outputs: ["clicked"] }], directives: [{ type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }], encapsulation: i0.ViewEncapsulation.None });
|
|
15
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridActionsJobListComponent, decorators: [{
|
|
16
|
-
type: Component,
|
|
17
|
-
args: [{ selector: 'symphony-grid-actions-job-list', encapsulation: ViewEncapsulation.None, template: "<div class=\"sfx-d-inline-block\" *ngFor=\"let actionButton of model\">\n <symphony-button-with-icon\n (clicked)=\"onButtonClick($event)\"\n [icon]=\"actionButton.icon\"\n [text]=\"actionButton.text\"\n [showActionButton]=\"actionButton.showActionButton\"\n ></symphony-button-with-icon>\n</div>\n", styles: [""] }]
|
|
18
|
-
}], ctorParameters: function () { return []; }, propDecorators: { model: [{
|
|
19
|
-
type: Input
|
|
20
|
-
}], buttonClicked: [{
|
|
21
|
-
type: Output
|
|
22
|
-
}], isInverse: [{
|
|
23
|
-
type: Input
|
|
24
|
-
}] } });
|
|
25
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ3JpZC1hY3Rpb25zLWpvYi1saXN0LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NvbXBvbmVudC1saWJyYXJ5L3NyYy9saWIvb3JnYW5pc21zL2dyaWQtYWN0aW9ucy1qb2ItbGlzdC9ncmlkLWFjdGlvbnMtam9iLWxpc3QuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY29tcG9uZW50LWxpYnJhcnkvc3JjL2xpYi9vcmdhbmlzbXMvZ3JpZC1hY3Rpb25zLWpvYi1saXN0L2dyaWQtYWN0aW9ucy1qb2ItbGlzdC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsU0FBUyxFQUNULFlBQVksRUFDWixLQUFLLEVBQ0wsTUFBTSxFQUNOLGlCQUFpQixHQUNsQixNQUFNLGVBQWUsQ0FBQzs7OztBQVN2QixNQUFNLE9BQU8sMkJBQTJCO0lBS3RDO1FBRlUsa0JBQWEsR0FBRyxJQUFJLFlBQVksRUFBVSxDQUFDO0lBRXRDLENBQUM7SUFFaEIsYUFBYSxDQUFDLElBQVk7UUFDeEIsSUFBSSxDQUFDLGFBQWEsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDaEMsQ0FBQzs7d0hBVFUsMkJBQTJCOzRHQUEzQiwyQkFBMkIsdUtDZnhDLHlUQVFBOzJGRE9hLDJCQUEyQjtrQkFOdkMsU0FBUzsrQkFDRSxnQ0FBZ0MsaUJBRzNCLGlCQUFpQixDQUFDLElBQUk7MEVBRzVCLEtBQUs7c0JBQWIsS0FBSztnQkFFSSxhQUFhO3NCQUF0QixNQUFNO2dCQUNFLFNBQVM7c0JBQWpCLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBDb21wb25lbnQsXG4gIEV2ZW50RW1pdHRlcixcbiAgSW5wdXQsXG4gIE91dHB1dCxcbiAgVmlld0VuY2Fwc3VsYXRpb24sXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgR3JpZEFjdGlvbnNKb2JMaXN0TW9kZWwgfSBmcm9tICcuL2dyaWQtYWN0aW9ucy1qb2ItbGlzdC5tb2RlbCc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ3N5bXBob255LWdyaWQtYWN0aW9ucy1qb2ItbGlzdCcsXG4gIHRlbXBsYXRlVXJsOiAnLi9ncmlkLWFjdGlvbnMtam9iLWxpc3QuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9ncmlkLWFjdGlvbnMtam9iLWxpc3QuY29tcG9uZW50LnNjc3MnXSxcbiAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcbn0pXG5leHBvcnQgY2xhc3MgR3JpZEFjdGlvbnNKb2JMaXN0Q29tcG9uZW50IHtcbiAgQElucHV0KCkgbW9kZWw6IEdyaWRBY3Rpb25zSm9iTGlzdE1vZGVsW107XG5cbiAgQE91dHB1dCgpIGJ1dHRvbkNsaWNrZWQgPSBuZXcgRXZlbnRFbWl0dGVyPHN0cmluZz4oKTtcbiAgQElucHV0KCkgaXNJbnZlcnNlOiBib29sZWFuO1xuICBjb25zdHJ1Y3RvcigpIHt9XG5cbiAgb25CdXR0b25DbGljayh0ZXh0OiBzdHJpbmcpIHtcbiAgICB0aGlzLmJ1dHRvbkNsaWNrZWQuZW1pdCh0ZXh0KTtcbiAgfVxufVxuIiwiPGRpdiBjbGFzcz1cInNmeC1kLWlubGluZS1ibG9ja1wiICpuZ0Zvcj1cImxldCBhY3Rpb25CdXR0b24gb2YgbW9kZWxcIj5cbiAgPHN5bXBob255LWJ1dHRvbi13aXRoLWljb25cbiAgICAoY2xpY2tlZCk9XCJvbkJ1dHRvbkNsaWNrKCRldmVudClcIlxuICAgIFtpY29uXT1cImFjdGlvbkJ1dHRvbi5pY29uXCJcbiAgICBbdGV4dF09XCJhY3Rpb25CdXR0b24udGV4dFwiXG4gICAgW3Nob3dBY3Rpb25CdXR0b25dPVwiYWN0aW9uQnV0dG9uLnNob3dBY3Rpb25CdXR0b25cIlxuICA+PC9zeW1waG9ueS1idXR0b24td2l0aC1pY29uPlxuPC9kaXY+XG4iXX0=
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ3JpZC1hY3Rpb25zLWpvYi1saXN0Lm1vZGVsLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY29tcG9uZW50LWxpYnJhcnkvc3JjL2xpYi9vcmdhbmlzbXMvZ3JpZC1hY3Rpb25zLWpvYi1saXN0L2dyaWQtYWN0aW9ucy1qb2ItbGlzdC5tb2RlbC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgSWNvbnMgfSBmcm9tICcuLi8uLi9hdG9tcy9pY29uL2ljb24uZW51bSc7XG5cbmV4cG9ydCBpbnRlcmZhY2UgR3JpZEFjdGlvbnNKb2JMaXN0TW9kZWwge1xuICBpY29uOiBJY29ucztcbiAgdGV4dDogc3RyaW5nO1xuICBzaG93QWN0aW9uQnV0dG9uPzogYm9vbGVhbjtcbn1cbiJdfQ==
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { CommonModule } from '@angular/common';
|
|
3
|
-
import { GridActionsJobListComponent } from './grid-actions-job-list.component';
|
|
4
|
-
import { ButtonWithIconModule } from '../../molecules/button-with-icon/button-with-icon.module';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export class GridActionsJobListModule {
|
|
7
|
-
}
|
|
8
|
-
GridActionsJobListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridActionsJobListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9
|
-
GridActionsJobListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridActionsJobListModule, declarations: [GridActionsJobListComponent], imports: [CommonModule, ButtonWithIconModule], exports: [GridActionsJobListComponent] });
|
|
10
|
-
GridActionsJobListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridActionsJobListModule, imports: [[CommonModule, ButtonWithIconModule]] });
|
|
11
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridActionsJobListModule, decorators: [{
|
|
12
|
-
type: NgModule,
|
|
13
|
-
args: [{
|
|
14
|
-
declarations: [GridActionsJobListComponent],
|
|
15
|
-
imports: [CommonModule, ButtonWithIconModule],
|
|
16
|
-
exports: [GridActionsJobListComponent],
|
|
17
|
-
}]
|
|
18
|
-
}] });
|
|
19
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ3JpZC1hY3Rpb25zLWpvYi1saXN0Lm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NvbXBvbmVudC1saWJyYXJ5L3NyYy9saWIvb3JnYW5pc21zL2dyaWQtYWN0aW9ucy1qb2ItbGlzdC9ncmlkLWFjdGlvbnMtam9iLWxpc3QubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSwyQkFBMkIsRUFBRSxNQUFNLG1DQUFtQyxDQUFDO0FBQ2hGLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLDBEQUEwRCxDQUFDOztBQU9oRyxNQUFNLE9BQU8sd0JBQXdCOztxSEFBeEIsd0JBQXdCO3NIQUF4Qix3QkFBd0IsaUJBSnBCLDJCQUEyQixhQUNoQyxZQUFZLEVBQUUsb0JBQW9CLGFBQ2xDLDJCQUEyQjtzSEFFMUIsd0JBQXdCLFlBSDFCLENBQUMsWUFBWSxFQUFFLG9CQUFvQixDQUFDOzJGQUdsQyx3QkFBd0I7a0JBTHBDLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFLENBQUMsMkJBQTJCLENBQUM7b0JBQzNDLE9BQU8sRUFBRSxDQUFDLFlBQVksRUFBRSxvQkFBb0IsQ0FBQztvQkFDN0MsT0FBTyxFQUFFLENBQUMsMkJBQTJCLENBQUM7aUJBQ3ZDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBHcmlkQWN0aW9uc0pvYkxpc3RDb21wb25lbnQgfSBmcm9tICcuL2dyaWQtYWN0aW9ucy1qb2ItbGlzdC5jb21wb25lbnQnO1xuaW1wb3J0IHsgQnV0dG9uV2l0aEljb25Nb2R1bGUgfSBmcm9tICcuLi8uLi9tb2xlY3VsZXMvYnV0dG9uLXdpdGgtaWNvbi9idXR0b24td2l0aC1pY29uLm1vZHVsZSc7XG5cbkBOZ01vZHVsZSh7XG4gIGRlY2xhcmF0aW9uczogW0dyaWRBY3Rpb25zSm9iTGlzdENvbXBvbmVudF0sXG4gIGltcG9ydHM6IFtDb21tb25Nb2R1bGUsIEJ1dHRvbldpdGhJY29uTW9kdWxlXSxcbiAgZXhwb3J0czogW0dyaWRBY3Rpb25zSm9iTGlzdENvbXBvbmVudF0sXG59KVxuZXhwb3J0IGNsYXNzIEdyaWRBY3Rpb25zSm9iTGlzdE1vZHVsZSB7fVxuIl19
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import { Component, EventEmitter, Input, Output, ViewEncapsulation, } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "../../atoms/tooltip-wrapper/tooltip-wrapper.component";
|
|
4
|
-
import * as i2 from "../../atoms/icon-wrapper/icon-wrapper.component";
|
|
5
|
-
import * as i3 from "../../atoms/icon/icon.component";
|
|
6
|
-
import * as i4 from "../../atoms/contextual-menu/contextual-menu.component";
|
|
7
|
-
import * as i5 from "@angular/common";
|
|
8
|
-
export class GridControlsJobListComponent {
|
|
9
|
-
constructor() {
|
|
10
|
-
this.Clicked = new EventEmitter();
|
|
11
|
-
this.menuClicked = new EventEmitter();
|
|
12
|
-
this.gridMoreActions = {
|
|
13
|
-
hasBorder: false,
|
|
14
|
-
items: [],
|
|
15
|
-
};
|
|
16
|
-
}
|
|
17
|
-
onClick() {
|
|
18
|
-
this.Clicked.emit();
|
|
19
|
-
}
|
|
20
|
-
onItemClick(item) {
|
|
21
|
-
this.menuClicked.emit(item);
|
|
22
|
-
}
|
|
23
|
-
ngOnInit() {
|
|
24
|
-
this.gridMoreActions.items = this.model.gridActions;
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
GridControlsJobListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridControlsJobListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
28
|
-
GridControlsJobListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: GridControlsJobListComponent, selector: "symphony-grid-controls-job-list", inputs: { model: "model" }, outputs: { Clicked: "Clicked", menuClicked: "menuClicked" }, ngImport: i0, template: "<div class=\"sfx-action\">\n <div\n class=\"sfx-d-inline-block pull-left sfx-mt-10 sfx-pr-30\"\n *ngIf=\"model.gridRowCount\"\n >\n <strong class=\"text-label\">{{ model.gridRowCount }}</strong>\n </div>\n <div\n class=\"sfx-d-inline-block pull-left sfx-pr-20\"\n *ngIf=\"model.showCustomiseColumns\"\n >\n <symphony-tooltip-wrapper\n [tooltipHtml]=\"'Customise Columns'\"\n [placement]=\"'top'\"\n class=\"actionIcon-tooltip\"\n >\n <symphony-icon-wrapper (click)=\"onClick()\"\n ><symphony-icon [icon]=\"'si-organize-columns'\"></symphony-icon>\n </symphony-icon-wrapper>\n </symphony-tooltip-wrapper>\n </div>\n <div class=\"sfx-d-inline-block pull-left\">\n <symphony-contextual-menu\n class=\"task-more-option\"\n *ngIf=\"gridMoreActions && gridMoreActions.items.length > 0\"\n [model]=\"gridMoreActions\"\n (itemClick)=\"onItemClick($event)\"\n >\n </symphony-contextual-menu>\n </div>\n</div>\n", styles: [".task-more-option .btn-group .dropdown-menu{min-width:200px!important}.actionIcon-tooltip .tooltip{min-width:160px}.actionIcon-tooltip .tooltip .tooltip-inner{background-color:#565656;padding:8px 15px;border-radius:.625rem;max-width:250px;font-size:12px;color:#fff}.actionIcon-tooltip .sfx-info-tooltip.item-tooltip.top .tooltip-arrow.arrow{border-top-color:#565656}.actionIcon-tooltip .sfx-info-tooltip.item-tooltip.right{left:5px!important}.actionIcon-tooltip .sfx-info-tooltip.item-tooltip.right .tooltip-arrow.arrow{border-right-color:#565656}.actionIcon-tooltip .sfx-info-tooltip.item-tooltip.bottom .tooltip-arrow.arrow{border-bottom-color:#565656}.actionIcon-tooltip .sfx-info-tooltip.item-tooltip.left{left:-5px!important}.actionIcon-tooltip .sfx-info-tooltip.item-tooltip.left .tooltip-arrow.arrow{border-left-color:#565656}\n"], components: [{ type: i1.TooltipWrapperComponent, selector: "symphony-tooltip-wrapper", inputs: ["placement", "tooltipHtml"] }, { type: i2.IconWrapperComponent, selector: "symphony-icon-wrapper", inputs: ["isInverse"], outputs: ["clicked"] }, { type: i3.IconComponent, selector: "symphony-icon", inputs: ["icon", "isSecondary", "size", "iconColor"], outputs: ["clicked"] }, { type: i4.ContextualMenuComponent, selector: "symphony-contextual-menu", inputs: ["model"], outputs: ["itemClick"] }], directives: [{ type: i5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], encapsulation: i0.ViewEncapsulation.None });
|
|
29
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridControlsJobListComponent, decorators: [{
|
|
30
|
-
type: Component,
|
|
31
|
-
args: [{ selector: 'symphony-grid-controls-job-list', encapsulation: ViewEncapsulation.None, template: "<div class=\"sfx-action\">\n <div\n class=\"sfx-d-inline-block pull-left sfx-mt-10 sfx-pr-30\"\n *ngIf=\"model.gridRowCount\"\n >\n <strong class=\"text-label\">{{ model.gridRowCount }}</strong>\n </div>\n <div\n class=\"sfx-d-inline-block pull-left sfx-pr-20\"\n *ngIf=\"model.showCustomiseColumns\"\n >\n <symphony-tooltip-wrapper\n [tooltipHtml]=\"'Customise Columns'\"\n [placement]=\"'top'\"\n class=\"actionIcon-tooltip\"\n >\n <symphony-icon-wrapper (click)=\"onClick()\"\n ><symphony-icon [icon]=\"'si-organize-columns'\"></symphony-icon>\n </symphony-icon-wrapper>\n </symphony-tooltip-wrapper>\n </div>\n <div class=\"sfx-d-inline-block pull-left\">\n <symphony-contextual-menu\n class=\"task-more-option\"\n *ngIf=\"gridMoreActions && gridMoreActions.items.length > 0\"\n [model]=\"gridMoreActions\"\n (itemClick)=\"onItemClick($event)\"\n >\n </symphony-contextual-menu>\n </div>\n</div>\n", styles: [".task-more-option .btn-group .dropdown-menu{min-width:200px!important}.actionIcon-tooltip .tooltip{min-width:160px}.actionIcon-tooltip .tooltip .tooltip-inner{background-color:#565656;padding:8px 15px;border-radius:.625rem;max-width:250px;font-size:12px;color:#fff}.actionIcon-tooltip .sfx-info-tooltip.item-tooltip.top .tooltip-arrow.arrow{border-top-color:#565656}.actionIcon-tooltip .sfx-info-tooltip.item-tooltip.right{left:5px!important}.actionIcon-tooltip .sfx-info-tooltip.item-tooltip.right .tooltip-arrow.arrow{border-right-color:#565656}.actionIcon-tooltip .sfx-info-tooltip.item-tooltip.bottom .tooltip-arrow.arrow{border-bottom-color:#565656}.actionIcon-tooltip .sfx-info-tooltip.item-tooltip.left{left:-5px!important}.actionIcon-tooltip .sfx-info-tooltip.item-tooltip.left .tooltip-arrow.arrow{border-left-color:#565656}\n"] }]
|
|
32
|
-
}], ctorParameters: function () { return []; }, propDecorators: { model: [{
|
|
33
|
-
type: Input
|
|
34
|
-
}], Clicked: [{
|
|
35
|
-
type: Output
|
|
36
|
-
}], menuClicked: [{
|
|
37
|
-
type: Output
|
|
38
|
-
}] } });
|
|
39
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ3JpZC1jb250cm9scy1qb2ItbGlzdC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jb21wb25lbnQtbGlicmFyeS9zcmMvbGliL29yZ2FuaXNtcy9ncmlkLWNvbnRyb2xzLWpvYi1saXN0L2dyaWQtY29udHJvbHMtam9iLWxpc3QuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY29tcG9uZW50LWxpYnJhcnkvc3JjL2xpYi9vcmdhbmlzbXMvZ3JpZC1jb250cm9scy1qb2ItbGlzdC9ncmlkLWNvbnRyb2xzLWpvYi1saXN0LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDTCxTQUFTLEVBQ1QsWUFBWSxFQUNaLEtBQUssRUFFTCxNQUFNLEVBQ04saUJBQWlCLEdBQ2xCLE1BQU0sZUFBZSxDQUFDOzs7Ozs7O0FBVXZCLE1BQU0sT0FBTyw0QkFBNEI7SUFTdkM7UUFQVSxZQUFPLEdBQUcsSUFBSSxZQUFZLEVBQVEsQ0FBQztRQUNuQyxnQkFBVyxHQUFHLElBQUksWUFBWSxFQUFVLENBQUM7UUFDNUMsb0JBQWUsR0FBd0I7WUFDNUMsU0FBUyxFQUFFLEtBQUs7WUFDaEIsS0FBSyxFQUFFLEVBQUU7U0FDVixDQUFDO0lBRWEsQ0FBQztJQUVoQixPQUFPO1FBQ0wsSUFBSSxDQUFDLE9BQU8sQ0FBQyxJQUFJLEVBQUUsQ0FBQztJQUN0QixDQUFDO0lBQ0QsV0FBVyxDQUFDLElBQVk7UUFDdEIsSUFBSSxDQUFDLFdBQVcsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUE7SUFDN0IsQ0FBQztJQUNELFFBQVE7UUFDTixJQUFJLENBQUMsZUFBZSxDQUFDLEtBQUssR0FBRyxJQUFJLENBQUMsS0FBSyxDQUFDLFdBQVcsQ0FBQztJQUN0RCxDQUFDOzt5SEFuQlUsNEJBQTRCOzZHQUE1Qiw0QkFBNEIsZ0tDakJ6QyxvK0JBK0JBOzJGRGRhLDRCQUE0QjtrQkFOeEMsU0FBUzsrQkFDRSxpQ0FBaUMsaUJBRzVCLGlCQUFpQixDQUFDLElBQUk7MEVBRzVCLEtBQUs7c0JBQWIsS0FBSztnQkFDSSxPQUFPO3NCQUFoQixNQUFNO2dCQUNHLFdBQVc7c0JBQXBCLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBDb21wb25lbnQsXG4gIEV2ZW50RW1pdHRlcixcbiAgSW5wdXQsXG4gIE9uSW5pdCxcbiAgT3V0cHV0LFxuICBWaWV3RW5jYXBzdWxhdGlvbixcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb250ZXh0dWFsTWVudU1vZGVsIH0gZnJvbSAnLi4vLi4vYXRvbXMvY29udGV4dHVhbC1tZW51L2NvbnRleHR1YWwtbWVudS5tb2RlbCc7XG5pbXBvcnQgeyBHcmlkQ29udHJvbHNKb2JMaXN0TW9kZWwgfSBmcm9tICcuL2dyaWQtY29udHJvbHMtam9iLWxpc3QubW9kZWwnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdzeW1waG9ueS1ncmlkLWNvbnRyb2xzLWpvYi1saXN0JyxcbiAgdGVtcGxhdGVVcmw6ICcuL2dyaWQtY29udHJvbHMtam9iLWxpc3QuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9ncmlkLWNvbnRyb2xzLWpvYi1saXN0LmNvbXBvbmVudC5zY3NzJ10sXG4gIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXG59KVxuZXhwb3J0IGNsYXNzIEdyaWRDb250cm9sc0pvYkxpc3RDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xuICBASW5wdXQoKSBtb2RlbDogR3JpZENvbnRyb2xzSm9iTGlzdE1vZGVsO1xuICBAT3V0cHV0KCkgQ2xpY2tlZCA9IG5ldyBFdmVudEVtaXR0ZXI8dm9pZD4oKTtcbiAgQE91dHB1dCgpIG1lbnVDbGlja2VkID0gbmV3IEV2ZW50RW1pdHRlcjxzdHJpbmc+KCk7XG4gIHB1YmxpYyBncmlkTW9yZUFjdGlvbnM6IENvbnRleHR1YWxNZW51TW9kZWwgPSB7XG4gICAgaGFzQm9yZGVyOiBmYWxzZSxcbiAgICBpdGVtczogW10sXG4gIH07XG5cbiAgY29uc3RydWN0b3IoKSB7fVxuXG4gIG9uQ2xpY2soKSB7XG4gICAgdGhpcy5DbGlja2VkLmVtaXQoKTtcbiAgfVxuICBvbkl0ZW1DbGljayhpdGVtOiBzdHJpbmcpIHtcbiAgICB0aGlzLm1lbnVDbGlja2VkLmVtaXQoaXRlbSlcbiAgfVxuICBuZ09uSW5pdCgpOiB2b2lkIHtcbiAgICB0aGlzLmdyaWRNb3JlQWN0aW9ucy5pdGVtcyA9IHRoaXMubW9kZWwuZ3JpZEFjdGlvbnM7XG4gIH1cbn0iLCI8ZGl2IGNsYXNzPVwic2Z4LWFjdGlvblwiPlxuICA8ZGl2XG4gICAgY2xhc3M9XCJzZngtZC1pbmxpbmUtYmxvY2sgcHVsbC1sZWZ0IHNmeC1tdC0xMCBzZngtcHItMzBcIlxuICAgICpuZ0lmPVwibW9kZWwuZ3JpZFJvd0NvdW50XCJcbiAgPlxuICAgIDxzdHJvbmcgY2xhc3M9XCJ0ZXh0LWxhYmVsXCI+e3sgbW9kZWwuZ3JpZFJvd0NvdW50IH19PC9zdHJvbmc+XG4gIDwvZGl2PlxuICA8ZGl2XG4gICAgY2xhc3M9XCJzZngtZC1pbmxpbmUtYmxvY2sgcHVsbC1sZWZ0IHNmeC1wci0yMFwiXG4gICAgKm5nSWY9XCJtb2RlbC5zaG93Q3VzdG9taXNlQ29sdW1uc1wiXG4gID5cbiAgICA8c3ltcGhvbnktdG9vbHRpcC13cmFwcGVyXG4gICAgICBbdG9vbHRpcEh0bWxdPVwiJ0N1c3RvbWlzZSBDb2x1bW5zJ1wiXG4gICAgICBbcGxhY2VtZW50XT1cIid0b3AnXCJcbiAgICAgIGNsYXNzPVwiYWN0aW9uSWNvbi10b29sdGlwXCJcbiAgICA+XG4gICAgICA8c3ltcGhvbnktaWNvbi13cmFwcGVyIChjbGljayk9XCJvbkNsaWNrKClcIlxuICAgICAgICA+PHN5bXBob255LWljb24gW2ljb25dPVwiJ3NpLW9yZ2FuaXplLWNvbHVtbnMnXCI+PC9zeW1waG9ueS1pY29uPlxuICAgICAgPC9zeW1waG9ueS1pY29uLXdyYXBwZXI+XG4gICAgPC9zeW1waG9ueS10b29sdGlwLXdyYXBwZXI+XG4gIDwvZGl2PlxuICA8ZGl2IGNsYXNzPVwic2Z4LWQtaW5saW5lLWJsb2NrIHB1bGwtbGVmdFwiPlxuICAgIDxzeW1waG9ueS1jb250ZXh0dWFsLW1lbnVcbiAgICAgIGNsYXNzPVwidGFzay1tb3JlLW9wdGlvblwiXG4gICAgICAqbmdJZj1cImdyaWRNb3JlQWN0aW9ucyAmJiBncmlkTW9yZUFjdGlvbnMuaXRlbXMubGVuZ3RoID4gMFwiXG4gICAgICBbbW9kZWxdPVwiZ3JpZE1vcmVBY3Rpb25zXCJcbiAgICAgIChpdGVtQ2xpY2spPVwib25JdGVtQ2xpY2soJGV2ZW50KVwiXG4gICAgPlxuICAgIDwvc3ltcGhvbnktY29udGV4dHVhbC1tZW51PlxuICA8L2Rpdj5cbjwvZGl2PlxuIl19
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ3JpZC1jb250cm9scy1qb2ItbGlzdC5tb2RlbC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NvbXBvbmVudC1saWJyYXJ5L3NyYy9saWIvb3JnYW5pc21zL2dyaWQtY29udHJvbHMtam9iLWxpc3QvZ3JpZC1jb250cm9scy1qb2ItbGlzdC5tb2RlbC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGludGVyZmFjZSBHcmlkQ29udHJvbHNKb2JMaXN0TW9kZWwge1xuICBncmlkUm93Q291bnQ/OiBzdHJpbmc7XG4gIGdyaWRBY3Rpb25zPzogc3RyaW5nW107XG4gIHNob3dDdXN0b21pc2VDb2x1bW5zOiBib29sZWFuO1xufVxuIl19
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { CommonModule } from '@angular/common';
|
|
3
|
-
import { GridControlsJobListComponent } from './grid-controls-job-list.component';
|
|
4
|
-
import { IconWrapperModule } from '../../atoms/icon-wrapper/icon-wrapper.module';
|
|
5
|
-
import { ContextualMenuModule } from '../../atoms/contextual-menu/contextual-menu.module';
|
|
6
|
-
import { IconModule } from '../../atoms/icon/icon.module';
|
|
7
|
-
import { TooltipWrapperModule } from '../../atoms/tooltip-wrapper/tooltip-wrapper.module';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
export class GridControlsJobListModule {
|
|
10
|
-
}
|
|
11
|
-
GridControlsJobListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridControlsJobListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
12
|
-
GridControlsJobListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridControlsJobListModule, declarations: [GridControlsJobListComponent], imports: [CommonModule,
|
|
13
|
-
IconModule,
|
|
14
|
-
IconWrapperModule,
|
|
15
|
-
ContextualMenuModule,
|
|
16
|
-
TooltipWrapperModule], exports: [GridControlsJobListComponent] });
|
|
17
|
-
GridControlsJobListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridControlsJobListModule, imports: [[
|
|
18
|
-
CommonModule,
|
|
19
|
-
IconModule,
|
|
20
|
-
IconWrapperModule,
|
|
21
|
-
ContextualMenuModule,
|
|
22
|
-
TooltipWrapperModule,
|
|
23
|
-
]] });
|
|
24
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridControlsJobListModule, decorators: [{
|
|
25
|
-
type: NgModule,
|
|
26
|
-
args: [{
|
|
27
|
-
declarations: [GridControlsJobListComponent],
|
|
28
|
-
imports: [
|
|
29
|
-
CommonModule,
|
|
30
|
-
IconModule,
|
|
31
|
-
IconWrapperModule,
|
|
32
|
-
ContextualMenuModule,
|
|
33
|
-
TooltipWrapperModule,
|
|
34
|
-
],
|
|
35
|
-
exports: [GridControlsJobListComponent],
|
|
36
|
-
}]
|
|
37
|
-
}] });
|
|
38
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ3JpZC1jb250cm9scy1qb2ItbGlzdC5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jb21wb25lbnQtbGlicmFyeS9zcmMvbGliL29yZ2FuaXNtcy9ncmlkLWNvbnRyb2xzLWpvYi1saXN0L2dyaWQtY29udHJvbHMtam9iLWxpc3QubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSw0QkFBNEIsRUFBRSxNQUFNLG9DQUFvQyxDQUFDO0FBQ2xGLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLDhDQUE4QyxDQUFDO0FBQ2pGLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLG9EQUFvRCxDQUFDO0FBQzFGLE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSw4QkFBOEIsQ0FBQztBQUMxRCxPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSxvREFBb0QsQ0FBQzs7QUFhMUYsTUFBTSxPQUFPLHlCQUF5Qjs7c0hBQXpCLHlCQUF5Qjt1SEFBekIseUJBQXlCLGlCQVZyQiw0QkFBNEIsYUFFekMsWUFBWTtRQUNaLFVBQVU7UUFDVixpQkFBaUI7UUFDakIsb0JBQW9CO1FBQ3BCLG9CQUFvQixhQUVaLDRCQUE0Qjt1SEFFM0IseUJBQXlCLFlBVDNCO1lBQ1AsWUFBWTtZQUNaLFVBQVU7WUFDVixpQkFBaUI7WUFDakIsb0JBQW9CO1lBQ3BCLG9CQUFvQjtTQUNyQjsyRkFHVSx5QkFBeUI7a0JBWHJDLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFLENBQUMsNEJBQTRCLENBQUM7b0JBQzVDLE9BQU8sRUFBRTt3QkFDUCxZQUFZO3dCQUNaLFVBQVU7d0JBQ1YsaUJBQWlCO3dCQUNqQixvQkFBb0I7d0JBQ3BCLG9CQUFvQjtxQkFDckI7b0JBQ0QsT0FBTyxFQUFFLENBQUMsNEJBQTRCLENBQUM7aUJBQ3hDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBHcmlkQ29udHJvbHNKb2JMaXN0Q29tcG9uZW50IH0gZnJvbSAnLi9ncmlkLWNvbnRyb2xzLWpvYi1saXN0LmNvbXBvbmVudCc7XG5pbXBvcnQgeyBJY29uV3JhcHBlck1vZHVsZSB9IGZyb20gJy4uLy4uL2F0b21zL2ljb24td3JhcHBlci9pY29uLXdyYXBwZXIubW9kdWxlJztcbmltcG9ydCB7IENvbnRleHR1YWxNZW51TW9kdWxlIH0gZnJvbSAnLi4vLi4vYXRvbXMvY29udGV4dHVhbC1tZW51L2NvbnRleHR1YWwtbWVudS5tb2R1bGUnO1xuaW1wb3J0IHsgSWNvbk1vZHVsZSB9IGZyb20gJy4uLy4uL2F0b21zL2ljb24vaWNvbi5tb2R1bGUnO1xuaW1wb3J0IHsgVG9vbHRpcFdyYXBwZXJNb2R1bGUgfSBmcm9tICcuLi8uLi9hdG9tcy90b29sdGlwLXdyYXBwZXIvdG9vbHRpcC13cmFwcGVyLm1vZHVsZSc7XG5cbkBOZ01vZHVsZSh7XG4gIGRlY2xhcmF0aW9uczogW0dyaWRDb250cm9sc0pvYkxpc3RDb21wb25lbnRdLFxuICBpbXBvcnRzOiBbXG4gICAgQ29tbW9uTW9kdWxlLFxuICAgIEljb25Nb2R1bGUsXG4gICAgSWNvbldyYXBwZXJNb2R1bGUsXG4gICAgQ29udGV4dHVhbE1lbnVNb2R1bGUsXG4gICAgVG9vbHRpcFdyYXBwZXJNb2R1bGUsXG4gIF0sXG4gIGV4cG9ydHM6IFtHcmlkQ29udHJvbHNKb2JMaXN0Q29tcG9uZW50XSxcbn0pXG5leHBvcnQgY2xhc3MgR3JpZENvbnRyb2xzSm9iTGlzdE1vZHVsZSB7fVxuIl19
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { Component, EventEmitter, Input, Output, ViewEncapsulation, } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "../../molecules/button-with-icon/button-with-icon.component";
|
|
4
|
-
import * as i2 from "@angular/common";
|
|
5
|
-
export class GridActionsJobListComponent {
|
|
6
|
-
constructor() {
|
|
7
|
-
this.buttonClicked = new EventEmitter();
|
|
8
|
-
}
|
|
9
|
-
onButtonClick(text) {
|
|
10
|
-
this.buttonClicked.emit(text);
|
|
11
|
-
}
|
|
12
|
-
}
|
|
13
|
-
GridActionsJobListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridActionsJobListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
14
|
-
GridActionsJobListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: GridActionsJobListComponent, selector: "symphony-grid-actions-job-list", inputs: { model: "model", isInverse: "isInverse" }, outputs: { buttonClicked: "buttonClicked" }, ngImport: i0, template: "<div class=\"sfx-d-inline-block\" *ngFor=\"let actionButton of model\">\n <symphony-button-with-icon\n (clicked)=\"onButtonClick($event)\"\n [icon]=\"actionButton.icon\"\n [text]=\"actionButton.text\"\n [showActionButton]=\"actionButton.showActionButton\"\n ></symphony-button-with-icon>\n</div>\n", styles: [""], components: [{ type: i1.ButtonWithIconComponent, selector: "symphony-button-with-icon", inputs: ["text", "icon", "showActionButton"], outputs: ["clicked"] }], directives: [{ type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }], encapsulation: i0.ViewEncapsulation.None });
|
|
15
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridActionsJobListComponent, decorators: [{
|
|
16
|
-
type: Component,
|
|
17
|
-
args: [{ selector: 'symphony-grid-actions-job-list', encapsulation: ViewEncapsulation.None, template: "<div class=\"sfx-d-inline-block\" *ngFor=\"let actionButton of model\">\n <symphony-button-with-icon\n (clicked)=\"onButtonClick($event)\"\n [icon]=\"actionButton.icon\"\n [text]=\"actionButton.text\"\n [showActionButton]=\"actionButton.showActionButton\"\n ></symphony-button-with-icon>\n</div>\n", styles: [""] }]
|
|
18
|
-
}], ctorParameters: function () { return []; }, propDecorators: { model: [{
|
|
19
|
-
type: Input
|
|
20
|
-
}], buttonClicked: [{
|
|
21
|
-
type: Output
|
|
22
|
-
}], isInverse: [{
|
|
23
|
-
type: Input
|
|
24
|
-
}] } });
|
|
25
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ3JpZC1hY3Rpb25zLWpvYi1saXN0LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NvbXBvbmVudC1saWJyYXJ5L3NyYy9saWIvb3JnYW5pc21zL2dyaWQtYWN0aW9ucy1qb2ItbGlzdC9ncmlkLWFjdGlvbnMtam9iLWxpc3QuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY29tcG9uZW50LWxpYnJhcnkvc3JjL2xpYi9vcmdhbmlzbXMvZ3JpZC1hY3Rpb25zLWpvYi1saXN0L2dyaWQtYWN0aW9ucy1qb2ItbGlzdC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsU0FBUyxFQUNULFlBQVksRUFDWixLQUFLLEVBQ0wsTUFBTSxFQUNOLGlCQUFpQixHQUNsQixNQUFNLGVBQWUsQ0FBQzs7OztBQVN2QixNQUFNLE9BQU8sMkJBQTJCO0lBS3RDO1FBRlUsa0JBQWEsR0FBRyxJQUFJLFlBQVksRUFBVSxDQUFDO0lBRXRDLENBQUM7SUFFaEIsYUFBYSxDQUFDLElBQVk7UUFDeEIsSUFBSSxDQUFDLGFBQWEsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDaEMsQ0FBQzs7d0hBVFUsMkJBQTJCOzRHQUEzQiwyQkFBMkIsdUtDZnhDLHlUQVFBOzJGRE9hLDJCQUEyQjtrQkFOdkMsU0FBUzsrQkFDRSxnQ0FBZ0MsaUJBRzNCLGlCQUFpQixDQUFDLElBQUk7MEVBRzVCLEtBQUs7c0JBQWIsS0FBSztnQkFFSSxhQUFhO3NCQUF0QixNQUFNO2dCQUNFLFNBQVM7c0JBQWpCLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBDb21wb25lbnQsXG4gIEV2ZW50RW1pdHRlcixcbiAgSW5wdXQsXG4gIE91dHB1dCxcbiAgVmlld0VuY2Fwc3VsYXRpb24sXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgR3JpZEFjdGlvbnNKb2JMaXN0TW9kZWwgfSBmcm9tICcuL2dyaWQtYWN0aW9ucy1qb2ItbGlzdC5tb2RlbCc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ3N5bXBob255LWdyaWQtYWN0aW9ucy1qb2ItbGlzdCcsXG4gIHRlbXBsYXRlVXJsOiAnLi9ncmlkLWFjdGlvbnMtam9iLWxpc3QuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9ncmlkLWFjdGlvbnMtam9iLWxpc3QuY29tcG9uZW50LnNjc3MnXSxcbiAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcbn0pXG5leHBvcnQgY2xhc3MgR3JpZEFjdGlvbnNKb2JMaXN0Q29tcG9uZW50IHtcbiAgQElucHV0KCkgbW9kZWw6IEdyaWRBY3Rpb25zSm9iTGlzdE1vZGVsW107XG5cbiAgQE91dHB1dCgpIGJ1dHRvbkNsaWNrZWQgPSBuZXcgRXZlbnRFbWl0dGVyPHN0cmluZz4oKTtcbiAgQElucHV0KCkgaXNJbnZlcnNlOiBib29sZWFuO1xuICBjb25zdHJ1Y3RvcigpIHt9XG5cbiAgb25CdXR0b25DbGljayh0ZXh0OiBzdHJpbmcpIHtcbiAgICB0aGlzLmJ1dHRvbkNsaWNrZWQuZW1pdCh0ZXh0KTtcbiAgfVxufVxuIiwiPGRpdiBjbGFzcz1cInNmeC1kLWlubGluZS1ibG9ja1wiICpuZ0Zvcj1cImxldCBhY3Rpb25CdXR0b24gb2YgbW9kZWxcIj5cbiAgPHN5bXBob255LWJ1dHRvbi13aXRoLWljb25cbiAgICAoY2xpY2tlZCk9XCJvbkJ1dHRvbkNsaWNrKCRldmVudClcIlxuICAgIFtpY29uXT1cImFjdGlvbkJ1dHRvbi5pY29uXCJcbiAgICBbdGV4dF09XCJhY3Rpb25CdXR0b24udGV4dFwiXG4gICAgW3Nob3dBY3Rpb25CdXR0b25dPVwiYWN0aW9uQnV0dG9uLnNob3dBY3Rpb25CdXR0b25cIlxuICA+PC9zeW1waG9ueS1idXR0b24td2l0aC1pY29uPlxuPC9kaXY+XG4iXX0=
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ3JpZC1hY3Rpb25zLWpvYi1saXN0Lm1vZGVsLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY29tcG9uZW50LWxpYnJhcnkvc3JjL2xpYi9vcmdhbmlzbXMvZ3JpZC1hY3Rpb25zLWpvYi1saXN0L2dyaWQtYWN0aW9ucy1qb2ItbGlzdC5tb2RlbC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgSWNvbnMgfSBmcm9tICcuLi8uLi9hdG9tcy9pY29uL2ljb24uZW51bSc7XG5cbmV4cG9ydCBpbnRlcmZhY2UgR3JpZEFjdGlvbnNKb2JMaXN0TW9kZWwge1xuICBpY29uOiBJY29ucztcbiAgdGV4dDogc3RyaW5nO1xuICBzaG93QWN0aW9uQnV0dG9uPzogYm9vbGVhbjtcbn1cbiJdfQ==
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { CommonModule } from '@angular/common';
|
|
3
|
-
import { GridActionsJobListComponent } from './grid-actions-job-list.component';
|
|
4
|
-
import { ButtonWithIconModule } from '../../molecules/button-with-icon/button-with-icon.module';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export class GridActionsJobListModule {
|
|
7
|
-
}
|
|
8
|
-
GridActionsJobListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridActionsJobListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9
|
-
GridActionsJobListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridActionsJobListModule, declarations: [GridActionsJobListComponent], imports: [CommonModule, ButtonWithIconModule], exports: [GridActionsJobListComponent] });
|
|
10
|
-
GridActionsJobListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridActionsJobListModule, imports: [[CommonModule, ButtonWithIconModule]] });
|
|
11
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridActionsJobListModule, decorators: [{
|
|
12
|
-
type: NgModule,
|
|
13
|
-
args: [{
|
|
14
|
-
declarations: [GridActionsJobListComponent],
|
|
15
|
-
imports: [CommonModule, ButtonWithIconModule],
|
|
16
|
-
exports: [GridActionsJobListComponent],
|
|
17
|
-
}]
|
|
18
|
-
}] });
|
|
19
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ3JpZC1hY3Rpb25zLWpvYi1saXN0Lm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NvbXBvbmVudC1saWJyYXJ5L3NyYy9saWIvb3JnYW5pc21zL2dyaWQtYWN0aW9ucy1qb2ItbGlzdC9ncmlkLWFjdGlvbnMtam9iLWxpc3QubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSwyQkFBMkIsRUFBRSxNQUFNLG1DQUFtQyxDQUFDO0FBQ2hGLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLDBEQUEwRCxDQUFDOztBQU9oRyxNQUFNLE9BQU8sd0JBQXdCOztxSEFBeEIsd0JBQXdCO3NIQUF4Qix3QkFBd0IsaUJBSnBCLDJCQUEyQixhQUNoQyxZQUFZLEVBQUUsb0JBQW9CLGFBQ2xDLDJCQUEyQjtzSEFFMUIsd0JBQXdCLFlBSDFCLENBQUMsWUFBWSxFQUFFLG9CQUFvQixDQUFDOzJGQUdsQyx3QkFBd0I7a0JBTHBDLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFLENBQUMsMkJBQTJCLENBQUM7b0JBQzNDLE9BQU8sRUFBRSxDQUFDLFlBQVksRUFBRSxvQkFBb0IsQ0FBQztvQkFDN0MsT0FBTyxFQUFFLENBQUMsMkJBQTJCLENBQUM7aUJBQ3ZDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBHcmlkQWN0aW9uc0pvYkxpc3RDb21wb25lbnQgfSBmcm9tICcuL2dyaWQtYWN0aW9ucy1qb2ItbGlzdC5jb21wb25lbnQnO1xuaW1wb3J0IHsgQnV0dG9uV2l0aEljb25Nb2R1bGUgfSBmcm9tICcuLi8uLi9tb2xlY3VsZXMvYnV0dG9uLXdpdGgtaWNvbi9idXR0b24td2l0aC1pY29uLm1vZHVsZSc7XG5cbkBOZ01vZHVsZSh7XG4gIGRlY2xhcmF0aW9uczogW0dyaWRBY3Rpb25zSm9iTGlzdENvbXBvbmVudF0sXG4gIGltcG9ydHM6IFtDb21tb25Nb2R1bGUsIEJ1dHRvbldpdGhJY29uTW9kdWxlXSxcbiAgZXhwb3J0czogW0dyaWRBY3Rpb25zSm9iTGlzdENvbXBvbmVudF0sXG59KVxuZXhwb3J0IGNsYXNzIEdyaWRBY3Rpb25zSm9iTGlzdE1vZHVsZSB7fVxuIl19
|