@symphony-talent/component-library 1.2.1 → 1.6.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 +1932 -553
- 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 +1932 -553
- 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 +36 -6
- package/esm2015/lib/atoms/avatar/avatar.component.js +2 -6
- package/esm2015/lib/atoms/avatar/avatar.module.js +1 -1
- package/esm2015/lib/atoms/button/button.component.js +2 -2
- package/esm2015/lib/atoms/button/button.module.js +1 -1
- package/esm2015/lib/atoms/color-sample/color-sample.component.js +20 -0
- package/esm2015/lib/atoms/color-sample/color-sample.enum.js +26 -0
- package/esm2015/lib/atoms/color-sample/color-sample.module.js +15 -0
- package/esm2015/lib/atoms/dropdown/dropdown.component.js +1 -1
- package/esm2015/lib/atoms/dropdown/dropdown.module.js +1 -1
- package/esm2015/lib/atoms/h1/h1.component.js +21 -0
- package/esm2015/lib/atoms/h1/h1.module.js +15 -0
- package/esm2015/lib/atoms/h2/h2.component.js +21 -0
- package/esm2015/lib/atoms/h2/h2.module.js +15 -0
- package/esm2015/lib/atoms/h3/h3.component.js +21 -0
- package/esm2015/lib/atoms/h3/h3.module.js +15 -0
- package/esm2015/lib/atoms/h4/h4.component.js +21 -0
- package/esm2015/lib/atoms/h4/h4.module.js +15 -0
- package/esm2015/lib/atoms/h5/h5.component.js +21 -0
- package/esm2015/lib/atoms/h5/h5.module.js +15 -0
- package/esm2015/lib/atoms/icon/icon.component.js +21 -0
- package/esm2015/lib/atoms/icon/icon.enum.js +75 -0
- package/esm2015/lib/atoms/icon/icon.module.js +15 -0
- package/esm2015/lib/atoms/icon-wrapper/icon-wrapper.component.js +21 -0
- package/esm2015/lib/atoms/icon-wrapper/icon-wrapper.module.js +15 -0
- 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 +36 -0
- package/esm2015/lib/atoms/input-text/input-text.module.js +16 -0
- package/esm2015/lib/atoms/more-dropdown/more-actions.model.js +1 -0
- package/esm2015/lib/atoms/more-dropdown/more-dropdown.component.js +3 -3
- package/esm2015/lib/atoms/more-dropdown/more-dropdown.module.js +1 -1
- package/esm2015/lib/atoms/paragraph/paragraph.component.js +21 -0
- package/esm2015/lib/atoms/paragraph/paragraph.module.js +15 -0
- package/esm2015/lib/atoms/pill/pill.component.js +3 -3
- package/esm2015/lib/atoms/pill/pill.model.js +1 -1
- package/esm2015/lib/atoms/pill/pill.module.js +1 -1
- 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 +18 -0
- package/esm2015/lib/atoms/task-icon/task-icon.module.js +15 -0
- 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/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 +29 -0
- package/esm2015/lib/molecules/color-swatch/color-swatch.model.js +1 -0
- package/esm2015/lib/molecules/color-swatch/color-swatch.module.js +23 -0
- package/esm2015/lib/molecules/icon-swatch/icon-swatch.component.js +26 -0
- package/esm2015/lib/molecules/icon-swatch/icon-swatch.model.js +3 -0
- package/esm2015/lib/molecules/icon-swatch/icon-swatch.module.js +25 -0
- package/esm2015/lib/molecules/molecules.module.js +17 -8
- package/esm2015/lib/molecules/note/note.component.js +14 -20
- package/esm2015/lib/molecules/note/note.model.js +1 -0
- package/esm2015/lib/molecules/note/note.module.js +10 -5
- package/esm2015/lib/molecules/pills/pills.component.js +2 -2
- package/esm2015/lib/molecules/pills/pills.module.js +1 -1
- package/esm2015/lib/molecules/task/task.component.js +25 -0
- package/esm2015/lib/molecules/task/task.model.js +1 -0
- package/esm2015/lib/molecules/task/task.module.js +25 -0
- package/esm2015/lib/organisms/color-swatch-collection/color-swatch-collection.component.js +19 -0
- package/esm2015/lib/organisms/color-swatch-collection/color-swatch-collection.module.js +15 -0
- package/esm2015/lib/organisms/icon-explorer/icon-explorer.component.js +30 -0
- package/esm2015/lib/organisms/icon-explorer/icon-explorer.helper.js +521 -0
- package/esm2015/lib/organisms/icon-explorer/icon-explorer.module.js +17 -0
- package/esm2015/lib/organisms/task-list/task-list.component.js +18 -0
- package/esm2015/lib/organisms/task-list/task-list.module.js +16 -0
- package/esm2015/projects/component-library/lib/atoms/atoms.module.js +36 -6
- package/esm2015/projects/component-library/lib/atoms/avatar/avatar.component.js +2 -6
- package/esm2015/projects/component-library/lib/atoms/avatar/avatar.module.js +1 -1
- package/esm2015/projects/component-library/lib/atoms/button/button.component.js +2 -2
- package/esm2015/projects/component-library/lib/atoms/button/button.module.js +1 -1
- package/esm2015/projects/component-library/lib/atoms/color-sample/color-sample.component.js +20 -0
- package/esm2015/projects/component-library/lib/atoms/color-sample/color-sample.enum.js +26 -0
- package/esm2015/projects/component-library/lib/atoms/color-sample/color-sample.module.js +15 -0
- package/esm2015/projects/component-library/lib/atoms/dropdown/dropdown.component.js +1 -1
- package/esm2015/projects/component-library/lib/atoms/dropdown/dropdown.module.js +1 -1
- package/esm2015/projects/component-library/lib/atoms/h1/h1.component.js +21 -0
- package/esm2015/projects/component-library/lib/atoms/h1/h1.module.js +15 -0
- package/esm2015/projects/component-library/lib/atoms/h2/h2.component.js +21 -0
- package/esm2015/projects/component-library/lib/atoms/h2/h2.module.js +15 -0
- package/esm2015/projects/component-library/lib/atoms/h3/h3.component.js +21 -0
- package/esm2015/projects/component-library/lib/atoms/h3/h3.module.js +15 -0
- package/esm2015/projects/component-library/lib/atoms/h4/h4.component.js +21 -0
- package/esm2015/projects/component-library/lib/atoms/h4/h4.module.js +15 -0
- package/esm2015/projects/component-library/lib/atoms/h5/h5.component.js +21 -0
- package/esm2015/projects/component-library/lib/atoms/h5/h5.module.js +15 -0
- package/esm2015/projects/component-library/lib/atoms/icon/icon.component.js +21 -0
- package/esm2015/projects/component-library/lib/atoms/icon/icon.enum.js +75 -0
- package/esm2015/projects/component-library/lib/atoms/icon/icon.module.js +15 -0
- package/esm2015/projects/component-library/lib/atoms/icon-wrapper/icon-wrapper.component.js +21 -0
- package/esm2015/projects/component-library/lib/atoms/icon-wrapper/icon-wrapper.module.js +15 -0
- 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 +36 -0
- package/esm2015/projects/component-library/lib/atoms/input-text/input-text.module.js +16 -0
- package/esm2015/projects/component-library/lib/atoms/more-dropdown/more-actions.model.js +1 -0
- package/esm2015/projects/component-library/lib/atoms/more-dropdown/more-dropdown.component.js +3 -3
- package/esm2015/projects/component-library/lib/atoms/more-dropdown/more-dropdown.module.js +1 -1
- package/esm2015/projects/component-library/lib/atoms/paragraph/paragraph.component.js +21 -0
- package/esm2015/projects/component-library/lib/atoms/paragraph/paragraph.module.js +15 -0
- package/esm2015/projects/component-library/lib/atoms/pill/pill.component.js +3 -3
- package/esm2015/projects/component-library/lib/atoms/pill/pill.model.js +1 -1
- package/esm2015/projects/component-library/lib/atoms/pill/pill.module.js +1 -1
- 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 +18 -0
- package/esm2015/projects/component-library/lib/atoms/task-icon/task-icon.module.js +15 -0
- 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/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 +29 -0
- package/esm2015/projects/component-library/lib/molecules/color-swatch/color-swatch.model.js +1 -0
- package/esm2015/projects/component-library/lib/molecules/color-swatch/color-swatch.module.js +23 -0
- package/esm2015/projects/component-library/lib/molecules/icon-swatch/icon-swatch.component.js +26 -0
- package/esm2015/projects/component-library/lib/molecules/icon-swatch/icon-swatch.model.js +3 -0
- package/esm2015/projects/component-library/lib/molecules/icon-swatch/icon-swatch.module.js +25 -0
- package/esm2015/projects/component-library/lib/molecules/molecules.module.js +17 -8
- package/esm2015/projects/component-library/lib/molecules/note/note.component.js +14 -20
- package/esm2015/projects/component-library/lib/molecules/note/note.model.js +1 -0
- package/esm2015/projects/component-library/lib/molecules/note/note.module.js +10 -5
- package/esm2015/projects/component-library/lib/molecules/pills/pills.component.js +2 -2
- package/esm2015/projects/component-library/lib/molecules/pills/pills.module.js +1 -1
- package/esm2015/projects/component-library/lib/molecules/task/task.component.js +25 -0
- package/esm2015/projects/component-library/lib/molecules/task/task.model.js +1 -0
- package/esm2015/projects/component-library/lib/molecules/task/task.module.js +25 -0
- package/esm2015/projects/component-library/lib/organisms/color-swatch-collection/color-swatch-collection.component.js +19 -0
- package/esm2015/projects/component-library/lib/organisms/color-swatch-collection/color-swatch-collection.module.js +15 -0
- package/esm2015/projects/component-library/lib/organisms/icon-explorer/icon-explorer.component.js +30 -0
- package/esm2015/projects/component-library/lib/organisms/icon-explorer/icon-explorer.helper.js +521 -0
- package/esm2015/projects/component-library/lib/organisms/icon-explorer/icon-explorer.module.js +17 -0
- package/esm2015/projects/component-library/lib/organisms/task-list/task-list.component.js +18 -0
- package/esm2015/projects/component-library/lib/organisms/task-list/task-list.module.js +16 -0
- package/esm2015/projects/component-library/public-api.js +39 -8
- package/esm2015/projects/component-library/symphony-talent-component-library-projects-component-library.js +18 -11
- package/esm2015/public-api.js +39 -8
- package/esm2015/symphony-talent-component-library.js +18 -11
- package/fesm2015/symphony-talent-component-library-projects-component-library.js +1336 -106
- package/fesm2015/symphony-talent-component-library-projects-component-library.js.map +1 -1
- package/fesm2015/symphony-talent-component-library.js +1336 -106
- package/fesm2015/symphony-talent-component-library.js.map +1 -1
- package/lib/atoms/color-sample/color-sample.component.d.ts +8 -0
- package/lib/atoms/color-sample/color-sample.enum.d.ts +24 -0
- package/lib/atoms/color-sample/color-sample.module.d.ts +2 -0
- package/lib/atoms/h1/h1.component.d.ts +7 -0
- package/lib/atoms/h1/h1.module.d.ts +2 -0
- package/lib/atoms/h2/h2.component.d.ts +7 -0
- package/lib/atoms/h2/h2.module.d.ts +2 -0
- package/lib/atoms/h3/h3.component.d.ts +7 -0
- package/lib/atoms/h3/h3.module.d.ts +2 -0
- package/lib/atoms/h4/h4.component.d.ts +7 -0
- package/lib/atoms/h4/h4.module.d.ts +2 -0
- package/lib/atoms/h5/h5.component.d.ts +7 -0
- package/lib/atoms/h5/h5.module.d.ts +2 -0
- package/lib/atoms/icon/icon.component.d.ts +8 -0
- package/lib/atoms/icon/icon.enum.d.ts +73 -0
- package/lib/atoms/icon/icon.module.d.ts +2 -0
- package/lib/atoms/icon-wrapper/icon-wrapper.component.d.ts +8 -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 +12 -0
- package/lib/atoms/input-text/input-text.module.d.ts +2 -0
- package/lib/atoms/more-dropdown/more-actions.model.d.ts +3 -0
- package/lib/atoms/more-dropdown/more-dropdown.component.d.ts +3 -4
- package/lib/atoms/paragraph/paragraph.component.d.ts +7 -0
- package/lib/atoms/paragraph/paragraph.module.d.ts +2 -0
- 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/task-icon/task-icon.component.d.ts +6 -0
- package/lib/atoms/task-icon/task-icon.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/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/color-swatch/color-swatch.component.d.ts +9 -0
- package/lib/molecules/color-swatch/color-swatch.model.d.ts +7 -0
- package/lib/molecules/color-swatch/color-swatch.module.d.ts +2 -0
- package/lib/molecules/icon-swatch/icon-swatch.component.d.ts +9 -0
- package/lib/molecules/icon-swatch/icon-swatch.model.d.ts +7 -0
- package/lib/molecules/icon-swatch/icon-swatch.module.d.ts +2 -0
- 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.component.d.ts +7 -0
- package/lib/molecules/task/task.model.d.ts +8 -0
- package/lib/molecules/task/task.module.d.ts +2 -0
- package/lib/organisms/color-swatch-collection/color-swatch-collection.component.d.ts +7 -0
- package/lib/organisms/color-swatch-collection/color-swatch-collection.module.d.ts +2 -0
- package/lib/organisms/icon-explorer/icon-explorer.component.d.ts +18 -0
- package/lib/organisms/icon-explorer/icon-explorer.helper.d.ts +7 -0
- package/lib/organisms/icon-explorer/icon-explorer.module.d.ts +2 -0
- package/lib/organisms/task-list/task-list.component.d.ts +7 -0
- package/lib/organisms/task-list/task-list.module.d.ts +2 -0
- package/package.json +2 -4
- package/projects/component-library/lib/atoms/color-sample/color-sample.component.d.ts +8 -0
- package/projects/component-library/lib/atoms/color-sample/color-sample.enum.d.ts +24 -0
- package/projects/component-library/lib/atoms/color-sample/color-sample.module.d.ts +2 -0
- package/projects/component-library/lib/atoms/h1/h1.component.d.ts +7 -0
- package/projects/component-library/lib/atoms/h1/h1.module.d.ts +2 -0
- package/projects/component-library/lib/atoms/h2/h2.component.d.ts +7 -0
- package/projects/component-library/lib/atoms/h2/h2.module.d.ts +2 -0
- package/projects/component-library/lib/atoms/h3/h3.component.d.ts +7 -0
- package/projects/component-library/lib/atoms/h3/h3.module.d.ts +2 -0
- package/projects/component-library/lib/atoms/h4/h4.component.d.ts +7 -0
- package/projects/component-library/lib/atoms/h4/h4.module.d.ts +2 -0
- package/projects/component-library/lib/atoms/h5/h5.component.d.ts +7 -0
- package/projects/component-library/lib/atoms/h5/h5.module.d.ts +2 -0
- package/projects/component-library/lib/atoms/icon/icon.component.d.ts +8 -0
- package/projects/component-library/lib/atoms/icon/icon.enum.d.ts +73 -0
- package/projects/component-library/lib/atoms/icon/icon.module.d.ts +2 -0
- package/projects/component-library/lib/atoms/icon-wrapper/icon-wrapper.component.d.ts +8 -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 +12 -0
- package/projects/component-library/lib/atoms/input-text/input-text.module.d.ts +2 -0
- package/projects/component-library/lib/atoms/more-dropdown/more-actions.model.d.ts +3 -0
- package/projects/component-library/lib/atoms/more-dropdown/more-dropdown.component.d.ts +3 -4
- package/projects/component-library/lib/atoms/paragraph/paragraph.component.d.ts +7 -0
- package/projects/component-library/lib/atoms/paragraph/paragraph.module.d.ts +2 -0
- 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/task-icon/task-icon.component.d.ts +6 -0
- package/projects/component-library/lib/atoms/task-icon/task-icon.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/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/color-swatch/color-swatch.component.d.ts +9 -0
- package/projects/component-library/lib/molecules/color-swatch/color-swatch.model.d.ts +7 -0
- package/projects/component-library/lib/molecules/color-swatch/color-swatch.module.d.ts +2 -0
- package/projects/component-library/lib/molecules/icon-swatch/icon-swatch.component.d.ts +9 -0
- package/projects/component-library/lib/molecules/icon-swatch/icon-swatch.model.d.ts +7 -0
- package/projects/component-library/lib/molecules/icon-swatch/icon-swatch.module.d.ts +2 -0
- 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.component.d.ts +7 -0
- package/projects/component-library/lib/molecules/task/task.model.d.ts +8 -0
- package/projects/component-library/lib/molecules/task/task.module.d.ts +2 -0
- package/projects/component-library/lib/organisms/color-swatch-collection/color-swatch-collection.component.d.ts +7 -0
- package/projects/component-library/lib/organisms/color-swatch-collection/color-swatch-collection.module.d.ts +2 -0
- package/projects/component-library/lib/organisms/icon-explorer/icon-explorer.component.d.ts +18 -0
- package/projects/component-library/lib/organisms/icon-explorer/icon-explorer.helper.d.ts +7 -0
- package/projects/component-library/lib/organisms/icon-explorer/icon-explorer.module.d.ts +2 -0
- package/projects/component-library/lib/organisms/task-list/task-list.component.d.ts +7 -0
- package/projects/component-library/lib/organisms/task-list/task-list.module.d.ts +2 -0
- package/projects/component-library/package.json +1 -3
- package/projects/component-library/public-api.d.ts +33 -1
- package/projects/component-library/symphony-talent-component-library-projects-component-library.d.ts +17 -10
- package/projects/component-library/symphony-talent-component-library-projects-component-library.metadata.json +1 -1
- package/public-api.d.ts +33 -1
- package/symphony-talent-component-library.d.ts +17 -10
- package/symphony-talent-component-library.metadata.json +1 -1
- package/esm2015/lib/atoms/description/description.component.js +0 -18
- package/esm2015/lib/atoms/description/description.module.js +0 -15
- 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/time-stamp/time-stamp.component.js +0 -18
- package/esm2015/lib/atoms/time-stamp/time-stamp.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/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/time-stamp/time-stamp.component.js +0 -18
- package/esm2015/projects/component-library/lib/atoms/time-stamp/time-stamp.module.js +0 -15
- package/esm5/lib/atoms/atoms.module.js +0 -25
- package/esm5/lib/atoms/avatar/avatar.component.js +0 -106
- package/esm5/lib/atoms/avatar/avatar.module.js +0 -19
- package/esm5/lib/atoms/button/button.component.js +0 -33
- package/esm5/lib/atoms/button/button.module.js +0 -19
- package/esm5/lib/atoms/description/description.component.js +0 -20
- package/esm5/lib/atoms/description/description.module.js +0 -18
- package/esm5/lib/atoms/dropdown/dropdown.component.js +0 -18
- package/esm5/lib/atoms/dropdown/dropdown.module.js +0 -21
- package/esm5/lib/atoms/list-title/list-title.component.js +0 -20
- package/esm5/lib/atoms/list-title/list-title.module.js +0 -18
- package/esm5/lib/atoms/more-dropdown/more-dropdown.component.js +0 -22
- package/esm5/lib/atoms/more-dropdown/more-dropdown.module.js +0 -20
- package/esm5/lib/atoms/pill/pill.component.js +0 -38
- package/esm5/lib/atoms/pill/pill.model.js +0 -1
- package/esm5/lib/atoms/pill/pill.module.js +0 -21
- package/esm5/lib/atoms/time-stamp/time-stamp.component.js +0 -20
- package/esm5/lib/atoms/time-stamp/time-stamp.module.js +0 -18
- package/esm5/lib/molecules/molecules.module.js +0 -32
- package/esm5/lib/molecules/note/note.component.js +0 -35
- package/esm5/lib/molecules/note/note.module.js +0 -23
- package/esm5/lib/molecules/pills/pills.component.js +0 -34
- package/esm5/lib/molecules/pills/pills.module.js +0 -24
- package/esm5/projects/component-library/lib/atoms/atoms.module.js +0 -25
- package/esm5/projects/component-library/lib/atoms/avatar/avatar.component.js +0 -106
- package/esm5/projects/component-library/lib/atoms/avatar/avatar.module.js +0 -19
- package/esm5/projects/component-library/lib/atoms/button/button.component.js +0 -33
- package/esm5/projects/component-library/lib/atoms/button/button.module.js +0 -19
- package/esm5/projects/component-library/lib/atoms/description/description.component.js +0 -20
- package/esm5/projects/component-library/lib/atoms/description/description.module.js +0 -18
- package/esm5/projects/component-library/lib/atoms/dropdown/dropdown.component.js +0 -18
- package/esm5/projects/component-library/lib/atoms/dropdown/dropdown.module.js +0 -21
- package/esm5/projects/component-library/lib/atoms/list-title/list-title.component.js +0 -20
- package/esm5/projects/component-library/lib/atoms/list-title/list-title.module.js +0 -18
- package/esm5/projects/component-library/lib/atoms/more-dropdown/more-dropdown.component.js +0 -22
- package/esm5/projects/component-library/lib/atoms/more-dropdown/more-dropdown.module.js +0 -20
- package/esm5/projects/component-library/lib/atoms/pill/pill.component.js +0 -38
- package/esm5/projects/component-library/lib/atoms/pill/pill.model.js +0 -1
- package/esm5/projects/component-library/lib/atoms/pill/pill.module.js +0 -21
- package/esm5/projects/component-library/lib/atoms/time-stamp/time-stamp.component.js +0 -20
- package/esm5/projects/component-library/lib/atoms/time-stamp/time-stamp.module.js +0 -18
- package/esm5/projects/component-library/lib/molecules/molecules.module.js +0 -32
- package/esm5/projects/component-library/lib/molecules/note/note.component.js +0 -35
- package/esm5/projects/component-library/lib/molecules/note/note.module.js +0 -23
- package/esm5/projects/component-library/lib/molecules/pills/pills.component.js +0 -34
- package/esm5/projects/component-library/lib/molecules/pills/pills.module.js +0 -24
- package/esm5/projects/component-library/public-api.js +0 -18
- package/esm5/projects/component-library/symphony-talent-component-library-projects-component-library.js +0 -19
- package/esm5/public-api.js +0 -18
- package/esm5/symphony-talent-component-library.js +0 -19
- package/fesm5/symphony-talent-component-library-projects-component-library.js +0 -510
- package/fesm5/symphony-talent-component-library-projects-component-library.js.map +0 -1
- package/fesm5/symphony-talent-component-library.js +0 -510
- package/fesm5/symphony-talent-component-library.js.map +0 -1
- package/lib/atoms/description/description.component.d.ts +0 -6
- package/lib/atoms/description/description.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/time-stamp/time-stamp.component.d.ts +0 -6
- package/lib/atoms/time-stamp/time-stamp.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/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/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,9 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { ColorSwatchModel } from './color-swatch.model';
|
|
3
|
+
export declare class ColorSwatchComponent implements OnInit {
|
|
4
|
+
colorSwatchModel: Partial<ColorSwatchModel>;
|
|
5
|
+
description: string;
|
|
6
|
+
constructor();
|
|
7
|
+
ngOnInit(): void;
|
|
8
|
+
getDescription(): string;
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { IconSwatchModel } from './icon-swatch.model';
|
|
3
|
+
export declare class IconSwatchComponent implements OnInit {
|
|
4
|
+
iconSwatchModel: Partial<IconSwatchModel>;
|
|
5
|
+
isInverse: boolean;
|
|
6
|
+
description: string;
|
|
7
|
+
constructor();
|
|
8
|
+
ngOnInit(): void;
|
|
9
|
+
}
|
|
@@ -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,7 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { ColorSwatchModel } from '../../molecules/color-swatch/color-swatch.model';
|
|
3
|
+
export declare class ColorSwatchCollectionComponent implements OnInit {
|
|
4
|
+
colorList: ColorSwatchModel[];
|
|
5
|
+
constructor();
|
|
6
|
+
ngOnInit(): void;
|
|
7
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { IconSwatchModel } from '../../molecules/icon-swatch/icon-swatch.model';
|
|
3
|
+
export declare class IconExplorerComponent implements OnInit {
|
|
4
|
+
iconList: IconSwatchModel[];
|
|
5
|
+
hasBorderIconsList: IconSwatchModel[];
|
|
6
|
+
hasNoBorderIconsList: IconSwatchModel[];
|
|
7
|
+
isInverseIconsList: IconSwatchModel[];
|
|
8
|
+
iconCount: number;
|
|
9
|
+
explorerTitle: string;
|
|
10
|
+
iconHasBorderCount: number;
|
|
11
|
+
borderTitle: string;
|
|
12
|
+
iconHasNoBorderCount: number;
|
|
13
|
+
noBorderTitle: string;
|
|
14
|
+
iconisInverseCount: number;
|
|
15
|
+
backgroundTitle: string;
|
|
16
|
+
constructor();
|
|
17
|
+
ngOnInit(): void;
|
|
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
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@symphony-talent/component-library",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.6.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"tslib": "^1.10.0"
|
|
@@ -32,11 +32,9 @@
|
|
|
32
32
|
}
|
|
33
33
|
},
|
|
34
34
|
"main": "bundles/symphony-talent-component-library.umd.js",
|
|
35
|
-
"module": "
|
|
35
|
+
"module": "fesm2015/symphony-talent-component-library.js",
|
|
36
36
|
"es2015": "fesm2015/symphony-talent-component-library.js",
|
|
37
|
-
"esm5": "esm5/symphony-talent-component-library.js",
|
|
38
37
|
"esm2015": "esm2015/symphony-talent-component-library.js",
|
|
39
|
-
"fesm5": "fesm5/symphony-talent-component-library.js",
|
|
40
38
|
"fesm2015": "fesm2015/symphony-talent-component-library.js",
|
|
41
39
|
"typings": "symphony-talent-component-library.d.ts",
|
|
42
40
|
"metadata": "symphony-talent-component-library.metadata.json",
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
export declare enum ColorNames {
|
|
2
|
+
BLACK = "background-color-black",
|
|
3
|
+
GREY = "background-color-grey",
|
|
4
|
+
LIGHTGREY1 = "background-color-light-grey-1",
|
|
5
|
+
LIGHTGREY2 = "background-color-light-grey-2",
|
|
6
|
+
MEDIUMBLACK = "background-color-medium-black",
|
|
7
|
+
SPACEGREY = "background-color-space-grey",
|
|
8
|
+
WHITE = "background-color-white",
|
|
9
|
+
GREEN = "background-color-green",
|
|
10
|
+
ICEBLUE = "background-color-ice-blue",
|
|
11
|
+
LAVENDER = "background-color-lavender",
|
|
12
|
+
ORANGE = "background-color-orange",
|
|
13
|
+
PINK = "background-color-pink",
|
|
14
|
+
PURPLE = "background-color-purple",
|
|
15
|
+
RED = "background-color-red",
|
|
16
|
+
SKYBLUE = "background-color-skyblue",
|
|
17
|
+
TURQUOISE = "background-color-turquoise",
|
|
18
|
+
YELLOW = "background-color-yellow",
|
|
19
|
+
CYAN = "background-color-cyan",
|
|
20
|
+
STRONGORANGE = "background-color-strong-orange",
|
|
21
|
+
SOFTLIMEGREEN = "background-color-soft-lime-green",
|
|
22
|
+
BRIGHTVIOLET = "background-color-bright-violet",
|
|
23
|
+
LIMEGREEN = "background-color-lime-green"
|
|
24
|
+
}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
export declare enum Icons {
|
|
2
|
+
MOREOPTIONS = "si-more-options",
|
|
3
|
+
ADD = "si-add",
|
|
4
|
+
ACTIVITY = "si-activity",
|
|
5
|
+
ARROWHIDEREVEAL = "si-arrow-hide-reveal",
|
|
6
|
+
ARROWNEXT = "si-arrow-next",
|
|
7
|
+
ARROWPREV = "si-arrow-prev",
|
|
8
|
+
CLOSEMODAL = "si-close-modal",
|
|
9
|
+
COLLAPSE = "si-collapse",
|
|
10
|
+
DAYMODE = "si-daymode",
|
|
11
|
+
DELETE = "si-delete",
|
|
12
|
+
DOCUMENT = "si-document",
|
|
13
|
+
DOWNLOAD = "si-download",
|
|
14
|
+
EDIT = "si-edit",
|
|
15
|
+
EMAILDRIP = "si-email-drip",
|
|
16
|
+
EMAILOPEN = "si-email-open",
|
|
17
|
+
EMAILSEND = "si-email-send",
|
|
18
|
+
EXPAND = "si-expand",
|
|
19
|
+
FAVORITE = "si-favorite",
|
|
20
|
+
FEEDBACKMAYBE = "si-feedback-maybe",
|
|
21
|
+
FEEDBACKNO = "si-feedback-no",
|
|
22
|
+
FEEDBACKYES = "si-feedback-yes",
|
|
23
|
+
FOLDERMULTIPLE = "si-folder-multiple",
|
|
24
|
+
INCLUDE = "si-include",
|
|
25
|
+
INFO = "si-info",
|
|
26
|
+
INTERVIEW = "si-interview",
|
|
27
|
+
LINK = "si-link",
|
|
28
|
+
LOCATION = "si-location",
|
|
29
|
+
MENUALL = "si-menu-all",
|
|
30
|
+
MENUANALYTICS = "si-menu-analytics",
|
|
31
|
+
MENUASSETS = "si-menu-assets",
|
|
32
|
+
MENUCAMPAIGNS = "si-menu-campaigns",
|
|
33
|
+
MENUCONTACT = "si-menu-contact",
|
|
34
|
+
MENUCONTENT = "si-menu-content",
|
|
35
|
+
MENUDASHBOARD = "si-menu-dashboard",
|
|
36
|
+
MENUEVENTS = "si-menu-events",
|
|
37
|
+
MENUFOLDERS = "si-menu-folders",
|
|
38
|
+
MENUJOBS = "si-menu-jobs",
|
|
39
|
+
MENURETURN = "si-menu-return",
|
|
40
|
+
MENUWORKFLOWS = "si-menu-workflows",
|
|
41
|
+
MERGE = "si-merge",
|
|
42
|
+
MOVE = "si-move",
|
|
43
|
+
NIGHTMODE = "si-nightmode",
|
|
44
|
+
NOTIFICATION = "si-notification",
|
|
45
|
+
ORGANIZECOLUMNS = "si-organize-columns",
|
|
46
|
+
ORGANIZECONTACTS = "si-organize-contacts",
|
|
47
|
+
PENDINGINCOMPLETE = "si-pending-incomplete",
|
|
48
|
+
PHONENUMBER = "si-phone-number",
|
|
49
|
+
PREVIEW = "si-preview",
|
|
50
|
+
PROMOTE = "si-promote",
|
|
51
|
+
REFRESH = "si-refresh",
|
|
52
|
+
REMOVE = "si-remove",
|
|
53
|
+
EXCLUDE = "si-exclude",
|
|
54
|
+
RESULTSFILTERS = "si-results-filters",
|
|
55
|
+
REVIEW = "si-review",
|
|
56
|
+
SALARY = "si-salary",
|
|
57
|
+
SAVE = "si-save",
|
|
58
|
+
SEARCHADVANCED = "si-search-advanced",
|
|
59
|
+
SEARCHCLEAR = "si-search-clear",
|
|
60
|
+
SEARCHNEW = "si-search-new",
|
|
61
|
+
SETTINGSMART = "si-settings-smart",
|
|
62
|
+
SMS = "si-sms",
|
|
63
|
+
SORTMINI = "si-sort-mini",
|
|
64
|
+
STATUS = "si-status",
|
|
65
|
+
SYSTEMACTION = "si-system-action",
|
|
66
|
+
TASKCOMPLETED = "si-task-completed",
|
|
67
|
+
TASKOPEN = "si-task-open",
|
|
68
|
+
TIMEFRAME = "si-timeframe",
|
|
69
|
+
TIMELINE = "si-timeline",
|
|
70
|
+
UPLOAD = "si-upload",
|
|
71
|
+
USERMULTIPLE = "si-user-multiple",
|
|
72
|
+
USER = "si-user"
|
|
73
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
export declare class InputCheckboxComponent implements OnInit {
|
|
3
|
+
isActive: boolean;
|
|
4
|
+
label: boolean;
|
|
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
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { Icons } from '../icon/icon.enum';
|
|
3
|
+
export declare class InputTextComponent implements OnInit {
|
|
4
|
+
placeholder: string;
|
|
5
|
+
icon: Icons;
|
|
6
|
+
label: string;
|
|
7
|
+
isInverse: boolean;
|
|
8
|
+
textChange: EventEmitter<string>;
|
|
9
|
+
constructor();
|
|
10
|
+
ngOnInit(): void;
|
|
11
|
+
onTextChange(event: any): void;
|
|
12
|
+
}
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
+
import { MoreActionsModel } from './more-actions.model';
|
|
2
3
|
export declare class MoreDropdownComponent implements OnInit {
|
|
3
|
-
moreActions:
|
|
4
|
-
sfxMoreActions:
|
|
5
|
-
dropItemName: string;
|
|
6
|
-
}[];
|
|
4
|
+
moreActions: MoreActionsModel[];
|
|
5
|
+
sfxMoreActions: MoreActionsModel[];
|
|
7
6
|
constructor();
|
|
8
7
|
ngOnInit(): void;
|
|
9
8
|
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { ColorSwatchModel } from './color-swatch.model';
|
|
3
|
+
export declare class ColorSwatchComponent implements OnInit {
|
|
4
|
+
colorSwatchModel: Partial<ColorSwatchModel>;
|
|
5
|
+
description: string;
|
|
6
|
+
constructor();
|
|
7
|
+
ngOnInit(): void;
|
|
8
|
+
getDescription(): string;
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { IconSwatchModel } from './icon-swatch.model';
|
|
3
|
+
export declare class IconSwatchComponent implements OnInit {
|
|
4
|
+
iconSwatchModel: Partial<IconSwatchModel>;
|
|
5
|
+
isInverse: boolean;
|
|
6
|
+
description: string;
|
|
7
|
+
constructor();
|
|
8
|
+
ngOnInit(): void;
|
|
9
|
+
}
|
|
@@ -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
|
}
|