@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
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import { __decorate } from 'tslib';
|
|
2
2
|
import { EventEmitter, Input, Output, Component, NgModule, ViewEncapsulation } from '@angular/core';
|
|
3
3
|
import { CommonModule, SlicePipe } from '@angular/common';
|
|
4
|
-
import { TooltipModule } from 'ngx-bootstrap/tooltip';
|
|
5
4
|
import { BsDropdownModule } from 'ngx-bootstrap/dropdown';
|
|
6
5
|
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
|
|
6
|
+
import { TooltipModule } from 'ngx-bootstrap/tooltip';
|
|
7
|
+
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
|
|
7
8
|
|
|
8
9
|
let ButtonComponent = class ButtonComponent {
|
|
9
10
|
constructor() {
|
|
@@ -30,7 +31,7 @@ ButtonComponent = __decorate([
|
|
|
30
31
|
Component({
|
|
31
32
|
selector: 'symphony-button',
|
|
32
33
|
template: "<button class=\"btn\" \n[ngClass]=\"{'btn-secondary': isSecondary, 'btn-primary': !isSecondary }\"\n(click)=\"onClick()\" [disabled]=\"disabled\">{{ text }}</button>",
|
|
33
|
-
styles: ["button,button:focus{outline:
|
|
34
|
+
styles: ["button,button:focus{outline:none}button:disabled{cursor:not-allowed;opacity:.3}.btn{border-radius:30px;height:60px;min-width:140px;padding-left:40px;padding-right:40px}.btn:focus{outline:none}.btn:disabled{opacity:.3}.btn-primary{background:#000;border:1px solid #000;color:#fff}.btn-secondary{background:#fff;border:1px solid #000;color:#000}"]
|
|
34
35
|
})
|
|
35
36
|
], ButtonComponent);
|
|
36
37
|
|
|
@@ -73,23 +74,302 @@ __decorate([
|
|
|
73
74
|
PillComponent = __decorate([
|
|
74
75
|
Component({
|
|
75
76
|
selector: 'symphony-pill',
|
|
76
|
-
template: "<span *ngIf=\"tooltipLabel\"\n class=\"sfx-d-inline-block sfx-pill-item\"\n [ngClass]=\"{'inverse-pill': isInverse }\"\n tooltip=\"{{tooltipLabel}}\"\n placement=\"top\"\n containerClass=\"sfx-info-tooltip pill-tooltip\"\n [adaptivePosition]=\"false\"\n >\n <i *ngIf=\"hasClose\" (click)=\"onRemoveClick()\"\n class=\"
|
|
77
|
+
template: "<span *ngIf=\"tooltipLabel\"\n class=\"sfx-d-inline-block sfx-pill-item\"\n [ngClass]=\"{'inverse-pill': isInverse }\"\n tooltip=\"{{tooltipLabel}}\"\n placement=\"top\"\n containerClass=\"sfx-info-tooltip pill-tooltip\"\n [adaptivePosition]=\"false\"\n >\n <i *ngIf=\"hasClose\" (click)=\"onRemoveClick()\"\n class=\"si-close-modal sfx-cursor-pointer\"\n ></i>\n {{ pillLabel }}\n</span>\n\n<span *ngIf=\"!tooltipLabel\"\n class=\"sfx-d-inline-block sfx-pill-item\"\n [ngClass]=\"{'inverse-pill': isInverse }\"\n >\n <i *ngIf=\"hasClose\" (click)=\"onRemoveClick()\"\n class=\"si-close-modal sfx-cursor-pointer\"\n ></i>\n {{ pillLabel }}\n</span>",
|
|
77
78
|
encapsulation: ViewEncapsulation.None,
|
|
78
|
-
styles: [".sfx-pill-item{background-color:#f1f1f1;
|
|
79
|
+
styles: [".sfx-pill-item{background-color:#f1f1f1;border-radius:25px;color:#000;font-weight:600;margin-right:10px;margin-top:10px;padding:10px 20px;text-align:center}.sfx-pill-item.inverse-pill{background-color:#000;color:#fff}.sfx-pill-item i{font-size:12px;position:relative;top:2px}.sfx-pill-item:hover{background-color:#000;color:#fff}.sfx-d-inline-block{display:inline-block}.sfx-cursor-pointer{cursor:pointer}.sfx-info-tooltip{min-width:100px}.sfx-info-tooltip.pill-tooltip{min-width:80px;opacity:1;top:-5px!important}.sfx-info-tooltip.pill-tooltip .tooltip-inner{border-radius:10px;box-shadow:0 0 20px rgba(0,0,0,.2);font-weight:600}.sfx-info-tooltip.pill-tooltip .tooltip-arrow.arrow{border-top-color:#fff}.sfx-info-tooltip .tooltip-inner{background-color:#fff;border-radius:0;color:#000;font-size:13px;max-width:160px;padding:8px 15px}"]
|
|
79
80
|
})
|
|
80
81
|
], PillComponent);
|
|
81
82
|
|
|
82
|
-
let
|
|
83
|
+
let TaskIconComponent = class TaskIconComponent {
|
|
84
|
+
constructor() { }
|
|
85
|
+
ngOnInit() { }
|
|
83
86
|
};
|
|
84
|
-
|
|
87
|
+
__decorate([
|
|
88
|
+
Input()
|
|
89
|
+
], TaskIconComponent.prototype, "isComplete", void 0);
|
|
90
|
+
TaskIconComponent = __decorate([
|
|
91
|
+
Component({
|
|
92
|
+
selector: 'symphony-task-icon',
|
|
93
|
+
template: "<div\n class=\"task-circle\"\n [ngClass]=\"{\n 'task-incomplete': !isComplete,\n 'task-complete': isComplete\n }\"\n>\n <i\n class=\"fa-solid\"\n [ngClass]=\"{\n 'si-task-completed': !isComplete,\n 'si-task-open': isComplete\n }\"\n ></i>\n</div>\n",
|
|
94
|
+
styles: [".task-circle{border-radius:50%;height:50px;width:50px}.task-circle .fa-solid{color:#fff;font-size:20px;left:15px;position:relative;top:15px}.task-complete{background-color:#00d56b}.task-incomplete{background-color:#d9d9d9}"]
|
|
95
|
+
})
|
|
96
|
+
], TaskIconComponent);
|
|
97
|
+
|
|
98
|
+
let TaskIconModule = class TaskIconModule {
|
|
99
|
+
};
|
|
100
|
+
TaskIconModule = __decorate([
|
|
85
101
|
NgModule({
|
|
86
|
-
declarations: [
|
|
87
|
-
imports: [
|
|
88
|
-
|
|
89
|
-
],
|
|
90
|
-
exports: [PillComponent],
|
|
102
|
+
declarations: [TaskIconComponent],
|
|
103
|
+
imports: [CommonModule],
|
|
104
|
+
exports: [TaskIconComponent],
|
|
91
105
|
})
|
|
92
|
-
],
|
|
106
|
+
], TaskIconModule);
|
|
107
|
+
|
|
108
|
+
let InputTextComponent = class InputTextComponent {
|
|
109
|
+
constructor() {
|
|
110
|
+
this.placeholder = '';
|
|
111
|
+
this.textChange = new EventEmitter();
|
|
112
|
+
}
|
|
113
|
+
ngOnInit() { }
|
|
114
|
+
onTextChange(event) {
|
|
115
|
+
this.textChange.emit(event.target.value);
|
|
116
|
+
}
|
|
117
|
+
};
|
|
118
|
+
__decorate([
|
|
119
|
+
Input()
|
|
120
|
+
], InputTextComponent.prototype, "placeholder", void 0);
|
|
121
|
+
__decorate([
|
|
122
|
+
Input()
|
|
123
|
+
], InputTextComponent.prototype, "icon", void 0);
|
|
124
|
+
__decorate([
|
|
125
|
+
Input()
|
|
126
|
+
], InputTextComponent.prototype, "label", void 0);
|
|
127
|
+
__decorate([
|
|
128
|
+
Input()
|
|
129
|
+
], InputTextComponent.prototype, "isInverse", void 0);
|
|
130
|
+
__decorate([
|
|
131
|
+
Output()
|
|
132
|
+
], InputTextComponent.prototype, "textChange", void 0);
|
|
133
|
+
InputTextComponent = __decorate([
|
|
134
|
+
Component({
|
|
135
|
+
selector: 'symphony-input-text',
|
|
136
|
+
template: "<div\n class=\"input-text-wrap\"\n [ngClass]=\"{\n 'input-secondary': isInverse\n }\"\n>\n <label for=\"input-text\" class=\"input-text-label\">{{ label }}</label>\n <input\n type=\"text\"\n name=\"input-text\"\n class=\"input-text\"\n autocomplete=\"off\"\n placeholder=\"{{ placeholder }}\"\n (keyup)=\"onTextChange($event)\"\n />\n <symphony-icon [icon]=\"icon\"></symphony-icon>\n</div>\n",
|
|
137
|
+
styles: [".input-text-wrap{position:relative}.input-text-wrap.input-secondary{color:#fff}.input-text-wrap.input-secondary .input-text{background-color:transparent;border-color:#565656}.input-text-wrap.input-secondary .input-text::-moz-placeholder{color:#fff}.input-text-wrap.input-secondary .input-text:-ms-input-placeholder{color:#fff}.input-text-wrap.input-secondary .input-text::placeholder{color:#fff}.input-text-wrap .input-text-label{display:block;font-family:neuzeit_groteskbold,sans-serif;line-height:25px;margin-bottom:.9375rem}.input-text-wrap .input-text{border:1px solid #d0d0d0;border-radius:4px;font-family:neuzeit-grotesk,sans-serif!important;line-height:25px;padding:7px 15px;width:100%}.input-text-wrap .input-text::-moz-placeholder{color:#000}.input-text-wrap .input-text:-ms-input-placeholder{color:#000}.input-text-wrap .input-text::placeholder{color:#000}.input-text-wrap .input-text:focus{border-color:#464646}.input-text-wrap .input-text:focus-visible{outline:none}.input-text-wrap symphony-icon{bottom:8px;font-size:14px;position:absolute;right:15px}"]
|
|
138
|
+
})
|
|
139
|
+
], InputTextComponent);
|
|
140
|
+
|
|
141
|
+
let IconComponent = class IconComponent {
|
|
142
|
+
constructor() { }
|
|
143
|
+
ngOnInit() { }
|
|
144
|
+
};
|
|
145
|
+
__decorate([
|
|
146
|
+
Input()
|
|
147
|
+
], IconComponent.prototype, "icon", void 0);
|
|
148
|
+
__decorate([
|
|
149
|
+
Input()
|
|
150
|
+
], IconComponent.prototype, "isSecondary", void 0);
|
|
151
|
+
IconComponent = __decorate([
|
|
152
|
+
Component({
|
|
153
|
+
selector: 'symphony-icon',
|
|
154
|
+
template: "<i\n [class]=\"icon\"\n [ngClass]=\"{\n 'icon-secondary': isSecondary,\n 'icon-primary': !isSecondary\n }\"\n></i>\n",
|
|
155
|
+
styles: [".icon-secondary{color:#fff}i{height:18px;width:18px}"]
|
|
156
|
+
})
|
|
157
|
+
], IconComponent);
|
|
158
|
+
|
|
159
|
+
let IconModule = class IconModule {
|
|
160
|
+
};
|
|
161
|
+
IconModule = __decorate([
|
|
162
|
+
NgModule({
|
|
163
|
+
declarations: [IconComponent],
|
|
164
|
+
imports: [CommonModule],
|
|
165
|
+
exports: [IconComponent],
|
|
166
|
+
})
|
|
167
|
+
], IconModule);
|
|
168
|
+
|
|
169
|
+
let InputTextModule = class InputTextModule {
|
|
170
|
+
};
|
|
171
|
+
InputTextModule = __decorate([
|
|
172
|
+
NgModule({
|
|
173
|
+
declarations: [InputTextComponent],
|
|
174
|
+
imports: [CommonModule, IconModule],
|
|
175
|
+
exports: [InputTextComponent],
|
|
176
|
+
})
|
|
177
|
+
], InputTextModule);
|
|
178
|
+
|
|
179
|
+
let ColorSampleComponent = class ColorSampleComponent {
|
|
180
|
+
constructor() { }
|
|
181
|
+
ngOnInit() {
|
|
182
|
+
this.bgColor = this.color;
|
|
183
|
+
}
|
|
184
|
+
};
|
|
185
|
+
__decorate([
|
|
186
|
+
Input()
|
|
187
|
+
], ColorSampleComponent.prototype, "color", void 0);
|
|
188
|
+
ColorSampleComponent = __decorate([
|
|
189
|
+
Component({
|
|
190
|
+
selector: 'symphony-color-sample',
|
|
191
|
+
template: "<div\n class=\"color-sample\"\n [ngClass]=\"bgColor\"\n [ngStyle]=\"{\n border: color == 'background-color-white' ? '1px solid #000' : 'none'\n }\"\n></div>\n",
|
|
192
|
+
styles: [".color-sample{border-radius:50%;float:left;height:30px;margin-right:20px;margin-top:10px;width:30px}.background-color-black{background-color:#000}.background-color-grey{background-color:#bababa}.background-color-light-grey-1{background-color:#d0d0d0}.background-color-light-grey-2{background-color:#d9d9d9}.background-color-medium-black{background-color:#464646}.background-color-space-grey{background-color:#141414}.background-color-white{background-color:#fff}.background-color-green{background-color:#00d56b}.background-color-ice-blue{background-color:#03bcce}.background-color-lavender{background-color:#af5af9}.background-color-orange{background-color:#ffa700}.background-color-pink{background-color:#ff6cff}.background-color-purple{background-color:#801afc}.background-color-red{background-color:#f0001e}.background-color-skyblue{background-color:#007dbb}.background-color-turquoise{background-color:#00ebb5}.background-color-yellow{background-color:#fde928}.background-color-cyan{background-color:#00ffd8}.background-color-strong-orange{background-color:#ffa700}.background-color-soft-lime-green{background-color:#67f95a}.background-color-bright-violet{background-color:#7428fd}.background-color-lime-green{background-color:#00bb5e}"]
|
|
193
|
+
})
|
|
194
|
+
], ColorSampleComponent);
|
|
195
|
+
|
|
196
|
+
let ColorSampleModule = class ColorSampleModule {
|
|
197
|
+
};
|
|
198
|
+
ColorSampleModule = __decorate([
|
|
199
|
+
NgModule({
|
|
200
|
+
declarations: [ColorSampleComponent],
|
|
201
|
+
imports: [CommonModule],
|
|
202
|
+
exports: [ColorSampleComponent],
|
|
203
|
+
})
|
|
204
|
+
], ColorSampleModule);
|
|
205
|
+
|
|
206
|
+
let H2Component = class H2Component {
|
|
207
|
+
constructor() { }
|
|
208
|
+
ngOnInit() { }
|
|
209
|
+
};
|
|
210
|
+
__decorate([
|
|
211
|
+
Input()
|
|
212
|
+
], H2Component.prototype, "text", void 0);
|
|
213
|
+
__decorate([
|
|
214
|
+
Input()
|
|
215
|
+
], H2Component.prototype, "isSecondary", void 0);
|
|
216
|
+
H2Component = __decorate([
|
|
217
|
+
Component({
|
|
218
|
+
selector: 'symphony-h2',
|
|
219
|
+
template: "<h2 [ngClass]=\"{ 'h2-secondary': isSecondary, 'h2-primary': !isSecondary }\">\n {{ text }}\n <ng-content></ng-content>\n</h2>\n",
|
|
220
|
+
styles: [".h2-primary,.h2-secondary{color:#000;letter-spacing:-2px;line-height:40px;margin-bottom:0;margin-top:0}.h2-secondary{color:#fff}"]
|
|
221
|
+
})
|
|
222
|
+
], H2Component);
|
|
223
|
+
|
|
224
|
+
let H2Module = class H2Module {
|
|
225
|
+
};
|
|
226
|
+
H2Module = __decorate([
|
|
227
|
+
NgModule({
|
|
228
|
+
declarations: [H2Component],
|
|
229
|
+
imports: [CommonModule],
|
|
230
|
+
exports: [H2Component],
|
|
231
|
+
})
|
|
232
|
+
], H2Module);
|
|
233
|
+
|
|
234
|
+
let H3Component = class H3Component {
|
|
235
|
+
constructor() { }
|
|
236
|
+
ngOnInit() { }
|
|
237
|
+
};
|
|
238
|
+
__decorate([
|
|
239
|
+
Input()
|
|
240
|
+
], H3Component.prototype, "text", void 0);
|
|
241
|
+
__decorate([
|
|
242
|
+
Input()
|
|
243
|
+
], H3Component.prototype, "isSecondary", void 0);
|
|
244
|
+
H3Component = __decorate([
|
|
245
|
+
Component({
|
|
246
|
+
selector: 'symphony-h3',
|
|
247
|
+
template: "<h3 [ngClass]=\"{ 'h3-secondary': isSecondary, 'h3-primary': !isSecondary }\">\n {{ text }}\n <ng-content></ng-content>\n</h3>\n",
|
|
248
|
+
styles: [".h3-primary,.h3-secondary{color:#000;letter-spacing:-1px;line-height:30px;margin-bottom:0;margin-top:0}.h3-secondary{color:#fff}"]
|
|
249
|
+
})
|
|
250
|
+
], H3Component);
|
|
251
|
+
|
|
252
|
+
let H3Module = class H3Module {
|
|
253
|
+
};
|
|
254
|
+
H3Module = __decorate([
|
|
255
|
+
NgModule({
|
|
256
|
+
declarations: [H3Component],
|
|
257
|
+
imports: [CommonModule],
|
|
258
|
+
exports: [H3Component],
|
|
259
|
+
})
|
|
260
|
+
], H3Module);
|
|
261
|
+
|
|
262
|
+
let H4Component = class H4Component {
|
|
263
|
+
constructor() { }
|
|
264
|
+
ngOnInit() { }
|
|
265
|
+
};
|
|
266
|
+
__decorate([
|
|
267
|
+
Input()
|
|
268
|
+
], H4Component.prototype, "text", void 0);
|
|
269
|
+
__decorate([
|
|
270
|
+
Input()
|
|
271
|
+
], H4Component.prototype, "isSecondary", void 0);
|
|
272
|
+
H4Component = __decorate([
|
|
273
|
+
Component({
|
|
274
|
+
selector: 'symphony-h4',
|
|
275
|
+
template: "<h4 [ngClass]=\"{ 'h4-secondary': isSecondary, 'h4-primary': !isSecondary }\">\n {{ text }}\n <ng-content></ng-content>\n</h4>\n",
|
|
276
|
+
styles: [".h4-primary,.h4-secondary{color:#000;letter-spacing:-1px;line-height:20px;margin-bottom:0;margin-top:0}.h4-secondary{color:#fff}"]
|
|
277
|
+
})
|
|
278
|
+
], H4Component);
|
|
279
|
+
|
|
280
|
+
let H4Module = class H4Module {
|
|
281
|
+
};
|
|
282
|
+
H4Module = __decorate([
|
|
283
|
+
NgModule({
|
|
284
|
+
declarations: [H4Component],
|
|
285
|
+
imports: [CommonModule],
|
|
286
|
+
exports: [H4Component],
|
|
287
|
+
})
|
|
288
|
+
], H4Module);
|
|
289
|
+
|
|
290
|
+
let H1Component = class H1Component {
|
|
291
|
+
constructor() { }
|
|
292
|
+
ngOnInit() { }
|
|
293
|
+
};
|
|
294
|
+
__decorate([
|
|
295
|
+
Input()
|
|
296
|
+
], H1Component.prototype, "text", void 0);
|
|
297
|
+
__decorate([
|
|
298
|
+
Input()
|
|
299
|
+
], H1Component.prototype, "isSecondary", void 0);
|
|
300
|
+
H1Component = __decorate([
|
|
301
|
+
Component({
|
|
302
|
+
selector: 'symphony-h1',
|
|
303
|
+
template: "<h1\n [ngClass]=\"{\n 'h1-secondary': isSecondary,\n 'h1-primary': !isSecondary\n }\"\n>\n {{ text }}\n <ng-content></ng-content>\n</h1>\n",
|
|
304
|
+
styles: [".h1-primary,.h1-secondary{color:#000;letter-spacing:-2px;line-height:50px;margin-bottom:0;margin-top:0}.h1-secondary{color:#fff}"]
|
|
305
|
+
})
|
|
306
|
+
], H1Component);
|
|
307
|
+
|
|
308
|
+
let H1Module = class H1Module {
|
|
309
|
+
};
|
|
310
|
+
H1Module = __decorate([
|
|
311
|
+
NgModule({
|
|
312
|
+
declarations: [H1Component],
|
|
313
|
+
imports: [CommonModule],
|
|
314
|
+
exports: [H1Component],
|
|
315
|
+
})
|
|
316
|
+
], H1Module);
|
|
317
|
+
|
|
318
|
+
let ParagraphComponent = class ParagraphComponent {
|
|
319
|
+
constructor() { }
|
|
320
|
+
ngOnInit() { }
|
|
321
|
+
};
|
|
322
|
+
__decorate([
|
|
323
|
+
Input()
|
|
324
|
+
], ParagraphComponent.prototype, "text", void 0);
|
|
325
|
+
__decorate([
|
|
326
|
+
Input()
|
|
327
|
+
], ParagraphComponent.prototype, "isSecondary", void 0);
|
|
328
|
+
ParagraphComponent = __decorate([
|
|
329
|
+
Component({
|
|
330
|
+
selector: 'symphony-paragraph',
|
|
331
|
+
template: "<p\n [ngClass]=\"{\n 'body-copy-secondary': isSecondary,\n 'body-copy-primary': !isSecondary\n }\"\n>\n {{ text }}\n <ng-content></ng-content>\n</p>\n",
|
|
332
|
+
styles: [".body-copy-primary,.body-copy-secondary{color:#000;font-family:neuzeit-grotesk,sans-serif!important;font-size:14px;line-height:20px;margin-bottom:0}.body-copy-secondary{color:#fff}"]
|
|
333
|
+
})
|
|
334
|
+
], ParagraphComponent);
|
|
335
|
+
|
|
336
|
+
let ParagraphModule = class ParagraphModule {
|
|
337
|
+
};
|
|
338
|
+
ParagraphModule = __decorate([
|
|
339
|
+
NgModule({
|
|
340
|
+
declarations: [ParagraphComponent],
|
|
341
|
+
imports: [CommonModule],
|
|
342
|
+
exports: [ParagraphComponent],
|
|
343
|
+
})
|
|
344
|
+
], ParagraphModule);
|
|
345
|
+
|
|
346
|
+
let H5Component = class H5Component {
|
|
347
|
+
constructor() { }
|
|
348
|
+
ngOnInit() { }
|
|
349
|
+
};
|
|
350
|
+
__decorate([
|
|
351
|
+
Input()
|
|
352
|
+
], H5Component.prototype, "text", void 0);
|
|
353
|
+
__decorate([
|
|
354
|
+
Input()
|
|
355
|
+
], H5Component.prototype, "isSecondary", void 0);
|
|
356
|
+
H5Component = __decorate([
|
|
357
|
+
Component({
|
|
358
|
+
selector: 'symphony-h5',
|
|
359
|
+
template: "<h5\n [ngClass]=\"{\n 'h5-secondary': isSecondary,\n 'h5-primary': !isSecondary\n }\"\n>\n {{ text }}\n <ng-content></ng-content>\n</h5>\n",
|
|
360
|
+
styles: [".h5-primary,.h5-secondary{color:#000;font-size:14px;line-height:20px;margin-bottom:0;margin-top:0}.h5-secondary{color:#fff}"]
|
|
361
|
+
})
|
|
362
|
+
], H5Component);
|
|
363
|
+
|
|
364
|
+
let H5Module = class H5Module {
|
|
365
|
+
};
|
|
366
|
+
H5Module = __decorate([
|
|
367
|
+
NgModule({
|
|
368
|
+
declarations: [H5Component],
|
|
369
|
+
imports: [CommonModule],
|
|
370
|
+
exports: [H5Component],
|
|
371
|
+
})
|
|
372
|
+
], H5Module);
|
|
93
373
|
|
|
94
374
|
let AvatarComponent = class AvatarComponent {
|
|
95
375
|
constructor(sp) {
|
|
@@ -169,9 +449,6 @@ let AvatarComponent = class AvatarComponent {
|
|
|
169
449
|
}
|
|
170
450
|
}
|
|
171
451
|
};
|
|
172
|
-
AvatarComponent.ctorParameters = () => [
|
|
173
|
-
{ type: SlicePipe }
|
|
174
|
-
];
|
|
175
452
|
__decorate([
|
|
176
453
|
Input()
|
|
177
454
|
], AvatarComponent.prototype, "firstName", void 0);
|
|
@@ -188,7 +465,7 @@ AvatarComponent = __decorate([
|
|
|
188
465
|
Component({
|
|
189
466
|
selector: 'lib-avatar',
|
|
190
467
|
template: "<div\n [style.line-height.px]=\"sizePx\"\n [style.height.px]=\"sizePx\"\n [style.width.px]=\"sizePx\"\n [style.font-size.px]=\"fontSizePx\"\n [style.background-color]=\"bgColor\"\n class=\"avatar-circle\"\n>\n <div *ngIf=\"initials\" class=\"avatar-text\">\n {{ initials }}\n </div>\n</div>\n",
|
|
191
|
-
styles: [".avatar-circle{
|
|
468
|
+
styles: [".avatar-circle{background:#000;border-radius:50%;height:50px;line-height:50px;width:50px}.avatar-text{color:#fff;text-align:center}"]
|
|
192
469
|
})
|
|
193
470
|
], AvatarComponent);
|
|
194
471
|
|
|
@@ -203,31 +480,6 @@ AvatarModule = __decorate([
|
|
|
203
480
|
})
|
|
204
481
|
], AvatarModule);
|
|
205
482
|
|
|
206
|
-
let DescriptionComponent = class DescriptionComponent {
|
|
207
|
-
constructor() { }
|
|
208
|
-
ngOnInit() { }
|
|
209
|
-
};
|
|
210
|
-
__decorate([
|
|
211
|
-
Input()
|
|
212
|
-
], DescriptionComponent.prototype, "description", void 0);
|
|
213
|
-
DescriptionComponent = __decorate([
|
|
214
|
-
Component({
|
|
215
|
-
selector: 'symphony-description',
|
|
216
|
-
template: "<p>{{description}}</p>\n",
|
|
217
|
-
styles: ["p{font-size:14px;margin-bottom:0}"]
|
|
218
|
-
})
|
|
219
|
-
], DescriptionComponent);
|
|
220
|
-
|
|
221
|
-
let DescriptionModule = class DescriptionModule {
|
|
222
|
-
};
|
|
223
|
-
DescriptionModule = __decorate([
|
|
224
|
-
NgModule({
|
|
225
|
-
declarations: [DescriptionComponent],
|
|
226
|
-
imports: [CommonModule],
|
|
227
|
-
exports: [DescriptionComponent]
|
|
228
|
-
})
|
|
229
|
-
], DescriptionModule);
|
|
230
|
-
|
|
231
483
|
let DropdownComponent = class DropdownComponent {
|
|
232
484
|
constructor() { }
|
|
233
485
|
ngOnInit() {
|
|
@@ -252,31 +504,6 @@ DropdownModule = __decorate([
|
|
|
252
504
|
})
|
|
253
505
|
], DropdownModule);
|
|
254
506
|
|
|
255
|
-
let ListTitleComponent = class ListTitleComponent {
|
|
256
|
-
constructor() { }
|
|
257
|
-
ngOnInit() { }
|
|
258
|
-
};
|
|
259
|
-
__decorate([
|
|
260
|
-
Input()
|
|
261
|
-
], ListTitleComponent.prototype, "listTitle", void 0);
|
|
262
|
-
ListTitleComponent = __decorate([
|
|
263
|
-
Component({
|
|
264
|
-
selector: 'symphony-list-title',
|
|
265
|
-
template: "<h3>{{listTitle}}</h3>\n",
|
|
266
|
-
styles: ["h3{margin-top:0}"]
|
|
267
|
-
})
|
|
268
|
-
], ListTitleComponent);
|
|
269
|
-
|
|
270
|
-
let ListTitleModule = class ListTitleModule {
|
|
271
|
-
};
|
|
272
|
-
ListTitleModule = __decorate([
|
|
273
|
-
NgModule({
|
|
274
|
-
declarations: [ListTitleComponent],
|
|
275
|
-
imports: [CommonModule],
|
|
276
|
-
exports: [ListTitleComponent]
|
|
277
|
-
})
|
|
278
|
-
], ListTitleModule);
|
|
279
|
-
|
|
280
507
|
let MoreDropdownComponent = class MoreDropdownComponent {
|
|
281
508
|
constructor() { }
|
|
282
509
|
ngOnInit() {
|
|
@@ -289,8 +516,8 @@ __decorate([
|
|
|
289
516
|
MoreDropdownComponent = __decorate([
|
|
290
517
|
Component({
|
|
291
518
|
selector: 'symphony-more-dropdown',
|
|
292
|
-
template: "<div
|
|
293
|
-
styles: ["
|
|
519
|
+
template: "<div class=\"btn-group\" dropdown>\n <button\n id=\"button-basic\"\n dropdownToggle\n type=\"button\"\n class=\"btn dropdown-toggle\"\n aria-controls=\"dropdown-basic\"\n >\n <i class=\"si-more-options\"></i>\n </button>\n <ul\n id=\"dropdown-basic\"\n *dropdownMenu\n class=\"dropdown-menu\"\n role=\"menu\"\n aria-labelledby=\"button-basic\"\n >\n <li role=\"menuitem\" *ngFor=\"let moreActions of sfxMoreActions\">\n <a class=\"dropdown-item\" href=\"#\">{{ moreActions.dropItemName }}</a>\n </li>\n </ul>\n</div>\n",
|
|
520
|
+
styles: [".btn-group button.dropdown-toggle.btn{align-items:center;background:#fff;border-radius:50%;box-shadow:none;color:#000;display:flex;font-size:24px;height:40px;justify-content:center;line-height:26px;padding:0;width:40px}.btn-group button.dropdown-toggle.btn:hover{background:#000;color:#fff}.btn-group .dropdown-menu{border:none;border-radius:10px;box-shadow:0 0 15px rgba(0,0,0,.175);left:auto;margin-top:10px;max-height:none;overflow:inherit;padding-bottom:20px;padding-top:20px;right:7px}.btn-group .dropdown-menu li a.dropdown-item{color:#000;font-weight:600;padding:10px 20px}.btn-group .dropdown-menu li a.dropdown-item:hover{background:#000;color:#fff}.btn-group .dropdown-menu li a.not-allowed{cursor:not-allowed}.btn-group .dropdown-menu:before{color:#fff;content:\"\\e252\";display:inline-block;font-family:Glyphicons Halflings!important;font-size:14px;position:absolute;right:8px;top:-13px;transform:rotate(180deg)}.btn-group.open button.dropdown-toggle.btn{background:#000;color:#fff}"]
|
|
294
521
|
})
|
|
295
522
|
], MoreDropdownComponent);
|
|
296
523
|
|
|
@@ -304,30 +531,259 @@ MoreDropdownModule = __decorate([
|
|
|
304
531
|
})
|
|
305
532
|
], MoreDropdownModule);
|
|
306
533
|
|
|
307
|
-
let
|
|
534
|
+
let PillModule = class PillModule {
|
|
535
|
+
};
|
|
536
|
+
PillModule = __decorate([
|
|
537
|
+
NgModule({
|
|
538
|
+
declarations: [PillComponent],
|
|
539
|
+
imports: [
|
|
540
|
+
CommonModule, TooltipModule.forRoot()
|
|
541
|
+
],
|
|
542
|
+
exports: [PillComponent],
|
|
543
|
+
})
|
|
544
|
+
], PillModule);
|
|
545
|
+
|
|
546
|
+
var Icons;
|
|
547
|
+
(function (Icons) {
|
|
548
|
+
Icons["MOREOPTIONS"] = "si-more-options";
|
|
549
|
+
Icons["ADD"] = "si-add";
|
|
550
|
+
Icons["ACTIVITY"] = "si-activity";
|
|
551
|
+
Icons["ARROWHIDEREVEAL"] = "si-arrow-hide-reveal";
|
|
552
|
+
Icons["ARROWNEXT"] = "si-arrow-next";
|
|
553
|
+
Icons["ARROWPREV"] = "si-arrow-prev";
|
|
554
|
+
Icons["CLOSEMODAL"] = "si-close-modal";
|
|
555
|
+
Icons["COLLAPSE"] = "si-collapse";
|
|
556
|
+
Icons["DAYMODE"] = "si-daymode";
|
|
557
|
+
Icons["DELETE"] = "si-delete";
|
|
558
|
+
Icons["DOCUMENT"] = "si-document";
|
|
559
|
+
Icons["DOWNLOAD"] = "si-download";
|
|
560
|
+
Icons["EDIT"] = "si-edit";
|
|
561
|
+
Icons["EMAILDRIP"] = "si-email-drip";
|
|
562
|
+
Icons["EMAILOPEN"] = "si-email-open";
|
|
563
|
+
Icons["EMAILSEND"] = "si-email-send";
|
|
564
|
+
Icons["EXPAND"] = "si-expand";
|
|
565
|
+
Icons["FAVORITE"] = "si-favorite";
|
|
566
|
+
Icons["FEEDBACKMAYBE"] = "si-feedback-maybe";
|
|
567
|
+
Icons["FEEDBACKNO"] = "si-feedback-no";
|
|
568
|
+
Icons["FEEDBACKYES"] = "si-feedback-yes";
|
|
569
|
+
Icons["FOLDERMULTIPLE"] = "si-folder-multiple";
|
|
570
|
+
Icons["INCLUDE"] = "si-include";
|
|
571
|
+
Icons["INFO"] = "si-info";
|
|
572
|
+
Icons["INTERVIEW"] = "si-interview";
|
|
573
|
+
Icons["LINK"] = "si-link";
|
|
574
|
+
Icons["LOCATION"] = "si-location";
|
|
575
|
+
Icons["MENUALL"] = "si-menu-all";
|
|
576
|
+
Icons["MENUANALYTICS"] = "si-menu-analytics";
|
|
577
|
+
Icons["MENUASSETS"] = "si-menu-assets";
|
|
578
|
+
Icons["MENUCAMPAIGNS"] = "si-menu-campaigns";
|
|
579
|
+
Icons["MENUCONTACT"] = "si-menu-contact";
|
|
580
|
+
Icons["MENUCONTENT"] = "si-menu-content";
|
|
581
|
+
Icons["MENUDASHBOARD"] = "si-menu-dashboard";
|
|
582
|
+
Icons["MENUEVENTS"] = "si-menu-events";
|
|
583
|
+
Icons["MENUFOLDERS"] = "si-menu-folders";
|
|
584
|
+
Icons["MENUJOBS"] = "si-menu-jobs";
|
|
585
|
+
Icons["MENURETURN"] = "si-menu-return";
|
|
586
|
+
Icons["MENUWORKFLOWS"] = "si-menu-workflows";
|
|
587
|
+
Icons["MERGE"] = "si-merge";
|
|
588
|
+
Icons["MOVE"] = "si-move";
|
|
589
|
+
Icons["NIGHTMODE"] = "si-nightmode";
|
|
590
|
+
Icons["NOTIFICATION"] = "si-notification";
|
|
591
|
+
Icons["ORGANIZECOLUMNS"] = "si-organize-columns";
|
|
592
|
+
Icons["ORGANIZECONTACTS"] = "si-organize-contacts";
|
|
593
|
+
Icons["PENDINGINCOMPLETE"] = "si-pending-incomplete";
|
|
594
|
+
Icons["PHONENUMBER"] = "si-phone-number";
|
|
595
|
+
Icons["PREVIEW"] = "si-preview";
|
|
596
|
+
Icons["PROMOTE"] = "si-promote";
|
|
597
|
+
Icons["REFRESH"] = "si-refresh";
|
|
598
|
+
Icons["REMOVE"] = "si-remove";
|
|
599
|
+
Icons["EXCLUDE"] = "si-exclude";
|
|
600
|
+
Icons["RESULTSFILTERS"] = "si-results-filters";
|
|
601
|
+
Icons["REVIEW"] = "si-review";
|
|
602
|
+
Icons["SALARY"] = "si-salary";
|
|
603
|
+
Icons["SAVE"] = "si-save";
|
|
604
|
+
Icons["SEARCHADVANCED"] = "si-search-advanced";
|
|
605
|
+
Icons["SEARCHCLEAR"] = "si-search-clear";
|
|
606
|
+
Icons["SEARCHNEW"] = "si-search-new";
|
|
607
|
+
Icons["SETTINGSMART"] = "si-settings-smart";
|
|
608
|
+
Icons["SMS"] = "si-sms";
|
|
609
|
+
Icons["SORTMINI"] = "si-sort-mini";
|
|
610
|
+
Icons["STATUS"] = "si-status";
|
|
611
|
+
Icons["SYSTEMACTION"] = "si-system-action";
|
|
612
|
+
Icons["TASKCOMPLETED"] = "si-task-completed";
|
|
613
|
+
Icons["TASKOPEN"] = "si-task-open";
|
|
614
|
+
Icons["TIMEFRAME"] = "si-timeframe";
|
|
615
|
+
Icons["TIMELINE"] = "si-timeline";
|
|
616
|
+
Icons["UPLOAD"] = "si-upload";
|
|
617
|
+
Icons["USERMULTIPLE"] = "si-user-multiple";
|
|
618
|
+
Icons["USER"] = "si-user";
|
|
619
|
+
})(Icons || (Icons = {}));
|
|
620
|
+
|
|
621
|
+
let IconWrapperComponent = class IconWrapperComponent {
|
|
622
|
+
constructor() {
|
|
623
|
+
this.Icons = Icons;
|
|
624
|
+
}
|
|
625
|
+
ngOnInit() { }
|
|
626
|
+
};
|
|
627
|
+
__decorate([
|
|
628
|
+
Input()
|
|
629
|
+
], IconWrapperComponent.prototype, "isInverse", void 0);
|
|
630
|
+
IconWrapperComponent = __decorate([
|
|
631
|
+
Component({
|
|
632
|
+
selector: 'symphony-icon-wrapper',
|
|
633
|
+
template: "<div class=\"icon-wrapper\" [ngClass]=\"{ 'is-inverse': isInverse }\">\n <ng-content></ng-content>\n</div>\n",
|
|
634
|
+
styles: [".icon-wrapper{border:1px solid #000;border-radius:50%;cursor:pointer;height:40px;padding-top:11px;text-align:center;width:40px}.icon-wrapper.is-inverse,.icon-wrapper:hover{background:#000;color:#fff}.icon-wrapper.is-inverse:hover{background:#fff;color:#000}"]
|
|
635
|
+
})
|
|
636
|
+
], IconWrapperComponent);
|
|
637
|
+
|
|
638
|
+
let IconWrapperModule = class IconWrapperModule {
|
|
639
|
+
};
|
|
640
|
+
IconWrapperModule = __decorate([
|
|
641
|
+
NgModule({
|
|
642
|
+
declarations: [IconWrapperComponent],
|
|
643
|
+
imports: [CommonModule],
|
|
644
|
+
exports: [IconWrapperComponent],
|
|
645
|
+
})
|
|
646
|
+
], IconWrapperModule);
|
|
647
|
+
|
|
648
|
+
let TwoColumnFilterAreaComponent = class TwoColumnFilterAreaComponent {
|
|
308
649
|
constructor() { }
|
|
309
650
|
ngOnInit() { }
|
|
310
651
|
};
|
|
311
652
|
__decorate([
|
|
312
653
|
Input()
|
|
313
|
-
],
|
|
314
|
-
|
|
654
|
+
], TwoColumnFilterAreaComponent.prototype, "height", void 0);
|
|
655
|
+
TwoColumnFilterAreaComponent = __decorate([
|
|
315
656
|
Component({
|
|
316
|
-
selector: 'symphony-
|
|
317
|
-
template: "<p
|
|
318
|
-
styles: [""]
|
|
657
|
+
selector: 'symphony-two-column-filter-area',
|
|
658
|
+
template: "<section class=\"col-xs-12 col-sm-12 col-md-12 col-lg-12 sfx-mb-30 sfx-p-0\">\n <div class=\"sfx-filter-section\" [ngStyle]=\"{ height: height }\">\n <div class=\"row\">\n <!-- select dropdown for event type -->\n <div\n class=\"col-xs-12 col-sm-6 col-md-6 col-lg-6 sfx-mb-30 sfx-filter-items-wrap\"\n >\n <ng-content select=\"[filter-one]\"></ng-content>\n </div>\n\n <!-- search component -->\n <div\n class=\"col-xs-12 col-sm-6 col-md-6 col-lg-6 sfx-mb-30 sfx-filter-items-wrap\"\n >\n <ng-content select=\"[filter-two]\"></ng-content>\n </div>\n </div>\n </div>\n</section>\n",
|
|
659
|
+
styles: [".sfx-filter-section{background-color:#000;border-radius:5px;padding:1.875rem 2.5rem}"]
|
|
660
|
+
})
|
|
661
|
+
], TwoColumnFilterAreaComponent);
|
|
662
|
+
|
|
663
|
+
let TwoColumnFilterAreaModule = class TwoColumnFilterAreaModule {
|
|
664
|
+
};
|
|
665
|
+
TwoColumnFilterAreaModule = __decorate([
|
|
666
|
+
NgModule({
|
|
667
|
+
declarations: [TwoColumnFilterAreaComponent],
|
|
668
|
+
imports: [CommonModule],
|
|
669
|
+
exports: [TwoColumnFilterAreaComponent],
|
|
670
|
+
})
|
|
671
|
+
], TwoColumnFilterAreaModule);
|
|
672
|
+
|
|
673
|
+
let SfxInlineErrorComponent = class SfxInlineErrorComponent {
|
|
674
|
+
constructor() { }
|
|
675
|
+
};
|
|
676
|
+
__decorate([
|
|
677
|
+
Input()
|
|
678
|
+
], SfxInlineErrorComponent.prototype, "errorMessage", void 0);
|
|
679
|
+
SfxInlineErrorComponent = __decorate([
|
|
680
|
+
Component({
|
|
681
|
+
selector: 'lib-sfx-inline-error',
|
|
682
|
+
template: "<p>{{ errorMessage }}</p>\n",
|
|
683
|
+
styles: ["p{color:red!important;font-size:1rem;margin:0;padding:10px 0}"]
|
|
319
684
|
})
|
|
320
|
-
],
|
|
685
|
+
], SfxInlineErrorComponent);
|
|
321
686
|
|
|
322
|
-
let
|
|
687
|
+
let SfxInlineErrorModule = class SfxInlineErrorModule {
|
|
323
688
|
};
|
|
324
|
-
|
|
689
|
+
SfxInlineErrorModule = __decorate([
|
|
325
690
|
NgModule({
|
|
326
|
-
declarations: [
|
|
691
|
+
declarations: [SfxInlineErrorComponent],
|
|
327
692
|
imports: [CommonModule],
|
|
328
|
-
exports: [
|
|
693
|
+
exports: [SfxInlineErrorComponent],
|
|
329
694
|
})
|
|
330
|
-
],
|
|
695
|
+
], SfxInlineErrorModule);
|
|
696
|
+
|
|
697
|
+
let InputRadioComponent = class InputRadioComponent {
|
|
698
|
+
constructor() {
|
|
699
|
+
this.clicked = new EventEmitter();
|
|
700
|
+
}
|
|
701
|
+
ngOnInit() { }
|
|
702
|
+
onClick() {
|
|
703
|
+
this.isActive ? (this.isActive = false) : (this.isActive = true);
|
|
704
|
+
this.clicked.emit({
|
|
705
|
+
label: this.label,
|
|
706
|
+
isActive: this.isActive,
|
|
707
|
+
});
|
|
708
|
+
}
|
|
709
|
+
};
|
|
710
|
+
__decorate([
|
|
711
|
+
Input()
|
|
712
|
+
], InputRadioComponent.prototype, "isActive", void 0);
|
|
713
|
+
__decorate([
|
|
714
|
+
Input()
|
|
715
|
+
], InputRadioComponent.prototype, "label", void 0);
|
|
716
|
+
__decorate([
|
|
717
|
+
Input()
|
|
718
|
+
], InputRadioComponent.prototype, "isRequired", void 0);
|
|
719
|
+
__decorate([
|
|
720
|
+
Output()
|
|
721
|
+
], InputRadioComponent.prototype, "clicked", void 0);
|
|
722
|
+
InputRadioComponent = __decorate([
|
|
723
|
+
Component({
|
|
724
|
+
selector: 'symphony-input-radio',
|
|
725
|
+
template: "<div class=\"sfx-radio\" (click)=\"onClick()\">\n <input\n type=\"radio\"\n class=\"sfx-radio-input sfx-position-absolute\"\n [checked]=\"isActive\"\n name=\"{{ label }}\"\n />\n <label for=\"{{ label }}\" class=\"Font400\"\n >{{ label }}<span class=\"requiredField\" *ngIf=\"isRequired\">*</span></label\n >\n</div>\n",
|
|
726
|
+
styles: [".requiredField{color:red!important}.sfx-radio{-moz-user-select:none;-ms-user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;margin:10px 0;user-select:none}.sfx-radio .sfx-radio-input{cursor:inherit;height:100%;left:0;margin:0;opacity:0;padding:0;position:absolute;top:0;width:100%;z-index:1}.sfx-radio .sfx-radio-input~label{color:#000;cursor:pointer;display:inline-block;font-family:neuzeit_groteskbold;font-size:14px;height:100%;line-height:20px;position:relative}.sfx-radio .sfx-radio-input+:before{border:.1rem solid #000;border-radius:50%;content:\"\";display:inline-block;height:1rem;margin-bottom:.2rem;margin-right:.5rem;vertical-align:bottom;width:1rem}.sfx-radio .sfx-radio-input:checked+:before{background:radial-gradient(#000 0,#000 40%,transparent 50%,transparent)}.sfx-radio .sfx-radio-input:checked+*{color:#000}"]
|
|
727
|
+
})
|
|
728
|
+
], InputRadioComponent);
|
|
729
|
+
|
|
730
|
+
let InputRadioModule = class InputRadioModule {
|
|
731
|
+
};
|
|
732
|
+
InputRadioModule = __decorate([
|
|
733
|
+
NgModule({
|
|
734
|
+
declarations: [InputRadioComponent],
|
|
735
|
+
imports: [
|
|
736
|
+
CommonModule,
|
|
737
|
+
FormsModule,
|
|
738
|
+
ReactiveFormsModule,
|
|
739
|
+
SfxInlineErrorModule,
|
|
740
|
+
],
|
|
741
|
+
exports: [InputRadioComponent],
|
|
742
|
+
})
|
|
743
|
+
], InputRadioModule);
|
|
744
|
+
|
|
745
|
+
let InputCheckboxComponent = class InputCheckboxComponent {
|
|
746
|
+
constructor() {
|
|
747
|
+
this.clicked = new EventEmitter();
|
|
748
|
+
}
|
|
749
|
+
ngOnInit() { }
|
|
750
|
+
onClick() {
|
|
751
|
+
this.isActive ? (this.isActive = false) : (this.isActive = true);
|
|
752
|
+
this.clicked.emit({
|
|
753
|
+
label: this.label,
|
|
754
|
+
isActive: this.isActive,
|
|
755
|
+
});
|
|
756
|
+
}
|
|
757
|
+
};
|
|
758
|
+
__decorate([
|
|
759
|
+
Input()
|
|
760
|
+
], InputCheckboxComponent.prototype, "isActive", void 0);
|
|
761
|
+
__decorate([
|
|
762
|
+
Input()
|
|
763
|
+
], InputCheckboxComponent.prototype, "label", void 0);
|
|
764
|
+
__decorate([
|
|
765
|
+
Input()
|
|
766
|
+
], InputCheckboxComponent.prototype, "isRequired", void 0);
|
|
767
|
+
__decorate([
|
|
768
|
+
Output()
|
|
769
|
+
], InputCheckboxComponent.prototype, "clicked", void 0);
|
|
770
|
+
InputCheckboxComponent = __decorate([
|
|
771
|
+
Component({
|
|
772
|
+
selector: 'symphony-input-checkbox',
|
|
773
|
+
template: "<div class=\"sfx-checkbox\">\n <input\n type=\"checkbox\"\n class=\"sfx-checkbox-input\"\n [checked]=\"isActive\"\n name=\"{{ label }}\"\n />\n <label (click)=\"onClick()\" for=\"{{ label }}\" class=\"Font400\"\n >{{ label\n }}<span class=\"requiredField\" *ngIf=\"isRequired\">*</span></label\n >\n</div>\n",
|
|
774
|
+
styles: [".sfx-checkbox .sfx-checkbox-input:checked~label:after{background-color:transparent}.requiredField{color:red!important}.sfx-checkbox{-moz-user-select:none;-ms-user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;margin:10px 0;user-select:none}.sfx-checkbox .sfx-checkbox-input:checked,.sfx-checkbox .sfx-checkbox-input:not(:checked){height:0;left:0;margin:0;opacity:0;overflow:hidden;pointer-events:none;position:absolute;width:0;z-index:-1}.sfx-checkbox .sfx-checkbox-input~label{color:#000;cursor:pointer;display:inline-block;font-family:neuzeit_groteskbold,sans-serif;font-size:14px;height:100%;line-height:20px;margin:0;padding-left:36px;position:relative;word-break:break-word}.sfx-checkbox .sfx-checkbox-input~label.sfx-font-reg{font-family:neuzeit_groteskregular,sans-serif}.sfx-checkbox .sfx-checkbox-input~label:before{border-radius:2px;content:\"\";left:0;position:absolute;transform:translateZ(0);transition:all .2s ease-in}.sfx-checkbox .sfx-checkbox-input~label:after{border-radius:2px;content:\"\";left:0;position:absolute;top:0}.sfx-checkbox .sfx-checkbox-input:not(:checked)~label:before{border:none;height:15px;left:0;top:1px;transform:rotate(37deg) scale(.1);transform-origin:100% 100%;width:9px}.sfx-checkbox .sfx-checkbox-input:not(:checked)~label:after{border:2px solid #000;border-radius:4px;height:20px;width:20px;z-index:0}.sfx-checkbox .sfx-checkbox-input:checked~label:before{-webkit-backface-visibility:hidden;backface-visibility:hidden;border-color:transparent #000 #000 transparent;border-radius:0;border-style:solid;border-width:0 2px 2px 0;height:12px;left:3px;top:3px;transform:rotate(37deg) scale(1);transform-origin:100% 100%;width:6px;z-index:1}.sfx-checkbox .sfx-checkbox-input:checked~label:after{background-color:#fff;border:2px solid #000;border-radius:4px;height:20px;width:20px}.sfx-checkbox .sfx-checkbox-input:disabled~label{opacity:.3;pointer-events:none}"]
|
|
775
|
+
})
|
|
776
|
+
], InputCheckboxComponent);
|
|
777
|
+
|
|
778
|
+
let InputCheckboxModule = class InputCheckboxModule {
|
|
779
|
+
};
|
|
780
|
+
InputCheckboxModule = __decorate([
|
|
781
|
+
NgModule({
|
|
782
|
+
declarations: [InputCheckboxComponent],
|
|
783
|
+
imports: [CommonModule],
|
|
784
|
+
exports: [InputCheckboxComponent],
|
|
785
|
+
})
|
|
786
|
+
], InputCheckboxModule);
|
|
331
787
|
|
|
332
788
|
let AtomsModule = class AtomsModule {
|
|
333
789
|
};
|
|
@@ -335,8 +791,27 @@ AtomsModule = __decorate([
|
|
|
335
791
|
NgModule({
|
|
336
792
|
declarations: [],
|
|
337
793
|
imports: [],
|
|
338
|
-
exports: [
|
|
339
|
-
|
|
794
|
+
exports: [
|
|
795
|
+
ButtonModule,
|
|
796
|
+
DropdownModule,
|
|
797
|
+
MoreDropdownModule,
|
|
798
|
+
AvatarModule,
|
|
799
|
+
PillModule,
|
|
800
|
+
TaskIconModule,
|
|
801
|
+
ColorSampleModule,
|
|
802
|
+
H1Module,
|
|
803
|
+
H2Module,
|
|
804
|
+
H3Module,
|
|
805
|
+
H4Module,
|
|
806
|
+
ParagraphModule,
|
|
807
|
+
H5Module,
|
|
808
|
+
IconModule,
|
|
809
|
+
IconWrapperModule,
|
|
810
|
+
TwoColumnFilterAreaModule,
|
|
811
|
+
InputRadioModule,
|
|
812
|
+
InputCheckboxModule,
|
|
813
|
+
InputTextModule,
|
|
814
|
+
],
|
|
340
815
|
})
|
|
341
816
|
], AtomsModule);
|
|
342
817
|
|
|
@@ -366,7 +841,7 @@ PillsComponent = __decorate([
|
|
|
366
841
|
Component({
|
|
367
842
|
selector: 'symphony-pills',
|
|
368
843
|
template: "<div class=\"sfx-pills-wrapper\">\n <symphony-pill *ngFor=\"let pill of pillsList\"\n [pillLabel]=pill.pillLabel\n [hasClose]=hasClose\n [tooltipLabel]=pill.tooltipLabel\n (removePill)=\"onRemovePill($event)\"\n ></symphony-pill>\n</div>",
|
|
369
|
-
styles: [".sfx-pills-wrapper{overflow-x:auto;white-space:nowrap;width:100
|
|
844
|
+
styles: [".sfx-pills-wrapper{overflow-x:auto;padding-bottom:20px;white-space:nowrap;width:100%}"]
|
|
370
845
|
})
|
|
371
846
|
], PillsComponent);
|
|
372
847
|
|
|
@@ -385,33 +860,145 @@ PillsModule = __decorate([
|
|
|
385
860
|
})
|
|
386
861
|
], PillsModule);
|
|
387
862
|
|
|
388
|
-
let
|
|
389
|
-
constructor() {
|
|
863
|
+
let TaskComponent = class TaskComponent {
|
|
864
|
+
constructor() {
|
|
865
|
+
this.taskModel = {
|
|
866
|
+
assignee: '',
|
|
867
|
+
title: '',
|
|
868
|
+
dueDate: '',
|
|
869
|
+
moreActions: [],
|
|
870
|
+
};
|
|
871
|
+
}
|
|
390
872
|
ngOnInit() { }
|
|
391
873
|
};
|
|
392
874
|
__decorate([
|
|
393
875
|
Input()
|
|
394
|
-
],
|
|
395
|
-
__decorate([
|
|
396
|
-
|
|
397
|
-
|
|
876
|
+
], TaskComponent.prototype, "taskModel", void 0);
|
|
877
|
+
TaskComponent = __decorate([
|
|
878
|
+
Component({
|
|
879
|
+
selector: 'symphony-task',
|
|
880
|
+
template: "<div class=\"sfx-task\">\n <symphony-task-icon\n class=\"task-icon\"\n [isComplete]=\"taskModel.isComplete\"\n ></symphony-task-icon>\n <div class=\"task-content\">\n <symphony-h3 [text]=\"taskModel.title\"></symphony-h3>\n <div class=\"time-and-assigned\">\n <symphony-paragraph\n [text]=\"taskModel.dueDate\"\n ></symphony-paragraph>\n <symphony-paragraph\n [text]=\"taskModel.assignee\"\n ></symphony-paragraph>\n </div>\n </div>\n <symphony-more-dropdown\n class=\"task-more-option\"\n *ngIf=\"taskModel.moreActions && taskModel.moreActions.length > 0\"\n [moreActions]=\"taskModel.moreActions\"\n >\n </symphony-more-dropdown>\n</div>\n",
|
|
881
|
+
styles: ["*{font-family:neuzeit-grotesk,sans-serif!important}.sfx-task{align-items:center;border-bottom:1px solid #d9d9d9;display:flex;padding:30px 0}.sfx-task symphony-task{font-size:14px;letter-spacing:-1px}.sfx-task symphony-task-icon{margin-right:20px}.sfx-task .task-content{height:50px;width:80%}.sfx-task symphony-more-dropdown{margin-left:auto}.sfx-task symphony-paragraph{display:inline-block;margin-right:20px}.sfx-task .time-and-assigned{margin-bottom:-10px}"]
|
|
882
|
+
})
|
|
883
|
+
], TaskComponent);
|
|
884
|
+
|
|
885
|
+
let TaskModule = class TaskModule {
|
|
886
|
+
};
|
|
887
|
+
TaskModule = __decorate([
|
|
888
|
+
NgModule({
|
|
889
|
+
declarations: [TaskComponent],
|
|
890
|
+
imports: [
|
|
891
|
+
CommonModule,
|
|
892
|
+
TaskIconModule,
|
|
893
|
+
MoreDropdownModule,
|
|
894
|
+
H3Module,
|
|
895
|
+
ParagraphModule
|
|
896
|
+
],
|
|
897
|
+
exports: [TaskComponent],
|
|
898
|
+
})
|
|
899
|
+
], TaskModule);
|
|
900
|
+
|
|
901
|
+
let ColorSwatchComponent = class ColorSwatchComponent {
|
|
902
|
+
constructor() {
|
|
903
|
+
this.colorSwatchModel = {
|
|
904
|
+
colorCode: '',
|
|
905
|
+
sassCode: '',
|
|
906
|
+
};
|
|
907
|
+
}
|
|
908
|
+
ngOnInit() {
|
|
909
|
+
this.getDescription();
|
|
910
|
+
}
|
|
911
|
+
getDescription() {
|
|
912
|
+
this.description = `${this.colorSwatchModel.colorCode} - ${this.colorSwatchModel.sassCode}`;
|
|
913
|
+
return this.description;
|
|
914
|
+
}
|
|
915
|
+
};
|
|
398
916
|
__decorate([
|
|
399
917
|
Input()
|
|
400
|
-
],
|
|
918
|
+
], ColorSwatchComponent.prototype, "colorSwatchModel", void 0);
|
|
919
|
+
ColorSwatchComponent = __decorate([
|
|
920
|
+
Component({
|
|
921
|
+
selector: 'symphony-ui-color-explorer',
|
|
922
|
+
template: "<div class=\"sfx-ui-color-explorer\">\n <symphony-color-sample\n [color]=\"colorSwatchModel.color\"\n ></symphony-color-sample>\n <symphony-h3\n [text]=\"colorSwatchModel.colorName\"\n ></symphony-h3>\n <symphony-paragraph [text]=\"description\"></symphony-paragraph>\n</div>\n",
|
|
923
|
+
styles: [""]
|
|
924
|
+
})
|
|
925
|
+
], ColorSwatchComponent);
|
|
926
|
+
|
|
927
|
+
let ColorSwatchModule = class ColorSwatchModule {
|
|
928
|
+
};
|
|
929
|
+
ColorSwatchModule = __decorate([
|
|
930
|
+
NgModule({
|
|
931
|
+
declarations: [ColorSwatchComponent],
|
|
932
|
+
imports: [
|
|
933
|
+
CommonModule,
|
|
934
|
+
ColorSampleModule,
|
|
935
|
+
H3Module,
|
|
936
|
+
ParagraphModule
|
|
937
|
+
],
|
|
938
|
+
exports: [ColorSwatchComponent],
|
|
939
|
+
})
|
|
940
|
+
], ColorSwatchModule);
|
|
941
|
+
|
|
942
|
+
let IconSwatchComponent = class IconSwatchComponent {
|
|
943
|
+
constructor() {
|
|
944
|
+
this.iconSwatchModel = {
|
|
945
|
+
iconName: '',
|
|
946
|
+
iconClass: '',
|
|
947
|
+
};
|
|
948
|
+
}
|
|
949
|
+
ngOnInit() { }
|
|
950
|
+
};
|
|
401
951
|
__decorate([
|
|
402
952
|
Input()
|
|
403
|
-
],
|
|
953
|
+
], IconSwatchComponent.prototype, "iconSwatchModel", void 0);
|
|
404
954
|
__decorate([
|
|
405
955
|
Input()
|
|
406
|
-
],
|
|
956
|
+
], IconSwatchComponent.prototype, "isInverse", void 0);
|
|
957
|
+
IconSwatchComponent = __decorate([
|
|
958
|
+
Component({
|
|
959
|
+
selector: 'symphony-icon-swatch',
|
|
960
|
+
template: "<div class=\"sfx-icon-swatch\">\n <div\n class=\"sfx-icon-wrapper\"\n [ngClass]=\"{\n 'mt-0': iconSwatchModel.hasBorder\n }\"\n >\n <symphony-icon-wrapper\n *ngIf=\"iconSwatchModel.hasBorder\"\n [isInverse]=\"isInverse\"\n >\n <symphony-icon [icon]=\"iconSwatchModel.icon\"></symphony-icon>\n </symphony-icon-wrapper>\n <symphony-icon\n *ngIf=\"!iconSwatchModel.hasBorder\"\n [icon]=\"iconSwatchModel.icon\"\n ></symphony-icon>\n </div>\n <div class=\"sfx-icon-description-wrapper\">\n <symphony-h5 [text]=\"iconSwatchModel.iconName\"></symphony-h5>\n\n <symphony-paragraph [text]=\"iconSwatchModel.iconClass\"></symphony-paragraph>\n </div>\n</div>\n",
|
|
961
|
+
styles: ["*{font-family:neuzeit-grotesk,sans-serif!important}.sfx-icon-wrapper{display:inline-block;margin-right:10px;margin-top:10px;text-align:center;vertical-align:top}.mt-0{margin-top:0}.sfx-icon-description-wrapper{display:inline-block}"]
|
|
962
|
+
})
|
|
963
|
+
], IconSwatchComponent);
|
|
964
|
+
|
|
965
|
+
let IconSwatchModule = class IconSwatchModule {
|
|
966
|
+
};
|
|
967
|
+
IconSwatchModule = __decorate([
|
|
968
|
+
NgModule({
|
|
969
|
+
declarations: [IconSwatchComponent],
|
|
970
|
+
imports: [
|
|
971
|
+
CommonModule,
|
|
972
|
+
IconModule,
|
|
973
|
+
H5Module,
|
|
974
|
+
ParagraphModule,
|
|
975
|
+
IconWrapperModule,
|
|
976
|
+
],
|
|
977
|
+
exports: [IconSwatchComponent],
|
|
978
|
+
})
|
|
979
|
+
], IconSwatchModule);
|
|
980
|
+
|
|
981
|
+
let NoteComponent = class NoteComponent {
|
|
982
|
+
constructor() {
|
|
983
|
+
this.noteModel = {
|
|
984
|
+
firstName: '',
|
|
985
|
+
lastName: '',
|
|
986
|
+
listTitle: '',
|
|
987
|
+
timeStamp: '',
|
|
988
|
+
description: '',
|
|
989
|
+
moreActions: [],
|
|
990
|
+
};
|
|
991
|
+
}
|
|
992
|
+
ngOnInit() { }
|
|
993
|
+
};
|
|
407
994
|
__decorate([
|
|
408
995
|
Input()
|
|
409
|
-
], NoteComponent.prototype, "
|
|
996
|
+
], NoteComponent.prototype, "noteModel", void 0);
|
|
410
997
|
NoteComponent = __decorate([
|
|
411
998
|
Component({
|
|
412
999
|
selector: 'symphony-note',
|
|
413
|
-
template: "<div class=\"sfx-note\">\n <lib-avatar class=\"list-avatar\" [firstName]= firstName [lastName]= lastName></lib-avatar>\n <div class=\"list-content\">\n <symphony-
|
|
414
|
-
styles: [".sfx-note{
|
|
1000
|
+
template: "<div class=\"sfx-note\">\n <lib-avatar class=\"list-avatar\" [firstName]= noteModel.firstName [lastName]= noteModel.lastName></lib-avatar>\n <div class=\"list-content\">\n <symphony-h3 [text]= noteModel.listTitle></symphony-h3>\n <symphony-paragraph [text]= noteModel.timeStamp></symphony-paragraph>\n <symphony-paragraph [text]= noteModel.description></symphony-paragraph>\n </div>\n <symphony-more-dropdown class=\"list-more-option\" [moreActions]= noteModel.moreActions></symphony-more-dropdown>\n</div>\n",
|
|
1001
|
+
styles: [".sfx-note{padding:20px 75px;position:relative}.sfx-note .list-avatar{left:0;position:absolute;top:20px}.sfx-note .list-more-option{position:absolute;right:0;top:20px}"]
|
|
415
1002
|
})
|
|
416
1003
|
], NoteComponent);
|
|
417
1004
|
|
|
@@ -420,11 +1007,44 @@ let NoteModule = class NoteModule {
|
|
|
420
1007
|
NoteModule = __decorate([
|
|
421
1008
|
NgModule({
|
|
422
1009
|
declarations: [NoteComponent],
|
|
423
|
-
imports: [
|
|
1010
|
+
imports: [
|
|
1011
|
+
CommonModule,
|
|
1012
|
+
AvatarModule,
|
|
1013
|
+
MoreDropdownModule,
|
|
1014
|
+
H3Module,
|
|
1015
|
+
ParagraphModule
|
|
1016
|
+
],
|
|
424
1017
|
exports: [NoteComponent]
|
|
425
1018
|
})
|
|
426
1019
|
], NoteModule);
|
|
427
1020
|
|
|
1021
|
+
let BreadcrumbComponent = class BreadcrumbComponent {
|
|
1022
|
+
constructor() { }
|
|
1023
|
+
ngOnInit() {
|
|
1024
|
+
this.icon = Icons.ARROWNEXT;
|
|
1025
|
+
}
|
|
1026
|
+
};
|
|
1027
|
+
__decorate([
|
|
1028
|
+
Input()
|
|
1029
|
+
], BreadcrumbComponent.prototype, "breadcrumbs", void 0);
|
|
1030
|
+
BreadcrumbComponent = __decorate([
|
|
1031
|
+
Component({
|
|
1032
|
+
selector: 'symphony-breadcrumb',
|
|
1033
|
+
template: "<div class=\"sfx-breadcrumb-wrapper\">\n <span\n class=\"breadcrumb-item\"\n *ngFor=\"let breadcrumb of breadcrumbs; let last = last\"\n >\n <symphony-h3 *ngIf=\"!last\"\n ><a\n class=\"sfx-cursor-pointer sfx-font30 sfx-txt-black\"\n href=\"{{ breadcrumb.link }}\"\n >{{ breadcrumb.label }}</a\n ></symphony-h3\n >\n <symphony-h3 *ngIf=\"last\">{{ breadcrumb.label }} </symphony-h3>\n\n <symphony-icon [icon]=\"icon\" *ngIf=\"!last\"></symphony-icon>\n </span>\n</div>\n",
|
|
1034
|
+
styles: [".breadcrumb-item,.sfx-breadcrumb-wrapper{display:flex}symphony-icon{padding:0 6px;position:relative;top:9px}"]
|
|
1035
|
+
})
|
|
1036
|
+
], BreadcrumbComponent);
|
|
1037
|
+
|
|
1038
|
+
let BreadcrumbModule = class BreadcrumbModule {
|
|
1039
|
+
};
|
|
1040
|
+
BreadcrumbModule = __decorate([
|
|
1041
|
+
NgModule({
|
|
1042
|
+
declarations: [BreadcrumbComponent],
|
|
1043
|
+
imports: [CommonModule, H3Module, IconModule],
|
|
1044
|
+
exports: [BreadcrumbComponent],
|
|
1045
|
+
})
|
|
1046
|
+
], BreadcrumbModule);
|
|
1047
|
+
|
|
428
1048
|
let MoleculesModule = class MoleculesModule {
|
|
429
1049
|
};
|
|
430
1050
|
MoleculesModule = __decorate([
|
|
@@ -433,26 +1053,636 @@ MoleculesModule = __decorate([
|
|
|
433
1053
|
imports: [
|
|
434
1054
|
CommonModule,
|
|
435
1055
|
AvatarModule,
|
|
436
|
-
ListTitleModule,
|
|
437
|
-
TimeStampModule,
|
|
438
|
-
DescriptionModule,
|
|
439
1056
|
MoreDropdownModule,
|
|
440
1057
|
PillsModule,
|
|
1058
|
+
TaskModule,
|
|
1059
|
+
ColorSwatchModule,
|
|
1060
|
+
IconSwatchModule,
|
|
1061
|
+
BreadcrumbModule,
|
|
1062
|
+
],
|
|
1063
|
+
exports: [
|
|
1064
|
+
NoteModule,
|
|
1065
|
+
PillsModule,
|
|
1066
|
+
TaskModule,
|
|
1067
|
+
ColorSwatchModule,
|
|
1068
|
+
IconSwatchModule,
|
|
1069
|
+
BreadcrumbModule,
|
|
441
1070
|
],
|
|
442
|
-
exports: [NoteModule, PillsModule],
|
|
443
1071
|
})
|
|
444
1072
|
], MoleculesModule);
|
|
445
1073
|
|
|
1074
|
+
let TaskListComponent = class TaskListComponent {
|
|
1075
|
+
constructor() { }
|
|
1076
|
+
ngOnInit() { }
|
|
1077
|
+
};
|
|
1078
|
+
__decorate([
|
|
1079
|
+
Input()
|
|
1080
|
+
], TaskListComponent.prototype, "taskList", void 0);
|
|
1081
|
+
TaskListComponent = __decorate([
|
|
1082
|
+
Component({
|
|
1083
|
+
selector: 'symphony-task-list',
|
|
1084
|
+
template: "<ul class=\"task-list list-unstyled\">\n <li class=\"task-list-item\" *ngFor=\"let task of taskList\">\n <symphony-task [taskModel]=\"task\"></symphony-task>\n </li>\n</ul>\n",
|
|
1085
|
+
styles: [".task-list{border-top:1px solid #d9d9d9}"]
|
|
1086
|
+
})
|
|
1087
|
+
], TaskListComponent);
|
|
1088
|
+
|
|
1089
|
+
let TaskListModule = class TaskListModule {
|
|
1090
|
+
};
|
|
1091
|
+
TaskListModule = __decorate([
|
|
1092
|
+
NgModule({
|
|
1093
|
+
declarations: [TaskListComponent],
|
|
1094
|
+
imports: [CommonModule, TaskModule],
|
|
1095
|
+
exports: [TaskListComponent],
|
|
1096
|
+
})
|
|
1097
|
+
], TaskListModule);
|
|
1098
|
+
|
|
1099
|
+
let ColorSwatchCollectionComponent = class ColorSwatchCollectionComponent {
|
|
1100
|
+
constructor() { }
|
|
1101
|
+
ngOnInit() { }
|
|
1102
|
+
};
|
|
1103
|
+
__decorate([
|
|
1104
|
+
Input()
|
|
1105
|
+
], ColorSwatchCollectionComponent.prototype, "colorList", void 0);
|
|
1106
|
+
ColorSwatchCollectionComponent = __decorate([
|
|
1107
|
+
Component({
|
|
1108
|
+
selector: 'symphony-main-ui-color-swatch',
|
|
1109
|
+
template: "<ul class=\"color-list list-unstyled\">\n <li class=\"color-list-item\" *ngFor=\"let color of colorList\">\n <symphony-ui-color-explorer\n [colorSwatchModel]=\"color\"\n ></symphony-ui-color-explorer>\n </li>\n</ul>\n",
|
|
1110
|
+
encapsulation: ViewEncapsulation.None,
|
|
1111
|
+
styles: [".data-vis-ext .color-list,.data-vis .color-list{display:flex;flex-direction:column;flex-wrap:wrap;height:100vh;width:50vw}.data-vis-ext .color-list-item,.data-vis .color-list-item{flex:0 0 20%;padding:0}.main-ui .color-list-item{padding:5px 0}"]
|
|
1112
|
+
})
|
|
1113
|
+
], ColorSwatchCollectionComponent);
|
|
1114
|
+
|
|
1115
|
+
let ColorSwatchCollectionModule = class ColorSwatchCollectionModule {
|
|
1116
|
+
};
|
|
1117
|
+
ColorSwatchCollectionModule = __decorate([
|
|
1118
|
+
NgModule({
|
|
1119
|
+
declarations: [ColorSwatchCollectionComponent],
|
|
1120
|
+
imports: [CommonModule, ColorSwatchModule],
|
|
1121
|
+
})
|
|
1122
|
+
], ColorSwatchCollectionModule);
|
|
1123
|
+
|
|
1124
|
+
class IconExplorerHelper {
|
|
1125
|
+
static getAllIcons() {
|
|
1126
|
+
let allIcons = [];
|
|
1127
|
+
allIcons = allIcons.concat(this.getHasNoBorderIconList());
|
|
1128
|
+
allIcons = allIcons.concat(this.getHasBorderIconList());
|
|
1129
|
+
allIcons = allIcons.concat(this.getInverseIconList());
|
|
1130
|
+
return allIcons;
|
|
1131
|
+
}
|
|
1132
|
+
static getHasNoBorderIconList() {
|
|
1133
|
+
return [
|
|
1134
|
+
{
|
|
1135
|
+
icon: Icons.MOREOPTIONS,
|
|
1136
|
+
iconName: 'MOREOPTIONS',
|
|
1137
|
+
iconClass: 'si-more-options',
|
|
1138
|
+
hasBorder: false,
|
|
1139
|
+
},
|
|
1140
|
+
{
|
|
1141
|
+
icon: Icons.ADD,
|
|
1142
|
+
iconName: 'ADD',
|
|
1143
|
+
iconClass: 'si-add',
|
|
1144
|
+
hasBorder: false,
|
|
1145
|
+
},
|
|
1146
|
+
{
|
|
1147
|
+
icon: Icons.ACTIVITY,
|
|
1148
|
+
iconName: 'ACTIVITY',
|
|
1149
|
+
iconClass: 'si-activity',
|
|
1150
|
+
hasBorder: false,
|
|
1151
|
+
},
|
|
1152
|
+
{
|
|
1153
|
+
icon: Icons.ARROWHIDEREVEAL,
|
|
1154
|
+
iconName: 'ARROWHIDEREVEAL',
|
|
1155
|
+
iconClass: 'si-arrow-hide-reveal',
|
|
1156
|
+
hasBorder: false,
|
|
1157
|
+
},
|
|
1158
|
+
{
|
|
1159
|
+
icon: Icons.ARROWNEXT,
|
|
1160
|
+
iconName: 'ARROWNEXT',
|
|
1161
|
+
iconClass: 'si-arrow-next',
|
|
1162
|
+
hasBorder: false,
|
|
1163
|
+
},
|
|
1164
|
+
{
|
|
1165
|
+
icon: Icons.ARROWPREV,
|
|
1166
|
+
iconName: 'ARROWPREV',
|
|
1167
|
+
iconClass: 'si-arrow-prev',
|
|
1168
|
+
hasBorder: false,
|
|
1169
|
+
},
|
|
1170
|
+
{
|
|
1171
|
+
icon: Icons.CLOSEMODAL,
|
|
1172
|
+
iconName: 'CLOSEMODAL',
|
|
1173
|
+
iconClass: 'si-close-modal',
|
|
1174
|
+
hasBorder: false,
|
|
1175
|
+
},
|
|
1176
|
+
{
|
|
1177
|
+
icon: Icons.COLLAPSE,
|
|
1178
|
+
iconName: 'COLLAPSE',
|
|
1179
|
+
iconClass: 'si-collapse',
|
|
1180
|
+
hasBorder: false,
|
|
1181
|
+
},
|
|
1182
|
+
{
|
|
1183
|
+
icon: Icons.DAYMODE,
|
|
1184
|
+
iconName: 'DAYMODE',
|
|
1185
|
+
iconClass: 'si-daymode',
|
|
1186
|
+
hasBorder: false,
|
|
1187
|
+
},
|
|
1188
|
+
{
|
|
1189
|
+
icon: Icons.DELETE,
|
|
1190
|
+
iconName: 'DELETE',
|
|
1191
|
+
iconClass: 'si-delete',
|
|
1192
|
+
hasBorder: false,
|
|
1193
|
+
},
|
|
1194
|
+
{
|
|
1195
|
+
icon: Icons.DOCUMENT,
|
|
1196
|
+
iconName: 'DOCUMENT',
|
|
1197
|
+
iconClass: 'si-document',
|
|
1198
|
+
hasBorder: false,
|
|
1199
|
+
},
|
|
1200
|
+
{
|
|
1201
|
+
icon: Icons.DOWNLOAD,
|
|
1202
|
+
iconName: 'DOWNLOAD',
|
|
1203
|
+
iconClass: 'si-download',
|
|
1204
|
+
hasBorder: false,
|
|
1205
|
+
},
|
|
1206
|
+
{
|
|
1207
|
+
icon: Icons.EDIT,
|
|
1208
|
+
iconName: 'EDIT',
|
|
1209
|
+
iconClass: 'si-edit',
|
|
1210
|
+
hasBorder: false,
|
|
1211
|
+
},
|
|
1212
|
+
{
|
|
1213
|
+
icon: Icons.EMAILDRIP,
|
|
1214
|
+
iconName: 'EMAILDRIP',
|
|
1215
|
+
iconClass: 'si-email-drip',
|
|
1216
|
+
hasBorder: false,
|
|
1217
|
+
},
|
|
1218
|
+
{
|
|
1219
|
+
icon: Icons.EMAILOPEN,
|
|
1220
|
+
iconName: 'EMAILOPEN',
|
|
1221
|
+
iconClass: 'si-email-open',
|
|
1222
|
+
hasBorder: false,
|
|
1223
|
+
},
|
|
1224
|
+
{
|
|
1225
|
+
icon: Icons.EMAILSEND,
|
|
1226
|
+
iconName: 'EMAILSEND',
|
|
1227
|
+
iconClass: 'si-email-send',
|
|
1228
|
+
hasBorder: false,
|
|
1229
|
+
},
|
|
1230
|
+
{
|
|
1231
|
+
icon: Icons.EXPAND,
|
|
1232
|
+
iconName: 'EXPAND',
|
|
1233
|
+
iconClass: 'si-expand',
|
|
1234
|
+
hasBorder: false,
|
|
1235
|
+
},
|
|
1236
|
+
{
|
|
1237
|
+
icon: Icons.FAVORITE,
|
|
1238
|
+
iconName: 'FAVORITE',
|
|
1239
|
+
iconClass: 'si-favorite',
|
|
1240
|
+
hasBorder: false,
|
|
1241
|
+
},
|
|
1242
|
+
{
|
|
1243
|
+
icon: Icons.FEEDBACKMAYBE,
|
|
1244
|
+
iconName: 'FEEDBACKMAYBE',
|
|
1245
|
+
iconClass: 'si-feedback-maybe',
|
|
1246
|
+
hasBorder: false,
|
|
1247
|
+
},
|
|
1248
|
+
{
|
|
1249
|
+
icon: Icons.FEEDBACKNO,
|
|
1250
|
+
iconName: 'FEEDBACKNO',
|
|
1251
|
+
iconClass: 'si-feedback-no',
|
|
1252
|
+
hasBorder: false,
|
|
1253
|
+
},
|
|
1254
|
+
{
|
|
1255
|
+
icon: Icons.FEEDBACKYES,
|
|
1256
|
+
iconName: 'FEEDBACKYES',
|
|
1257
|
+
iconClass: 'si-feedback-yes',
|
|
1258
|
+
hasBorder: false,
|
|
1259
|
+
},
|
|
1260
|
+
{
|
|
1261
|
+
icon: Icons.FOLDERMULTIPLE,
|
|
1262
|
+
iconName: 'FOLDERMULTIPLE',
|
|
1263
|
+
iconClass: 'si-folder-multiple',
|
|
1264
|
+
hasBorder: false,
|
|
1265
|
+
},
|
|
1266
|
+
{
|
|
1267
|
+
icon: Icons.INCLUDE,
|
|
1268
|
+
iconName: 'INCLUDE',
|
|
1269
|
+
iconClass: 'si-include',
|
|
1270
|
+
hasBorder: false,
|
|
1271
|
+
},
|
|
1272
|
+
{
|
|
1273
|
+
icon: Icons.INFO,
|
|
1274
|
+
iconName: 'INFO',
|
|
1275
|
+
iconClass: 'si-info',
|
|
1276
|
+
hasBorder: false,
|
|
1277
|
+
},
|
|
1278
|
+
{
|
|
1279
|
+
icon: Icons.INTERVIEW,
|
|
1280
|
+
iconName: 'INTERVIEW',
|
|
1281
|
+
iconClass: 'si-interview',
|
|
1282
|
+
hasBorder: false,
|
|
1283
|
+
},
|
|
1284
|
+
{
|
|
1285
|
+
icon: Icons.LINK,
|
|
1286
|
+
iconName: 'LINK',
|
|
1287
|
+
iconClass: 'si-link',
|
|
1288
|
+
hasBorder: false,
|
|
1289
|
+
},
|
|
1290
|
+
{
|
|
1291
|
+
icon: Icons.LOCATION,
|
|
1292
|
+
iconName: 'LOCATION',
|
|
1293
|
+
iconClass: 'si-location',
|
|
1294
|
+
hasBorder: false,
|
|
1295
|
+
},
|
|
1296
|
+
{
|
|
1297
|
+
icon: Icons.MENUALL,
|
|
1298
|
+
iconName: 'MENUALL',
|
|
1299
|
+
iconClass: 'si-menu-all',
|
|
1300
|
+
hasBorder: false,
|
|
1301
|
+
},
|
|
1302
|
+
{
|
|
1303
|
+
icon: Icons.MENUANALYTICS,
|
|
1304
|
+
iconName: 'MENUANALYTICS',
|
|
1305
|
+
iconClass: 'si-menu-analytics',
|
|
1306
|
+
hasBorder: false,
|
|
1307
|
+
},
|
|
1308
|
+
{
|
|
1309
|
+
icon: Icons.MENUASSETS,
|
|
1310
|
+
iconName: 'MENUASSETS',
|
|
1311
|
+
iconClass: 'si-menu-assets',
|
|
1312
|
+
hasBorder: false,
|
|
1313
|
+
},
|
|
1314
|
+
{
|
|
1315
|
+
icon: Icons.MENUCAMPAIGNS,
|
|
1316
|
+
iconName: 'MENUCAMPAIGNS',
|
|
1317
|
+
iconClass: 'si-menu-campaigns',
|
|
1318
|
+
hasBorder: false,
|
|
1319
|
+
},
|
|
1320
|
+
{
|
|
1321
|
+
icon: Icons.MENUCONTACT,
|
|
1322
|
+
iconName: 'MENUCONTACT',
|
|
1323
|
+
iconClass: 'si-menu-contact',
|
|
1324
|
+
hasBorder: false,
|
|
1325
|
+
},
|
|
1326
|
+
{
|
|
1327
|
+
icon: Icons.MENUCONTENT,
|
|
1328
|
+
iconName: 'MENUCONTENT',
|
|
1329
|
+
iconClass: 'si-menu-content',
|
|
1330
|
+
hasBorder: false,
|
|
1331
|
+
},
|
|
1332
|
+
{
|
|
1333
|
+
icon: Icons.MENUDASHBOARD,
|
|
1334
|
+
iconName: 'MENUDASHBOARD',
|
|
1335
|
+
iconClass: 'si-menu-dashboard',
|
|
1336
|
+
hasBorder: false,
|
|
1337
|
+
},
|
|
1338
|
+
{
|
|
1339
|
+
icon: Icons.MENUEVENTS,
|
|
1340
|
+
iconName: 'MENUEVENTS',
|
|
1341
|
+
iconClass: 'si-menu-events',
|
|
1342
|
+
hasBorder: false,
|
|
1343
|
+
},
|
|
1344
|
+
{
|
|
1345
|
+
icon: Icons.MENUFOLDERS,
|
|
1346
|
+
iconName: 'MENUFOLDERS',
|
|
1347
|
+
iconClass: 'si-menu-folders',
|
|
1348
|
+
hasBorder: false,
|
|
1349
|
+
},
|
|
1350
|
+
{
|
|
1351
|
+
icon: Icons.MENUJOBS,
|
|
1352
|
+
iconName: 'MENUJOBS',
|
|
1353
|
+
iconClass: 'si-menu-jobs',
|
|
1354
|
+
hasBorder: false,
|
|
1355
|
+
},
|
|
1356
|
+
{
|
|
1357
|
+
icon: Icons.MENURETURN,
|
|
1358
|
+
iconName: 'MENURETURN',
|
|
1359
|
+
iconClass: 'si-menu-return',
|
|
1360
|
+
hasBorder: false,
|
|
1361
|
+
},
|
|
1362
|
+
{
|
|
1363
|
+
icon: Icons.MENUWORKFLOWS,
|
|
1364
|
+
iconName: 'MENUWORKFLOWS',
|
|
1365
|
+
iconClass: 'si-menu-workflows',
|
|
1366
|
+
hasBorder: false,
|
|
1367
|
+
},
|
|
1368
|
+
{
|
|
1369
|
+
icon: Icons.MERGE,
|
|
1370
|
+
iconName: 'MERGE',
|
|
1371
|
+
iconClass: 'si-merge',
|
|
1372
|
+
hasBorder: false,
|
|
1373
|
+
},
|
|
1374
|
+
{
|
|
1375
|
+
icon: Icons.MOVE,
|
|
1376
|
+
iconName: 'MOVE',
|
|
1377
|
+
iconClass: 'si-move',
|
|
1378
|
+
hasBorder: false,
|
|
1379
|
+
},
|
|
1380
|
+
{
|
|
1381
|
+
icon: Icons.NIGHTMODE,
|
|
1382
|
+
iconName: 'NIGHTMODE',
|
|
1383
|
+
iconClass: 'si-nightmode',
|
|
1384
|
+
hasBorder: false,
|
|
1385
|
+
},
|
|
1386
|
+
{
|
|
1387
|
+
icon: Icons.NOTIFICATION,
|
|
1388
|
+
iconName: 'NOTIFICATION',
|
|
1389
|
+
iconClass: 'si-notification',
|
|
1390
|
+
hasBorder: false,
|
|
1391
|
+
},
|
|
1392
|
+
{
|
|
1393
|
+
icon: Icons.ORGANIZECOLUMNS,
|
|
1394
|
+
iconName: 'ORGANIZECOLUMNS',
|
|
1395
|
+
iconClass: 'si-organize-columns',
|
|
1396
|
+
hasBorder: false,
|
|
1397
|
+
},
|
|
1398
|
+
{
|
|
1399
|
+
icon: Icons.ORGANIZECONTACTS,
|
|
1400
|
+
iconName: 'ORGANIZECONTACTS',
|
|
1401
|
+
iconClass: 'si-organize-contacts',
|
|
1402
|
+
hasBorder: false,
|
|
1403
|
+
},
|
|
1404
|
+
{
|
|
1405
|
+
icon: Icons.PENDINGINCOMPLETE,
|
|
1406
|
+
iconName: 'PENDINGINCOMPLETE',
|
|
1407
|
+
iconClass: 'si-pending-incomplete',
|
|
1408
|
+
hasBorder: false,
|
|
1409
|
+
},
|
|
1410
|
+
{
|
|
1411
|
+
icon: Icons.PHONENUMBER,
|
|
1412
|
+
iconName: 'PHONENUMBER',
|
|
1413
|
+
iconClass: 'si-phone-number',
|
|
1414
|
+
hasBorder: false,
|
|
1415
|
+
},
|
|
1416
|
+
{
|
|
1417
|
+
icon: Icons.PREVIEW,
|
|
1418
|
+
iconName: 'PREVIEW',
|
|
1419
|
+
iconClass: 'si-preview',
|
|
1420
|
+
hasBorder: false,
|
|
1421
|
+
},
|
|
1422
|
+
{
|
|
1423
|
+
icon: Icons.PROMOTE,
|
|
1424
|
+
iconName: 'PROMOTE',
|
|
1425
|
+
iconClass: 'si-promote',
|
|
1426
|
+
hasBorder: false,
|
|
1427
|
+
},
|
|
1428
|
+
{
|
|
1429
|
+
icon: Icons.REFRESH,
|
|
1430
|
+
iconName: 'REFRESH',
|
|
1431
|
+
iconClass: 'si-refresh',
|
|
1432
|
+
hasBorder: false,
|
|
1433
|
+
},
|
|
1434
|
+
{
|
|
1435
|
+
icon: Icons.REMOVE,
|
|
1436
|
+
iconName: 'REMOVE',
|
|
1437
|
+
iconClass: 'si-remove',
|
|
1438
|
+
hasBorder: false,
|
|
1439
|
+
},
|
|
1440
|
+
{
|
|
1441
|
+
icon: Icons.EXCLUDE,
|
|
1442
|
+
iconName: 'EXCLUDE',
|
|
1443
|
+
iconClass: 'si-exclude',
|
|
1444
|
+
hasBorder: false,
|
|
1445
|
+
},
|
|
1446
|
+
{
|
|
1447
|
+
icon: Icons.RESULTSFILTERS,
|
|
1448
|
+
iconName: 'RESULTSFILTERS',
|
|
1449
|
+
iconClass: 'si-results-filters',
|
|
1450
|
+
hasBorder: false,
|
|
1451
|
+
},
|
|
1452
|
+
{
|
|
1453
|
+
icon: Icons.REVIEW,
|
|
1454
|
+
iconName: 'REVIEW',
|
|
1455
|
+
iconClass: 'si-review',
|
|
1456
|
+
hasBorder: false,
|
|
1457
|
+
},
|
|
1458
|
+
{
|
|
1459
|
+
icon: Icons.SALARY,
|
|
1460
|
+
iconName: 'SALARY',
|
|
1461
|
+
iconClass: 'si-salary',
|
|
1462
|
+
hasBorder: false,
|
|
1463
|
+
},
|
|
1464
|
+
{
|
|
1465
|
+
icon: Icons.SAVE,
|
|
1466
|
+
iconName: 'SAVE',
|
|
1467
|
+
iconClass: 'si-save',
|
|
1468
|
+
hasBorder: false,
|
|
1469
|
+
},
|
|
1470
|
+
{
|
|
1471
|
+
icon: Icons.SEARCHADVANCED,
|
|
1472
|
+
iconName: 'SEARCHADVANCED',
|
|
1473
|
+
iconClass: 'si-search-advanced',
|
|
1474
|
+
hasBorder: false,
|
|
1475
|
+
},
|
|
1476
|
+
{
|
|
1477
|
+
icon: Icons.SEARCHCLEAR,
|
|
1478
|
+
iconName: 'SEARCHCLEAR',
|
|
1479
|
+
iconClass: 'si-search-clear',
|
|
1480
|
+
hasBorder: false,
|
|
1481
|
+
},
|
|
1482
|
+
{
|
|
1483
|
+
icon: Icons.SEARCHNEW,
|
|
1484
|
+
iconName: 'SEARCHNEW',
|
|
1485
|
+
iconClass: 'si-search-new',
|
|
1486
|
+
hasBorder: false,
|
|
1487
|
+
},
|
|
1488
|
+
{
|
|
1489
|
+
icon: Icons.SETTINGSMART,
|
|
1490
|
+
iconName: 'SETTINGSMART',
|
|
1491
|
+
iconClass: 'si-settings-smart',
|
|
1492
|
+
hasBorder: false,
|
|
1493
|
+
},
|
|
1494
|
+
{
|
|
1495
|
+
icon: Icons.SMS,
|
|
1496
|
+
iconName: 'SMS',
|
|
1497
|
+
iconClass: 'si-sms',
|
|
1498
|
+
hasBorder: false,
|
|
1499
|
+
},
|
|
1500
|
+
{
|
|
1501
|
+
icon: Icons.SORTMINI,
|
|
1502
|
+
iconName: 'SORTMINI',
|
|
1503
|
+
iconClass: 'si-sort-mini',
|
|
1504
|
+
hasBorder: false,
|
|
1505
|
+
},
|
|
1506
|
+
{
|
|
1507
|
+
icon: Icons.STATUS,
|
|
1508
|
+
iconName: 'STATUS',
|
|
1509
|
+
iconClass: 'si-status',
|
|
1510
|
+
hasBorder: false,
|
|
1511
|
+
},
|
|
1512
|
+
{
|
|
1513
|
+
icon: Icons.SYSTEMACTION,
|
|
1514
|
+
iconName: 'SYSTEMACTION',
|
|
1515
|
+
iconClass: 'si-system-action',
|
|
1516
|
+
hasBorder: false,
|
|
1517
|
+
},
|
|
1518
|
+
{
|
|
1519
|
+
icon: Icons.TASKCOMPLETED,
|
|
1520
|
+
iconName: 'TASKCOMPLETED',
|
|
1521
|
+
iconClass: 'si-task-completed',
|
|
1522
|
+
hasBorder: false,
|
|
1523
|
+
},
|
|
1524
|
+
{
|
|
1525
|
+
icon: Icons.TASKOPEN,
|
|
1526
|
+
iconName: 'TASKOPEN',
|
|
1527
|
+
iconClass: 'si-task-open',
|
|
1528
|
+
hasBorder: false,
|
|
1529
|
+
},
|
|
1530
|
+
{
|
|
1531
|
+
icon: Icons.TIMEFRAME,
|
|
1532
|
+
iconName: 'TIMEFRAME',
|
|
1533
|
+
iconClass: 'si-timeframe',
|
|
1534
|
+
hasBorder: false,
|
|
1535
|
+
},
|
|
1536
|
+
{
|
|
1537
|
+
icon: Icons.TIMELINE,
|
|
1538
|
+
iconName: 'TIMELINE',
|
|
1539
|
+
iconClass: 'si-timeline',
|
|
1540
|
+
hasBorder: false,
|
|
1541
|
+
},
|
|
1542
|
+
{
|
|
1543
|
+
icon: Icons.UPLOAD,
|
|
1544
|
+
iconName: 'UPLOAD',
|
|
1545
|
+
iconClass: 'si-upload',
|
|
1546
|
+
hasBorder: false,
|
|
1547
|
+
},
|
|
1548
|
+
{
|
|
1549
|
+
icon: Icons.USERMULTIPLE,
|
|
1550
|
+
iconName: 'USERMULTIPLE',
|
|
1551
|
+
iconClass: 'si-user-multiple',
|
|
1552
|
+
hasBorder: false,
|
|
1553
|
+
},
|
|
1554
|
+
{
|
|
1555
|
+
icon: Icons.USER,
|
|
1556
|
+
iconName: 'USER',
|
|
1557
|
+
iconClass: 'si-user',
|
|
1558
|
+
hasBorder: false,
|
|
1559
|
+
},
|
|
1560
|
+
];
|
|
1561
|
+
}
|
|
1562
|
+
static getInverseIconList() {
|
|
1563
|
+
return [
|
|
1564
|
+
{
|
|
1565
|
+
icon: Icons.ACTIVITY,
|
|
1566
|
+
iconName: 'ACTIVITY',
|
|
1567
|
+
iconClass: 'si-activity',
|
|
1568
|
+
hasBorder: true,
|
|
1569
|
+
},
|
|
1570
|
+
];
|
|
1571
|
+
}
|
|
1572
|
+
static getHasBorderIconList() {
|
|
1573
|
+
return [
|
|
1574
|
+
{
|
|
1575
|
+
icon: Icons.ADD,
|
|
1576
|
+
iconName: 'ADD',
|
|
1577
|
+
iconClass: 'si-add',
|
|
1578
|
+
hasBorder: true,
|
|
1579
|
+
},
|
|
1580
|
+
{
|
|
1581
|
+
icon: Icons.ARROWNEXT,
|
|
1582
|
+
iconName: 'ARROWNEXT',
|
|
1583
|
+
iconClass: 'si-arrow-next',
|
|
1584
|
+
hasBorder: true,
|
|
1585
|
+
},
|
|
1586
|
+
{
|
|
1587
|
+
icon: Icons.DELETE,
|
|
1588
|
+
iconName: 'DELETE',
|
|
1589
|
+
iconClass: 'si-delete',
|
|
1590
|
+
hasBorder: true,
|
|
1591
|
+
},
|
|
1592
|
+
{
|
|
1593
|
+
icon: Icons.DOWNLOAD,
|
|
1594
|
+
iconName: 'DOWNLOAD',
|
|
1595
|
+
iconClass: 'si-download',
|
|
1596
|
+
hasBorder: true,
|
|
1597
|
+
},
|
|
1598
|
+
{
|
|
1599
|
+
icon: Icons.EDIT,
|
|
1600
|
+
iconName: 'EDIT',
|
|
1601
|
+
iconClass: 'si-edit',
|
|
1602
|
+
hasBorder: true,
|
|
1603
|
+
},
|
|
1604
|
+
{
|
|
1605
|
+
icon: Icons.FEEDBACKYES,
|
|
1606
|
+
iconName: 'FEEDBACKYES',
|
|
1607
|
+
iconClass: 'si-feedback-yes',
|
|
1608
|
+
hasBorder: true,
|
|
1609
|
+
},
|
|
1610
|
+
{
|
|
1611
|
+
icon: Icons.MENUCONTACT,
|
|
1612
|
+
iconName: 'MENUCONTACT',
|
|
1613
|
+
iconClass: 'si-menu-contact',
|
|
1614
|
+
hasBorder: true,
|
|
1615
|
+
},
|
|
1616
|
+
{
|
|
1617
|
+
icon: Icons.MOREOPTIONS,
|
|
1618
|
+
iconName: 'MOREOPTIONS',
|
|
1619
|
+
iconClass: 'si-more-options',
|
|
1620
|
+
hasBorder: true,
|
|
1621
|
+
},
|
|
1622
|
+
{
|
|
1623
|
+
icon: Icons.ORGANIZECOLUMNS,
|
|
1624
|
+
iconName: 'ORGANIZECOLUMNS',
|
|
1625
|
+
iconClass: 'si-organize-columns',
|
|
1626
|
+
hasBorder: true,
|
|
1627
|
+
},
|
|
1628
|
+
{
|
|
1629
|
+
icon: Icons.PREVIEW,
|
|
1630
|
+
iconName: 'PREVIEW',
|
|
1631
|
+
iconClass: 'si-preview',
|
|
1632
|
+
hasBorder: true,
|
|
1633
|
+
},
|
|
1634
|
+
{
|
|
1635
|
+
icon: Icons.SAVE,
|
|
1636
|
+
iconName: 'SAVE',
|
|
1637
|
+
iconClass: 'si-save',
|
|
1638
|
+
hasBorder: true,
|
|
1639
|
+
},
|
|
1640
|
+
];
|
|
1641
|
+
}
|
|
1642
|
+
}
|
|
1643
|
+
|
|
1644
|
+
let IconExplorerComponent = class IconExplorerComponent {
|
|
1645
|
+
constructor() {
|
|
1646
|
+
this.iconList = IconExplorerHelper.getAllIcons();
|
|
1647
|
+
this.hasBorderIconsList = IconExplorerHelper.getHasBorderIconList();
|
|
1648
|
+
this.hasNoBorderIconsList = IconExplorerHelper.getHasNoBorderIconList();
|
|
1649
|
+
this.isInverseIconsList = IconExplorerHelper.getInverseIconList();
|
|
1650
|
+
}
|
|
1651
|
+
ngOnInit() {
|
|
1652
|
+
this.iconCount = this.iconList.length;
|
|
1653
|
+
this.explorerTitle = `Iconography (${this.iconCount} icons)`;
|
|
1654
|
+
this.iconHasBorderCount = this.hasBorderIconsList.length;
|
|
1655
|
+
this.borderTitle = `Icons with border (${this.iconHasBorderCount} icons)`;
|
|
1656
|
+
this.iconHasNoBorderCount = this.hasNoBorderIconsList.length;
|
|
1657
|
+
this.noBorderTitle = `Icons without border (${this.iconHasNoBorderCount} icons)`;
|
|
1658
|
+
this.iconisInverseCount = this.isInverseIconsList.length;
|
|
1659
|
+
this.backgroundTitle = `Icons with background (${this.iconisInverseCount} icons)`;
|
|
1660
|
+
}
|
|
1661
|
+
};
|
|
1662
|
+
IconExplorerComponent = __decorate([
|
|
1663
|
+
Component({
|
|
1664
|
+
selector: 'symphony-icon-explorer',
|
|
1665
|
+
template: "<div class=\"explorer-title\">\n <symphony-h2 [text]=\"explorerTitle\"></symphony-h2>\n</div>\n<div class=\"explorer-subtitle\">\n <symphony-h3 [text]=\"noBorderTitle\"></symphony-h3>\n</div>\n<ul class=\"sfx-icon-list list-unstyled\">\n <li class=\"icon-list-item\" *ngFor=\"let icon of hasNoBorderIconsList\">\n <symphony-icon-swatch [iconSwatchModel]=\"icon\"></symphony-icon-swatch>\n </li>\n</ul>\n\n<div class=\"explorer-subtitle\">\n <symphony-h3 [text]=\"borderTitle\"></symphony-h3>\n</div>\n<ul class=\"sfx-icon-list list-unstyled\">\n <li class=\"icon-list-item\" *ngFor=\"let icon of hasBorderIconsList\">\n <symphony-icon-swatch [iconSwatchModel]=\"icon\"></symphony-icon-swatch>\n </li>\n</ul>\n\n<div class=\"explorer-subtitle\">\n <symphony-h3 [text]=\"backgroundTitle\"></symphony-h3>\n</div>\n<ul class=\"sfx-icon-list list-unstyled\">\n <li class=\"icon-list-item\" *ngFor=\"let icon of isInverseIconsList\">\n <symphony-icon-swatch\n [iconSwatchModel]=\"icon\"\n [isInverse]=\"true\"\n ></symphony-icon-swatch>\n </li>\n</ul>\n",
|
|
1666
|
+
styles: [".sfx-icon-list{display:flex;flex-direction:column;flex-wrap:wrap;height:90vh;width:100vw}.sfx-icon-list.has-border{height:50vh;width:39vw}.icon-list-item{flex:0 0 10%;padding:10px 0}.icon-list-item.has-border{flex:0 0 25%}.explorer-title{border-bottom:5px solid #000;margin-bottom:30px;padding-bottom:10px}.explorer-subtitle{margin-bottom:10px}"]
|
|
1667
|
+
})
|
|
1668
|
+
], IconExplorerComponent);
|
|
1669
|
+
|
|
1670
|
+
let IconExplorerModule = class IconExplorerModule {
|
|
1671
|
+
};
|
|
1672
|
+
IconExplorerModule = __decorate([
|
|
1673
|
+
NgModule({
|
|
1674
|
+
declarations: [IconExplorerComponent],
|
|
1675
|
+
imports: [CommonModule, IconSwatchModule, H2Module, H3Module],
|
|
1676
|
+
})
|
|
1677
|
+
], IconExplorerModule);
|
|
1678
|
+
|
|
446
1679
|
/*
|
|
447
|
-
* ATOMS
|
|
448
|
-
*/
|
|
449
|
-
/*
|
|
450
|
-
* ORGANISMS
|
|
451
|
-
*/
|
|
1680
|
+
* ATOMS
|
|
1681
|
+
*/
|
|
452
1682
|
|
|
453
1683
|
/**
|
|
454
1684
|
* Generated bundle index. Do not edit.
|
|
455
1685
|
*/
|
|
456
1686
|
|
|
457
|
-
export { AtomsModule, ButtonComponent, ButtonModule, MoleculesModule,
|
|
1687
|
+
export { AtomsModule, ButtonComponent, ButtonModule, ColorSampleComponent, ColorSampleModule, ColorSwatchCollectionComponent, ColorSwatchCollectionModule, ColorSwatchComponent, ColorSwatchModule, H1Component, H1Module, H2Component, H2Module, H3Component, H3Module, H4Component, H4Module, H5Component, H5Module, IconComponent, IconExplorerComponent, IconExplorerModule, IconModule, IconSwatchComponent, IconSwatchModule, InputTextComponent, InputTextModule, MoleculesModule, ParagraphComponent, ParagraphModule, PillComponent, PillsComponent, PillsModule, TaskComponent, TaskIconComponent, TaskIconModule, TaskListComponent, TaskListModule, TaskModule, DropdownModule as ɵa, DropdownComponent as ɵb, MoreDropdownModule as ɵc, MoreDropdownComponent as ɵd, AvatarModule as ɵe, AvatarComponent as ɵf, PillModule as ɵg, IconWrapperModule as ɵh, IconWrapperComponent as ɵi, TwoColumnFilterAreaModule as ɵj, TwoColumnFilterAreaComponent as ɵk, InputRadioModule as ɵl, InputRadioComponent as ɵm, SfxInlineErrorModule as ɵn, SfxInlineErrorComponent as ɵo, InputCheckboxModule as ɵp, InputCheckboxComponent as ɵq, BreadcrumbModule as ɵr, BreadcrumbComponent as ɵs, NoteModule as ɵt, NoteComponent as ɵu };
|
|
458
1688
|
//# sourceMappingURL=symphony-talent-component-library-projects-component-library.js.map
|