@symphony-talent/component-library 1.8.0 → 1.9.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/atoms.module.mjs +123 -0
- package/esm2020/lib/atoms/avatar/avatar.component.mjs +96 -0
- package/esm2020/lib/atoms/avatar/avatar.module.mjs +18 -0
- package/esm2020/lib/atoms/button/button.component.mjs +28 -0
- package/esm2020/lib/atoms/button/button.module.mjs +19 -0
- package/esm2020/lib/atoms/color-sample/color-sample.component.mjs +18 -0
- package/esm2020/lib/atoms/color-sample/color-sample.enum.mjs +26 -0
- package/esm2020/lib/atoms/color-sample/color-sample.module.mjs +18 -0
- package/esm2020/lib/atoms/contextual-menu/contextual-menu.component.mjs +26 -0
- package/esm2020/lib/atoms/contextual-menu/contextual-menu.model.mjs +2 -0
- package/esm2020/lib/atoms/contextual-menu/contextual-menu.module.mjs +21 -0
- package/esm2020/lib/atoms/filter-area/filter-area.component.mjs +12 -0
- package/esm2020/lib/atoms/filter-area/filter-area.module.mjs +18 -0
- package/esm2020/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.component.mjs +47 -0
- package/esm2020/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.component.module.mjs +17 -0
- package/esm2020/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.model.mjs +8 -0
- package/esm2020/lib/atoms/grid/framework/event-settings-more-options/event-settings-more-options.component.mjs +33 -0
- package/esm2020/lib/atoms/grid/framework/event-settings-more-options/event-settings-more-options.model.mjs +2 -0
- package/esm2020/lib/atoms/grid/framework/event-settings-more-options/event-settings-more-options.module.mjs +19 -0
- package/esm2020/lib/atoms/grid/framework/framework.module.mjs +31 -0
- package/esm2020/lib/atoms/grid/framework/grid-toggle-cell-renderer/grid-toggle-cell-renderer.component.mjs +25 -0
- package/esm2020/lib/atoms/grid/framework/grid-toggle-cell-renderer/grid-toggle-cell-renderer.model.mjs +2 -0
- package/esm2020/lib/atoms/grid/framework/grid-toggle-cell-renderer/grid-toggle-cell-renderer.module.mjs +19 -0
- package/esm2020/lib/atoms/grid/framework/relevance-score/relevance-score.component.mjs +31 -0
- package/esm2020/lib/atoms/grid/framework/relevance-score/relevance-score.component.model.mjs +6 -0
- package/esm2020/lib/atoms/grid/framework/relevance-score/relevance-score.component.module.mjs +17 -0
- package/esm2020/lib/atoms/grid/grid.component.mjs +39 -0
- package/esm2020/lib/atoms/grid/grid.model.mjs +2 -0
- package/esm2020/lib/atoms/grid/grid.module.mjs +21 -0
- package/esm2020/lib/atoms/h1/h1.component.mjs +17 -0
- package/esm2020/lib/atoms/h1/h1.module.mjs +18 -0
- package/esm2020/lib/atoms/h2/h2.component.mjs +17 -0
- package/esm2020/lib/atoms/h2/h2.module.mjs +18 -0
- package/esm2020/lib/atoms/h3/h3.component.mjs +17 -0
- package/esm2020/lib/atoms/h3/h3.module.mjs +18 -0
- package/esm2020/lib/atoms/h4/h4.component.mjs +17 -0
- package/esm2020/lib/atoms/h4/h4.module.mjs +18 -0
- package/esm2020/lib/atoms/h5/h5.component.mjs +17 -0
- package/esm2020/lib/atoms/h5/h5.module.mjs +18 -0
- package/esm2020/lib/atoms/icon/icon.component.mjs +27 -0
- package/esm2020/lib/atoms/icon/icon.enum.mjs +75 -0
- package/esm2020/lib/atoms/icon/icon.module.mjs +18 -0
- package/esm2020/lib/atoms/icon-wrapper/icon-wrapper.component.mjs +24 -0
- package/esm2020/lib/atoms/icon-wrapper/icon-wrapper.module.mjs +18 -0
- package/esm2020/lib/atoms/input-checkbox/input-checkbox.component.mjs +30 -0
- package/esm2020/lib/atoms/input-checkbox/input-checkbox.module.mjs +18 -0
- package/esm2020/lib/atoms/input-dropdown/input-dropdown-list-item.model.mjs +3 -0
- package/esm2020/lib/atoms/input-dropdown/input-dropdown-list.model.mjs +3 -0
- package/esm2020/lib/atoms/input-dropdown/input-dropdown.component.mjs +42 -0
- package/esm2020/lib/atoms/input-dropdown/input-dropdown.module.mjs +24 -0
- package/esm2020/lib/atoms/input-radio/input-radio.component.mjs +30 -0
- package/esm2020/lib/atoms/input-radio/input-radio.module.mjs +29 -0
- package/esm2020/lib/atoms/input-text/input-text.component.mjs +43 -0
- package/esm2020/lib/atoms/input-text/input-text.module.mjs +19 -0
- package/esm2020/lib/atoms/input-toggle/input-toggle.component.mjs +25 -0
- package/esm2020/lib/atoms/input-toggle/input-toggle.module.mjs +18 -0
- package/esm2020/lib/atoms/paragraph/paragraph.component.mjs +17 -0
- package/esm2020/lib/atoms/paragraph/paragraph.module.mjs +18 -0
- package/esm2020/lib/atoms/pill/pill.component.mjs +29 -0
- package/esm2020/lib/atoms/pill/pill.model.mjs +2 -0
- package/esm2020/lib/atoms/pill/pill.module.mjs +24 -0
- package/esm2020/lib/atoms/sfx-loader/sfx-loader.component.mjs +16 -0
- package/esm2020/lib/atoms/sfx-loader/sfx-loader.module.mjs +18 -0
- package/esm2020/lib/atoms/sfx-page-loader/sfx-page-loader.component.mjs +12 -0
- package/esm2020/lib/atoms/sfx-page-loader/sfx-page-loader.module.mjs +18 -0
- package/esm2020/lib/atoms/sfx-progress-bar/sfx-progress-bar.component.mjs +14 -0
- package/esm2020/lib/atoms/sfx-progress-bar/sfx-progress-bar.module.mjs +18 -0
- package/esm2020/lib/atoms/task-icon/task-icon.component.mjs +15 -0
- package/esm2020/lib/atoms/task-icon/task-icon.module.mjs +18 -0
- package/esm2020/lib/atoms/toaster-alert/toaster-alert.component.mjs +50 -0
- package/esm2020/lib/atoms/toaster-alert/toaster-alert.model.mjs +18 -0
- package/esm2020/lib/atoms/toaster-alert/toaster-alert.module.mjs +18 -0
- package/esm2020/lib/atoms/two-column-filter-area/two-column-filter-area.component.mjs +15 -0
- package/esm2020/lib/atoms/two-column-filter-area/two-column-filter-area.module.mjs +18 -0
- package/esm2020/lib/design-guide/color-swatch-collection/color-swatch-collection.component.mjs +16 -0
- package/esm2020/lib/design-guide/color-swatch-collection/color-swatch-collection.module.mjs +19 -0
- package/esm2020/lib/design-guide/icon-explorer/icon-explorer.component.mjs +32 -0
- package/esm2020/lib/design-guide/icon-explorer/icon-explorer.helper.mjs +521 -0
- package/esm2020/lib/design-guide/icon-explorer/icon-explorer.module.mjs +20 -0
- package/esm2020/lib/molecules/breadcrumb/breadcrumb.component.mjs +21 -0
- package/esm2020/lib/molecules/breadcrumb/breadcrumb.model.mjs +2 -0
- package/esm2020/lib/molecules/breadcrumb/breadcrumb.module.mjs +20 -0
- package/esm2020/lib/molecules/color-swatch/color-swatch.component.mjs +29 -0
- package/esm2020/lib/molecules/color-swatch/color-swatch.model.mjs +2 -0
- package/esm2020/lib/molecules/color-swatch/color-swatch.module.mjs +34 -0
- package/esm2020/lib/molecules/icon-swatch/icon-swatch.component.mjs +26 -0
- package/esm2020/lib/molecules/icon-swatch/icon-swatch.model.mjs +3 -0
- package/esm2020/lib/molecules/icon-swatch/icon-swatch.module.mjs +38 -0
- package/esm2020/lib/molecules/molecules.module.mjs +67 -0
- package/esm2020/lib/molecules/note/note.component.mjs +31 -0
- package/esm2020/lib/molecules/note/note.model.mjs +2 -0
- package/esm2020/lib/molecules/note/note.module.mjs +38 -0
- package/esm2020/lib/molecules/pills/pills.component.mjs +27 -0
- package/esm2020/lib/molecules/pills/pills.module.mjs +28 -0
- package/esm2020/lib/molecules/task/task.component.mjs +25 -0
- package/esm2020/lib/molecules/task/task.model.mjs +2 -0
- package/esm2020/lib/molecules/task/task.module.mjs +38 -0
- package/esm2020/lib/organisms/note-list/note-list.component.mjs +16 -0
- package/esm2020/lib/organisms/note-list/note-list.module.mjs +19 -0
- package/esm2020/lib/organisms/task-list/task-list.component.mjs +16 -0
- package/esm2020/lib/organisms/task-list/task-list.module.mjs +19 -0
- package/esm2020/lib/pages/events-settings-page/events-settings-page.component.mjs +56 -0
- package/esm2020/lib/pages/events-settings-page/events-settings-page.model.mjs +2 -0
- package/esm2020/lib/pages/events-settings-page/events-settings-page.module.mjs +70 -0
- package/esm2020/lib/templates/admin-list/admin-list.component.mjs +12 -0
- package/esm2020/lib/templates/admin-list/admin-list.module.mjs +18 -0
- package/esm2020/lib/templates/placeholder/placeholder.component.mjs +26 -0
- package/esm2020/lib/templates/placeholder/placeholder.module.mjs +20 -0
- package/esm2020/projects/component-library/lib/atoms/atoms.module.mjs +123 -0
- package/esm2020/projects/component-library/lib/atoms/avatar/avatar.component.mjs +96 -0
- package/esm2020/projects/component-library/lib/atoms/avatar/avatar.module.mjs +18 -0
- package/esm2020/projects/component-library/lib/atoms/button/button.component.mjs +28 -0
- package/esm2020/projects/component-library/lib/atoms/button/button.module.mjs +19 -0
- package/esm2020/projects/component-library/lib/atoms/color-sample/color-sample.component.mjs +18 -0
- package/esm2020/projects/component-library/lib/atoms/color-sample/color-sample.enum.mjs +26 -0
- package/esm2020/projects/component-library/lib/atoms/color-sample/color-sample.module.mjs +18 -0
- package/esm2020/projects/component-library/lib/atoms/contextual-menu/contextual-menu.component.mjs +26 -0
- package/esm2020/projects/component-library/lib/atoms/contextual-menu/contextual-menu.model.mjs +2 -0
- package/esm2020/projects/component-library/lib/atoms/contextual-menu/contextual-menu.module.mjs +21 -0
- package/esm2020/projects/component-library/lib/atoms/filter-area/filter-area.component.mjs +12 -0
- package/esm2020/projects/component-library/lib/atoms/filter-area/filter-area.module.mjs +18 -0
- package/esm2020/projects/component-library/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.component.mjs +47 -0
- package/esm2020/projects/component-library/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.component.module.mjs +17 -0
- package/esm2020/projects/component-library/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.model.mjs +8 -0
- package/esm2020/projects/component-library/lib/atoms/grid/framework/event-settings-more-options/event-settings-more-options.component.mjs +33 -0
- package/esm2020/projects/component-library/lib/atoms/grid/framework/event-settings-more-options/event-settings-more-options.model.mjs +2 -0
- package/esm2020/projects/component-library/lib/atoms/grid/framework/event-settings-more-options/event-settings-more-options.module.mjs +19 -0
- package/esm2020/projects/component-library/lib/atoms/grid/framework/framework.module.mjs +31 -0
- package/esm2020/projects/component-library/lib/atoms/grid/framework/grid-toggle-cell-renderer/grid-toggle-cell-renderer.component.mjs +25 -0
- package/esm2020/projects/component-library/lib/atoms/grid/framework/grid-toggle-cell-renderer/grid-toggle-cell-renderer.model.mjs +2 -0
- package/esm2020/projects/component-library/lib/atoms/grid/framework/grid-toggle-cell-renderer/grid-toggle-cell-renderer.module.mjs +19 -0
- package/esm2020/projects/component-library/lib/atoms/grid/framework/relevance-score/relevance-score.component.mjs +31 -0
- package/esm2020/projects/component-library/lib/atoms/grid/framework/relevance-score/relevance-score.component.model.mjs +6 -0
- package/esm2020/projects/component-library/lib/atoms/grid/framework/relevance-score/relevance-score.component.module.mjs +17 -0
- package/esm2020/projects/component-library/lib/atoms/grid/grid.component.mjs +39 -0
- package/esm2020/projects/component-library/lib/atoms/grid/grid.model.mjs +2 -0
- package/esm2020/projects/component-library/lib/atoms/grid/grid.module.mjs +21 -0
- package/esm2020/projects/component-library/lib/atoms/h1/h1.component.mjs +17 -0
- package/esm2020/projects/component-library/lib/atoms/h1/h1.module.mjs +18 -0
- package/esm2020/projects/component-library/lib/atoms/h2/h2.component.mjs +17 -0
- package/esm2020/projects/component-library/lib/atoms/h2/h2.module.mjs +18 -0
- package/esm2020/projects/component-library/lib/atoms/h3/h3.component.mjs +17 -0
- package/esm2020/projects/component-library/lib/atoms/h3/h3.module.mjs +18 -0
- package/esm2020/projects/component-library/lib/atoms/h4/h4.component.mjs +17 -0
- package/esm2020/projects/component-library/lib/atoms/h4/h4.module.mjs +18 -0
- package/esm2020/projects/component-library/lib/atoms/h5/h5.component.mjs +17 -0
- package/esm2020/projects/component-library/lib/atoms/h5/h5.module.mjs +18 -0
- package/esm2020/projects/component-library/lib/atoms/icon/icon.component.mjs +27 -0
- package/esm2020/projects/component-library/lib/atoms/icon/icon.enum.mjs +75 -0
- package/esm2020/projects/component-library/lib/atoms/icon/icon.module.mjs +18 -0
- package/esm2020/projects/component-library/lib/atoms/icon-wrapper/icon-wrapper.component.mjs +24 -0
- package/esm2020/projects/component-library/lib/atoms/icon-wrapper/icon-wrapper.module.mjs +18 -0
- package/esm2020/projects/component-library/lib/atoms/input-checkbox/input-checkbox.component.mjs +30 -0
- package/esm2020/projects/component-library/lib/atoms/input-checkbox/input-checkbox.module.mjs +18 -0
- package/esm2020/projects/component-library/lib/atoms/input-dropdown/input-dropdown-list-item.model.mjs +3 -0
- package/esm2020/projects/component-library/lib/atoms/input-dropdown/input-dropdown-list.model.mjs +3 -0
- package/esm2020/projects/component-library/lib/atoms/input-dropdown/input-dropdown.component.mjs +42 -0
- package/esm2020/projects/component-library/lib/atoms/input-dropdown/input-dropdown.module.mjs +24 -0
- package/esm2020/projects/component-library/lib/atoms/input-radio/input-radio.component.mjs +30 -0
- package/esm2020/projects/component-library/lib/atoms/input-radio/input-radio.module.mjs +29 -0
- package/esm2020/projects/component-library/lib/atoms/input-text/input-text.component.mjs +43 -0
- package/esm2020/projects/component-library/lib/atoms/input-text/input-text.module.mjs +19 -0
- package/esm2020/projects/component-library/lib/atoms/input-toggle/input-toggle.component.mjs +25 -0
- package/esm2020/projects/component-library/lib/atoms/input-toggle/input-toggle.module.mjs +18 -0
- package/esm2020/projects/component-library/lib/atoms/paragraph/paragraph.component.mjs +17 -0
- package/esm2020/projects/component-library/lib/atoms/paragraph/paragraph.module.mjs +18 -0
- package/esm2020/projects/component-library/lib/atoms/pill/pill.component.mjs +29 -0
- package/esm2020/projects/component-library/lib/atoms/pill/pill.model.mjs +2 -0
- package/esm2020/projects/component-library/lib/atoms/pill/pill.module.mjs +24 -0
- package/esm2020/projects/component-library/lib/atoms/sfx-loader/sfx-loader.component.mjs +16 -0
- package/esm2020/projects/component-library/lib/atoms/sfx-loader/sfx-loader.module.mjs +18 -0
- package/esm2020/projects/component-library/lib/atoms/sfx-page-loader/sfx-page-loader.component.mjs +12 -0
- package/esm2020/projects/component-library/lib/atoms/sfx-page-loader/sfx-page-loader.module.mjs +18 -0
- package/esm2020/projects/component-library/lib/atoms/sfx-progress-bar/sfx-progress-bar.component.mjs +14 -0
- package/esm2020/projects/component-library/lib/atoms/sfx-progress-bar/sfx-progress-bar.module.mjs +18 -0
- package/esm2020/projects/component-library/lib/atoms/task-icon/task-icon.component.mjs +15 -0
- package/esm2020/projects/component-library/lib/atoms/task-icon/task-icon.module.mjs +18 -0
- package/esm2020/projects/component-library/lib/atoms/toaster-alert/toaster-alert.component.mjs +50 -0
- package/esm2020/projects/component-library/lib/atoms/toaster-alert/toaster-alert.model.mjs +18 -0
- package/esm2020/projects/component-library/lib/atoms/toaster-alert/toaster-alert.module.mjs +18 -0
- package/esm2020/projects/component-library/lib/atoms/two-column-filter-area/two-column-filter-area.component.mjs +15 -0
- package/esm2020/projects/component-library/lib/atoms/two-column-filter-area/two-column-filter-area.module.mjs +18 -0
- package/esm2020/projects/component-library/lib/design-guide/color-swatch-collection/color-swatch-collection.component.mjs +16 -0
- package/esm2020/projects/component-library/lib/design-guide/color-swatch-collection/color-swatch-collection.module.mjs +19 -0
- package/esm2020/projects/component-library/lib/design-guide/icon-explorer/icon-explorer.component.mjs +32 -0
- package/esm2020/projects/component-library/lib/design-guide/icon-explorer/icon-explorer.helper.mjs +521 -0
- package/esm2020/projects/component-library/lib/design-guide/icon-explorer/icon-explorer.module.mjs +20 -0
- package/esm2020/projects/component-library/lib/molecules/breadcrumb/breadcrumb.component.mjs +21 -0
- package/esm2020/projects/component-library/lib/molecules/breadcrumb/breadcrumb.model.mjs +2 -0
- package/esm2020/projects/component-library/lib/molecules/breadcrumb/breadcrumb.module.mjs +20 -0
- package/esm2020/projects/component-library/lib/molecules/color-swatch/color-swatch.component.mjs +29 -0
- package/esm2020/projects/component-library/lib/molecules/color-swatch/color-swatch.model.mjs +2 -0
- package/esm2020/projects/component-library/lib/molecules/color-swatch/color-swatch.module.mjs +34 -0
- package/esm2020/projects/component-library/lib/molecules/icon-swatch/icon-swatch.component.mjs +26 -0
- package/esm2020/projects/component-library/lib/molecules/icon-swatch/icon-swatch.model.mjs +3 -0
- package/esm2020/projects/component-library/lib/molecules/icon-swatch/icon-swatch.module.mjs +38 -0
- package/esm2020/projects/component-library/lib/molecules/molecules.module.mjs +67 -0
- package/esm2020/projects/component-library/lib/molecules/note/note.component.mjs +31 -0
- package/esm2020/projects/component-library/lib/molecules/note/note.model.mjs +2 -0
- package/esm2020/projects/component-library/lib/molecules/note/note.module.mjs +38 -0
- package/esm2020/projects/component-library/lib/molecules/pills/pills.component.mjs +27 -0
- package/esm2020/projects/component-library/lib/molecules/pills/pills.module.mjs +28 -0
- package/esm2020/projects/component-library/lib/molecules/task/task.component.mjs +25 -0
- package/esm2020/projects/component-library/lib/molecules/task/task.model.mjs +2 -0
- package/esm2020/projects/component-library/lib/molecules/task/task.module.mjs +38 -0
- package/esm2020/projects/component-library/lib/organisms/note-list/note-list.component.mjs +16 -0
- package/esm2020/projects/component-library/lib/organisms/note-list/note-list.module.mjs +19 -0
- package/esm2020/projects/component-library/lib/organisms/task-list/task-list.component.mjs +16 -0
- package/esm2020/projects/component-library/lib/organisms/task-list/task-list.module.mjs +19 -0
- package/esm2020/projects/component-library/lib/pages/events-settings-page/events-settings-page.component.mjs +56 -0
- package/esm2020/projects/component-library/lib/pages/events-settings-page/events-settings-page.model.mjs +2 -0
- package/esm2020/projects/component-library/lib/pages/events-settings-page/events-settings-page.module.mjs +70 -0
- package/esm2020/projects/component-library/lib/templates/admin-list/admin-list.component.mjs +12 -0
- package/esm2020/projects/component-library/lib/templates/admin-list/admin-list.module.mjs +18 -0
- package/esm2020/projects/component-library/lib/templates/placeholder/placeholder.component.mjs +26 -0
- package/esm2020/projects/component-library/lib/templates/placeholder/placeholder.module.mjs +20 -0
- package/esm2020/projects/component-library/public-api.mjs +92 -0
- package/esm2020/projects/component-library/symphony-talent-component-library-projects-component-library.mjs +5 -0
- package/esm2020/public-api.mjs +92 -0
- package/esm2020/symphony-talent-component-library.mjs +5 -0
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs +2525 -0
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs.map +1 -0
- package/fesm2015/symphony-talent-component-library.mjs +2525 -0
- package/fesm2015/symphony-talent-component-library.mjs.map +1 -0
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs +2523 -0
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs.map +1 -0
- package/fesm2020/symphony-talent-component-library.mjs +2523 -0
- package/fesm2020/symphony-talent-component-library.mjs.map +1 -0
- package/lib/atoms/atoms.module.d.ts +31 -0
- package/lib/atoms/avatar/avatar.component.d.ts +3 -0
- package/lib/atoms/avatar/avatar.module.d.ts +6 -0
- package/lib/atoms/button/button.component.d.ts +5 -3
- package/lib/atoms/button/button.module.d.ts +6 -0
- package/lib/atoms/color-sample/color-sample.component.d.ts +3 -0
- package/lib/atoms/color-sample/color-sample.module.d.ts +6 -0
- package/lib/atoms/contextual-menu/contextual-menu.component.d.ts +9 -6
- package/lib/atoms/contextual-menu/contextual-menu.model.d.ts +3 -2
- package/lib/atoms/contextual-menu/contextual-menu.module.d.ts +8 -0
- package/lib/atoms/filter-area/filter-area.component.d.ts +4 -3
- package/lib/atoms/filter-area/filter-area.module.d.ts +6 -0
- package/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.component.d.ts +3 -0
- package/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.component.module.d.ts +6 -0
- package/lib/atoms/grid/framework/event-settings-more-options/event-settings-more-options.component.d.ts +14 -0
- package/lib/atoms/grid/framework/event-settings-more-options/event-settings-more-options.model.d.ts +5 -0
- package/lib/atoms/grid/framework/event-settings-more-options/event-settings-more-options.module.d.ts +9 -0
- package/lib/atoms/grid/framework/framework.module.d.ts +8 -0
- package/lib/atoms/grid/framework/grid-toggle-cell-renderer/grid-toggle-cell-renderer.component.d.ts +11 -0
- package/lib/atoms/grid/framework/grid-toggle-cell-renderer/grid-toggle-cell-renderer.model.d.ts +5 -0
- package/lib/atoms/grid/framework/grid-toggle-cell-renderer/grid-toggle-cell-renderer.module.d.ts +9 -0
- package/lib/atoms/grid/framework/relevance-score/relevance-score.component.d.ts +3 -0
- package/lib/atoms/grid/framework/relevance-score/relevance-score.component.module.d.ts +6 -0
- package/lib/atoms/grid/grid.component.d.ts +6 -6
- package/lib/atoms/grid/grid.model.d.ts +4 -6
- package/lib/atoms/grid/grid.module.d.ts +8 -0
- package/lib/atoms/h1/h1.component.d.ts +4 -3
- package/lib/atoms/h1/h1.module.d.ts +6 -0
- package/lib/atoms/h2/h2.component.d.ts +4 -3
- package/lib/atoms/h2/h2.module.d.ts +6 -0
- package/lib/atoms/h3/h3.component.d.ts +4 -3
- package/lib/atoms/h3/h3.module.d.ts +6 -0
- package/lib/atoms/h4/h4.component.d.ts +4 -3
- package/lib/atoms/h4/h4.module.d.ts +6 -0
- package/lib/atoms/h5/h5.component.d.ts +4 -3
- package/lib/atoms/h5/h5.module.d.ts +6 -0
- package/lib/atoms/icon/icon.component.d.ts +7 -5
- package/lib/atoms/icon/icon.module.d.ts +6 -0
- package/lib/atoms/icon-wrapper/icon-wrapper.component.d.ts +5 -3
- package/lib/atoms/icon-wrapper/icon-wrapper.module.d.ts +6 -0
- package/lib/atoms/input-checkbox/input-checkbox.component.d.ts +5 -3
- package/lib/atoms/input-checkbox/input-checkbox.module.d.ts +6 -0
- package/lib/atoms/input-dropdown/input-dropdown-list-item.model.d.ts +8 -0
- package/lib/atoms/input-dropdown/input-dropdown-list.model.d.ts +7 -0
- package/lib/atoms/input-dropdown/input-dropdown.component.d.ts +19 -0
- package/lib/atoms/input-dropdown/input-dropdown.module.d.ts +9 -0
- package/lib/atoms/input-radio/input-radio.component.d.ts +5 -3
- package/lib/atoms/input-radio/input-radio.module.d.ts +7 -0
- package/lib/atoms/input-text/input-text.component.d.ts +10 -4
- package/lib/atoms/input-text/input-text.module.d.ts +7 -0
- package/lib/atoms/input-toggle/input-toggle.component.d.ts +11 -0
- package/lib/atoms/input-toggle/input-toggle.module.d.ts +8 -0
- package/lib/atoms/paragraph/paragraph.component.d.ts +4 -3
- package/lib/atoms/paragraph/paragraph.module.d.ts +6 -0
- package/lib/atoms/pill/pill.component.d.ts +5 -3
- package/lib/atoms/pill/pill.module.d.ts +7 -0
- package/lib/atoms/sfx-loader/sfx-loader.component.d.ts +7 -0
- package/lib/atoms/sfx-loader/sfx-loader.module.d.ts +8 -0
- package/lib/atoms/sfx-page-loader/sfx-page-loader.component.d.ts +6 -0
- package/lib/atoms/sfx-page-loader/sfx-page-loader.module.d.ts +8 -0
- package/lib/atoms/sfx-progress-bar/sfx-progress-bar.component.d.ts +7 -0
- package/lib/atoms/sfx-progress-bar/sfx-progress-bar.module.d.ts +8 -0
- package/lib/atoms/task-icon/task-icon.component.d.ts +4 -3
- package/lib/atoms/task-icon/task-icon.module.d.ts +6 -0
- package/lib/atoms/toaster-alert/toaster-alert.component.d.ts +19 -0
- package/lib/atoms/toaster-alert/toaster-alert.model.d.ts +20 -0
- package/lib/atoms/toaster-alert/toaster-alert.module.d.ts +8 -0
- package/lib/atoms/two-column-filter-area/two-column-filter-area.component.d.ts +4 -3
- package/lib/atoms/two-column-filter-area/two-column-filter-area.module.d.ts +6 -0
- package/lib/design-guide/color-swatch-collection/color-swatch-collection.component.d.ts +4 -3
- package/lib/design-guide/color-swatch-collection/color-swatch-collection.module.d.ts +7 -0
- package/lib/design-guide/icon-explorer/icon-explorer.component.d.ts +3 -0
- package/lib/design-guide/icon-explorer/icon-explorer.module.d.ts +9 -0
- package/lib/molecules/breadcrumb/breadcrumb.component.d.ts +5 -1
- package/lib/molecules/breadcrumb/breadcrumb.module.d.ts +8 -0
- package/lib/molecules/color-swatch/color-swatch.component.d.ts +3 -0
- package/lib/molecules/color-swatch/color-swatch.module.d.ts +9 -0
- package/lib/molecules/icon-swatch/icon-swatch.component.d.ts +4 -3
- package/lib/molecules/icon-swatch/icon-swatch.module.d.ts +10 -0
- package/lib/molecules/molecules.module.d.ts +13 -0
- package/lib/molecules/note/note.component.d.ts +4 -3
- package/lib/molecules/note/note.model.d.ts +2 -2
- package/lib/molecules/note/note.module.d.ts +10 -0
- package/lib/molecules/pills/pills.component.d.ts +5 -3
- package/lib/molecules/pills/pills.module.d.ts +7 -0
- package/lib/molecules/task/task.component.d.ts +4 -3
- package/lib/molecules/task/task.model.d.ts +2 -2
- package/lib/molecules/task/task.module.d.ts +10 -0
- package/lib/organisms/note-list/note-list.component.d.ts +4 -3
- package/lib/organisms/note-list/note-list.module.d.ts +7 -0
- package/lib/organisms/task-list/task-list.component.d.ts +4 -3
- package/lib/organisms/task-list/task-list.module.d.ts +7 -0
- package/lib/pages/events-settings-page/events-settings-page.component.d.ts +13 -5
- package/lib/pages/events-settings-page/events-settings-page.model.d.ts +14 -0
- package/lib/pages/events-settings-page/events-settings-page.module.d.ts +18 -0
- package/lib/templates/admin-list/admin-list.component.d.ts +4 -3
- package/lib/templates/admin-list/admin-list.module.d.ts +6 -0
- package/lib/templates/placeholder/placeholder.component.d.ts +4 -3
- package/lib/templates/placeholder/placeholder.module.d.ts +7 -0
- package/package.json +30 -16
- package/projects/component-library/lib/atoms/atoms.module.d.ts +31 -0
- package/projects/component-library/lib/atoms/avatar/avatar.component.d.ts +3 -0
- package/projects/component-library/lib/atoms/avatar/avatar.module.d.ts +6 -0
- package/projects/component-library/lib/atoms/button/button.component.d.ts +5 -3
- package/projects/component-library/lib/atoms/button/button.module.d.ts +6 -0
- package/projects/component-library/lib/atoms/color-sample/color-sample.component.d.ts +3 -0
- package/projects/component-library/lib/atoms/color-sample/color-sample.module.d.ts +6 -0
- package/projects/component-library/lib/atoms/contextual-menu/contextual-menu.component.d.ts +9 -6
- package/projects/component-library/lib/atoms/contextual-menu/contextual-menu.model.d.ts +3 -2
- package/projects/component-library/lib/atoms/contextual-menu/contextual-menu.module.d.ts +8 -0
- package/projects/component-library/lib/atoms/filter-area/filter-area.component.d.ts +4 -3
- package/projects/component-library/lib/atoms/filter-area/filter-area.module.d.ts +6 -0
- package/projects/component-library/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.component.d.ts +3 -0
- package/projects/component-library/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.component.module.d.ts +6 -0
- package/projects/component-library/lib/atoms/grid/framework/event-settings-more-options/event-settings-more-options.component.d.ts +14 -0
- package/projects/component-library/lib/atoms/grid/framework/event-settings-more-options/event-settings-more-options.model.d.ts +5 -0
- package/projects/component-library/lib/atoms/grid/framework/event-settings-more-options/event-settings-more-options.module.d.ts +9 -0
- package/projects/component-library/lib/atoms/grid/framework/framework.module.d.ts +8 -0
- package/projects/component-library/lib/atoms/grid/framework/grid-toggle-cell-renderer/grid-toggle-cell-renderer.component.d.ts +11 -0
- package/projects/component-library/lib/atoms/grid/framework/grid-toggle-cell-renderer/grid-toggle-cell-renderer.model.d.ts +5 -0
- package/projects/component-library/lib/atoms/grid/framework/grid-toggle-cell-renderer/grid-toggle-cell-renderer.module.d.ts +9 -0
- package/projects/component-library/lib/atoms/grid/framework/relevance-score/relevance-score.component.d.ts +3 -0
- package/projects/component-library/lib/atoms/grid/framework/relevance-score/relevance-score.component.module.d.ts +6 -0
- package/projects/component-library/lib/atoms/grid/grid.component.d.ts +6 -6
- package/projects/component-library/lib/atoms/grid/grid.model.d.ts +4 -6
- package/projects/component-library/lib/atoms/grid/grid.module.d.ts +8 -0
- package/projects/component-library/lib/atoms/h1/h1.component.d.ts +4 -3
- package/projects/component-library/lib/atoms/h1/h1.module.d.ts +6 -0
- package/projects/component-library/lib/atoms/h2/h2.component.d.ts +4 -3
- package/projects/component-library/lib/atoms/h2/h2.module.d.ts +6 -0
- package/projects/component-library/lib/atoms/h3/h3.component.d.ts +4 -3
- package/projects/component-library/lib/atoms/h3/h3.module.d.ts +6 -0
- package/projects/component-library/lib/atoms/h4/h4.component.d.ts +4 -3
- package/projects/component-library/lib/atoms/h4/h4.module.d.ts +6 -0
- package/projects/component-library/lib/atoms/h5/h5.component.d.ts +4 -3
- package/projects/component-library/lib/atoms/h5/h5.module.d.ts +6 -0
- package/projects/component-library/lib/atoms/icon/icon.component.d.ts +7 -5
- package/projects/component-library/lib/atoms/icon/icon.module.d.ts +6 -0
- package/projects/component-library/lib/atoms/icon-wrapper/icon-wrapper.component.d.ts +5 -3
- package/projects/component-library/lib/atoms/icon-wrapper/icon-wrapper.module.d.ts +6 -0
- package/projects/component-library/lib/atoms/input-checkbox/input-checkbox.component.d.ts +5 -3
- package/projects/component-library/lib/atoms/input-checkbox/input-checkbox.module.d.ts +6 -0
- package/projects/component-library/lib/atoms/input-dropdown/input-dropdown-list-item.model.d.ts +8 -0
- package/projects/component-library/lib/atoms/input-dropdown/input-dropdown-list.model.d.ts +7 -0
- package/projects/component-library/lib/atoms/input-dropdown/input-dropdown.component.d.ts +19 -0
- package/projects/component-library/lib/atoms/input-dropdown/input-dropdown.module.d.ts +9 -0
- package/projects/component-library/lib/atoms/input-radio/input-radio.component.d.ts +5 -3
- package/projects/component-library/lib/atoms/input-radio/input-radio.module.d.ts +7 -0
- package/projects/component-library/lib/atoms/input-text/input-text.component.d.ts +10 -4
- package/projects/component-library/lib/atoms/input-text/input-text.module.d.ts +7 -0
- package/projects/component-library/lib/atoms/input-toggle/input-toggle.component.d.ts +11 -0
- package/projects/component-library/lib/atoms/input-toggle/input-toggle.module.d.ts +8 -0
- package/projects/component-library/lib/atoms/paragraph/paragraph.component.d.ts +4 -3
- package/projects/component-library/lib/atoms/paragraph/paragraph.module.d.ts +6 -0
- package/projects/component-library/lib/atoms/pill/pill.component.d.ts +5 -3
- package/projects/component-library/lib/atoms/pill/pill.module.d.ts +7 -0
- package/projects/component-library/lib/atoms/sfx-loader/sfx-loader.component.d.ts +7 -0
- package/projects/component-library/lib/atoms/sfx-loader/sfx-loader.module.d.ts +8 -0
- package/projects/component-library/lib/atoms/sfx-page-loader/sfx-page-loader.component.d.ts +6 -0
- package/projects/component-library/lib/atoms/sfx-page-loader/sfx-page-loader.module.d.ts +8 -0
- package/projects/component-library/lib/atoms/sfx-progress-bar/sfx-progress-bar.component.d.ts +7 -0
- package/projects/component-library/lib/atoms/sfx-progress-bar/sfx-progress-bar.module.d.ts +8 -0
- package/projects/component-library/lib/atoms/task-icon/task-icon.component.d.ts +4 -3
- package/projects/component-library/lib/atoms/task-icon/task-icon.module.d.ts +6 -0
- package/projects/component-library/lib/atoms/toaster-alert/toaster-alert.component.d.ts +19 -0
- package/projects/component-library/lib/atoms/toaster-alert/toaster-alert.model.d.ts +20 -0
- package/projects/component-library/lib/atoms/toaster-alert/toaster-alert.module.d.ts +8 -0
- package/projects/component-library/lib/atoms/two-column-filter-area/two-column-filter-area.component.d.ts +4 -3
- package/projects/component-library/lib/atoms/two-column-filter-area/two-column-filter-area.module.d.ts +6 -0
- package/projects/component-library/lib/design-guide/color-swatch-collection/color-swatch-collection.component.d.ts +4 -3
- package/projects/component-library/lib/design-guide/color-swatch-collection/color-swatch-collection.module.d.ts +7 -0
- package/projects/component-library/lib/design-guide/icon-explorer/icon-explorer.component.d.ts +3 -0
- package/projects/component-library/lib/design-guide/icon-explorer/icon-explorer.module.d.ts +9 -0
- package/projects/component-library/lib/molecules/breadcrumb/breadcrumb.component.d.ts +5 -1
- package/projects/component-library/lib/molecules/breadcrumb/breadcrumb.module.d.ts +8 -0
- package/projects/component-library/lib/molecules/color-swatch/color-swatch.component.d.ts +3 -0
- package/projects/component-library/lib/molecules/color-swatch/color-swatch.module.d.ts +9 -0
- package/projects/component-library/lib/molecules/icon-swatch/icon-swatch.component.d.ts +4 -3
- package/projects/component-library/lib/molecules/icon-swatch/icon-swatch.module.d.ts +10 -0
- package/projects/component-library/lib/molecules/molecules.module.d.ts +13 -0
- package/projects/component-library/lib/molecules/note/note.component.d.ts +4 -3
- package/projects/component-library/lib/molecules/note/note.model.d.ts +2 -2
- package/projects/component-library/lib/molecules/note/note.module.d.ts +10 -0
- package/projects/component-library/lib/molecules/pills/pills.component.d.ts +5 -3
- package/projects/component-library/lib/molecules/pills/pills.module.d.ts +7 -0
- package/projects/component-library/lib/molecules/task/task.component.d.ts +4 -3
- package/projects/component-library/lib/molecules/task/task.model.d.ts +2 -2
- package/projects/component-library/lib/molecules/task/task.module.d.ts +10 -0
- package/projects/component-library/lib/organisms/note-list/note-list.component.d.ts +4 -3
- package/projects/component-library/lib/organisms/note-list/note-list.module.d.ts +7 -0
- package/projects/component-library/lib/organisms/task-list/task-list.component.d.ts +4 -3
- package/projects/component-library/lib/organisms/task-list/task-list.module.d.ts +7 -0
- package/projects/component-library/lib/pages/events-settings-page/events-settings-page.component.d.ts +13 -5
- package/projects/component-library/lib/pages/events-settings-page/events-settings-page.model.d.ts +14 -0
- package/projects/component-library/lib/pages/events-settings-page/events-settings-page.module.d.ts +18 -0
- package/projects/component-library/lib/templates/admin-list/admin-list.component.d.ts +4 -3
- package/projects/component-library/lib/templates/admin-list/admin-list.module.d.ts +6 -0
- package/projects/component-library/lib/templates/placeholder/placeholder.component.d.ts +4 -3
- package/projects/component-library/lib/templates/placeholder/placeholder.module.d.ts +7 -0
- package/projects/component-library/package.json +7 -8
- package/projects/component-library/public-api.d.ts +21 -0
- package/projects/component-library/symphony-talent-component-library-projects-component-library.d.ts +1 -18
- package/public-api.d.ts +21 -0
- package/symphony-talent-component-library.d.ts +1 -18
- package/bundles/symphony-talent-component-library-projects-component-library.umd.js +0 -2484
- package/bundles/symphony-talent-component-library-projects-component-library.umd.js.map +0 -1
- package/bundles/symphony-talent-component-library-projects-component-library.umd.min.js +0 -16
- package/bundles/symphony-talent-component-library-projects-component-library.umd.min.js.map +0 -1
- package/bundles/symphony-talent-component-library.umd.js +0 -2484
- package/bundles/symphony-talent-component-library.umd.js.map +0 -1
- package/bundles/symphony-talent-component-library.umd.min.js +0 -16
- package/bundles/symphony-talent-component-library.umd.min.js.map +0 -1
- package/esm2015/lib/atoms/atoms.module.js +0 -58
- package/esm2015/lib/atoms/avatar/avatar.component.js +0 -101
- package/esm2015/lib/atoms/avatar/avatar.module.js +0 -15
- package/esm2015/lib/atoms/button/button.component.js +0 -35
- package/esm2015/lib/atoms/button/button.module.js +0 -16
- package/esm2015/lib/atoms/color-sample/color-sample.component.js +0 -20
- package/esm2015/lib/atoms/color-sample/color-sample.enum.js +0 -26
- package/esm2015/lib/atoms/color-sample/color-sample.module.js +0 -15
- package/esm2015/lib/atoms/contextual-menu/contextual-menu.component.js +0 -20
- package/esm2015/lib/atoms/contextual-menu/contextual-menu.model.js +0 -1
- package/esm2015/lib/atoms/contextual-menu/contextual-menu.module.js +0 -17
- package/esm2015/lib/atoms/filter-area/filter-area.component.js +0 -16
- package/esm2015/lib/atoms/filter-area/filter-area.module.js +0 -15
- package/esm2015/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.component.js +0 -49
- package/esm2015/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.component.module.js +0 -14
- package/esm2015/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.model.js +0 -8
- package/esm2015/lib/atoms/grid/framework/framework.module.js +0 -15
- package/esm2015/lib/atoms/grid/framework/relevance-score/relevance-score.component.js +0 -33
- package/esm2015/lib/atoms/grid/framework/relevance-score/relevance-score.component.model.js +0 -6
- package/esm2015/lib/atoms/grid/framework/relevance-score/relevance-score.component.module.js +0 -14
- package/esm2015/lib/atoms/grid/grid.component.js +0 -51
- package/esm2015/lib/atoms/grid/grid.model.js +0 -1
- package/esm2015/lib/atoms/grid/grid.module.js +0 -17
- package/esm2015/lib/atoms/h1/h1.component.js +0 -21
- package/esm2015/lib/atoms/h1/h1.module.js +0 -15
- package/esm2015/lib/atoms/h2/h2.component.js +0 -21
- package/esm2015/lib/atoms/h2/h2.module.js +0 -15
- package/esm2015/lib/atoms/h3/h3.component.js +0 -21
- package/esm2015/lib/atoms/h3/h3.module.js +0 -15
- package/esm2015/lib/atoms/h4/h4.component.js +0 -21
- package/esm2015/lib/atoms/h4/h4.module.js +0 -15
- package/esm2015/lib/atoms/h5/h5.component.js +0 -21
- package/esm2015/lib/atoms/h5/h5.module.js +0 -15
- package/esm2015/lib/atoms/icon/icon.component.js +0 -29
- package/esm2015/lib/atoms/icon/icon.enum.js +0 -75
- package/esm2015/lib/atoms/icon/icon.module.js +0 -15
- package/esm2015/lib/atoms/icon-wrapper/icon-wrapper.component.js +0 -28
- package/esm2015/lib/atoms/icon-wrapper/icon-wrapper.module.js +0 -15
- package/esm2015/lib/atoms/input-checkbox/input-checkbox.component.js +0 -36
- package/esm2015/lib/atoms/input-checkbox/input-checkbox.module.js +0 -15
- package/esm2015/lib/atoms/input-radio/input-radio.component.js +0 -36
- package/esm2015/lib/atoms/input-radio/input-radio.module.js +0 -22
- package/esm2015/lib/atoms/input-text/input-text.component.js +0 -36
- package/esm2015/lib/atoms/input-text/input-text.module.js +0 -16
- package/esm2015/lib/atoms/paragraph/paragraph.component.js +0 -21
- package/esm2015/lib/atoms/paragraph/paragraph.module.js +0 -15
- package/esm2015/lib/atoms/pill/pill.component.js +0 -37
- package/esm2015/lib/atoms/pill/pill.model.js +0 -1
- package/esm2015/lib/atoms/pill/pill.module.js +0 -18
- package/esm2015/lib/atoms/sfx-inline-error/sfx-inline-error.component.js +0 -17
- package/esm2015/lib/atoms/sfx-inline-error/sfx-inline-error.module.js +0 -15
- package/esm2015/lib/atoms/task-icon/task-icon.component.js +0 -18
- package/esm2015/lib/atoms/task-icon/task-icon.module.js +0 -15
- package/esm2015/lib/atoms/two-column-filter-area/two-column-filter-area.component.js +0 -18
- package/esm2015/lib/atoms/two-column-filter-area/two-column-filter-area.module.js +0 -15
- package/esm2015/lib/design-guide/color-swatch-collection/color-swatch-collection.component.js +0 -19
- package/esm2015/lib/design-guide/color-swatch-collection/color-swatch-collection.module.js +0 -16
- package/esm2015/lib/design-guide/icon-explorer/icon-explorer.component.js +0 -30
- package/esm2015/lib/design-guide/icon-explorer/icon-explorer.helper.js +0 -521
- package/esm2015/lib/design-guide/icon-explorer/icon-explorer.module.js +0 -17
- package/esm2015/lib/molecules/breadcrumb/breadcrumb.component.js +0 -21
- package/esm2015/lib/molecules/breadcrumb/breadcrumb.model.js +0 -1
- package/esm2015/lib/molecules/breadcrumb/breadcrumb.module.js +0 -17
- package/esm2015/lib/molecules/color-swatch/color-swatch.component.js +0 -29
- package/esm2015/lib/molecules/color-swatch/color-swatch.model.js +0 -1
- package/esm2015/lib/molecules/color-swatch/color-swatch.module.js +0 -23
- package/esm2015/lib/molecules/icon-swatch/icon-swatch.component.js +0 -26
- package/esm2015/lib/molecules/icon-swatch/icon-swatch.model.js +0 -3
- package/esm2015/lib/molecules/icon-swatch/icon-swatch.module.js +0 -25
- package/esm2015/lib/molecules/molecules.module.js +0 -38
- package/esm2015/lib/molecules/note/note.component.js +0 -27
- package/esm2015/lib/molecules/note/note.model.js +0 -1
- package/esm2015/lib/molecules/note/note.module.js +0 -25
- package/esm2015/lib/molecules/pills/pills.component.js +0 -33
- package/esm2015/lib/molecules/pills/pills.module.js +0 -21
- package/esm2015/lib/molecules/task/task.component.js +0 -25
- package/esm2015/lib/molecules/task/task.model.js +0 -1
- package/esm2015/lib/molecules/task/task.module.js +0 -25
- package/esm2015/lib/organisms/note-list/note-list.component.js +0 -19
- package/esm2015/lib/organisms/note-list/note-list.module.js +0 -16
- package/esm2015/lib/organisms/task-list/task-list.component.js +0 -18
- package/esm2015/lib/organisms/task-list/task-list.module.js +0 -16
- package/esm2015/lib/pages/events-settings-page/events-settings-page.component.js +0 -31
- package/esm2015/lib/pages/events-settings-page/events-settings-page.module.js +0 -35
- package/esm2015/lib/templates/admin-list/admin-list.component.js +0 -15
- package/esm2015/lib/templates/admin-list/admin-list.module.js +0 -15
- package/esm2015/lib/templates/placeholder/placeholder.component.js +0 -33
- package/esm2015/lib/templates/placeholder/placeholder.module.js +0 -16
- package/esm2015/projects/component-library/lib/atoms/atoms.module.js +0 -58
- package/esm2015/projects/component-library/lib/atoms/avatar/avatar.component.js +0 -101
- package/esm2015/projects/component-library/lib/atoms/avatar/avatar.module.js +0 -15
- package/esm2015/projects/component-library/lib/atoms/button/button.component.js +0 -35
- package/esm2015/projects/component-library/lib/atoms/button/button.module.js +0 -16
- package/esm2015/projects/component-library/lib/atoms/color-sample/color-sample.component.js +0 -20
- package/esm2015/projects/component-library/lib/atoms/color-sample/color-sample.enum.js +0 -26
- package/esm2015/projects/component-library/lib/atoms/color-sample/color-sample.module.js +0 -15
- package/esm2015/projects/component-library/lib/atoms/contextual-menu/contextual-menu.component.js +0 -20
- package/esm2015/projects/component-library/lib/atoms/contextual-menu/contextual-menu.model.js +0 -1
- package/esm2015/projects/component-library/lib/atoms/contextual-menu/contextual-menu.module.js +0 -17
- package/esm2015/projects/component-library/lib/atoms/filter-area/filter-area.component.js +0 -16
- package/esm2015/projects/component-library/lib/atoms/filter-area/filter-area.module.js +0 -15
- package/esm2015/projects/component-library/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.component.js +0 -49
- package/esm2015/projects/component-library/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.component.module.js +0 -14
- package/esm2015/projects/component-library/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.model.js +0 -8
- package/esm2015/projects/component-library/lib/atoms/grid/framework/framework.module.js +0 -15
- package/esm2015/projects/component-library/lib/atoms/grid/framework/relevance-score/relevance-score.component.js +0 -33
- package/esm2015/projects/component-library/lib/atoms/grid/framework/relevance-score/relevance-score.component.model.js +0 -6
- package/esm2015/projects/component-library/lib/atoms/grid/framework/relevance-score/relevance-score.component.module.js +0 -14
- package/esm2015/projects/component-library/lib/atoms/grid/grid.component.js +0 -51
- package/esm2015/projects/component-library/lib/atoms/grid/grid.model.js +0 -1
- package/esm2015/projects/component-library/lib/atoms/grid/grid.module.js +0 -17
- package/esm2015/projects/component-library/lib/atoms/h1/h1.component.js +0 -21
- package/esm2015/projects/component-library/lib/atoms/h1/h1.module.js +0 -15
- package/esm2015/projects/component-library/lib/atoms/h2/h2.component.js +0 -21
- package/esm2015/projects/component-library/lib/atoms/h2/h2.module.js +0 -15
- package/esm2015/projects/component-library/lib/atoms/h3/h3.component.js +0 -21
- package/esm2015/projects/component-library/lib/atoms/h3/h3.module.js +0 -15
- package/esm2015/projects/component-library/lib/atoms/h4/h4.component.js +0 -21
- package/esm2015/projects/component-library/lib/atoms/h4/h4.module.js +0 -15
- package/esm2015/projects/component-library/lib/atoms/h5/h5.component.js +0 -21
- package/esm2015/projects/component-library/lib/atoms/h5/h5.module.js +0 -15
- package/esm2015/projects/component-library/lib/atoms/icon/icon.component.js +0 -29
- package/esm2015/projects/component-library/lib/atoms/icon/icon.enum.js +0 -75
- package/esm2015/projects/component-library/lib/atoms/icon/icon.module.js +0 -15
- package/esm2015/projects/component-library/lib/atoms/icon-wrapper/icon-wrapper.component.js +0 -28
- package/esm2015/projects/component-library/lib/atoms/icon-wrapper/icon-wrapper.module.js +0 -15
- package/esm2015/projects/component-library/lib/atoms/input-checkbox/input-checkbox.component.js +0 -36
- package/esm2015/projects/component-library/lib/atoms/input-checkbox/input-checkbox.module.js +0 -15
- package/esm2015/projects/component-library/lib/atoms/input-radio/input-radio.component.js +0 -36
- package/esm2015/projects/component-library/lib/atoms/input-radio/input-radio.module.js +0 -22
- package/esm2015/projects/component-library/lib/atoms/input-text/input-text.component.js +0 -36
- package/esm2015/projects/component-library/lib/atoms/input-text/input-text.module.js +0 -16
- package/esm2015/projects/component-library/lib/atoms/paragraph/paragraph.component.js +0 -21
- package/esm2015/projects/component-library/lib/atoms/paragraph/paragraph.module.js +0 -15
- package/esm2015/projects/component-library/lib/atoms/pill/pill.component.js +0 -37
- package/esm2015/projects/component-library/lib/atoms/pill/pill.model.js +0 -1
- package/esm2015/projects/component-library/lib/atoms/pill/pill.module.js +0 -18
- package/esm2015/projects/component-library/lib/atoms/sfx-inline-error/sfx-inline-error.component.js +0 -17
- package/esm2015/projects/component-library/lib/atoms/sfx-inline-error/sfx-inline-error.module.js +0 -15
- package/esm2015/projects/component-library/lib/atoms/task-icon/task-icon.component.js +0 -18
- package/esm2015/projects/component-library/lib/atoms/task-icon/task-icon.module.js +0 -15
- package/esm2015/projects/component-library/lib/atoms/two-column-filter-area/two-column-filter-area.component.js +0 -18
- package/esm2015/projects/component-library/lib/atoms/two-column-filter-area/two-column-filter-area.module.js +0 -15
- package/esm2015/projects/component-library/lib/design-guide/color-swatch-collection/color-swatch-collection.component.js +0 -19
- package/esm2015/projects/component-library/lib/design-guide/color-swatch-collection/color-swatch-collection.module.js +0 -16
- package/esm2015/projects/component-library/lib/design-guide/icon-explorer/icon-explorer.component.js +0 -30
- package/esm2015/projects/component-library/lib/design-guide/icon-explorer/icon-explorer.helper.js +0 -521
- package/esm2015/projects/component-library/lib/design-guide/icon-explorer/icon-explorer.module.js +0 -17
- package/esm2015/projects/component-library/lib/molecules/breadcrumb/breadcrumb.component.js +0 -21
- package/esm2015/projects/component-library/lib/molecules/breadcrumb/breadcrumb.model.js +0 -1
- package/esm2015/projects/component-library/lib/molecules/breadcrumb/breadcrumb.module.js +0 -17
- package/esm2015/projects/component-library/lib/molecules/color-swatch/color-swatch.component.js +0 -29
- package/esm2015/projects/component-library/lib/molecules/color-swatch/color-swatch.model.js +0 -1
- package/esm2015/projects/component-library/lib/molecules/color-swatch/color-swatch.module.js +0 -23
- package/esm2015/projects/component-library/lib/molecules/icon-swatch/icon-swatch.component.js +0 -26
- package/esm2015/projects/component-library/lib/molecules/icon-swatch/icon-swatch.model.js +0 -3
- package/esm2015/projects/component-library/lib/molecules/icon-swatch/icon-swatch.module.js +0 -25
- package/esm2015/projects/component-library/lib/molecules/molecules.module.js +0 -38
- package/esm2015/projects/component-library/lib/molecules/note/note.component.js +0 -27
- package/esm2015/projects/component-library/lib/molecules/note/note.model.js +0 -1
- package/esm2015/projects/component-library/lib/molecules/note/note.module.js +0 -25
- package/esm2015/projects/component-library/lib/molecules/pills/pills.component.js +0 -33
- package/esm2015/projects/component-library/lib/molecules/pills/pills.module.js +0 -21
- package/esm2015/projects/component-library/lib/molecules/task/task.component.js +0 -25
- package/esm2015/projects/component-library/lib/molecules/task/task.model.js +0 -1
- package/esm2015/projects/component-library/lib/molecules/task/task.module.js +0 -25
- package/esm2015/projects/component-library/lib/organisms/note-list/note-list.component.js +0 -19
- package/esm2015/projects/component-library/lib/organisms/note-list/note-list.module.js +0 -16
- package/esm2015/projects/component-library/lib/organisms/task-list/task-list.component.js +0 -18
- package/esm2015/projects/component-library/lib/organisms/task-list/task-list.module.js +0 -16
- package/esm2015/projects/component-library/lib/pages/events-settings-page/events-settings-page.component.js +0 -31
- package/esm2015/projects/component-library/lib/pages/events-settings-page/events-settings-page.module.js +0 -35
- package/esm2015/projects/component-library/lib/templates/admin-list/admin-list.component.js +0 -15
- package/esm2015/projects/component-library/lib/templates/admin-list/admin-list.module.js +0 -15
- package/esm2015/projects/component-library/lib/templates/placeholder/placeholder.component.js +0 -33
- package/esm2015/projects/component-library/lib/templates/placeholder/placeholder.module.js +0 -16
- package/esm2015/projects/component-library/public-api.js +0 -70
- package/esm2015/projects/component-library/symphony-talent-component-library-projects-component-library.js +0 -23
- package/esm2015/public-api.js +0 -70
- package/esm2015/symphony-talent-component-library.js +0 -23
- package/fesm2015/symphony-talent-component-library-projects-component-library.js +0 -2017
- package/fesm2015/symphony-talent-component-library-projects-component-library.js.map +0 -1
- package/fesm2015/symphony-talent-component-library.js +0 -2017
- package/fesm2015/symphony-talent-component-library.js.map +0 -1
- package/lib/atoms/sfx-inline-error/sfx-inline-error.component.d.ts +0 -4
- package/lib/atoms/sfx-inline-error/sfx-inline-error.module.d.ts +0 -2
- package/projects/component-library/lib/atoms/sfx-inline-error/sfx-inline-error.component.d.ts +0 -4
- package/projects/component-library/lib/atoms/sfx-inline-error/sfx-inline-error.module.d.ts +0 -2
- package/projects/component-library/symphony-talent-component-library-projects-component-library.metadata.json +0 -1
- package/symphony-talent-component-library.metadata.json +0 -1
package/projects/component-library/lib/pages/events-settings-page/events-settings-page.module.d.ts
CHANGED
|
@@ -1,2 +1,20 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./events-settings-page.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../../templates/admin-list/admin-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 "../../molecules/breadcrumb/breadcrumb.module";
|
|
9
|
+
import * as i8 from "../../atoms/two-column-filter-area/two-column-filter-area.module";
|
|
10
|
+
import * as i9 from "../../atoms/icon/icon.module";
|
|
11
|
+
import * as i10 from "../../atoms/input-text/input-text.module";
|
|
12
|
+
import * as i11 from "../../atoms/contextual-menu/contextual-menu.module";
|
|
13
|
+
import * as i12 from "../../atoms/input-dropdown/input-dropdown.module";
|
|
14
|
+
import * as i13 from "../../atoms/grid/grid.module";
|
|
15
|
+
import * as i14 from "../../atoms/icon-wrapper/icon-wrapper.module";
|
|
1
16
|
export declare class EventsSettingsPageModule {
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EventsSettingsPageModule, never>;
|
|
18
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EventsSettingsPageModule, [typeof i1.EventsSettingsPageComponent], [typeof i2.CommonModule, typeof i3.AdminListModule, typeof i4.H3Module, typeof i5.H4Module, typeof i6.PlaceholderModule, typeof i7.BreadcrumbModule, typeof i8.TwoColumnFilterAreaModule, typeof i9.IconModule, typeof i10.InputTextModule, typeof i11.ContextualMenuModule, typeof i12.InputDropdownModule, typeof i13.GridModule, typeof i14.IconWrapperModule], [typeof i1.EventsSettingsPageComponent]>;
|
|
19
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<EventsSettingsPageModule>;
|
|
2
20
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import
|
|
2
|
-
export declare class AdminListTemplateComponent
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class AdminListTemplateComponent {
|
|
3
3
|
constructor();
|
|
4
|
-
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdminListTemplateComponent, never>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdminListTemplateComponent, "symphony-admin-list-template", never, {}, {}, never, ["[sfx-header]", "[sfx-page-action]", "[sfx-filter-area]", "[sfx-title]", "[sfx-grid-action]", "[sfx-grid]"]>;
|
|
5
6
|
}
|
|
@@ -1,2 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./admin-list.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
1
4
|
export declare class AdminListModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdminListModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdminListModule, [typeof i1.AdminListTemplateComponent], [typeof i2.CommonModule], [typeof i1.AdminListTemplateComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdminListModule>;
|
|
2
8
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import
|
|
2
|
-
export declare class PlaceholderComponent
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class PlaceholderComponent {
|
|
3
3
|
type: string;
|
|
4
4
|
label: string;
|
|
5
5
|
tooltip: string;
|
|
@@ -7,5 +7,6 @@ export declare class PlaceholderComponent implements OnInit {
|
|
|
7
7
|
height: string;
|
|
8
8
|
width: string;
|
|
9
9
|
constructor();
|
|
10
|
-
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PlaceholderComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PlaceholderComponent, "symphony-placeholder", never, { "type": "type"; "label": "label"; "tooltip": "tooltip"; "tooltipPlacement": "tooltipPlacement"; "height": "height"; "width": "width"; }, {}, never, never>;
|
|
11
12
|
}
|
|
@@ -1,2 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./placeholder.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "ngx-bootstrap/tooltip";
|
|
1
5
|
export declare class PlaceholderModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PlaceholderModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PlaceholderModule, [typeof i1.PlaceholderComponent], [typeof i2.CommonModule, typeof i3.TooltipModule], [typeof i1.PlaceholderComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<PlaceholderModule>;
|
|
2
9
|
}
|
|
@@ -6,14 +6,13 @@
|
|
|
6
6
|
"@angular/core": "^9.1.13"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"tslib": "^
|
|
9
|
+
"tslib": "^2.0.0"
|
|
10
10
|
},
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"fesm2015": "../../fesm2015/symphony-talent-component-library-projects-component-library.
|
|
11
|
+
"module": "../../fesm2015/symphony-talent-component-library-projects-component-library.mjs",
|
|
12
|
+
"es2020": "../../fesm2020/symphony-talent-component-library-projects-component-library.mjs",
|
|
13
|
+
"esm2020": "../../esm2020/projects/component-library/symphony-talent-component-library-projects-component-library.mjs",
|
|
14
|
+
"fesm2020": "../../fesm2020/symphony-talent-component-library-projects-component-library.mjs",
|
|
15
|
+
"fesm2015": "../../fesm2015/symphony-talent-component-library-projects-component-library.mjs",
|
|
16
16
|
"typings": "symphony-talent-component-library-projects-component-library.d.ts",
|
|
17
|
-
"metadata": "symphony-talent-component-library-projects-component-library.metadata.json",
|
|
18
17
|
"sideEffects": false
|
|
19
|
-
}
|
|
18
|
+
}
|
|
@@ -2,6 +2,7 @@ export * from './lib/atoms/avatar/avatar.component';
|
|
|
2
2
|
export * from './lib/atoms/avatar/avatar.module';
|
|
3
3
|
export * from './lib/atoms/button/button.component';
|
|
4
4
|
export * from './lib/atoms/button/button.module';
|
|
5
|
+
export * from './lib/atoms/pill/pill.module';
|
|
5
6
|
export * from './lib/atoms/pill/pill.component';
|
|
6
7
|
export * from './lib/atoms/pill/pill.model';
|
|
7
8
|
export * from './lib/atoms/task-icon/task-icon.component';
|
|
@@ -32,6 +33,26 @@ export * from './lib/atoms/input-text/input-text.component';
|
|
|
32
33
|
export * from './lib/atoms/input-text/input-text.module';
|
|
33
34
|
export * from './lib/atoms/contextual-menu/contextual-menu.component';
|
|
34
35
|
export * from './lib/atoms/contextual-menu/contextual-menu.module';
|
|
36
|
+
export * from './lib/atoms/input-dropdown/input-dropdown.component';
|
|
37
|
+
export * from './lib/atoms/input-dropdown/input-dropdown.module';
|
|
38
|
+
export * from './lib/atoms/filter-area/filter-area.component';
|
|
39
|
+
export * from './lib/atoms/filter-area/filter-area.module';
|
|
40
|
+
export * from './lib/atoms/two-column-filter-area/two-column-filter-area.component';
|
|
41
|
+
export * from './lib/atoms/two-column-filter-area/two-column-filter-area.module';
|
|
42
|
+
export * from './lib/atoms/grid/grid.component';
|
|
43
|
+
export * from './lib/atoms/grid/grid.module';
|
|
44
|
+
export * from './lib/atoms/grid/framework/contact-activity-score/contact-activity-score.component';
|
|
45
|
+
export * from './lib/atoms/grid/framework/contact-activity-score/contact-activity-score.component.module';
|
|
46
|
+
export * from './lib/atoms/grid/framework/relevance-score/relevance-score.component';
|
|
47
|
+
export * from './lib/atoms/grid/framework/relevance-score/relevance-score.component.module';
|
|
48
|
+
export * from './lib/atoms/sfx-loader/sfx-loader.component';
|
|
49
|
+
export * from './lib/atoms/sfx-loader/sfx-loader.module';
|
|
50
|
+
export * from './lib/atoms/sfx-page-loader/sfx-page-loader.component';
|
|
51
|
+
export * from './lib/atoms/sfx-page-loader/sfx-page-loader.module';
|
|
52
|
+
export * from './lib/atoms/sfx-progress-bar/sfx-progress-bar.component';
|
|
53
|
+
export * from './lib/atoms/sfx-progress-bar/sfx-progress-bar.module';
|
|
54
|
+
export * from './lib/atoms/toaster-alert/toaster-alert.component';
|
|
55
|
+
export * from './lib/atoms/toaster-alert/toaster-alert.module';
|
|
35
56
|
export * from './lib/atoms/atoms.module';
|
|
36
57
|
export * from './lib/molecules/breadcrumb/breadcrumb.component';
|
|
37
58
|
export * from './lib/molecules/breadcrumb/breadcrumb.module';
|
package/projects/component-library/symphony-talent-component-library-projects-component-library.d.ts
CHANGED
|
@@ -1,22 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Generated bundle index. Do not edit.
|
|
3
3
|
*/
|
|
4
|
+
/// <amd-module name="@symphony-talent/component-library/projects/component-library" />
|
|
4
5
|
export * from './public-api';
|
|
5
|
-
export { FilterAreaComponent as ɵe } from './lib/atoms/filter-area/filter-area.component';
|
|
6
|
-
export { FilterAreaModule as ɵd } from './lib/atoms/filter-area/filter-area.module';
|
|
7
|
-
export { ContactActivityScoreComponent as ɵl } from './lib/atoms/grid/framework/contact-activity-score/contact-activity-score.component';
|
|
8
|
-
export { ContactActivityScoreModule as ɵk } from './lib/atoms/grid/framework/contact-activity-score/contact-activity-score.component.module';
|
|
9
|
-
export { FrameworkModule as ɵj } from './lib/atoms/grid/framework/framework.module';
|
|
10
|
-
export { RelevanceScoreComponent as ɵn } from './lib/atoms/grid/framework/relevance-score/relevance-score.component';
|
|
11
|
-
export { RelevanceScoreModule as ɵm } from './lib/atoms/grid/framework/relevance-score/relevance-score.component.module';
|
|
12
|
-
export { GridComponent as ɵi } from './lib/atoms/grid/grid.component';
|
|
13
|
-
export { GridModule as ɵh } from './lib/atoms/grid/grid.module';
|
|
14
|
-
export { PillModule as ɵc } from './lib/atoms/pill/pill.module';
|
|
15
|
-
export { SfxInlineErrorComponent as ɵb } from './lib/atoms/sfx-inline-error/sfx-inline-error.component';
|
|
16
|
-
export { SfxInlineErrorModule as ɵa } from './lib/atoms/sfx-inline-error/sfx-inline-error.module';
|
|
17
|
-
export { TwoColumnFilterAreaComponent as ɵg } from './lib/atoms/two-column-filter-area/two-column-filter-area.component';
|
|
18
|
-
export { TwoColumnFilterAreaModule as ɵf } from './lib/atoms/two-column-filter-area/two-column-filter-area.module';
|
|
19
|
-
export { AdminListTemplateComponent as ɵp } from './lib/templates/admin-list/admin-list.component';
|
|
20
|
-
export { AdminListModule as ɵo } from './lib/templates/admin-list/admin-list.module';
|
|
21
|
-
export { PlaceholderComponent as ɵr } from './lib/templates/placeholder/placeholder.component';
|
|
22
|
-
export { PlaceholderModule as ɵq } from './lib/templates/placeholder/placeholder.module';
|
package/public-api.d.ts
CHANGED
|
@@ -2,6 +2,7 @@ export * from './lib/atoms/avatar/avatar.component';
|
|
|
2
2
|
export * from './lib/atoms/avatar/avatar.module';
|
|
3
3
|
export * from './lib/atoms/button/button.component';
|
|
4
4
|
export * from './lib/atoms/button/button.module';
|
|
5
|
+
export * from './lib/atoms/pill/pill.module';
|
|
5
6
|
export * from './lib/atoms/pill/pill.component';
|
|
6
7
|
export * from './lib/atoms/pill/pill.model';
|
|
7
8
|
export * from './lib/atoms/task-icon/task-icon.component';
|
|
@@ -32,6 +33,26 @@ export * from './lib/atoms/input-text/input-text.component';
|
|
|
32
33
|
export * from './lib/atoms/input-text/input-text.module';
|
|
33
34
|
export * from './lib/atoms/contextual-menu/contextual-menu.component';
|
|
34
35
|
export * from './lib/atoms/contextual-menu/contextual-menu.module';
|
|
36
|
+
export * from './lib/atoms/input-dropdown/input-dropdown.component';
|
|
37
|
+
export * from './lib/atoms/input-dropdown/input-dropdown.module';
|
|
38
|
+
export * from './lib/atoms/filter-area/filter-area.component';
|
|
39
|
+
export * from './lib/atoms/filter-area/filter-area.module';
|
|
40
|
+
export * from './lib/atoms/two-column-filter-area/two-column-filter-area.component';
|
|
41
|
+
export * from './lib/atoms/two-column-filter-area/two-column-filter-area.module';
|
|
42
|
+
export * from './lib/atoms/grid/grid.component';
|
|
43
|
+
export * from './lib/atoms/grid/grid.module';
|
|
44
|
+
export * from './lib/atoms/grid/framework/contact-activity-score/contact-activity-score.component';
|
|
45
|
+
export * from './lib/atoms/grid/framework/contact-activity-score/contact-activity-score.component.module';
|
|
46
|
+
export * from './lib/atoms/grid/framework/relevance-score/relevance-score.component';
|
|
47
|
+
export * from './lib/atoms/grid/framework/relevance-score/relevance-score.component.module';
|
|
48
|
+
export * from './lib/atoms/sfx-loader/sfx-loader.component';
|
|
49
|
+
export * from './lib/atoms/sfx-loader/sfx-loader.module';
|
|
50
|
+
export * from './lib/atoms/sfx-page-loader/sfx-page-loader.component';
|
|
51
|
+
export * from './lib/atoms/sfx-page-loader/sfx-page-loader.module';
|
|
52
|
+
export * from './lib/atoms/sfx-progress-bar/sfx-progress-bar.component';
|
|
53
|
+
export * from './lib/atoms/sfx-progress-bar/sfx-progress-bar.module';
|
|
54
|
+
export * from './lib/atoms/toaster-alert/toaster-alert.component';
|
|
55
|
+
export * from './lib/atoms/toaster-alert/toaster-alert.module';
|
|
35
56
|
export * from './lib/atoms/atoms.module';
|
|
36
57
|
export * from './lib/molecules/breadcrumb/breadcrumb.component';
|
|
37
58
|
export * from './lib/molecules/breadcrumb/breadcrumb.module';
|
|
@@ -1,22 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Generated bundle index. Do not edit.
|
|
3
3
|
*/
|
|
4
|
+
/// <amd-module name="@symphony-talent/component-library" />
|
|
4
5
|
export * from './public-api';
|
|
5
|
-
export { FilterAreaComponent as ɵe } from './lib/atoms/filter-area/filter-area.component';
|
|
6
|
-
export { FilterAreaModule as ɵd } from './lib/atoms/filter-area/filter-area.module';
|
|
7
|
-
export { ContactActivityScoreComponent as ɵl } from './lib/atoms/grid/framework/contact-activity-score/contact-activity-score.component';
|
|
8
|
-
export { ContactActivityScoreModule as ɵk } from './lib/atoms/grid/framework/contact-activity-score/contact-activity-score.component.module';
|
|
9
|
-
export { FrameworkModule as ɵj } from './lib/atoms/grid/framework/framework.module';
|
|
10
|
-
export { RelevanceScoreComponent as ɵn } from './lib/atoms/grid/framework/relevance-score/relevance-score.component';
|
|
11
|
-
export { RelevanceScoreModule as ɵm } from './lib/atoms/grid/framework/relevance-score/relevance-score.component.module';
|
|
12
|
-
export { GridComponent as ɵi } from './lib/atoms/grid/grid.component';
|
|
13
|
-
export { GridModule as ɵh } from './lib/atoms/grid/grid.module';
|
|
14
|
-
export { PillModule as ɵc } from './lib/atoms/pill/pill.module';
|
|
15
|
-
export { SfxInlineErrorComponent as ɵb } from './lib/atoms/sfx-inline-error/sfx-inline-error.component';
|
|
16
|
-
export { SfxInlineErrorModule as ɵa } from './lib/atoms/sfx-inline-error/sfx-inline-error.module';
|
|
17
|
-
export { TwoColumnFilterAreaComponent as ɵg } from './lib/atoms/two-column-filter-area/two-column-filter-area.component';
|
|
18
|
-
export { TwoColumnFilterAreaModule as ɵf } from './lib/atoms/two-column-filter-area/two-column-filter-area.module';
|
|
19
|
-
export { AdminListTemplateComponent as ɵp } from './lib/templates/admin-list/admin-list.component';
|
|
20
|
-
export { AdminListModule as ɵo } from './lib/templates/admin-list/admin-list.module';
|
|
21
|
-
export { PlaceholderComponent as ɵr } from './lib/templates/placeholder/placeholder.component';
|
|
22
|
-
export { PlaceholderModule as ɵq } from './lib/templates/placeholder/placeholder.module';
|