@symphony-talent/component-library 1.4.0 → 1.8.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/bundles/symphony-talent-component-library-projects-component-library.umd.js +1476 -491
- package/bundles/symphony-talent-component-library-projects-component-library.umd.js.map +1 -1
- package/bundles/symphony-talent-component-library-projects-component-library.umd.min.js +2 -2
- package/bundles/symphony-talent-component-library-projects-component-library.umd.min.js.map +1 -1
- package/bundles/symphony-talent-component-library.umd.js +1476 -491
- package/bundles/symphony-talent-component-library.umd.js.map +1 -1
- package/bundles/symphony-talent-component-library.umd.min.js +2 -2
- package/bundles/symphony-talent-component-library.umd.min.js.map +1 -1
- package/esm2015/lib/atoms/atoms.module.js +22 -14
- package/esm2015/lib/atoms/avatar/avatar.component.js +4 -4
- package/esm2015/lib/atoms/avatar/avatar.module.js +2 -3
- package/esm2015/lib/atoms/button/button.component.js +6 -3
- package/esm2015/lib/atoms/contextual-menu/contextual-menu.component.js +20 -0
- package/esm2015/lib/atoms/contextual-menu/contextual-menu.model.js +1 -0
- package/esm2015/lib/atoms/contextual-menu/contextual-menu.module.js +17 -0
- package/esm2015/lib/atoms/filter-area/filter-area.component.js +16 -0
- package/esm2015/lib/atoms/filter-area/filter-area.module.js +15 -0
- package/esm2015/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.component.js +49 -0
- package/esm2015/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.component.module.js +14 -0
- package/esm2015/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.model.js +8 -0
- package/esm2015/lib/atoms/grid/framework/framework.module.js +15 -0
- package/esm2015/lib/atoms/grid/framework/relevance-score/relevance-score.component.js +33 -0
- package/esm2015/lib/atoms/grid/framework/relevance-score/relevance-score.component.model.js +6 -0
- package/esm2015/lib/atoms/grid/framework/relevance-score/relevance-score.component.module.js +14 -0
- package/esm2015/lib/atoms/grid/grid.component.js +51 -0
- package/esm2015/lib/atoms/grid/grid.model.js +1 -0
- package/esm2015/lib/atoms/grid/grid.module.js +17 -0
- package/esm2015/lib/atoms/h1/h1.component.js +2 -2
- package/esm2015/lib/atoms/h2/h2.component.js +2 -2
- package/esm2015/lib/atoms/h3/h3.component.js +2 -2
- package/esm2015/lib/atoms/h4/h4.component.js +2 -2
- package/esm2015/lib/atoms/h5/h5.component.js +3 -3
- package/esm2015/lib/atoms/icon/icon.component.js +13 -5
- package/esm2015/lib/atoms/icon-wrapper/icon-wrapper.component.js +28 -0
- package/esm2015/{projects/component-library/lib/atoms/button-round/button-round.module.js → lib/atoms/icon-wrapper/icon-wrapper.module.js} +8 -8
- package/esm2015/lib/atoms/input-checkbox/input-checkbox.component.js +36 -0
- package/esm2015/lib/atoms/input-checkbox/input-checkbox.module.js +15 -0
- package/esm2015/lib/atoms/input-radio/input-radio.component.js +36 -0
- package/esm2015/lib/atoms/input-radio/input-radio.module.js +22 -0
- package/esm2015/lib/atoms/input-text/input-text.component.js +10 -4
- package/esm2015/lib/atoms/input-text/input-text.module.js +4 -2
- package/esm2015/lib/atoms/paragraph/paragraph.component.js +3 -3
- package/esm2015/lib/atoms/pill/pill.component.js +3 -3
- package/esm2015/lib/atoms/sfx-inline-error/sfx-inline-error.component.js +17 -0
- package/esm2015/lib/atoms/sfx-inline-error/sfx-inline-error.module.js +15 -0
- package/esm2015/lib/atoms/task-icon/task-icon.component.js +3 -3
- package/esm2015/lib/atoms/two-column-filter-area/two-column-filter-area.component.js +18 -0
- package/esm2015/lib/atoms/two-column-filter-area/two-column-filter-area.module.js +15 -0
- package/esm2015/lib/design-guide/color-swatch-collection/color-swatch-collection.component.js +19 -0
- package/esm2015/lib/design-guide/color-swatch-collection/color-swatch-collection.module.js +16 -0
- package/esm2015/lib/design-guide/icon-explorer/icon-explorer.component.js +30 -0
- package/esm2015/lib/design-guide/icon-explorer/icon-explorer.helper.js +521 -0
- package/esm2015/lib/design-guide/icon-explorer/icon-explorer.module.js +17 -0
- package/esm2015/lib/molecules/breadcrumb/breadcrumb.component.js +21 -0
- package/esm2015/lib/molecules/breadcrumb/breadcrumb.model.js +1 -0
- package/esm2015/lib/molecules/breadcrumb/breadcrumb.module.js +17 -0
- package/esm2015/lib/molecules/color-swatch/color-swatch.component.js +2 -2
- package/esm2015/lib/molecules/color-swatch/color-swatch.module.js +5 -5
- package/esm2015/lib/molecules/icon-swatch/icon-swatch.component.js +6 -3
- package/esm2015/lib/molecules/icon-swatch/icon-swatch.model.js +1 -1
- package/esm2015/lib/molecules/icon-swatch/icon-swatch.module.js +9 -2
- package/esm2015/lib/molecules/molecules.module.js +6 -9
- package/esm2015/lib/molecules/note/note.component.js +13 -19
- package/esm2015/lib/molecules/note/note.model.js +1 -0
- package/esm2015/lib/molecules/note/note.module.js +11 -6
- package/esm2015/lib/molecules/task/task.component.js +3 -3
- package/esm2015/lib/molecules/task/task.model.js +1 -1
- package/esm2015/lib/molecules/task/task.module.js +7 -9
- package/esm2015/lib/organisms/note-list/note-list.component.js +19 -0
- package/esm2015/lib/organisms/note-list/note-list.module.js +16 -0
- package/esm2015/lib/organisms/task-list/task-list.component.js +1 -1
- package/esm2015/lib/pages/events-settings-page/events-settings-page.component.js +31 -0
- package/esm2015/lib/pages/events-settings-page/events-settings-page.module.js +35 -0
- package/esm2015/lib/templates/admin-list/admin-list.component.js +15 -0
- package/esm2015/lib/templates/admin-list/admin-list.module.js +15 -0
- package/esm2015/lib/templates/placeholder/placeholder.component.js +33 -0
- package/esm2015/lib/templates/placeholder/placeholder.module.js +16 -0
- package/esm2015/projects/component-library/lib/atoms/atoms.module.js +22 -14
- package/esm2015/projects/component-library/lib/atoms/avatar/avatar.component.js +4 -4
- package/esm2015/projects/component-library/lib/atoms/avatar/avatar.module.js +2 -3
- package/esm2015/projects/component-library/lib/atoms/button/button.component.js +6 -3
- package/esm2015/projects/component-library/lib/atoms/contextual-menu/contextual-menu.component.js +20 -0
- package/esm2015/projects/component-library/lib/atoms/contextual-menu/contextual-menu.model.js +1 -0
- package/esm2015/projects/component-library/lib/atoms/contextual-menu/contextual-menu.module.js +17 -0
- package/esm2015/projects/component-library/lib/atoms/filter-area/filter-area.component.js +16 -0
- package/esm2015/projects/component-library/lib/atoms/filter-area/filter-area.module.js +15 -0
- package/esm2015/projects/component-library/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.component.js +49 -0
- package/esm2015/projects/component-library/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.component.module.js +14 -0
- package/esm2015/projects/component-library/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.model.js +8 -0
- package/esm2015/projects/component-library/lib/atoms/grid/framework/framework.module.js +15 -0
- package/esm2015/projects/component-library/lib/atoms/grid/framework/relevance-score/relevance-score.component.js +33 -0
- package/esm2015/projects/component-library/lib/atoms/grid/framework/relevance-score/relevance-score.component.model.js +6 -0
- package/esm2015/projects/component-library/lib/atoms/grid/framework/relevance-score/relevance-score.component.module.js +14 -0
- package/esm2015/projects/component-library/lib/atoms/grid/grid.component.js +51 -0
- package/esm2015/projects/component-library/lib/atoms/grid/grid.model.js +1 -0
- package/esm2015/projects/component-library/lib/atoms/grid/grid.module.js +17 -0
- package/esm2015/projects/component-library/lib/atoms/h1/h1.component.js +2 -2
- package/esm2015/projects/component-library/lib/atoms/h2/h2.component.js +2 -2
- package/esm2015/projects/component-library/lib/atoms/h3/h3.component.js +2 -2
- package/esm2015/projects/component-library/lib/atoms/h4/h4.component.js +2 -2
- package/esm2015/projects/component-library/lib/atoms/h5/h5.component.js +3 -3
- package/esm2015/projects/component-library/lib/atoms/icon/icon.component.js +13 -5
- package/esm2015/projects/component-library/lib/atoms/icon-wrapper/icon-wrapper.component.js +28 -0
- package/esm2015/{lib/atoms/button-round/button-round.module.js → projects/component-library/lib/atoms/icon-wrapper/icon-wrapper.module.js} +8 -8
- package/esm2015/projects/component-library/lib/atoms/input-checkbox/input-checkbox.component.js +36 -0
- package/esm2015/projects/component-library/lib/atoms/input-checkbox/input-checkbox.module.js +15 -0
- package/esm2015/projects/component-library/lib/atoms/input-radio/input-radio.component.js +36 -0
- package/esm2015/projects/component-library/lib/atoms/input-radio/input-radio.module.js +22 -0
- package/esm2015/projects/component-library/lib/atoms/input-text/input-text.component.js +10 -4
- package/esm2015/projects/component-library/lib/atoms/input-text/input-text.module.js +4 -2
- package/esm2015/projects/component-library/lib/atoms/paragraph/paragraph.component.js +3 -3
- package/esm2015/projects/component-library/lib/atoms/pill/pill.component.js +3 -3
- package/esm2015/projects/component-library/lib/atoms/sfx-inline-error/sfx-inline-error.component.js +17 -0
- package/esm2015/projects/component-library/lib/atoms/sfx-inline-error/sfx-inline-error.module.js +15 -0
- package/esm2015/projects/component-library/lib/atoms/task-icon/task-icon.component.js +3 -3
- package/esm2015/projects/component-library/lib/atoms/two-column-filter-area/two-column-filter-area.component.js +18 -0
- package/esm2015/projects/component-library/lib/atoms/two-column-filter-area/two-column-filter-area.module.js +15 -0
- package/esm2015/projects/component-library/lib/design-guide/color-swatch-collection/color-swatch-collection.component.js +19 -0
- package/esm2015/projects/component-library/lib/design-guide/color-swatch-collection/color-swatch-collection.module.js +16 -0
- package/esm2015/projects/component-library/lib/design-guide/icon-explorer/icon-explorer.component.js +30 -0
- package/esm2015/projects/component-library/lib/design-guide/icon-explorer/icon-explorer.helper.js +521 -0
- package/esm2015/projects/component-library/lib/design-guide/icon-explorer/icon-explorer.module.js +17 -0
- package/esm2015/projects/component-library/lib/molecules/breadcrumb/breadcrumb.component.js +21 -0
- package/esm2015/projects/component-library/lib/molecules/breadcrumb/breadcrumb.model.js +1 -0
- package/esm2015/projects/component-library/lib/molecules/breadcrumb/breadcrumb.module.js +17 -0
- package/esm2015/projects/component-library/lib/molecules/color-swatch/color-swatch.component.js +2 -2
- package/esm2015/projects/component-library/lib/molecules/color-swatch/color-swatch.module.js +5 -5
- package/esm2015/projects/component-library/lib/molecules/icon-swatch/icon-swatch.component.js +6 -3
- package/esm2015/projects/component-library/lib/molecules/icon-swatch/icon-swatch.model.js +1 -1
- package/esm2015/projects/component-library/lib/molecules/icon-swatch/icon-swatch.module.js +9 -2
- package/esm2015/projects/component-library/lib/molecules/molecules.module.js +6 -9
- package/esm2015/projects/component-library/lib/molecules/note/note.component.js +13 -19
- package/esm2015/projects/component-library/lib/molecules/note/note.model.js +1 -0
- package/esm2015/projects/component-library/lib/molecules/note/note.module.js +11 -6
- package/esm2015/projects/component-library/lib/molecules/task/task.component.js +3 -3
- package/esm2015/projects/component-library/lib/molecules/task/task.model.js +1 -1
- package/esm2015/projects/component-library/lib/molecules/task/task.module.js +7 -9
- package/esm2015/projects/component-library/lib/organisms/note-list/note-list.component.js +19 -0
- package/esm2015/projects/component-library/lib/organisms/note-list/note-list.module.js +16 -0
- package/esm2015/projects/component-library/lib/organisms/task-list/task-list.component.js +1 -1
- package/esm2015/projects/component-library/lib/pages/events-settings-page/events-settings-page.component.js +31 -0
- package/esm2015/projects/component-library/lib/pages/events-settings-page/events-settings-page.module.js +35 -0
- package/esm2015/projects/component-library/lib/templates/admin-list/admin-list.component.js +15 -0
- package/esm2015/projects/component-library/lib/templates/admin-list/admin-list.module.js +15 -0
- package/esm2015/projects/component-library/lib/templates/placeholder/placeholder.component.js +33 -0
- package/esm2015/projects/component-library/lib/templates/placeholder/placeholder.module.js +16 -0
- package/esm2015/projects/component-library/public-api.js +32 -11
- package/esm2015/projects/component-library/symphony-talent-component-library-projects-component-library.js +19 -18
- package/esm2015/public-api.js +32 -11
- package/esm2015/symphony-talent-component-library.js +19 -18
- package/fesm2015/symphony-talent-component-library-projects-component-library.js +1405 -462
- package/fesm2015/symphony-talent-component-library-projects-component-library.js.map +1 -1
- package/fesm2015/symphony-talent-component-library.js +1405 -462
- package/fesm2015/symphony-talent-component-library.js.map +1 -1
- package/lib/atoms/avatar/avatar.component.d.ts +2 -3
- package/lib/atoms/button/button.component.d.ts +1 -0
- package/{projects/component-library/lib/atoms/more-dropdown/more-dropdown.component.d.ts → lib/atoms/contextual-menu/contextual-menu.component.d.ts} +2 -2
- package/lib/atoms/{more-dropdown/more-actions.model.d.ts → contextual-menu/contextual-menu.model.d.ts} +0 -0
- package/lib/atoms/contextual-menu/contextual-menu.module.d.ts +2 -0
- package/{projects/component-library/lib/atoms/dropdown/dropdown.component.d.ts → lib/atoms/filter-area/filter-area.component.d.ts} +1 -1
- package/lib/atoms/filter-area/filter-area.module.d.ts +2 -0
- package/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.component.d.ts +11 -0
- package/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.component.module.d.ts +2 -0
- package/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.model.d.ts +9 -0
- package/lib/atoms/grid/framework/framework.module.d.ts +2 -0
- package/lib/atoms/grid/framework/relevance-score/relevance-score.component.d.ts +11 -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 +2 -0
- package/lib/atoms/grid/grid.component.d.ts +19 -0
- package/lib/atoms/grid/grid.model.d.ts +7 -0
- package/lib/atoms/grid/grid.module.d.ts +2 -0
- package/lib/atoms/icon/icon.component.d.ts +3 -1
- package/lib/atoms/icon-wrapper/icon-wrapper.component.d.ts +10 -0
- package/lib/atoms/icon-wrapper/icon-wrapper.module.d.ts +2 -0
- package/lib/atoms/input-checkbox/input-checkbox.component.d.ts +10 -0
- package/lib/atoms/input-checkbox/input-checkbox.module.d.ts +2 -0
- package/lib/atoms/input-radio/input-radio.component.d.ts +10 -0
- package/lib/atoms/input-radio/input-radio.module.d.ts +2 -0
- package/lib/atoms/input-text/input-text.component.d.ts +4 -1
- package/lib/atoms/sfx-inline-error/sfx-inline-error.component.d.ts +4 -0
- package/lib/atoms/sfx-inline-error/sfx-inline-error.module.d.ts +2 -0
- package/lib/atoms/two-column-filter-area/two-column-filter-area.component.d.ts +6 -0
- package/lib/atoms/two-column-filter-area/two-column-filter-area.module.d.ts +2 -0
- package/lib/{organisms → design-guide}/color-swatch-collection/color-swatch-collection.component.d.ts +0 -0
- package/lib/{organisms → design-guide}/color-swatch-collection/color-swatch-collection.module.d.ts +0 -0
- package/lib/{organisms → design-guide}/icon-explorer/icon-explorer.component.d.ts +9 -1
- package/lib/design-guide/icon-explorer/icon-explorer.helper.d.ts +7 -0
- package/lib/{organisms → design-guide}/icon-explorer/icon-explorer.module.d.ts +0 -0
- package/lib/molecules/breadcrumb/breadcrumb.component.d.ts +8 -0
- package/lib/molecules/breadcrumb/breadcrumb.model.d.ts +5 -0
- package/lib/molecules/breadcrumb/breadcrumb.module.d.ts +2 -0
- package/lib/molecules/icon-swatch/icon-swatch.component.d.ts +1 -0
- package/lib/molecules/icon-swatch/icon-swatch.model.d.ts +1 -1
- package/lib/molecules/note/note.component.d.ts +2 -6
- package/lib/molecules/note/note.model.d.ts +9 -0
- package/lib/molecules/task/task.model.d.ts +1 -1
- package/lib/organisms/note-list/note-list.component.d.ts +7 -0
- package/lib/organisms/note-list/note-list.module.d.ts +2 -0
- package/lib/pages/events-settings-page/events-settings-page.component.d.ts +9 -0
- package/lib/pages/events-settings-page/events-settings-page.module.d.ts +2 -0
- package/lib/{atoms/time-stamp/time-stamp.component.d.ts → templates/admin-list/admin-list.component.d.ts} +1 -2
- package/lib/templates/admin-list/admin-list.module.d.ts +2 -0
- package/lib/templates/placeholder/placeholder.component.d.ts +11 -0
- package/lib/templates/placeholder/placeholder.module.d.ts +2 -0
- package/package.json +5 -2
- package/projects/component-library/lib/atoms/avatar/avatar.component.d.ts +2 -3
- package/projects/component-library/lib/atoms/button/button.component.d.ts +1 -0
- package/{lib/atoms/more-dropdown/more-dropdown.component.d.ts → projects/component-library/lib/atoms/contextual-menu/contextual-menu.component.d.ts} +2 -2
- package/projects/component-library/lib/atoms/{more-dropdown/more-actions.model.d.ts → contextual-menu/contextual-menu.model.d.ts} +0 -0
- package/projects/component-library/lib/atoms/contextual-menu/contextual-menu.module.d.ts +2 -0
- package/{lib/atoms/dropdown/dropdown.component.d.ts → projects/component-library/lib/atoms/filter-area/filter-area.component.d.ts} +1 -1
- package/projects/component-library/lib/atoms/filter-area/filter-area.module.d.ts +2 -0
- package/projects/component-library/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.component.d.ts +11 -0
- package/projects/component-library/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.component.module.d.ts +2 -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/framework.module.d.ts +2 -0
- package/projects/component-library/lib/atoms/grid/framework/relevance-score/relevance-score.component.d.ts +11 -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 +2 -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 +7 -0
- package/projects/component-library/lib/atoms/grid/grid.module.d.ts +2 -0
- package/projects/component-library/lib/atoms/icon/icon.component.d.ts +3 -1
- package/projects/component-library/lib/atoms/icon-wrapper/icon-wrapper.component.d.ts +10 -0
- package/projects/component-library/lib/atoms/icon-wrapper/icon-wrapper.module.d.ts +2 -0
- package/projects/component-library/lib/atoms/input-checkbox/input-checkbox.component.d.ts +10 -0
- package/projects/component-library/lib/atoms/input-checkbox/input-checkbox.module.d.ts +2 -0
- package/projects/component-library/lib/atoms/input-radio/input-radio.component.d.ts +10 -0
- package/projects/component-library/lib/atoms/input-radio/input-radio.module.d.ts +2 -0
- package/projects/component-library/lib/atoms/input-text/input-text.component.d.ts +4 -1
- package/projects/component-library/lib/atoms/sfx-inline-error/sfx-inline-error.component.d.ts +4 -0
- package/projects/component-library/lib/atoms/sfx-inline-error/sfx-inline-error.module.d.ts +2 -0
- package/projects/component-library/lib/atoms/two-column-filter-area/two-column-filter-area.component.d.ts +6 -0
- package/projects/component-library/lib/atoms/two-column-filter-area/two-column-filter-area.module.d.ts +2 -0
- package/projects/component-library/lib/{organisms → design-guide}/color-swatch-collection/color-swatch-collection.component.d.ts +0 -0
- package/projects/component-library/lib/{organisms → design-guide}/color-swatch-collection/color-swatch-collection.module.d.ts +0 -0
- package/projects/component-library/lib/{organisms → design-guide}/icon-explorer/icon-explorer.component.d.ts +9 -1
- package/projects/component-library/lib/design-guide/icon-explorer/icon-explorer.helper.d.ts +7 -0
- package/projects/component-library/lib/{organisms → design-guide}/icon-explorer/icon-explorer.module.d.ts +0 -0
- package/projects/component-library/lib/molecules/breadcrumb/breadcrumb.component.d.ts +8 -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 +2 -0
- package/projects/component-library/lib/molecules/icon-swatch/icon-swatch.component.d.ts +1 -0
- package/projects/component-library/lib/molecules/icon-swatch/icon-swatch.model.d.ts +1 -1
- package/projects/component-library/lib/molecules/note/note.component.d.ts +2 -6
- package/projects/component-library/lib/molecules/note/note.model.d.ts +9 -0
- package/projects/component-library/lib/molecules/task/task.model.d.ts +1 -1
- package/projects/component-library/lib/organisms/note-list/note-list.component.d.ts +7 -0
- package/projects/component-library/lib/organisms/note-list/note-list.module.d.ts +2 -0
- package/projects/component-library/lib/pages/events-settings-page/events-settings-page.component.d.ts +9 -0
- package/projects/component-library/lib/pages/events-settings-page/events-settings-page.module.d.ts +2 -0
- package/{lib/atoms/list-title/list-title.component.d.ts → projects/component-library/lib/templates/admin-list/admin-list.component.d.ts} +1 -2
- package/projects/component-library/lib/templates/admin-list/admin-list.module.d.ts +2 -0
- package/projects/component-library/lib/templates/placeholder/placeholder.component.d.ts +11 -0
- package/projects/component-library/lib/templates/placeholder/placeholder.module.d.ts +2 -0
- package/projects/component-library/public-api.d.ts +28 -11
- package/projects/component-library/symphony-talent-component-library-projects-component-library.d.ts +18 -17
- package/projects/component-library/symphony-talent-component-library-projects-component-library.metadata.json +1 -1
- package/public-api.d.ts +28 -11
- package/symphony-talent-component-library.d.ts +18 -17
- package/symphony-talent-component-library.metadata.json +1 -1
- 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/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/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/time-stamp/time-stamp.component.js +0 -18
- package/esm2015/lib/atoms/time-stamp/time-stamp.module.js +0 -15
- 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 -32
- package/esm2015/lib/organisms/icon-explorer/icon-explorer.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/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/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/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/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 -32
- package/esm2015/projects/component-library/lib/organisms/icon-explorer/icon-explorer.module.js +0 -16
- 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.module.d.ts +0 -2
- package/lib/atoms/list-title/list-title.module.d.ts +0 -2
- package/lib/atoms/more-dropdown/more-dropdown.module.d.ts +0 -2
- package/lib/atoms/time-stamp/time-stamp.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.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-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
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
export declare class InputCheckboxComponent implements OnInit {
|
|
3
|
+
isActive: boolean;
|
|
4
|
+
label: string;
|
|
5
|
+
isRequired: boolean;
|
|
6
|
+
clicked: EventEmitter<any>;
|
|
7
|
+
constructor();
|
|
8
|
+
ngOnInit(): void;
|
|
9
|
+
onClick(): void;
|
|
10
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
export declare class InputRadioComponent implements OnInit {
|
|
3
|
+
isActive: boolean;
|
|
4
|
+
label: boolean;
|
|
5
|
+
isRequired: boolean;
|
|
6
|
+
clicked: EventEmitter<any>;
|
|
7
|
+
constructor();
|
|
8
|
+
ngOnInit(): void;
|
|
9
|
+
onClick(): void;
|
|
10
|
+
}
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { Icons } from '../icon/icon.enum';
|
|
2
3
|
export declare class InputTextComponent implements OnInit {
|
|
3
4
|
placeholder: string;
|
|
4
|
-
icon:
|
|
5
|
+
icon: Icons;
|
|
6
|
+
label: string;
|
|
7
|
+
isInverse: boolean;
|
|
5
8
|
textChange: EventEmitter<string>;
|
|
6
9
|
constructor();
|
|
7
10
|
ngOnInit(): void;
|
|
File without changes
|
package/lib/{organisms → design-guide}/color-swatch-collection/color-swatch-collection.module.d.ts
RENAMED
|
File without changes
|
|
@@ -2,9 +2,17 @@ import { OnInit } from '@angular/core';
|
|
|
2
2
|
import { IconSwatchModel } from '../../molecules/icon-swatch/icon-swatch.model';
|
|
3
3
|
export declare class IconExplorerComponent implements OnInit {
|
|
4
4
|
iconList: IconSwatchModel[];
|
|
5
|
+
hasBorderIconsList: IconSwatchModel[];
|
|
6
|
+
hasNoBorderIconsList: IconSwatchModel[];
|
|
7
|
+
isInverseIconsList: IconSwatchModel[];
|
|
5
8
|
iconCount: number;
|
|
6
9
|
explorerTitle: string;
|
|
10
|
+
iconHasBorderCount: number;
|
|
11
|
+
borderTitle: string;
|
|
12
|
+
iconHasNoBorderCount: number;
|
|
13
|
+
noBorderTitle: string;
|
|
14
|
+
iconisInverseCount: number;
|
|
15
|
+
backgroundTitle: string;
|
|
7
16
|
constructor();
|
|
8
17
|
ngOnInit(): void;
|
|
9
|
-
enumElementCount(enumName: any): number;
|
|
10
18
|
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { IconSwatchModel } from '../../molecules/icon-swatch/icon-swatch.model';
|
|
2
|
+
export declare class IconExplorerHelper {
|
|
3
|
+
static getAllIcons(): IconSwatchModel[];
|
|
4
|
+
static getHasNoBorderIconList(): IconSwatchModel[];
|
|
5
|
+
static getInverseIconList(): IconSwatchModel[];
|
|
6
|
+
static getHasBorderIconList(): IconSwatchModel[];
|
|
7
|
+
}
|
|
File without changes
|
|
@@ -2,6 +2,7 @@ import { OnInit } from '@angular/core';
|
|
|
2
2
|
import { IconSwatchModel } from './icon-swatch.model';
|
|
3
3
|
export declare class IconSwatchComponent implements OnInit {
|
|
4
4
|
iconSwatchModel: Partial<IconSwatchModel>;
|
|
5
|
+
isInverse: boolean;
|
|
5
6
|
description: string;
|
|
6
7
|
constructor();
|
|
7
8
|
ngOnInit(): void;
|
|
@@ -1,11 +1,7 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
+
import { NoteModel } from './note.model';
|
|
2
3
|
export declare class NoteComponent implements OnInit {
|
|
3
|
-
|
|
4
|
-
lastName: string;
|
|
5
|
-
listTitle: string;
|
|
6
|
-
timeStamp: string;
|
|
7
|
-
description: string;
|
|
8
|
-
moreActions: any;
|
|
4
|
+
noteModel: Partial<NoteModel>;
|
|
9
5
|
constructor();
|
|
10
6
|
ngOnInit(): void;
|
|
11
7
|
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { BreadcrumbModel } from '../../molecules/breadcrumb/breadcrumb.model';
|
|
3
|
+
import { TaskModel } from '../../molecules/task/task.model';
|
|
4
|
+
export declare class EventsSettingsPageComponent implements OnInit {
|
|
5
|
+
eventsSettingsBreadcrumbs: BreadcrumbModel[];
|
|
6
|
+
eventSettingsPageModel: Partial<TaskModel>;
|
|
7
|
+
constructor();
|
|
8
|
+
ngOnInit(): void;
|
|
9
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
export declare class PlaceholderComponent implements OnInit {
|
|
3
|
+
type: string;
|
|
4
|
+
label: string;
|
|
5
|
+
tooltip: string;
|
|
6
|
+
tooltipPlacement: string;
|
|
7
|
+
height: string;
|
|
8
|
+
width: string;
|
|
9
|
+
constructor();
|
|
10
|
+
ngOnInit(): void;
|
|
11
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@symphony-talent/component-library",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.8.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"tslib": "^1.10.0"
|
|
@@ -16,7 +16,10 @@
|
|
|
16
16
|
"rxjs": "~6.5.4",
|
|
17
17
|
"@angular/core": "~9.1.4",
|
|
18
18
|
"zone.js": "~0.10.2",
|
|
19
|
-
"ngx-bootstrap": "^5.6.1"
|
|
19
|
+
"ngx-bootstrap": "^5.6.1",
|
|
20
|
+
"ag-grid-angular": "^24.0.0",
|
|
21
|
+
"ag-grid-community": "^24.0.0",
|
|
22
|
+
"ag-grid-enterprise": "^24.0.0"
|
|
20
23
|
},
|
|
21
24
|
"repository": {
|
|
22
25
|
"type": "git",
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
-
import { SlicePipe } from '@angular/common';
|
|
3
2
|
export declare class AvatarComponent implements OnInit {
|
|
4
|
-
private sp;
|
|
5
3
|
firstName: string;
|
|
6
4
|
lastName: string;
|
|
7
5
|
sizePx: number;
|
|
@@ -9,7 +7,8 @@ export declare class AvatarComponent implements OnInit {
|
|
|
9
7
|
initials: string;
|
|
10
8
|
firstInitial: string;
|
|
11
9
|
bgColor: string;
|
|
12
|
-
|
|
10
|
+
private sp;
|
|
11
|
+
constructor();
|
|
13
12
|
ngOnInit(): void;
|
|
14
13
|
getColor(character: any): string;
|
|
15
14
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
-
import { MoreActionsModel } from './
|
|
3
|
-
export declare class
|
|
2
|
+
import { MoreActionsModel } from './contextual-menu.model';
|
|
3
|
+
export declare class ContextualMenuComponent implements OnInit {
|
|
4
4
|
moreActions: MoreActionsModel[];
|
|
5
5
|
sfxMoreActions: MoreActionsModel[];
|
|
6
6
|
constructor();
|
|
File without changes
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ICellRendererAngularComp } from 'ag-grid-angular';
|
|
2
|
+
import { ICellRendererParams } from 'ag-grid-community';
|
|
3
|
+
import { ContactActivityScoreModel } from './contact-activity-score.model';
|
|
4
|
+
export declare class ContactActivityScoreComponent implements ICellRendererAngularComp {
|
|
5
|
+
contact: any;
|
|
6
|
+
contactActivityScoreModel: ContactActivityScoreModel;
|
|
7
|
+
dataAvailable: any;
|
|
8
|
+
constructor();
|
|
9
|
+
refresh(params: any): boolean;
|
|
10
|
+
agInit(params: ICellRendererParams): void;
|
|
11
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ICellRendererAngularComp } from 'ag-grid-angular';
|
|
2
|
+
import { ICellRendererParams } from 'ag-grid-community';
|
|
3
|
+
import { RelevanceScoreModel } from './relevance-score.component.model';
|
|
4
|
+
export declare class RelevanceScoreComponent implements ICellRendererAngularComp {
|
|
5
|
+
contact: any;
|
|
6
|
+
relevanceScoreModel: RelevanceScoreModel;
|
|
7
|
+
relevanceData: any;
|
|
8
|
+
constructor();
|
|
9
|
+
refresh(params: any): boolean;
|
|
10
|
+
agInit(params: ICellRendererParams): void;
|
|
11
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { ColDef } from 'ag-grid-community';
|
|
3
|
+
import { GridListModel } from './grid.model';
|
|
4
|
+
export declare class GridComponent implements OnInit {
|
|
5
|
+
gridList: GridListModel[];
|
|
6
|
+
getRowHeight: () => number;
|
|
7
|
+
rowHeightPage: number;
|
|
8
|
+
gridHeight: number;
|
|
9
|
+
frameworkComponents: any;
|
|
10
|
+
columnDefs: ColDef[];
|
|
11
|
+
constructor();
|
|
12
|
+
ngOnInit(): void;
|
|
13
|
+
onGridReady(gridReadyEvent: {
|
|
14
|
+
api: {
|
|
15
|
+
sizeColumnsToFit: () => void;
|
|
16
|
+
};
|
|
17
|
+
}): void;
|
|
18
|
+
getFrameworkComponents(): any;
|
|
19
|
+
}
|
|
@@ -1,8 +1,10 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { Icons } from './icon.enum';
|
|
3
3
|
export declare class IconComponent implements OnInit {
|
|
4
4
|
icon: Icons;
|
|
5
5
|
isSecondary: boolean;
|
|
6
|
+
clicked: EventEmitter<string>;
|
|
6
7
|
constructor();
|
|
7
8
|
ngOnInit(): void;
|
|
9
|
+
onClick(): void;
|
|
8
10
|
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { Icons } from '../icon/icon.enum';
|
|
3
|
+
export declare class IconWrapperComponent implements OnInit {
|
|
4
|
+
Icons: typeof Icons;
|
|
5
|
+
isInverse: boolean;
|
|
6
|
+
clicked: EventEmitter<string>;
|
|
7
|
+
constructor();
|
|
8
|
+
ngOnInit(): void;
|
|
9
|
+
onClick(): void;
|
|
10
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
export declare class InputCheckboxComponent implements OnInit {
|
|
3
|
+
isActive: boolean;
|
|
4
|
+
label: string;
|
|
5
|
+
isRequired: boolean;
|
|
6
|
+
clicked: EventEmitter<any>;
|
|
7
|
+
constructor();
|
|
8
|
+
ngOnInit(): void;
|
|
9
|
+
onClick(): void;
|
|
10
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
export declare class InputRadioComponent implements OnInit {
|
|
3
|
+
isActive: boolean;
|
|
4
|
+
label: boolean;
|
|
5
|
+
isRequired: boolean;
|
|
6
|
+
clicked: EventEmitter<any>;
|
|
7
|
+
constructor();
|
|
8
|
+
ngOnInit(): void;
|
|
9
|
+
onClick(): void;
|
|
10
|
+
}
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { Icons } from '../icon/icon.enum';
|
|
2
3
|
export declare class InputTextComponent implements OnInit {
|
|
3
4
|
placeholder: string;
|
|
4
|
-
icon:
|
|
5
|
+
icon: Icons;
|
|
6
|
+
label: string;
|
|
7
|
+
isInverse: boolean;
|
|
5
8
|
textChange: EventEmitter<string>;
|
|
6
9
|
constructor();
|
|
7
10
|
ngOnInit(): void;
|
|
File without changes
|
|
File without changes
|
|
@@ -2,9 +2,17 @@ import { OnInit } from '@angular/core';
|
|
|
2
2
|
import { IconSwatchModel } from '../../molecules/icon-swatch/icon-swatch.model';
|
|
3
3
|
export declare class IconExplorerComponent implements OnInit {
|
|
4
4
|
iconList: IconSwatchModel[];
|
|
5
|
+
hasBorderIconsList: IconSwatchModel[];
|
|
6
|
+
hasNoBorderIconsList: IconSwatchModel[];
|
|
7
|
+
isInverseIconsList: IconSwatchModel[];
|
|
5
8
|
iconCount: number;
|
|
6
9
|
explorerTitle: string;
|
|
10
|
+
iconHasBorderCount: number;
|
|
11
|
+
borderTitle: string;
|
|
12
|
+
iconHasNoBorderCount: number;
|
|
13
|
+
noBorderTitle: string;
|
|
14
|
+
iconisInverseCount: number;
|
|
15
|
+
backgroundTitle: string;
|
|
7
16
|
constructor();
|
|
8
17
|
ngOnInit(): void;
|
|
9
|
-
enumElementCount(enumName: any): number;
|
|
10
18
|
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { IconSwatchModel } from '../../molecules/icon-swatch/icon-swatch.model';
|
|
2
|
+
export declare class IconExplorerHelper {
|
|
3
|
+
static getAllIcons(): IconSwatchModel[];
|
|
4
|
+
static getHasNoBorderIconList(): IconSwatchModel[];
|
|
5
|
+
static getInverseIconList(): IconSwatchModel[];
|
|
6
|
+
static getHasBorderIconList(): IconSwatchModel[];
|
|
7
|
+
}
|
|
File without changes
|
|
@@ -2,6 +2,7 @@ import { OnInit } from '@angular/core';
|
|
|
2
2
|
import { IconSwatchModel } from './icon-swatch.model';
|
|
3
3
|
export declare class IconSwatchComponent implements OnInit {
|
|
4
4
|
iconSwatchModel: Partial<IconSwatchModel>;
|
|
5
|
+
isInverse: boolean;
|
|
5
6
|
description: string;
|
|
6
7
|
constructor();
|
|
7
8
|
ngOnInit(): void;
|
|
@@ -1,11 +1,7 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
+
import { NoteModel } from './note.model';
|
|
2
3
|
export declare class NoteComponent implements OnInit {
|
|
3
|
-
|
|
4
|
-
lastName: string;
|
|
5
|
-
listTitle: string;
|
|
6
|
-
timeStamp: string;
|
|
7
|
-
description: string;
|
|
8
|
-
moreActions: any;
|
|
4
|
+
noteModel: Partial<NoteModel>;
|
|
9
5
|
constructor();
|
|
10
6
|
ngOnInit(): void;
|
|
11
7
|
}
|