@symphony-talent/component-library 1.5.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 +5 -3
- package/lib/atoms/avatar/avatar.module.d.ts +6 -0
- package/lib/atoms/button/button.component.d.ts +6 -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 +11 -0
- package/lib/atoms/contextual-menu/contextual-menu.model.d.ts +4 -0
- package/lib/atoms/contextual-menu/contextual-menu.module.d.ts +10 -0
- package/lib/atoms/filter-area/filter-area.component.d.ts +6 -0
- package/lib/atoms/filter-area/filter-area.module.d.ts +8 -0
- package/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.component.d.ts +14 -0
- package/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.component.module.d.ts +8 -0
- package/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.model.d.ts +9 -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 +10 -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 +14 -0
- package/lib/atoms/grid/framework/relevance-score/relevance-score.component.model.d.ts +7 -0
- package/lib/atoms/grid/framework/relevance-score/relevance-score.component.module.d.ts +8 -0
- package/lib/atoms/grid/grid.component.d.ts +19 -0
- package/lib/atoms/grid/grid.model.d.ts +5 -0
- package/lib/atoms/grid/grid.module.d.ts +10 -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 +9 -5
- package/lib/atoms/icon/icon.module.d.ts +6 -0
- package/lib/atoms/icon-wrapper/icon-wrapper.component.d.ts +7 -3
- package/lib/atoms/icon-wrapper/icon-wrapper.module.d.ts +6 -0
- package/lib/atoms/input-checkbox/input-checkbox.component.d.ts +12 -0
- package/lib/atoms/input-checkbox/input-checkbox.module.d.ts +8 -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 +12 -0
- package/lib/atoms/input-radio/input-radio.module.d.ts +9 -0
- package/lib/atoms/input-text/input-text.component.d.ts +11 -2
- 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 +7 -0
- package/lib/atoms/two-column-filter-area/two-column-filter-area.module.d.ts +8 -0
- package/lib/design-guide/color-swatch-collection/color-swatch-collection.component.d.ts +8 -0
- package/lib/design-guide/color-swatch-collection/color-swatch-collection.module.d.ts +9 -0
- package/lib/{organisms → design-guide}/icon-explorer/icon-explorer.component.d.ts +3 -0
- package/lib/{organisms → design-guide}/icon-explorer/icon-explorer.helper.d.ts +0 -0
- package/lib/design-guide/icon-explorer/icon-explorer.module.d.ts +11 -0
- package/lib/molecules/breadcrumb/breadcrumb.component.d.ts +12 -0
- package/lib/molecules/breadcrumb/breadcrumb.model.d.ts +5 -0
- package/lib/molecules/breadcrumb/breadcrumb.module.d.ts +10 -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 +6 -9
- package/lib/molecules/note/note.model.d.ts +9 -0
- 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 +8 -0
- package/lib/organisms/note-list/note-list.module.d.ts +9 -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 +17 -0
- 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 +20 -0
- package/lib/templates/admin-list/admin-list.component.d.ts +6 -0
- package/lib/templates/admin-list/admin-list.module.d.ts +8 -0
- package/lib/templates/placeholder/placeholder.component.d.ts +12 -0
- package/lib/templates/placeholder/placeholder.module.d.ts +9 -0
- package/package.json +34 -17
- package/projects/component-library/lib/atoms/atoms.module.d.ts +31 -0
- package/projects/component-library/lib/atoms/avatar/avatar.component.d.ts +5 -3
- package/projects/component-library/lib/atoms/avatar/avatar.module.d.ts +6 -0
- package/projects/component-library/lib/atoms/button/button.component.d.ts +6 -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 +11 -0
- package/projects/component-library/lib/atoms/contextual-menu/contextual-menu.model.d.ts +4 -0
- package/projects/component-library/lib/atoms/contextual-menu/contextual-menu.module.d.ts +10 -0
- package/projects/component-library/lib/atoms/filter-area/filter-area.component.d.ts +6 -0
- package/projects/component-library/lib/atoms/filter-area/filter-area.module.d.ts +8 -0
- package/projects/component-library/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.component.d.ts +14 -0
- package/projects/component-library/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.component.module.d.ts +8 -0
- package/projects/component-library/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.model.d.ts +9 -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 +10 -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 +14 -0
- package/projects/component-library/lib/atoms/grid/framework/relevance-score/relevance-score.component.model.d.ts +7 -0
- package/projects/component-library/lib/atoms/grid/framework/relevance-score/relevance-score.component.module.d.ts +8 -0
- package/projects/component-library/lib/atoms/grid/grid.component.d.ts +19 -0
- package/projects/component-library/lib/atoms/grid/grid.model.d.ts +5 -0
- package/projects/component-library/lib/atoms/grid/grid.module.d.ts +10 -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 +9 -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 +7 -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 +12 -0
- package/projects/component-library/lib/atoms/input-checkbox/input-checkbox.module.d.ts +8 -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 +12 -0
- package/projects/component-library/lib/atoms/input-radio/input-radio.module.d.ts +9 -0
- package/projects/component-library/lib/atoms/input-text/input-text.component.d.ts +11 -2
- 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 +7 -0
- package/projects/component-library/lib/atoms/two-column-filter-area/two-column-filter-area.module.d.ts +8 -0
- package/projects/component-library/lib/design-guide/color-swatch-collection/color-swatch-collection.component.d.ts +8 -0
- package/projects/component-library/lib/design-guide/color-swatch-collection/color-swatch-collection.module.d.ts +9 -0
- package/projects/component-library/lib/{organisms → design-guide}/icon-explorer/icon-explorer.component.d.ts +3 -0
- package/projects/component-library/lib/{organisms → design-guide}/icon-explorer/icon-explorer.helper.d.ts +0 -0
- package/projects/component-library/lib/design-guide/icon-explorer/icon-explorer.module.d.ts +11 -0
- package/projects/component-library/lib/molecules/breadcrumb/breadcrumb.component.d.ts +12 -0
- package/projects/component-library/lib/molecules/breadcrumb/breadcrumb.model.d.ts +5 -0
- package/projects/component-library/lib/molecules/breadcrumb/breadcrumb.module.d.ts +10 -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 +6 -9
- package/projects/component-library/lib/molecules/note/note.model.d.ts +9 -0
- 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 +8 -0
- package/projects/component-library/lib/organisms/note-list/note-list.module.d.ts +9 -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 +17 -0
- 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 +20 -0
- package/projects/component-library/lib/templates/admin-list/admin-list.component.d.ts +6 -0
- package/projects/component-library/lib/templates/admin-list/admin-list.module.d.ts +8 -0
- package/projects/component-library/lib/templates/placeholder/placeholder.component.d.ts +12 -0
- package/projects/component-library/lib/templates/placeholder/placeholder.module.d.ts +9 -0
- package/projects/component-library/package.json +7 -8
- package/projects/component-library/public-api.d.ts +49 -11
- package/projects/component-library/symphony-talent-component-library-projects-component-library.d.ts +1 -19
- package/public-api.d.ts +49 -11
- package/symphony-talent-component-library.d.ts +1 -19
- package/bundles/symphony-talent-component-library-projects-component-library.umd.js +0 -2060
- 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 -2060
- 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 -52
- package/esm2015/lib/atoms/avatar/avatar.component.js +0 -101
- package/esm2015/lib/atoms/avatar/avatar.module.js +0 -16
- package/esm2015/lib/atoms/button/button.component.js +0 -32
- package/esm2015/lib/atoms/button/button.module.js +0 -16
- package/esm2015/lib/atoms/button-round/button-round.component.js +0 -32
- package/esm2015/lib/atoms/button-round/button-round.enum.js +0 -7
- package/esm2015/lib/atoms/button-round/button-round.module.js +0 -15
- 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/description/description.component.js +0 -18
- package/esm2015/lib/atoms/description/description.module.js +0 -15
- package/esm2015/lib/atoms/dropdown/dropdown.component.js +0 -16
- package/esm2015/lib/atoms/dropdown/dropdown.module.js +0 -18
- 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 -21
- 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 -21
- package/esm2015/lib/atoms/icon-wrapper/icon-wrapper.module.js +0 -15
- package/esm2015/lib/atoms/input-text/input-text.component.js +0 -30
- package/esm2015/lib/atoms/input-text/input-text.module.js +0 -14
- package/esm2015/lib/atoms/list-title/list-title.component.js +0 -18
- package/esm2015/lib/atoms/list-title/list-title.module.js +0 -15
- package/esm2015/lib/atoms/more-dropdown/more-actions.model.js +0 -1
- package/esm2015/lib/atoms/more-dropdown/more-dropdown.component.js +0 -20
- package/esm2015/lib/atoms/more-dropdown/more-dropdown.module.js +0 -17
- 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/task-icon/task-icon.component.js +0 -18
- package/esm2015/lib/atoms/task-icon/task-icon.module.js +0 -15
- package/esm2015/lib/atoms/time-stamp/time-stamp.component.js +0 -18
- package/esm2015/lib/atoms/time-stamp/time-stamp.module.js +0 -15
- 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 -41
- package/esm2015/lib/molecules/note/note.component.js +0 -33
- package/esm2015/lib/molecules/note/note.module.js +0 -20
- 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 -27
- package/esm2015/lib/organisms/color-swatch-collection/color-swatch-collection.component.js +0 -19
- package/esm2015/lib/organisms/color-swatch-collection/color-swatch-collection.module.js +0 -15
- package/esm2015/lib/organisms/icon-explorer/icon-explorer.component.js +0 -30
- package/esm2015/lib/organisms/icon-explorer/icon-explorer.helper.js +0 -521
- package/esm2015/lib/organisms/icon-explorer/icon-explorer.module.js +0 -17
- 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/projects/component-library/lib/atoms/atoms.module.js +0 -52
- 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 -16
- package/esm2015/projects/component-library/lib/atoms/button/button.component.js +0 -32
- package/esm2015/projects/component-library/lib/atoms/button/button.module.js +0 -16
- package/esm2015/projects/component-library/lib/atoms/button-round/button-round.component.js +0 -32
- package/esm2015/projects/component-library/lib/atoms/button-round/button-round.enum.js +0 -7
- package/esm2015/projects/component-library/lib/atoms/button-round/button-round.module.js +0 -15
- 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/description/description.component.js +0 -18
- package/esm2015/projects/component-library/lib/atoms/description/description.module.js +0 -15
- package/esm2015/projects/component-library/lib/atoms/dropdown/dropdown.component.js +0 -16
- package/esm2015/projects/component-library/lib/atoms/dropdown/dropdown.module.js +0 -18
- 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 -21
- 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 -21
- package/esm2015/projects/component-library/lib/atoms/icon-wrapper/icon-wrapper.module.js +0 -15
- package/esm2015/projects/component-library/lib/atoms/input-text/input-text.component.js +0 -30
- package/esm2015/projects/component-library/lib/atoms/input-text/input-text.module.js +0 -14
- package/esm2015/projects/component-library/lib/atoms/list-title/list-title.component.js +0 -18
- package/esm2015/projects/component-library/lib/atoms/list-title/list-title.module.js +0 -15
- package/esm2015/projects/component-library/lib/atoms/more-dropdown/more-actions.model.js +0 -1
- package/esm2015/projects/component-library/lib/atoms/more-dropdown/more-dropdown.component.js +0 -20
- package/esm2015/projects/component-library/lib/atoms/more-dropdown/more-dropdown.module.js +0 -17
- 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/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/time-stamp/time-stamp.component.js +0 -18
- package/esm2015/projects/component-library/lib/atoms/time-stamp/time-stamp.module.js +0 -15
- 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 -41
- package/esm2015/projects/component-library/lib/molecules/note/note.component.js +0 -33
- package/esm2015/projects/component-library/lib/molecules/note/note.module.js +0 -20
- 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 -27
- package/esm2015/projects/component-library/lib/organisms/color-swatch-collection/color-swatch-collection.component.js +0 -19
- package/esm2015/projects/component-library/lib/organisms/color-swatch-collection/color-swatch-collection.module.js +0 -15
- package/esm2015/projects/component-library/lib/organisms/icon-explorer/icon-explorer.component.js +0 -30
- package/esm2015/projects/component-library/lib/organisms/icon-explorer/icon-explorer.helper.js +0 -521
- package/esm2015/projects/component-library/lib/organisms/icon-explorer/icon-explorer.module.js +0 -17
- 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/public-api.js +0 -49
- package/esm2015/projects/component-library/symphony-talent-component-library-projects-component-library.js +0 -24
- package/esm2015/public-api.js +0 -49
- package/esm2015/symphony-talent-component-library.js +0 -24
- package/fesm2015/symphony-talent-component-library-projects-component-library.js +0 -1629
- package/fesm2015/symphony-talent-component-library-projects-component-library.js.map +0 -1
- package/fesm2015/symphony-talent-component-library.js +0 -1629
- package/fesm2015/symphony-talent-component-library.js.map +0 -1
- package/lib/atoms/button-round/button-round.component.d.ts +0 -11
- package/lib/atoms/button-round/button-round.enum.d.ts +0 -5
- package/lib/atoms/button-round/button-round.module.d.ts +0 -2
- package/lib/atoms/description/description.component.d.ts +0 -6
- package/lib/atoms/description/description.module.d.ts +0 -2
- package/lib/atoms/dropdown/dropdown.component.d.ts +0 -5
- package/lib/atoms/dropdown/dropdown.module.d.ts +0 -2
- package/lib/atoms/list-title/list-title.component.d.ts +0 -6
- package/lib/atoms/list-title/list-title.module.d.ts +0 -2
- package/lib/atoms/more-dropdown/more-actions.model.d.ts +0 -3
- package/lib/atoms/more-dropdown/more-dropdown.component.d.ts +0 -8
- package/lib/atoms/more-dropdown/more-dropdown.module.d.ts +0 -2
- package/lib/atoms/time-stamp/time-stamp.component.d.ts +0 -6
- package/lib/atoms/time-stamp/time-stamp.module.d.ts +0 -2
- package/lib/organisms/color-swatch-collection/color-swatch-collection.component.d.ts +0 -7
- package/lib/organisms/color-swatch-collection/color-swatch-collection.module.d.ts +0 -2
- package/lib/organisms/icon-explorer/icon-explorer.module.d.ts +0 -2
- package/projects/component-library/lib/atoms/button-round/button-round.component.d.ts +0 -11
- package/projects/component-library/lib/atoms/button-round/button-round.enum.d.ts +0 -5
- package/projects/component-library/lib/atoms/button-round/button-round.module.d.ts +0 -2
- package/projects/component-library/lib/atoms/description/description.component.d.ts +0 -6
- package/projects/component-library/lib/atoms/description/description.module.d.ts +0 -2
- package/projects/component-library/lib/atoms/dropdown/dropdown.component.d.ts +0 -5
- package/projects/component-library/lib/atoms/dropdown/dropdown.module.d.ts +0 -2
- package/projects/component-library/lib/atoms/list-title/list-title.component.d.ts +0 -6
- package/projects/component-library/lib/atoms/list-title/list-title.module.d.ts +0 -2
- package/projects/component-library/lib/atoms/more-dropdown/more-actions.model.d.ts +0 -3
- package/projects/component-library/lib/atoms/more-dropdown/more-dropdown.component.d.ts +0 -8
- package/projects/component-library/lib/atoms/more-dropdown/more-dropdown.module.d.ts +0 -2
- package/projects/component-library/lib/atoms/time-stamp/time-stamp.component.d.ts +0 -6
- package/projects/component-library/lib/atoms/time-stamp/time-stamp.module.d.ts +0 -2
- package/projects/component-library/lib/organisms/color-swatch-collection/color-swatch-collection.component.d.ts +0 -7
- package/projects/component-library/lib/organisms/color-swatch-collection/color-swatch-collection.module.d.ts +0 -2
- package/projects/component-library/lib/organisms/icon-explorer/icon-explorer.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
|
@@ -1,2 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./task-icon.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
1
4
|
export declare class TaskIconModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TaskIconModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TaskIconModule, [typeof i1.TaskIconComponent], [typeof i2.CommonModule], [typeof i1.TaskIconComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<TaskIconModule>;
|
|
2
8
|
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { OnInit, OnDestroy, EventEmitter } from '@angular/core';
|
|
2
|
+
import { Subscription } from 'rxjs';
|
|
3
|
+
import { ToasterAlertModel } from './toaster-alert.model';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class ToasterAlertComponent implements OnInit, OnDestroy {
|
|
6
|
+
alertModel: ToasterAlertModel;
|
|
7
|
+
showAlert: boolean;
|
|
8
|
+
hideAlert: EventEmitter<void>;
|
|
9
|
+
checkBulkStatus: EventEmitter<void>;
|
|
10
|
+
alertTimerSubscription: Subscription;
|
|
11
|
+
timeToShowSubscription: Subscription;
|
|
12
|
+
constructor();
|
|
13
|
+
ngOnInit(): void;
|
|
14
|
+
hideToasterAlert(): void;
|
|
15
|
+
onCheckBulkStatus(): void;
|
|
16
|
+
ngOnDestroy(): void;
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ToasterAlertComponent, never>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ToasterAlertComponent, "symphony-toaster-alert", never, { "alertModel": "alertModel"; "showAlert": "showAlert"; }, { "hideAlert": "hideAlert"; "checkBulkStatus": "checkBulkStatus"; }, never, never>;
|
|
19
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
export declare class ToasterAlertModel {
|
|
2
|
+
type: ToasterAlertType;
|
|
3
|
+
message: string;
|
|
4
|
+
duration?: number;
|
|
5
|
+
showRefreshIcon?: boolean;
|
|
6
|
+
delay?: number;
|
|
7
|
+
}
|
|
8
|
+
export declare enum ToasterAlertType {
|
|
9
|
+
Success = 1,
|
|
10
|
+
Warning = 2,
|
|
11
|
+
Error = 3
|
|
12
|
+
}
|
|
13
|
+
export declare enum AlertDuration {
|
|
14
|
+
OneSecond = 1000,
|
|
15
|
+
TwoSeconds = 2000,
|
|
16
|
+
ThreeSeconds = 3000,
|
|
17
|
+
FourSeconds = 4000,
|
|
18
|
+
FiveSeconds = 5000,
|
|
19
|
+
Indefinite = 99999999
|
|
20
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./toaster-alert.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class ToasterAlertModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ToasterAlertModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ToasterAlertModule, [typeof i1.ToasterAlertComponent], [typeof i2.CommonModule], [typeof i1.ToasterAlertComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ToasterAlertModule>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class TwoColumnFilterAreaComponent {
|
|
3
|
+
height: string;
|
|
4
|
+
constructor();
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TwoColumnFilterAreaComponent, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TwoColumnFilterAreaComponent, "symphony-two-column-filter-area", never, { "height": "height"; }, {}, never, ["[filter-one]", "[filter-two]"]>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./two-column-filter-area.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class TwoColumnFilterAreaModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TwoColumnFilterAreaModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TwoColumnFilterAreaModule, [typeof i1.TwoColumnFilterAreaComponent], [typeof i2.CommonModule], [typeof i1.TwoColumnFilterAreaComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<TwoColumnFilterAreaModule>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { ColorSwatchModel } from '../../molecules/color-swatch/color-swatch.model';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class ColorSwatchCollectionComponent {
|
|
4
|
+
colorList: ColorSwatchModel[];
|
|
5
|
+
constructor();
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ColorSwatchCollectionComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ColorSwatchCollectionComponent, "symphony-main-ui-color-swatch", never, { "colorList": "colorList"; }, {}, never, never>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./color-swatch-collection.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../../molecules/color-swatch/color-swatch.module";
|
|
5
|
+
export declare class ColorSwatchCollectionModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ColorSwatchCollectionModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ColorSwatchCollectionModule, [typeof i1.ColorSwatchCollectionComponent], [typeof i2.CommonModule, typeof i3.ColorSwatchModule], never>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ColorSwatchCollectionModule>;
|
|
9
|
+
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
2
|
import { IconSwatchModel } from '../../molecules/icon-swatch/icon-swatch.model';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class IconExplorerComponent implements OnInit {
|
|
4
5
|
iconList: IconSwatchModel[];
|
|
5
6
|
hasBorderIconsList: IconSwatchModel[];
|
|
@@ -15,4 +16,6 @@ export declare class IconExplorerComponent implements OnInit {
|
|
|
15
16
|
backgroundTitle: string;
|
|
16
17
|
constructor();
|
|
17
18
|
ngOnInit(): void;
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IconExplorerComponent, never>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IconExplorerComponent, "symphony-icon-explorer", never, {}, {}, never, never>;
|
|
18
21
|
}
|
|
File without changes
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./icon-explorer.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../../molecules/icon-swatch/icon-swatch.module";
|
|
5
|
+
import * as i4 from "../../atoms/h2/h2.module";
|
|
6
|
+
import * as i5 from "../../atoms/h3/h3.module";
|
|
7
|
+
export declare class IconExplorerModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IconExplorerModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IconExplorerModule, [typeof i1.IconExplorerComponent], [typeof i2.CommonModule, typeof i3.IconSwatchModule, typeof i4.H2Module, typeof i5.H3Module], never>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IconExplorerModule>;
|
|
11
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { Icons } from '../../atoms/icon/icon.enum';
|
|
3
|
+
import { BreadcrumbModel } from './breadcrumb.model';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class BreadcrumbComponent implements OnInit {
|
|
6
|
+
breadcrumbs: BreadcrumbModel[];
|
|
7
|
+
icon: Icons;
|
|
8
|
+
constructor();
|
|
9
|
+
ngOnInit(): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbComponent, "symphony-breadcrumb", never, { "breadcrumbs": "breadcrumbs"; }, {}, never, never>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./breadcrumb.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../../atoms/h3/h3.module";
|
|
5
|
+
import * as i4 from "../../atoms/icon/icon.module";
|
|
6
|
+
export declare class BreadcrumbModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BreadcrumbModule, [typeof i1.BreadcrumbComponent], [typeof i2.CommonModule, typeof i3.H3Module, typeof i4.IconModule], [typeof i1.BreadcrumbComponent]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<BreadcrumbModule>;
|
|
10
|
+
}
|
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
2
|
import { ColorSwatchModel } from './color-swatch.model';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class ColorSwatchComponent implements OnInit {
|
|
4
5
|
colorSwatchModel: Partial<ColorSwatchModel>;
|
|
5
6
|
description: string;
|
|
6
7
|
constructor();
|
|
7
8
|
ngOnInit(): void;
|
|
8
9
|
getDescription(): string;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ColorSwatchComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ColorSwatchComponent, "symphony-ui-color-explorer", never, { "colorSwatchModel": "colorSwatchModel"; }, {}, never, never>;
|
|
9
12
|
}
|
|
@@ -1,2 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./color-swatch.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../../atoms/color-sample/color-sample.module";
|
|
5
|
+
import * as i4 from "../../atoms/h3/h3.module";
|
|
6
|
+
import * as i5 from "../../atoms/paragraph/paragraph.module";
|
|
1
7
|
export declare class ColorSwatchModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ColorSwatchModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ColorSwatchModule, [typeof i1.ColorSwatchComponent], [typeof i2.CommonModule, typeof i3.ColorSampleModule, typeof i4.H3Module, typeof i5.ParagraphModule], [typeof i1.ColorSwatchComponent]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ColorSwatchModule>;
|
|
2
11
|
}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
1
|
import { IconSwatchModel } from './icon-swatch.model';
|
|
3
|
-
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class IconSwatchComponent {
|
|
4
4
|
iconSwatchModel: Partial<IconSwatchModel>;
|
|
5
5
|
isInverse: boolean;
|
|
6
6
|
description: string;
|
|
7
7
|
constructor();
|
|
8
|
-
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IconSwatchComponent, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IconSwatchComponent, "symphony-icon-swatch", never, { "iconSwatchModel": "iconSwatchModel"; "isInverse": "isInverse"; }, {}, never, never>;
|
|
9
10
|
}
|
|
@@ -1,2 +1,12 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./icon-swatch.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../../atoms/icon/icon.module";
|
|
5
|
+
import * as i4 from "../../atoms/h5/h5.module";
|
|
6
|
+
import * as i5 from "../../atoms/paragraph/paragraph.module";
|
|
7
|
+
import * as i6 from "../../atoms/icon-wrapper/icon-wrapper.module";
|
|
1
8
|
export declare class IconSwatchModule {
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IconSwatchModule, never>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IconSwatchModule, [typeof i1.IconSwatchComponent], [typeof i2.CommonModule, typeof i3.IconModule, typeof i4.H5Module, typeof i5.ParagraphModule, typeof i6.IconWrapperModule], [typeof i1.IconSwatchComponent]>;
|
|
11
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IconSwatchModule>;
|
|
2
12
|
}
|
|
@@ -1,2 +1,15 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "../atoms/avatar/avatar.module";
|
|
4
|
+
import * as i3 from "../atoms/contextual-menu/contextual-menu.module";
|
|
5
|
+
import * as i4 from "./pills/pills.module";
|
|
6
|
+
import * as i5 from "./task/task.module";
|
|
7
|
+
import * as i6 from "./color-swatch/color-swatch.module";
|
|
8
|
+
import * as i7 from "./icon-swatch/icon-swatch.module";
|
|
9
|
+
import * as i8 from "./breadcrumb/breadcrumb.module";
|
|
10
|
+
import * as i9 from "./note/note.module";
|
|
1
11
|
export declare class MoleculesModule {
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MoleculesModule, never>;
|
|
13
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MoleculesModule, never, [typeof i1.CommonModule, typeof i2.AvatarModule, typeof i3.ContextualMenuModule, typeof i4.PillsModule, typeof i5.TaskModule, typeof i6.ColorSwatchModule, typeof i7.IconSwatchModule, typeof i8.BreadcrumbModule], [typeof i9.NoteModule, typeof i4.PillsModule, typeof i5.TaskModule, typeof i6.ColorSwatchModule, typeof i7.IconSwatchModule, typeof i8.BreadcrumbModule]>;
|
|
14
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<MoleculesModule>;
|
|
2
15
|
}
|
|
@@ -1,11 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
listTitle: string;
|
|
6
|
-
timeStamp: string;
|
|
7
|
-
description: string;
|
|
8
|
-
moreActions: any;
|
|
1
|
+
import { NoteModel } from './note.model';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class NoteComponent {
|
|
4
|
+
noteModel: Partial<NoteModel>;
|
|
9
5
|
constructor();
|
|
10
|
-
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NoteComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NoteComponent, "symphony-note", never, { "noteModel": "noteModel"; }, {}, never, never>;
|
|
11
8
|
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ContextualMenuModel } from '../../atoms/contextual-menu/contextual-menu.model';
|
|
2
|
+
export interface NoteModel {
|
|
3
|
+
firstName: string;
|
|
4
|
+
lastName: string;
|
|
5
|
+
listTitle: string;
|
|
6
|
+
timeStamp: string;
|
|
7
|
+
description: string;
|
|
8
|
+
moreActions?: ContextualMenuModel;
|
|
9
|
+
}
|
|
@@ -1,2 +1,12 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./note.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../../atoms/avatar/avatar.module";
|
|
5
|
+
import * as i4 from "../../atoms/contextual-menu/contextual-menu.module";
|
|
6
|
+
import * as i5 from "../../atoms/h3/h3.module";
|
|
7
|
+
import * as i6 from "../../atoms/paragraph/paragraph.module";
|
|
1
8
|
export declare class NoteModule {
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NoteModule, never>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<NoteModule, [typeof i1.NoteComponent], [typeof i2.CommonModule, typeof i3.AvatarModule, typeof i4.ContextualMenuModule, typeof i5.H3Module, typeof i6.ParagraphModule], [typeof i1.NoteComponent]>;
|
|
11
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<NoteModule>;
|
|
2
12
|
}
|
|
@@ -1,11 +1,13 @@
|
|
|
1
|
-
import { EventEmitter
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import { PillModel } from '../../atoms/pill/pill.model';
|
|
3
|
-
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class PillsComponent {
|
|
4
5
|
hasClose: boolean;
|
|
5
6
|
pillsList: PillModel[];
|
|
6
7
|
hasTooltips: boolean;
|
|
7
8
|
removePill: EventEmitter<PillModel>;
|
|
8
9
|
constructor();
|
|
9
|
-
ngOnInit(): void;
|
|
10
10
|
onRemovePill(event: any): void;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PillsComponent, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PillsComponent, "symphony-pills", never, { "hasClose": "hasClose"; "pillsList": "pillsList"; "hasTooltips": "hasTooltips"; }, { "removePill": "removePill"; }, never, never>;
|
|
11
13
|
}
|
|
@@ -1,2 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./pills.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../../atoms/pill/pill.module";
|
|
1
5
|
export declare class PillsModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PillsModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PillsModule, [typeof i1.PillsComponent], [typeof i2.CommonModule, typeof i3.PillModule], [typeof i1.PillsComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<PillsModule>;
|
|
2
9
|
}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
1
|
import { TaskModel } from './task.model';
|
|
3
|
-
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class TaskComponent {
|
|
4
4
|
taskModel: Partial<TaskModel>;
|
|
5
5
|
constructor();
|
|
6
|
-
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TaskComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TaskComponent, "symphony-task", never, { "taskModel": "taskModel"; }, {}, never, never>;
|
|
7
8
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ContextualMenuModel } from '../../atoms/contextual-menu/contextual-menu.model';
|
|
2
2
|
export interface TaskModel {
|
|
3
3
|
isComplete: boolean;
|
|
4
4
|
title: string;
|
|
5
5
|
dueDate: string;
|
|
6
6
|
assignee: string;
|
|
7
|
-
moreActions:
|
|
7
|
+
moreActions: ContextualMenuModel;
|
|
8
8
|
}
|
|
@@ -1,2 +1,12 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./task.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../../atoms/task-icon/task-icon.module";
|
|
5
|
+
import * as i4 from "../../atoms/contextual-menu/contextual-menu.module";
|
|
6
|
+
import * as i5 from "../../atoms/h3/h3.module";
|
|
7
|
+
import * as i6 from "../../atoms/paragraph/paragraph.module";
|
|
1
8
|
export declare class TaskModule {
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TaskModule, never>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TaskModule, [typeof i1.TaskComponent], [typeof i2.CommonModule, typeof i3.TaskIconModule, typeof i4.ContextualMenuModule, typeof i5.H3Module, typeof i6.ParagraphModule], [typeof i1.TaskComponent]>;
|
|
11
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<TaskModule>;
|
|
2
12
|
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { NoteModel } from '../../molecules/note/note.model';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class NoteListComponent {
|
|
4
|
+
noteList: NoteModel[];
|
|
5
|
+
constructor();
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NoteListComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NoteListComponent, "symphony-note-list", never, { "noteList": "noteList"; }, {}, never, never>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./note-list.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../../molecules/note/note.module";
|
|
5
|
+
export declare class NoteListModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NoteListModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<NoteListModule, [typeof i1.NoteListComponent], [typeof i2.CommonModule, typeof i3.NoteModule], [typeof i1.NoteListComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<NoteListModule>;
|
|
9
|
+
}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
1
|
import { TaskModel } from '../../molecules/task/task.model';
|
|
3
|
-
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class TaskListComponent {
|
|
4
4
|
taskList: TaskModel[];
|
|
5
5
|
constructor();
|
|
6
|
-
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TaskListComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TaskListComponent, "symphony-task-list", never, { "taskList": "taskList"; }, {}, never, never>;
|
|
7
8
|
}
|
|
@@ -1,2 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./task-list.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../../molecules/task/task.module";
|
|
1
5
|
export declare class TaskListModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TaskListModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TaskListModule, [typeof i1.TaskListComponent], [typeof i2.CommonModule, typeof i3.TaskModule], [typeof i1.TaskListComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<TaskListModule>;
|
|
2
9
|
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { BreadcrumbModel } from '../../molecules/breadcrumb/breadcrumb.model';
|
|
3
|
+
import { EventsSettingsPageModel } from './events-settings-page.model';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class EventsSettingsPageComponent {
|
|
6
|
+
model: EventsSettingsPageModel;
|
|
7
|
+
keywordSearchChange: EventEmitter<string>;
|
|
8
|
+
gridActionsSelectedOption: EventEmitter<string>;
|
|
9
|
+
addButtonClicked: EventEmitter<any>;
|
|
10
|
+
eventsSettingsBreadcrumbs: BreadcrumbModel[];
|
|
11
|
+
constructor();
|
|
12
|
+
keywordSearch(keyword: string): void;
|
|
13
|
+
gridActionsSelect(selection: string): void;
|
|
14
|
+
onAddButtonClick(): void;
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EventsSettingsPageComponent, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EventsSettingsPageComponent, "symphony-events-settings-page", never, { "model": "model"; }, { "keywordSearchChange": "keywordSearchChange"; "gridActionsSelectedOption": "gridActionsSelectedOption"; "addButtonClicked": "addButtonClicked"; }, never, never>;
|
|
17
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { ContextualMenuModel } from '../../atoms/contextual-menu/contextual-menu.model';
|
|
2
|
+
import { GridModel } from '../../atoms/grid/grid.model';
|
|
3
|
+
import { InputDropdownList } from '../../atoms/input-dropdown/input-dropdown-list.model';
|
|
4
|
+
import { BreadcrumbModel } from '../../molecules/breadcrumb/breadcrumb.model';
|
|
5
|
+
export interface EventsSettingsPageModel {
|
|
6
|
+
breadcrumbs: BreadcrumbModel[];
|
|
7
|
+
showAddButton: boolean;
|
|
8
|
+
gridActions: ContextualMenuModel;
|
|
9
|
+
settingTypeDropdown: InputDropdownList;
|
|
10
|
+
grid: GridModel;
|
|
11
|
+
gridTitle: string;
|
|
12
|
+
overrideSettingTypeFilterPlaceholder: boolean;
|
|
13
|
+
overrideGridPlaceholder: boolean;
|
|
14
|
+
}
|
|
@@ -0,0 +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";
|
|
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>;
|
|
20
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class AdminListTemplateComponent {
|
|
3
|
+
constructor();
|
|
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]"]>;
|
|
6
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./admin-list.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
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>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class PlaceholderComponent {
|
|
3
|
+
type: string;
|
|
4
|
+
label: string;
|
|
5
|
+
tooltip: string;
|
|
6
|
+
tooltipPlacement: string;
|
|
7
|
+
height: string;
|
|
8
|
+
width: string;
|
|
9
|
+
constructor();
|
|
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>;
|
|
12
|
+
}
|
|
@@ -0,0 +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";
|
|
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>;
|
|
9
|
+
}
|
package/package.json
CHANGED
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@symphony-talent/component-library",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.9.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"tslib": "^1.10.0"
|
|
7
7
|
},
|
|
8
8
|
"peerDependencies": {
|
|
9
|
-
"@angular/animations": "~9.1.4",
|
|
10
|
-
"@angular/common": "~9.1.4",
|
|
11
|
-
"@angular/compiler": "~9.1.4",
|
|
12
|
-
"@angular/forms": "~9.1.4",
|
|
13
|
-
"@angular/platform-browser": "~9.1.4",
|
|
14
|
-
"@angular/platform-browser-dynamic": "~9.1.4",
|
|
15
|
-
"@angular/router": "~9.1.4",
|
|
16
9
|
"rxjs": "~6.5.4",
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
"
|
|
10
|
+
"ngx-bootstrap": "^5.6.1",
|
|
11
|
+
"ag-grid-angular": "^24.0.0",
|
|
12
|
+
"ag-grid-community": "^24.0.0",
|
|
13
|
+
"ag-grid-enterprise": "^24.0.0"
|
|
20
14
|
},
|
|
21
15
|
"repository": {
|
|
22
16
|
"type": "git",
|
|
@@ -31,12 +25,35 @@
|
|
|
31
25
|
"path": "./node_modules/cz-conventional-changelog"
|
|
32
26
|
}
|
|
33
27
|
},
|
|
34
|
-
"
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
"
|
|
38
|
-
"
|
|
28
|
+
"resolutions": {
|
|
29
|
+
"webpack": "^5.0.0"
|
|
30
|
+
},
|
|
31
|
+
"module": "fesm2015/symphony-talent-component-library.mjs",
|
|
32
|
+
"es2020": "fesm2020/symphony-talent-component-library.mjs",
|
|
33
|
+
"esm2020": "esm2020/symphony-talent-component-library.mjs",
|
|
34
|
+
"fesm2020": "fesm2020/symphony-talent-component-library.mjs",
|
|
35
|
+
"fesm2015": "fesm2015/symphony-talent-component-library.mjs",
|
|
39
36
|
"typings": "symphony-talent-component-library.d.ts",
|
|
40
|
-
"
|
|
37
|
+
"exports": {
|
|
38
|
+
"./package.json": {
|
|
39
|
+
"default": "./package.json"
|
|
40
|
+
},
|
|
41
|
+
".": {
|
|
42
|
+
"types": "./symphony-talent-component-library.d.ts",
|
|
43
|
+
"esm2020": "./esm2020/symphony-talent-component-library.mjs",
|
|
44
|
+
"es2020": "./fesm2020/symphony-talent-component-library.mjs",
|
|
45
|
+
"es2015": "./fesm2015/symphony-talent-component-library.mjs",
|
|
46
|
+
"node": "./fesm2015/symphony-talent-component-library.mjs",
|
|
47
|
+
"default": "./fesm2020/symphony-talent-component-library.mjs"
|
|
48
|
+
},
|
|
49
|
+
"./projects/component-library": {
|
|
50
|
+
"types": "./projects/component-library/symphony-talent-component-library-projects-component-library.d.ts",
|
|
51
|
+
"esm2020": "./esm2020/projects/component-library/symphony-talent-component-library-projects-component-library.mjs",
|
|
52
|
+
"es2020": "./fesm2020/symphony-talent-component-library-projects-component-library.mjs",
|
|
53
|
+
"es2015": "./fesm2015/symphony-talent-component-library-projects-component-library.mjs",
|
|
54
|
+
"node": "./fesm2015/symphony-talent-component-library-projects-component-library.mjs",
|
|
55
|
+
"default": "./fesm2020/symphony-talent-component-library-projects-component-library.mjs"
|
|
56
|
+
}
|
|
57
|
+
},
|
|
41
58
|
"sideEffects": false
|
|
42
59
|
}
|
|
@@ -1,2 +1,33 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./button/button.module";
|
|
3
|
+
import * as i2 from "./contextual-menu/contextual-menu.module";
|
|
4
|
+
import * as i3 from "./avatar/avatar.module";
|
|
5
|
+
import * as i4 from "./pill/pill.module";
|
|
6
|
+
import * as i5 from "./task-icon/task-icon.module";
|
|
7
|
+
import * as i6 from "./color-sample/color-sample.module";
|
|
8
|
+
import * as i7 from "./h1/h1.module";
|
|
9
|
+
import * as i8 from "./h2/h2.module";
|
|
10
|
+
import * as i9 from "./h3/h3.module";
|
|
11
|
+
import * as i10 from "./h4/h4.module";
|
|
12
|
+
import * as i11 from "./h5/h5.module";
|
|
13
|
+
import * as i12 from "./paragraph/paragraph.module";
|
|
14
|
+
import * as i13 from "./icon/icon.module";
|
|
15
|
+
import * as i14 from "./icon-wrapper/icon-wrapper.module";
|
|
16
|
+
import * as i15 from "./filter-area/filter-area.module";
|
|
17
|
+
import * as i16 from "./two-column-filter-area/two-column-filter-area.module";
|
|
18
|
+
import * as i17 from "./input-radio/input-radio.module";
|
|
19
|
+
import * as i18 from "./input-checkbox/input-checkbox.module";
|
|
20
|
+
import * as i19 from "./input-text/input-text.module";
|
|
21
|
+
import * as i20 from "./input-dropdown/input-dropdown.module";
|
|
22
|
+
import * as i21 from "./grid/grid.module";
|
|
23
|
+
import * as i22 from "./grid/framework/contact-activity-score/contact-activity-score.component.module";
|
|
24
|
+
import * as i23 from "./grid/framework/relevance-score/relevance-score.component.module";
|
|
25
|
+
import * as i24 from "./toaster-alert/toaster-alert.module";
|
|
26
|
+
import * as i25 from "./sfx-loader/sfx-loader.module";
|
|
27
|
+
import * as i26 from "./sfx-page-loader/sfx-page-loader.module";
|
|
28
|
+
import * as i27 from "./sfx-progress-bar/sfx-progress-bar.module";
|
|
1
29
|
export declare class AtomsModule {
|
|
30
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AtomsModule, never>;
|
|
31
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AtomsModule, never, never, [typeof i1.ButtonModule, typeof i2.ContextualMenuModule, typeof i3.AvatarModule, typeof i4.PillModule, typeof i5.TaskIconModule, typeof i6.ColorSampleModule, typeof i7.H1Module, typeof i8.H2Module, typeof i9.H3Module, typeof i10.H4Module, typeof i11.H5Module, typeof i12.ParagraphModule, typeof i13.IconModule, typeof i14.IconWrapperModule, typeof i15.FilterAreaModule, typeof i16.TwoColumnFilterAreaModule, typeof i17.InputRadioModule, typeof i18.InputCheckboxModule, typeof i19.InputTextModule, typeof i20.InputDropdownModule, typeof i21.GridModule, typeof i22.ContactActivityScoreModule, typeof i23.RelevanceScoreModule, typeof i24.ToasterAlertModule, typeof i25.SfxLoaderModule, typeof i26.SfxPageLoaderModule, typeof i27.SfxProgressBarModule]>;
|
|
32
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AtomsModule>;
|
|
2
33
|
}
|