@symphony-talent/component-library 1.3.0 → 1.7.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 +776 -606
- 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 +776 -606
- 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 +20 -20
- package/esm2015/lib/atoms/contextual-menu/contextual-menu.component.js +20 -0
- package/esm2015/lib/atoms/contextual-menu/contextual-menu.module.js +17 -0
- package/esm2015/lib/atoms/{more-dropdown → contextual-menu}/more-actions.model.js +1 -1
- package/esm2015/lib/atoms/h1/h1.component.js +3 -3
- package/esm2015/lib/atoms/h2/h2.component.js +3 -3
- package/esm2015/lib/atoms/h3/h3.component.js +3 -3
- 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 +13 -5
- package/esm2015/lib/atoms/icon/icon.enum.js +72 -72
- package/esm2015/lib/atoms/icon-wrapper/icon-wrapper.component.js +28 -0
- package/esm2015/{projects/component-library/lib/atoms/button-round/button-round.module.js → lib/atoms/icon-wrapper/icon-wrapper.module.js} +8 -8
- package/esm2015/lib/atoms/input-checkbox/input-checkbox.component.js +36 -0
- package/esm2015/lib/atoms/input-checkbox/input-checkbox.module.js +15 -0
- package/esm2015/lib/atoms/input-radio/input-radio.component.js +36 -0
- package/esm2015/lib/atoms/input-radio/input-radio.module.js +22 -0
- package/esm2015/lib/atoms/input-text/input-text.component.js +10 -4
- package/esm2015/lib/atoms/input-text/input-text.module.js +4 -2
- package/esm2015/lib/atoms/paragraph/paragraph.component.js +21 -0
- package/esm2015/lib/atoms/paragraph/paragraph.module.js +15 -0
- package/esm2015/lib/atoms/pill/pill.component.js +2 -2
- package/esm2015/lib/atoms/sfx-inline-error/sfx-inline-error.component.js +17 -0
- package/esm2015/lib/atoms/sfx-inline-error/sfx-inline-error.module.js +15 -0
- package/esm2015/lib/atoms/task-icon/task-icon.component.js +3 -3
- package/esm2015/lib/atoms/two-column-filter-area/two-column-filter-area.component.js +18 -0
- package/esm2015/lib/atoms/two-column-filter-area/two-column-filter-area.module.js +15 -0
- package/esm2015/lib/molecules/breadcrumb/breadcrumb.component.js +21 -0
- package/esm2015/lib/molecules/breadcrumb/breadcrumb.model.js +1 -0
- package/esm2015/lib/molecules/breadcrumb/breadcrumb.module.js +17 -0
- package/esm2015/lib/molecules/color-swatch/color-swatch.component.js +2 -2
- package/esm2015/lib/molecules/color-swatch/color-swatch.module.js +5 -5
- package/esm2015/lib/molecules/icon-swatch/icon-swatch.component.js +6 -3
- package/esm2015/lib/molecules/icon-swatch/icon-swatch.model.js +1 -1
- package/esm2015/lib/molecules/icon-swatch/icon-swatch.module.js +11 -4
- package/esm2015/lib/molecules/molecules.module.js +6 -9
- package/esm2015/lib/molecules/note/note.component.js +13 -19
- package/esm2015/lib/molecules/note/note.model.js +1 -0
- package/esm2015/lib/molecules/note/note.module.js +11 -6
- package/esm2015/lib/molecules/task/task.component.js +3 -3
- package/esm2015/lib/molecules/task/task.model.js +1 -1
- package/esm2015/lib/molecules/task/task.module.js +7 -9
- package/esm2015/lib/organisms/note-list/note-list.component.js +19 -0
- package/esm2015/lib/organisms/note-list/note-list.module.js +16 -0
- package/esm2015/lib/organisms/task-list/task-list.component.js +1 -1
- package/esm2015/lib/pages/events-settings-page/events-settings-page.component.js +31 -0
- package/esm2015/lib/pages/events-settings-page/events-settings-page.module.js +35 -0
- package/esm2015/lib/templates/admin-list/admin-list.component.js +15 -0
- package/esm2015/lib/templates/admin-list/admin-list.module.js +15 -0
- package/esm2015/lib/templates/placeholder/placeholder.component.js +33 -0
- package/esm2015/lib/templates/placeholder/placeholder.module.js +16 -0
- package/esm2015/projects/component-library/lib/atoms/atoms.module.js +20 -20
- package/esm2015/projects/component-library/lib/atoms/contextual-menu/contextual-menu.component.js +20 -0
- package/esm2015/projects/component-library/lib/atoms/contextual-menu/contextual-menu.module.js +17 -0
- package/esm2015/projects/component-library/lib/atoms/{more-dropdown → contextual-menu}/more-actions.model.js +1 -1
- package/esm2015/projects/component-library/lib/atoms/h1/h1.component.js +3 -3
- package/esm2015/projects/component-library/lib/atoms/h2/h2.component.js +3 -3
- package/esm2015/projects/component-library/lib/atoms/h3/h3.component.js +3 -3
- 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 +13 -5
- package/esm2015/projects/component-library/lib/atoms/icon/icon.enum.js +72 -72
- package/esm2015/projects/component-library/lib/atoms/icon-wrapper/icon-wrapper.component.js +28 -0
- package/esm2015/{lib/atoms/button-round/button-round.module.js → projects/component-library/lib/atoms/icon-wrapper/icon-wrapper.module.js} +8 -8
- package/esm2015/projects/component-library/lib/atoms/input-checkbox/input-checkbox.component.js +36 -0
- package/esm2015/projects/component-library/lib/atoms/input-checkbox/input-checkbox.module.js +15 -0
- package/esm2015/projects/component-library/lib/atoms/input-radio/input-radio.component.js +36 -0
- package/esm2015/projects/component-library/lib/atoms/input-radio/input-radio.module.js +22 -0
- package/esm2015/projects/component-library/lib/atoms/input-text/input-text.component.js +10 -4
- package/esm2015/projects/component-library/lib/atoms/input-text/input-text.module.js +4 -2
- package/esm2015/projects/component-library/lib/atoms/paragraph/paragraph.component.js +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 +2 -2
- package/esm2015/projects/component-library/lib/atoms/sfx-inline-error/sfx-inline-error.component.js +17 -0
- package/esm2015/projects/component-library/lib/atoms/sfx-inline-error/sfx-inline-error.module.js +15 -0
- package/esm2015/projects/component-library/lib/atoms/task-icon/task-icon.component.js +3 -3
- package/esm2015/projects/component-library/lib/atoms/two-column-filter-area/two-column-filter-area.component.js +18 -0
- package/esm2015/projects/component-library/lib/atoms/two-column-filter-area/two-column-filter-area.module.js +15 -0
- package/esm2015/projects/component-library/lib/molecules/breadcrumb/breadcrumb.component.js +21 -0
- package/esm2015/projects/component-library/lib/molecules/breadcrumb/breadcrumb.model.js +1 -0
- package/esm2015/projects/component-library/lib/molecules/breadcrumb/breadcrumb.module.js +17 -0
- package/esm2015/projects/component-library/lib/molecules/color-swatch/color-swatch.component.js +2 -2
- package/esm2015/projects/component-library/lib/molecules/color-swatch/color-swatch.module.js +5 -5
- package/esm2015/projects/component-library/lib/molecules/icon-swatch/icon-swatch.component.js +6 -3
- package/esm2015/projects/component-library/lib/molecules/icon-swatch/icon-swatch.model.js +1 -1
- package/esm2015/projects/component-library/lib/molecules/icon-swatch/icon-swatch.module.js +11 -4
- package/esm2015/projects/component-library/lib/molecules/molecules.module.js +6 -9
- package/esm2015/projects/component-library/lib/molecules/note/note.component.js +13 -19
- package/esm2015/projects/component-library/lib/molecules/note/note.model.js +1 -0
- package/esm2015/projects/component-library/lib/molecules/note/note.module.js +11 -6
- package/esm2015/projects/component-library/lib/molecules/task/task.component.js +3 -3
- package/esm2015/projects/component-library/lib/molecules/task/task.model.js +1 -1
- package/esm2015/projects/component-library/lib/molecules/task/task.module.js +7 -9
- package/esm2015/projects/component-library/lib/organisms/note-list/note-list.component.js +19 -0
- package/esm2015/projects/component-library/lib/organisms/note-list/note-list.module.js +16 -0
- package/esm2015/projects/component-library/lib/organisms/task-list/task-list.component.js +1 -1
- package/esm2015/projects/component-library/lib/pages/events-settings-page/events-settings-page.component.js +31 -0
- package/esm2015/projects/component-library/lib/pages/events-settings-page/events-settings-page.module.js +35 -0
- package/esm2015/projects/component-library/lib/templates/admin-list/admin-list.component.js +15 -0
- package/esm2015/projects/component-library/lib/templates/admin-list/admin-list.module.js +15 -0
- package/esm2015/projects/component-library/lib/templates/placeholder/placeholder.component.js +33 -0
- package/esm2015/projects/component-library/lib/templates/placeholder/placeholder.module.js +16 -0
- package/esm2015/projects/component-library/public-api.js +36 -19
- package/esm2015/projects/component-library/symphony-talent-component-library-projects-component-library.js +10 -18
- package/esm2015/public-api.js +36 -19
- package/esm2015/symphony-talent-component-library.js +10 -18
- package/fesm2015/symphony-talent-component-library-projects-component-library.js +697 -536
- package/fesm2015/symphony-talent-component-library-projects-component-library.js.map +1 -1
- package/fesm2015/symphony-talent-component-library.js +697 -536
- package/fesm2015/symphony-talent-component-library.js.map +1 -1
- package/lib/atoms/{more-dropdown/more-dropdown.component.d.ts → contextual-menu/contextual-menu.component.d.ts} +1 -1
- package/lib/atoms/contextual-menu/contextual-menu.module.d.ts +2 -0
- package/lib/atoms/{more-dropdown → contextual-menu}/more-actions.model.d.ts +0 -0
- package/{projects/component-library/lib/atoms/label/label.component.d.ts → lib/atoms/h4/h4.component.d.ts} +1 -1
- package/lib/atoms/h4/h4.module.d.ts +2 -0
- package/lib/atoms/{label/label.component.d.ts → h5/h5.component.d.ts} +1 -1
- package/lib/atoms/h5/h5.module.d.ts +2 -0
- package/lib/atoms/icon/icon.component.d.ts +3 -1
- package/lib/atoms/icon/icon.enum.d.ts +71 -71
- package/lib/atoms/icon-wrapper/icon-wrapper.component.d.ts +10 -0
- package/lib/atoms/icon-wrapper/icon-wrapper.module.d.ts +2 -0
- package/lib/atoms/input-checkbox/input-checkbox.component.d.ts +10 -0
- package/lib/atoms/input-checkbox/input-checkbox.module.d.ts +2 -0
- package/lib/atoms/input-radio/input-radio.component.d.ts +10 -0
- package/lib/atoms/input-radio/input-radio.module.d.ts +2 -0
- package/lib/atoms/input-text/input-text.component.d.ts +4 -1
- package/lib/atoms/{body-copy/body-copy.component.d.ts → paragraph/paragraph.component.d.ts} +1 -1
- 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/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/icon-swatch/icon-swatch.component.d.ts +1 -0
- package/lib/molecules/icon-swatch/icon-swatch.model.d.ts +1 -1
- package/lib/molecules/note/note.component.d.ts +2 -6
- package/lib/molecules/note/note.model.d.ts +9 -0
- package/lib/molecules/task/task.model.d.ts +1 -1
- package/lib/organisms/note-list/note-list.component.d.ts +7 -0
- package/lib/organisms/note-list/note-list.module.d.ts +2 -0
- package/lib/pages/events-settings-page/events-settings-page.component.d.ts +9 -0
- package/lib/pages/events-settings-page/events-settings-page.module.d.ts +2 -0
- package/{projects/component-library/lib/atoms/dropdown/dropdown.component.d.ts → lib/templates/admin-list/admin-list.component.d.ts} +1 -1
- package/lib/templates/admin-list/admin-list.module.d.ts +2 -0
- package/lib/templates/placeholder/placeholder.component.d.ts +11 -0
- package/lib/templates/placeholder/placeholder.module.d.ts +2 -0
- package/package.json +1 -1
- package/projects/component-library/lib/atoms/{more-dropdown/more-dropdown.component.d.ts → contextual-menu/contextual-menu.component.d.ts} +1 -1
- package/projects/component-library/lib/atoms/contextual-menu/contextual-menu.module.d.ts +2 -0
- package/projects/component-library/lib/atoms/{more-dropdown → contextual-menu}/more-actions.model.d.ts +0 -0
- package/{lib/atoms/xl-size/xl-size.component.d.ts → projects/component-library/lib/atoms/h4/h4.component.d.ts} +1 -1
- package/projects/component-library/lib/atoms/h4/h4.module.d.ts +2 -0
- package/projects/component-library/lib/atoms/{xl-size/xl-size.component.d.ts → h5/h5.component.d.ts} +1 -1
- package/projects/component-library/lib/atoms/h5/h5.module.d.ts +2 -0
- package/projects/component-library/lib/atoms/icon/icon.component.d.ts +3 -1
- package/projects/component-library/lib/atoms/icon/icon.enum.d.ts +71 -71
- package/projects/component-library/lib/atoms/icon-wrapper/icon-wrapper.component.d.ts +10 -0
- package/projects/component-library/lib/atoms/icon-wrapper/icon-wrapper.module.d.ts +2 -0
- package/projects/component-library/lib/atoms/input-checkbox/input-checkbox.component.d.ts +10 -0
- package/projects/component-library/lib/atoms/input-checkbox/input-checkbox.module.d.ts +2 -0
- package/projects/component-library/lib/atoms/input-radio/input-radio.component.d.ts +10 -0
- package/projects/component-library/lib/atoms/input-radio/input-radio.module.d.ts +2 -0
- package/projects/component-library/lib/atoms/input-text/input-text.component.d.ts +4 -1
- package/projects/component-library/lib/atoms/{body-copy/body-copy.component.d.ts → paragraph/paragraph.component.d.ts} +1 -1
- 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/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/icon-swatch/icon-swatch.component.d.ts +1 -0
- package/projects/component-library/lib/molecules/icon-swatch/icon-swatch.model.d.ts +1 -1
- package/projects/component-library/lib/molecules/note/note.component.d.ts +2 -6
- package/projects/component-library/lib/molecules/note/note.model.d.ts +9 -0
- package/projects/component-library/lib/molecules/task/task.model.d.ts +1 -1
- package/projects/component-library/lib/organisms/note-list/note-list.component.d.ts +7 -0
- package/projects/component-library/lib/organisms/note-list/note-list.module.d.ts +2 -0
- package/projects/component-library/lib/pages/events-settings-page/events-settings-page.component.d.ts +9 -0
- package/projects/component-library/lib/pages/events-settings-page/events-settings-page.module.d.ts +2 -0
- package/{lib/atoms/dropdown/dropdown.component.d.ts → projects/component-library/lib/templates/admin-list/admin-list.component.d.ts} +1 -1
- package/projects/component-library/lib/templates/admin-list/admin-list.module.d.ts +2 -0
- package/projects/component-library/lib/templates/placeholder/placeholder.component.d.ts +11 -0
- package/projects/component-library/lib/templates/placeholder/placeholder.module.d.ts +2 -0
- package/projects/component-library/public-api.d.ts +32 -19
- package/projects/component-library/symphony-talent-component-library-projects-component-library.d.ts +9 -17
- package/projects/component-library/symphony-talent-component-library-projects-component-library.metadata.json +1 -1
- package/public-api.d.ts +32 -19
- package/symphony-talent-component-library.d.ts +9 -17
- package/symphony-talent-component-library.metadata.json +1 -1
- package/esm2015/lib/atoms/body-copy/body-copy.component.js +0 -21
- package/esm2015/lib/atoms/body-copy/body-copy.module.js +0 -15
- package/esm2015/lib/atoms/button-round/button-round.component.js +0 -32
- package/esm2015/lib/atoms/button-round/button-round.enum.js +0 -7
- package/esm2015/lib/atoms/description/description.component.js +0 -18
- package/esm2015/lib/atoms/description/description.module.js +0 -15
- package/esm2015/lib/atoms/dropdown/dropdown.component.js +0 -16
- package/esm2015/lib/atoms/dropdown/dropdown.module.js +0 -18
- package/esm2015/lib/atoms/label/label.component.js +0 -21
- package/esm2015/lib/atoms/label/label.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/more-dropdown/more-dropdown.component.js +0 -20
- package/esm2015/lib/atoms/more-dropdown/more-dropdown.module.js +0 -17
- package/esm2015/lib/atoms/time-stamp/time-stamp.component.js +0 -18
- package/esm2015/lib/atoms/time-stamp/time-stamp.module.js +0 -15
- package/esm2015/lib/atoms/xl-size/xl-size.component.js +0 -21
- package/esm2015/lib/atoms/xl-size/xl-size.module.js +0 -15
- package/esm2015/lib/organisms/color-swatch-collection/color-swatch-collection.component.js +0 -19
- package/esm2015/lib/organisms/color-swatch-collection/color-swatch-collection.module.js +0 -15
- package/esm2015/lib/organisms/icon-explorer/icon-explorer.component.js +0 -32
- package/esm2015/lib/organisms/icon-explorer/icon-explorer.module.js +0 -16
- package/esm2015/projects/component-library/lib/atoms/body-copy/body-copy.component.js +0 -21
- package/esm2015/projects/component-library/lib/atoms/body-copy/body-copy.module.js +0 -15
- package/esm2015/projects/component-library/lib/atoms/button-round/button-round.component.js +0 -32
- package/esm2015/projects/component-library/lib/atoms/button-round/button-round.enum.js +0 -7
- package/esm2015/projects/component-library/lib/atoms/description/description.component.js +0 -18
- package/esm2015/projects/component-library/lib/atoms/description/description.module.js +0 -15
- package/esm2015/projects/component-library/lib/atoms/dropdown/dropdown.component.js +0 -16
- package/esm2015/projects/component-library/lib/atoms/dropdown/dropdown.module.js +0 -18
- package/esm2015/projects/component-library/lib/atoms/label/label.component.js +0 -21
- package/esm2015/projects/component-library/lib/atoms/label/label.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/more-dropdown/more-dropdown.component.js +0 -20
- package/esm2015/projects/component-library/lib/atoms/more-dropdown/more-dropdown.module.js +0 -17
- package/esm2015/projects/component-library/lib/atoms/time-stamp/time-stamp.component.js +0 -18
- package/esm2015/projects/component-library/lib/atoms/time-stamp/time-stamp.module.js +0 -15
- package/esm2015/projects/component-library/lib/atoms/xl-size/xl-size.component.js +0 -21
- package/esm2015/projects/component-library/lib/atoms/xl-size/xl-size.module.js +0 -15
- package/esm2015/projects/component-library/lib/organisms/color-swatch-collection/color-swatch-collection.component.js +0 -19
- package/esm2015/projects/component-library/lib/organisms/color-swatch-collection/color-swatch-collection.module.js +0 -15
- package/esm2015/projects/component-library/lib/organisms/icon-explorer/icon-explorer.component.js +0 -32
- package/esm2015/projects/component-library/lib/organisms/icon-explorer/icon-explorer.module.js +0 -16
- package/lib/atoms/body-copy/body-copy.module.d.ts +0 -2
- package/lib/atoms/button-round/button-round.component.d.ts +0 -11
- package/lib/atoms/button-round/button-round.enum.d.ts +0 -5
- package/lib/atoms/button-round/button-round.module.d.ts +0 -2
- package/lib/atoms/description/description.component.d.ts +0 -6
- package/lib/atoms/description/description.module.d.ts +0 -2
- package/lib/atoms/dropdown/dropdown.module.d.ts +0 -2
- package/lib/atoms/label/label.module.d.ts +0 -2
- package/lib/atoms/list-title/list-title.component.d.ts +0 -6
- package/lib/atoms/list-title/list-title.module.d.ts +0 -2
- package/lib/atoms/more-dropdown/more-dropdown.module.d.ts +0 -2
- package/lib/atoms/time-stamp/time-stamp.component.d.ts +0 -6
- package/lib/atoms/time-stamp/time-stamp.module.d.ts +0 -2
- package/lib/atoms/xl-size/xl-size.module.d.ts +0 -2
- package/lib/organisms/color-swatch-collection/color-swatch-collection.component.d.ts +0 -7
- package/lib/organisms/color-swatch-collection/color-swatch-collection.module.d.ts +0 -2
- package/lib/organisms/icon-explorer/icon-explorer.component.d.ts +0 -10
- package/lib/organisms/icon-explorer/icon-explorer.module.d.ts +0 -2
- package/projects/component-library/lib/atoms/body-copy/body-copy.module.d.ts +0 -2
- package/projects/component-library/lib/atoms/button-round/button-round.component.d.ts +0 -11
- package/projects/component-library/lib/atoms/button-round/button-round.enum.d.ts +0 -5
- package/projects/component-library/lib/atoms/button-round/button-round.module.d.ts +0 -2
- package/projects/component-library/lib/atoms/description/description.component.d.ts +0 -6
- package/projects/component-library/lib/atoms/description/description.module.d.ts +0 -2
- package/projects/component-library/lib/atoms/dropdown/dropdown.module.d.ts +0 -2
- package/projects/component-library/lib/atoms/label/label.module.d.ts +0 -2
- package/projects/component-library/lib/atoms/list-title/list-title.component.d.ts +0 -6
- package/projects/component-library/lib/atoms/list-title/list-title.module.d.ts +0 -2
- package/projects/component-library/lib/atoms/more-dropdown/more-dropdown.module.d.ts +0 -2
- package/projects/component-library/lib/atoms/time-stamp/time-stamp.component.d.ts +0 -6
- package/projects/component-library/lib/atoms/time-stamp/time-stamp.module.d.ts +0 -2
- package/projects/component-library/lib/atoms/xl-size/xl-size.module.d.ts +0 -2
- package/projects/component-library/lib/organisms/color-swatch-collection/color-swatch-collection.component.d.ts +0 -7
- package/projects/component-library/lib/organisms/color-swatch-collection/color-swatch-collection.module.d.ts +0 -2
- package/projects/component-library/lib/organisms/icon-explorer/icon-explorer.component.d.ts +0 -10
- package/projects/component-library/lib/organisms/icon-explorer/icon-explorer.module.d.ts +0 -2
|
@@ -1,10 +1,120 @@
|
|
|
1
1
|
import { __decorate } from 'tslib';
|
|
2
|
-
import {
|
|
2
|
+
import { Input, Component, NgModule, EventEmitter, Output, ViewEncapsulation } from '@angular/core';
|
|
3
3
|
import { CommonModule, SlicePipe } from '@angular/common';
|
|
4
|
+
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
|
|
4
5
|
import { BsDropdownModule } from 'ngx-bootstrap/dropdown';
|
|
5
6
|
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
|
|
6
7
|
import { TooltipModule } from 'ngx-bootstrap/tooltip';
|
|
7
8
|
|
|
9
|
+
let AvatarComponent = class AvatarComponent {
|
|
10
|
+
constructor(sp) {
|
|
11
|
+
this.sp = sp;
|
|
12
|
+
}
|
|
13
|
+
ngOnInit() {
|
|
14
|
+
this.initials = '';
|
|
15
|
+
this.firstInitial = '';
|
|
16
|
+
this.bgColor = '';
|
|
17
|
+
if (this.firstName) {
|
|
18
|
+
this.initials += this.sp.transform(this.firstName, 0, 1);
|
|
19
|
+
this.firstInitial = this.sp
|
|
20
|
+
.transform(this.firstName, 0, 1)
|
|
21
|
+
.toLocaleLowerCase();
|
|
22
|
+
}
|
|
23
|
+
if (this.lastName) {
|
|
24
|
+
this.initials += this.sp.transform(this.lastName, 0, 1);
|
|
25
|
+
}
|
|
26
|
+
this.bgColor = this.getColor(this.firstInitial);
|
|
27
|
+
}
|
|
28
|
+
getColor(character) {
|
|
29
|
+
switch (character) {
|
|
30
|
+
case 'a':
|
|
31
|
+
return '#D0021B';
|
|
32
|
+
case 'b':
|
|
33
|
+
return '#F5A623';
|
|
34
|
+
case 'c':
|
|
35
|
+
return '#E4D75C';
|
|
36
|
+
case 'd':
|
|
37
|
+
return '#8B572A';
|
|
38
|
+
case 'e':
|
|
39
|
+
return '#579F09';
|
|
40
|
+
case 'f':
|
|
41
|
+
return '#BD10E0';
|
|
42
|
+
case 'g':
|
|
43
|
+
return '#9013FE';
|
|
44
|
+
case 'h':
|
|
45
|
+
return '#4A90E2';
|
|
46
|
+
case 'i':
|
|
47
|
+
return '#39B196';
|
|
48
|
+
case 'j':
|
|
49
|
+
return '#4A4A4A';
|
|
50
|
+
case 'k':
|
|
51
|
+
return '#E84D4D';
|
|
52
|
+
case 'l':
|
|
53
|
+
return '#E84DC0';
|
|
54
|
+
case 'm':
|
|
55
|
+
return '#CE950B';
|
|
56
|
+
case 'n':
|
|
57
|
+
return '#1CCE0B';
|
|
58
|
+
case 'o':
|
|
59
|
+
return '#1DB1A6';
|
|
60
|
+
case 'p':
|
|
61
|
+
return '#3724A9';
|
|
62
|
+
case 'q':
|
|
63
|
+
return '#A9249E';
|
|
64
|
+
case 'r':
|
|
65
|
+
return '#A9246B';
|
|
66
|
+
case 's':
|
|
67
|
+
return '#24A97A';
|
|
68
|
+
case 't':
|
|
69
|
+
return '#1C93B3';
|
|
70
|
+
case 'u':
|
|
71
|
+
return '#D52424';
|
|
72
|
+
case 'v':
|
|
73
|
+
return '#A45519';
|
|
74
|
+
case 'w':
|
|
75
|
+
return '#19A420';
|
|
76
|
+
case 'x':
|
|
77
|
+
return '#A41963';
|
|
78
|
+
case 'y':
|
|
79
|
+
return '#CFD00A';
|
|
80
|
+
case 'z':
|
|
81
|
+
return '#AA0AD0';
|
|
82
|
+
default:
|
|
83
|
+
return '#000000';
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
};
|
|
87
|
+
__decorate([
|
|
88
|
+
Input()
|
|
89
|
+
], AvatarComponent.prototype, "firstName", void 0);
|
|
90
|
+
__decorate([
|
|
91
|
+
Input()
|
|
92
|
+
], AvatarComponent.prototype, "lastName", void 0);
|
|
93
|
+
__decorate([
|
|
94
|
+
Input()
|
|
95
|
+
], AvatarComponent.prototype, "sizePx", void 0);
|
|
96
|
+
__decorate([
|
|
97
|
+
Input()
|
|
98
|
+
], AvatarComponent.prototype, "fontSizePx", void 0);
|
|
99
|
+
AvatarComponent = __decorate([
|
|
100
|
+
Component({
|
|
101
|
+
selector: 'lib-avatar',
|
|
102
|
+
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",
|
|
103
|
+
styles: [".avatar-circle{background:#000;border-radius:50%;height:50px;line-height:50px;width:50px}.avatar-text{color:#fff;text-align:center}"]
|
|
104
|
+
})
|
|
105
|
+
], AvatarComponent);
|
|
106
|
+
|
|
107
|
+
let AvatarModule = class AvatarModule {
|
|
108
|
+
};
|
|
109
|
+
AvatarModule = __decorate([
|
|
110
|
+
NgModule({
|
|
111
|
+
declarations: [AvatarComponent],
|
|
112
|
+
imports: [CommonModule],
|
|
113
|
+
providers: [SlicePipe],
|
|
114
|
+
exports: [AvatarComponent],
|
|
115
|
+
})
|
|
116
|
+
], AvatarModule);
|
|
117
|
+
|
|
8
118
|
let ButtonComponent = class ButtonComponent {
|
|
9
119
|
constructor() {
|
|
10
120
|
this.clicked = new EventEmitter();
|
|
@@ -73,7 +183,7 @@ __decorate([
|
|
|
73
183
|
PillComponent = __decorate([
|
|
74
184
|
Component({
|
|
75
185
|
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=\"
|
|
186
|
+
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
187
|
encapsulation: ViewEncapsulation.None,
|
|
78
188
|
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
189
|
})
|
|
@@ -89,8 +199,8 @@ __decorate([
|
|
|
89
199
|
TaskIconComponent = __decorate([
|
|
90
200
|
Component({
|
|
91
201
|
selector: 'symphony-task-icon',
|
|
92
|
-
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 '
|
|
93
|
-
styles: [".task-circle{border-radius:50%;height:50px;width:50px}.task-circle .fa-solid{color:#fff;font-size:20px;left:
|
|
202
|
+
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",
|
|
203
|
+
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}"]
|
|
94
204
|
})
|
|
95
205
|
], TaskIconComponent);
|
|
96
206
|
|
|
@@ -104,42 +214,6 @@ TaskIconModule = __decorate([
|
|
|
104
214
|
})
|
|
105
215
|
], TaskIconModule);
|
|
106
216
|
|
|
107
|
-
let InputTextComponent = class InputTextComponent {
|
|
108
|
-
constructor() {
|
|
109
|
-
this.placeholder = '';
|
|
110
|
-
this.textChange = new EventEmitter();
|
|
111
|
-
}
|
|
112
|
-
ngOnInit() { }
|
|
113
|
-
onTextChange(event) {
|
|
114
|
-
this.textChange.emit(event.target.value);
|
|
115
|
-
}
|
|
116
|
-
};
|
|
117
|
-
__decorate([
|
|
118
|
-
Input()
|
|
119
|
-
], InputTextComponent.prototype, "placeholder", void 0);
|
|
120
|
-
__decorate([
|
|
121
|
-
Input()
|
|
122
|
-
], InputTextComponent.prototype, "icon", void 0);
|
|
123
|
-
__decorate([
|
|
124
|
-
Output()
|
|
125
|
-
], InputTextComponent.prototype, "textChange", void 0);
|
|
126
|
-
InputTextComponent = __decorate([
|
|
127
|
-
Component({
|
|
128
|
-
selector: 'symphony-input',
|
|
129
|
-
template: "<div class=\"search-wrap\">\n <label for=\"keyword-search\" class=\"visuallyhidden\">Search: </label>\n <input\n type=\"text\"\n name=\"keyword-search\"\n class=\"keyword-search\"\n placeholder=\"{{ placeholder }}\"\n (keyup)=\"onTextChange($event)\"\n />\n <i *ngIf=\"icon\" class=\"{{ icon }}\"></i>\n</div>\n",
|
|
130
|
-
styles: [".visuallyhidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.search-wrap{position:relative}.search-wrap .keyword-search{border:1px solid #d0d0d0;border-radius:4px;font-family:neuzeit-grotesk,sans-serif!important;line-height:25px;padding:7px 15px;width:300px}.search-wrap .keyword-search::-moz-placeholder{color:#bababa}.search-wrap .keyword-search:-ms-input-placeholder{color:#bababa}.search-wrap .keyword-search::placeholder{color:#bababa}.search-wrap .keyword-search:focus{border-color:#464646}.search-wrap .keyword-search:focus-visible{outline:none}.search-wrap .fa-solid{font-size:20px;position:relative;right:30px;top:3px}"]
|
|
131
|
-
})
|
|
132
|
-
], InputTextComponent);
|
|
133
|
-
|
|
134
|
-
let InputTextModule = class InputTextModule {
|
|
135
|
-
};
|
|
136
|
-
InputTextModule = __decorate([
|
|
137
|
-
NgModule({
|
|
138
|
-
declarations: [InputTextComponent],
|
|
139
|
-
imports: [CommonModule],
|
|
140
|
-
})
|
|
141
|
-
], InputTextModule);
|
|
142
|
-
|
|
143
217
|
let ColorSampleComponent = class ColorSampleComponent {
|
|
144
218
|
constructor() { }
|
|
145
219
|
ngOnInit() {
|
|
@@ -167,34 +241,6 @@ ColorSampleModule = __decorate([
|
|
|
167
241
|
})
|
|
168
242
|
], ColorSampleModule);
|
|
169
243
|
|
|
170
|
-
let H1Component = class H1Component {
|
|
171
|
-
constructor() { }
|
|
172
|
-
ngOnInit() { }
|
|
173
|
-
};
|
|
174
|
-
__decorate([
|
|
175
|
-
Input()
|
|
176
|
-
], H1Component.prototype, "text", void 0);
|
|
177
|
-
__decorate([
|
|
178
|
-
Input()
|
|
179
|
-
], H1Component.prototype, "isSecondary", void 0);
|
|
180
|
-
H1Component = __decorate([
|
|
181
|
-
Component({
|
|
182
|
-
selector: 'symphony-h1',
|
|
183
|
-
template: "<h1 [ngClass]=\"{ 'h1-secondary': isSecondary, 'h1-primary': !isSecondary }\">\n {{ text }}\n</h1>\n",
|
|
184
|
-
styles: [".h1-primary,.h1-secondary{color:#000;font-family:neuzeit-grotesk,sans-serif!important;font-size:46px;font-weight:900;letter-spacing:-2px;line-height:40px;margin-bottom:0;margin-top:0}.h1-secondary{color:#fff}"]
|
|
185
|
-
})
|
|
186
|
-
], H1Component);
|
|
187
|
-
|
|
188
|
-
let H1Module = class H1Module {
|
|
189
|
-
};
|
|
190
|
-
H1Module = __decorate([
|
|
191
|
-
NgModule({
|
|
192
|
-
declarations: [H1Component],
|
|
193
|
-
imports: [CommonModule],
|
|
194
|
-
exports: [H1Component],
|
|
195
|
-
})
|
|
196
|
-
], H1Module);
|
|
197
|
-
|
|
198
244
|
let H2Component = class H2Component {
|
|
199
245
|
constructor() { }
|
|
200
246
|
ngOnInit() { }
|
|
@@ -208,8 +254,8 @@ __decorate([
|
|
|
208
254
|
H2Component = __decorate([
|
|
209
255
|
Component({
|
|
210
256
|
selector: 'symphony-h2',
|
|
211
|
-
template: "<h2 [ngClass]=\"{ 'h2-secondary': isSecondary, 'h2-primary': !isSecondary }\">\n {{ text }}\n</h2>\n",
|
|
212
|
-
styles: [".h2-primary,.h2-secondary{color:#000;
|
|
257
|
+
template: "<h2 [ngClass]=\"{ 'h2-secondary': isSecondary, 'h2-primary': !isSecondary }\">\n {{ text }}\n <ng-content></ng-content>\n</h2>\n",
|
|
258
|
+
styles: [".h2-primary,.h2-secondary{color:#000;letter-spacing:-2px;line-height:40px;margin-bottom:0;margin-top:0}.h2-secondary{color:#fff}"]
|
|
213
259
|
})
|
|
214
260
|
], H2Component);
|
|
215
261
|
|
|
@@ -236,8 +282,8 @@ __decorate([
|
|
|
236
282
|
H3Component = __decorate([
|
|
237
283
|
Component({
|
|
238
284
|
selector: 'symphony-h3',
|
|
239
|
-
template: "<h3 [ngClass]=\"{ 'h3-secondary': isSecondary, 'h3-primary': !isSecondary }\">\n {{ text }}\n</h3>\n",
|
|
240
|
-
styles: [".h3-primary,.h3-secondary{color:#000;
|
|
285
|
+
template: "<h3 [ngClass]=\"{ 'h3-secondary': isSecondary, 'h3-primary': !isSecondary }\">\n {{ text }}\n <ng-content></ng-content>\n</h3>\n",
|
|
286
|
+
styles: [".h3-primary,.h3-secondary{color:#000;letter-spacing:-1px;line-height:30px;margin-bottom:0;margin-top:0}.h3-secondary{color:#fff}"]
|
|
241
287
|
})
|
|
242
288
|
], H3Component);
|
|
243
289
|
|
|
@@ -251,93 +297,126 @@ H3Module = __decorate([
|
|
|
251
297
|
})
|
|
252
298
|
], H3Module);
|
|
253
299
|
|
|
254
|
-
let
|
|
300
|
+
let H4Component = class H4Component {
|
|
301
|
+
constructor() { }
|
|
302
|
+
ngOnInit() { }
|
|
303
|
+
};
|
|
304
|
+
__decorate([
|
|
305
|
+
Input()
|
|
306
|
+
], H4Component.prototype, "text", void 0);
|
|
307
|
+
__decorate([
|
|
308
|
+
Input()
|
|
309
|
+
], H4Component.prototype, "isSecondary", void 0);
|
|
310
|
+
H4Component = __decorate([
|
|
311
|
+
Component({
|
|
312
|
+
selector: 'symphony-h4',
|
|
313
|
+
template: "<h4 [ngClass]=\"{ 'h4-secondary': isSecondary, 'h4-primary': !isSecondary }\">\n {{ text }}\n <ng-content></ng-content>\n</h4>\n",
|
|
314
|
+
styles: [".h4-primary,.h4-secondary{color:#000;letter-spacing:-1px;line-height:20px;margin-bottom:0;margin-top:0}.h4-secondary{color:#fff}"]
|
|
315
|
+
})
|
|
316
|
+
], H4Component);
|
|
317
|
+
|
|
318
|
+
let H4Module = class H4Module {
|
|
319
|
+
};
|
|
320
|
+
H4Module = __decorate([
|
|
321
|
+
NgModule({
|
|
322
|
+
declarations: [H4Component],
|
|
323
|
+
imports: [CommonModule],
|
|
324
|
+
exports: [H4Component],
|
|
325
|
+
})
|
|
326
|
+
], H4Module);
|
|
327
|
+
|
|
328
|
+
let H1Component = class H1Component {
|
|
255
329
|
constructor() { }
|
|
256
330
|
ngOnInit() { }
|
|
257
331
|
};
|
|
258
332
|
__decorate([
|
|
259
333
|
Input()
|
|
260
|
-
],
|
|
334
|
+
], H1Component.prototype, "text", void 0);
|
|
261
335
|
__decorate([
|
|
262
336
|
Input()
|
|
263
|
-
],
|
|
264
|
-
|
|
337
|
+
], H1Component.prototype, "isSecondary", void 0);
|
|
338
|
+
H1Component = __decorate([
|
|
265
339
|
Component({
|
|
266
|
-
selector: 'symphony-
|
|
267
|
-
template: "<
|
|
268
|
-
styles: [".
|
|
340
|
+
selector: 'symphony-h1',
|
|
341
|
+
template: "<h1\n [ngClass]=\"{\n 'h1-secondary': isSecondary,\n 'h1-primary': !isSecondary\n }\"\n>\n {{ text }}\n <ng-content></ng-content>\n</h1>\n",
|
|
342
|
+
styles: [".h1-primary,.h1-secondary{color:#000;letter-spacing:-2px;line-height:50px;margin-bottom:0;margin-top:0}.h1-secondary{color:#fff}"]
|
|
269
343
|
})
|
|
270
|
-
],
|
|
344
|
+
], H1Component);
|
|
271
345
|
|
|
272
|
-
let
|
|
346
|
+
let H1Module = class H1Module {
|
|
273
347
|
};
|
|
274
|
-
|
|
348
|
+
H1Module = __decorate([
|
|
275
349
|
NgModule({
|
|
276
|
-
declarations: [
|
|
350
|
+
declarations: [H1Component],
|
|
277
351
|
imports: [CommonModule],
|
|
278
|
-
exports: [
|
|
352
|
+
exports: [H1Component],
|
|
279
353
|
})
|
|
280
|
-
],
|
|
354
|
+
], H1Module);
|
|
281
355
|
|
|
282
|
-
let
|
|
356
|
+
let ParagraphComponent = class ParagraphComponent {
|
|
283
357
|
constructor() { }
|
|
284
358
|
ngOnInit() { }
|
|
285
359
|
};
|
|
286
360
|
__decorate([
|
|
287
361
|
Input()
|
|
288
|
-
],
|
|
362
|
+
], ParagraphComponent.prototype, "text", void 0);
|
|
289
363
|
__decorate([
|
|
290
364
|
Input()
|
|
291
|
-
],
|
|
292
|
-
|
|
365
|
+
], ParagraphComponent.prototype, "isSecondary", void 0);
|
|
366
|
+
ParagraphComponent = __decorate([
|
|
293
367
|
Component({
|
|
294
368
|
selector: 'symphony-paragraph',
|
|
295
|
-
template: "<p\n [ngClass]=\"{\n 'body-copy-secondary': isSecondary,\n 'body-copy-primary': !isSecondary\n }\"\n>\n {{ text }}\n</p>\n",
|
|
369
|
+
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",
|
|
296
370
|
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}"]
|
|
297
371
|
})
|
|
298
|
-
],
|
|
372
|
+
], ParagraphComponent);
|
|
299
373
|
|
|
300
|
-
let
|
|
374
|
+
let ParagraphModule = class ParagraphModule {
|
|
301
375
|
};
|
|
302
|
-
|
|
376
|
+
ParagraphModule = __decorate([
|
|
303
377
|
NgModule({
|
|
304
|
-
declarations: [
|
|
378
|
+
declarations: [ParagraphComponent],
|
|
305
379
|
imports: [CommonModule],
|
|
306
|
-
exports: [
|
|
380
|
+
exports: [ParagraphComponent],
|
|
307
381
|
})
|
|
308
|
-
],
|
|
382
|
+
], ParagraphModule);
|
|
309
383
|
|
|
310
|
-
let
|
|
384
|
+
let H5Component = class H5Component {
|
|
311
385
|
constructor() { }
|
|
312
386
|
ngOnInit() { }
|
|
313
387
|
};
|
|
314
388
|
__decorate([
|
|
315
389
|
Input()
|
|
316
|
-
],
|
|
390
|
+
], H5Component.prototype, "text", void 0);
|
|
317
391
|
__decorate([
|
|
318
392
|
Input()
|
|
319
|
-
],
|
|
320
|
-
|
|
393
|
+
], H5Component.prototype, "isSecondary", void 0);
|
|
394
|
+
H5Component = __decorate([
|
|
321
395
|
Component({
|
|
322
|
-
selector: 'symphony-
|
|
323
|
-
template: "<
|
|
324
|
-
styles: [".
|
|
396
|
+
selector: 'symphony-h5',
|
|
397
|
+
template: "<h5\n [ngClass]=\"{\n 'h5-secondary': isSecondary,\n 'h5-primary': !isSecondary\n }\"\n>\n {{ text }}\n <ng-content></ng-content>\n</h5>\n",
|
|
398
|
+
styles: [".h5-primary,.h5-secondary{color:#000;font-size:14px;line-height:20px;margin-bottom:0;margin-top:0}.h5-secondary{color:#fff}"]
|
|
325
399
|
})
|
|
326
|
-
],
|
|
400
|
+
], H5Component);
|
|
327
401
|
|
|
328
|
-
let
|
|
402
|
+
let H5Module = class H5Module {
|
|
329
403
|
};
|
|
330
|
-
|
|
404
|
+
H5Module = __decorate([
|
|
331
405
|
NgModule({
|
|
332
|
-
declarations: [
|
|
406
|
+
declarations: [H5Component],
|
|
333
407
|
imports: [CommonModule],
|
|
334
|
-
exports: [
|
|
408
|
+
exports: [H5Component],
|
|
335
409
|
})
|
|
336
|
-
],
|
|
410
|
+
], H5Module);
|
|
337
411
|
|
|
338
412
|
let IconComponent = class IconComponent {
|
|
339
|
-
constructor() {
|
|
413
|
+
constructor() {
|
|
414
|
+
this.clicked = new EventEmitter();
|
|
415
|
+
}
|
|
340
416
|
ngOnInit() { }
|
|
417
|
+
onClick() {
|
|
418
|
+
this.clicked.emit('clicked');
|
|
419
|
+
}
|
|
341
420
|
};
|
|
342
421
|
__decorate([
|
|
343
422
|
Input()
|
|
@@ -345,11 +424,14 @@ __decorate([
|
|
|
345
424
|
__decorate([
|
|
346
425
|
Input()
|
|
347
426
|
], IconComponent.prototype, "isSecondary", void 0);
|
|
427
|
+
__decorate([
|
|
428
|
+
Output()
|
|
429
|
+
], IconComponent.prototype, "clicked", void 0);
|
|
348
430
|
IconComponent = __decorate([
|
|
349
431
|
Component({
|
|
350
432
|
selector: 'symphony-icon',
|
|
351
|
-
template: "<i\n
|
|
352
|
-
styles: [".icon-secondary{color:#fff}"]
|
|
433
|
+
template: "<i\n [class]=\"icon\"\n [ngClass]=\"{\n 'icon-secondary': isSecondary,\n 'icon-primary': !isSecondary\n }\"\n (click)=\"onClick()\"\n></i>\n",
|
|
434
|
+
styles: [".icon-secondary{color:#fff}i{cursor:pointer;height:18px;width:18px}"]
|
|
353
435
|
})
|
|
354
436
|
], IconComponent);
|
|
355
437
|
|
|
@@ -363,190 +445,274 @@ IconModule = __decorate([
|
|
|
363
445
|
})
|
|
364
446
|
], IconModule);
|
|
365
447
|
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
448
|
+
var Icons;
|
|
449
|
+
(function (Icons) {
|
|
450
|
+
Icons["MOREOPTIONS"] = "si-more-options";
|
|
451
|
+
Icons["ADD"] = "si-add";
|
|
452
|
+
Icons["ACTIVITY"] = "si-activity";
|
|
453
|
+
Icons["ARROWHIDEREVEAL"] = "si-arrow-hide-reveal";
|
|
454
|
+
Icons["ARROWNEXT"] = "si-arrow-next";
|
|
455
|
+
Icons["ARROWPREV"] = "si-arrow-prev";
|
|
456
|
+
Icons["CLOSEMODAL"] = "si-close-modal";
|
|
457
|
+
Icons["COLLAPSE"] = "si-collapse";
|
|
458
|
+
Icons["DAYMODE"] = "si-daymode";
|
|
459
|
+
Icons["DELETE"] = "si-delete";
|
|
460
|
+
Icons["DOCUMENT"] = "si-document";
|
|
461
|
+
Icons["DOWNLOAD"] = "si-download";
|
|
462
|
+
Icons["EDIT"] = "si-edit";
|
|
463
|
+
Icons["EMAILDRIP"] = "si-email-drip";
|
|
464
|
+
Icons["EMAILOPEN"] = "si-email-open";
|
|
465
|
+
Icons["EMAILSEND"] = "si-email-send";
|
|
466
|
+
Icons["EXPAND"] = "si-expand";
|
|
467
|
+
Icons["FAVORITE"] = "si-favorite";
|
|
468
|
+
Icons["FEEDBACKMAYBE"] = "si-feedback-maybe";
|
|
469
|
+
Icons["FEEDBACKNO"] = "si-feedback-no";
|
|
470
|
+
Icons["FEEDBACKYES"] = "si-feedback-yes";
|
|
471
|
+
Icons["FOLDERMULTIPLE"] = "si-folder-multiple";
|
|
472
|
+
Icons["INCLUDE"] = "si-include";
|
|
473
|
+
Icons["INFO"] = "si-info";
|
|
474
|
+
Icons["INTERVIEW"] = "si-interview";
|
|
475
|
+
Icons["LINK"] = "si-link";
|
|
476
|
+
Icons["LOCATION"] = "si-location";
|
|
477
|
+
Icons["MENUALL"] = "si-menu-all";
|
|
478
|
+
Icons["MENUANALYTICS"] = "si-menu-analytics";
|
|
479
|
+
Icons["MENUASSETS"] = "si-menu-assets";
|
|
480
|
+
Icons["MENUCAMPAIGNS"] = "si-menu-campaigns";
|
|
481
|
+
Icons["MENUCONTACT"] = "si-menu-contact";
|
|
482
|
+
Icons["MENUCONTENT"] = "si-menu-content";
|
|
483
|
+
Icons["MENUDASHBOARD"] = "si-menu-dashboard";
|
|
484
|
+
Icons["MENUEVENTS"] = "si-menu-events";
|
|
485
|
+
Icons["MENUFOLDERS"] = "si-menu-folders";
|
|
486
|
+
Icons["MENUJOBS"] = "si-menu-jobs";
|
|
487
|
+
Icons["MENURETURN"] = "si-menu-return";
|
|
488
|
+
Icons["MENUWORKFLOWS"] = "si-menu-workflows";
|
|
489
|
+
Icons["MERGE"] = "si-merge";
|
|
490
|
+
Icons["MOVE"] = "si-move";
|
|
491
|
+
Icons["NIGHTMODE"] = "si-nightmode";
|
|
492
|
+
Icons["NOTIFICATION"] = "si-notification";
|
|
493
|
+
Icons["ORGANIZECOLUMNS"] = "si-organize-columns";
|
|
494
|
+
Icons["ORGANIZECONTACTS"] = "si-organize-contacts";
|
|
495
|
+
Icons["PENDINGINCOMPLETE"] = "si-pending-incomplete";
|
|
496
|
+
Icons["PHONENUMBER"] = "si-phone-number";
|
|
497
|
+
Icons["PREVIEW"] = "si-preview";
|
|
498
|
+
Icons["PROMOTE"] = "si-promote";
|
|
499
|
+
Icons["REFRESH"] = "si-refresh";
|
|
500
|
+
Icons["REMOVE"] = "si-remove";
|
|
501
|
+
Icons["EXCLUDE"] = "si-exclude";
|
|
502
|
+
Icons["RESULTSFILTERS"] = "si-results-filters";
|
|
503
|
+
Icons["REVIEW"] = "si-review";
|
|
504
|
+
Icons["SALARY"] = "si-salary";
|
|
505
|
+
Icons["SAVE"] = "si-save";
|
|
506
|
+
Icons["SEARCHADVANCED"] = "si-search-advanced";
|
|
507
|
+
Icons["SEARCHCLEAR"] = "si-search-clear";
|
|
508
|
+
Icons["SEARCHNEW"] = "si-search-new";
|
|
509
|
+
Icons["SETTINGSMART"] = "si-settings-smart";
|
|
510
|
+
Icons["SMS"] = "si-sms";
|
|
511
|
+
Icons["SORTMINI"] = "si-sort-mini";
|
|
512
|
+
Icons["STATUS"] = "si-status";
|
|
513
|
+
Icons["SYSTEMACTION"] = "si-system-action";
|
|
514
|
+
Icons["TASKCOMPLETED"] = "si-task-completed";
|
|
515
|
+
Icons["TASKOPEN"] = "si-task-open";
|
|
516
|
+
Icons["TIMEFRAME"] = "si-timeframe";
|
|
517
|
+
Icons["TIMELINE"] = "si-timeline";
|
|
518
|
+
Icons["UPLOAD"] = "si-upload";
|
|
519
|
+
Icons["USERMULTIPLE"] = "si-user-multiple";
|
|
520
|
+
Icons["USER"] = "si-user";
|
|
521
|
+
})(Icons || (Icons = {}));
|
|
522
|
+
|
|
523
|
+
let IconWrapperComponent = class IconWrapperComponent {
|
|
524
|
+
constructor() {
|
|
525
|
+
this.Icons = Icons;
|
|
526
|
+
this.clicked = new EventEmitter();
|
|
369
527
|
}
|
|
370
|
-
ngOnInit() {
|
|
371
|
-
|
|
372
|
-
this.
|
|
373
|
-
this.bgColor = '';
|
|
374
|
-
if (this.firstName) {
|
|
375
|
-
this.initials += this.sp.transform(this.firstName, 0, 1);
|
|
376
|
-
this.firstInitial = this.sp
|
|
377
|
-
.transform(this.firstName, 0, 1)
|
|
378
|
-
.toLocaleLowerCase();
|
|
379
|
-
}
|
|
380
|
-
if (this.lastName) {
|
|
381
|
-
this.initials += this.sp.transform(this.lastName, 0, 1);
|
|
382
|
-
}
|
|
383
|
-
this.bgColor = this.getColor(this.firstInitial);
|
|
384
|
-
}
|
|
385
|
-
getColor(character) {
|
|
386
|
-
switch (character) {
|
|
387
|
-
case 'a':
|
|
388
|
-
return '#D0021B';
|
|
389
|
-
case 'b':
|
|
390
|
-
return '#F5A623';
|
|
391
|
-
case 'c':
|
|
392
|
-
return '#E4D75C';
|
|
393
|
-
case 'd':
|
|
394
|
-
return '#8B572A';
|
|
395
|
-
case 'e':
|
|
396
|
-
return '#579F09';
|
|
397
|
-
case 'f':
|
|
398
|
-
return '#BD10E0';
|
|
399
|
-
case 'g':
|
|
400
|
-
return '#9013FE';
|
|
401
|
-
case 'h':
|
|
402
|
-
return '#4A90E2';
|
|
403
|
-
case 'i':
|
|
404
|
-
return '#39B196';
|
|
405
|
-
case 'j':
|
|
406
|
-
return '#4A4A4A';
|
|
407
|
-
case 'k':
|
|
408
|
-
return '#E84D4D';
|
|
409
|
-
case 'l':
|
|
410
|
-
return '#E84DC0';
|
|
411
|
-
case 'm':
|
|
412
|
-
return '#CE950B';
|
|
413
|
-
case 'n':
|
|
414
|
-
return '#1CCE0B';
|
|
415
|
-
case 'o':
|
|
416
|
-
return '#1DB1A6';
|
|
417
|
-
case 'p':
|
|
418
|
-
return '#3724A9';
|
|
419
|
-
case 'q':
|
|
420
|
-
return '#A9249E';
|
|
421
|
-
case 'r':
|
|
422
|
-
return '#A9246B';
|
|
423
|
-
case 's':
|
|
424
|
-
return '#24A97A';
|
|
425
|
-
case 't':
|
|
426
|
-
return '#1C93B3';
|
|
427
|
-
case 'u':
|
|
428
|
-
return '#D52424';
|
|
429
|
-
case 'v':
|
|
430
|
-
return '#A45519';
|
|
431
|
-
case 'w':
|
|
432
|
-
return '#19A420';
|
|
433
|
-
case 'x':
|
|
434
|
-
return '#A41963';
|
|
435
|
-
case 'y':
|
|
436
|
-
return '#CFD00A';
|
|
437
|
-
case 'z':
|
|
438
|
-
return '#AA0AD0';
|
|
439
|
-
default:
|
|
440
|
-
return '#000000';
|
|
441
|
-
}
|
|
528
|
+
ngOnInit() { }
|
|
529
|
+
onClick() {
|
|
530
|
+
this.clicked.emit('clicked');
|
|
442
531
|
}
|
|
443
532
|
};
|
|
444
533
|
__decorate([
|
|
445
534
|
Input()
|
|
446
|
-
],
|
|
535
|
+
], IconWrapperComponent.prototype, "isInverse", void 0);
|
|
536
|
+
__decorate([
|
|
537
|
+
Output()
|
|
538
|
+
], IconWrapperComponent.prototype, "clicked", void 0);
|
|
539
|
+
IconWrapperComponent = __decorate([
|
|
540
|
+
Component({
|
|
541
|
+
selector: 'symphony-icon-wrapper',
|
|
542
|
+
template: "<div class=\"icon-wrapper\" [ngClass]=\"{ 'is-inverse': isInverse }\">\n <ng-content></ng-content>\n</div>\n",
|
|
543
|
+
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}"]
|
|
544
|
+
})
|
|
545
|
+
], IconWrapperComponent);
|
|
546
|
+
|
|
547
|
+
let IconWrapperModule = class IconWrapperModule {
|
|
548
|
+
};
|
|
549
|
+
IconWrapperModule = __decorate([
|
|
550
|
+
NgModule({
|
|
551
|
+
declarations: [IconWrapperComponent],
|
|
552
|
+
imports: [CommonModule],
|
|
553
|
+
exports: [IconWrapperComponent],
|
|
554
|
+
})
|
|
555
|
+
], IconWrapperModule);
|
|
556
|
+
|
|
557
|
+
let InputCheckboxComponent = class InputCheckboxComponent {
|
|
558
|
+
constructor() {
|
|
559
|
+
this.clicked = new EventEmitter();
|
|
560
|
+
}
|
|
561
|
+
ngOnInit() { }
|
|
562
|
+
onClick() {
|
|
563
|
+
this.isActive ? (this.isActive = false) : (this.isActive = true);
|
|
564
|
+
this.clicked.emit({
|
|
565
|
+
label: this.label,
|
|
566
|
+
isActive: this.isActive,
|
|
567
|
+
});
|
|
568
|
+
}
|
|
569
|
+
};
|
|
447
570
|
__decorate([
|
|
448
571
|
Input()
|
|
449
|
-
],
|
|
572
|
+
], InputCheckboxComponent.prototype, "isActive", void 0);
|
|
450
573
|
__decorate([
|
|
451
574
|
Input()
|
|
452
|
-
],
|
|
575
|
+
], InputCheckboxComponent.prototype, "label", void 0);
|
|
453
576
|
__decorate([
|
|
454
577
|
Input()
|
|
455
|
-
],
|
|
456
|
-
|
|
578
|
+
], InputCheckboxComponent.prototype, "isRequired", void 0);
|
|
579
|
+
__decorate([
|
|
580
|
+
Output()
|
|
581
|
+
], InputCheckboxComponent.prototype, "clicked", void 0);
|
|
582
|
+
InputCheckboxComponent = __decorate([
|
|
457
583
|
Component({
|
|
458
|
-
selector: '
|
|
459
|
-
template: "<div
|
|
460
|
-
styles: [".
|
|
584
|
+
selector: 'symphony-input-checkbox',
|
|
585
|
+
template: "<div class=\"sfx-checkbox\" (click)=\"onClick()\">\n <input\n type=\"checkbox\"\n class=\"sfx-checkbox-input\"\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",
|
|
586
|
+
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}"]
|
|
461
587
|
})
|
|
462
|
-
],
|
|
588
|
+
], InputCheckboxComponent);
|
|
463
589
|
|
|
464
|
-
let
|
|
590
|
+
let InputCheckboxModule = class InputCheckboxModule {
|
|
465
591
|
};
|
|
466
|
-
|
|
592
|
+
InputCheckboxModule = __decorate([
|
|
467
593
|
NgModule({
|
|
468
|
-
declarations: [
|
|
594
|
+
declarations: [InputCheckboxComponent],
|
|
469
595
|
imports: [CommonModule],
|
|
470
|
-
|
|
471
|
-
exports: [AvatarComponent],
|
|
596
|
+
exports: [InputCheckboxComponent],
|
|
472
597
|
})
|
|
473
|
-
],
|
|
598
|
+
], InputCheckboxModule);
|
|
474
599
|
|
|
475
|
-
let
|
|
476
|
-
constructor() {
|
|
600
|
+
let InputRadioComponent = class InputRadioComponent {
|
|
601
|
+
constructor() {
|
|
602
|
+
this.clicked = new EventEmitter();
|
|
603
|
+
}
|
|
477
604
|
ngOnInit() { }
|
|
605
|
+
onClick() {
|
|
606
|
+
this.isActive ? (this.isActive = false) : (this.isActive = true);
|
|
607
|
+
this.clicked.emit({
|
|
608
|
+
label: this.label,
|
|
609
|
+
isActive: this.isActive,
|
|
610
|
+
});
|
|
611
|
+
}
|
|
478
612
|
};
|
|
479
613
|
__decorate([
|
|
480
614
|
Input()
|
|
481
|
-
],
|
|
482
|
-
|
|
615
|
+
], InputRadioComponent.prototype, "isActive", void 0);
|
|
616
|
+
__decorate([
|
|
617
|
+
Input()
|
|
618
|
+
], InputRadioComponent.prototype, "label", void 0);
|
|
619
|
+
__decorate([
|
|
620
|
+
Input()
|
|
621
|
+
], InputRadioComponent.prototype, "isRequired", void 0);
|
|
622
|
+
__decorate([
|
|
623
|
+
Output()
|
|
624
|
+
], InputRadioComponent.prototype, "clicked", void 0);
|
|
625
|
+
InputRadioComponent = __decorate([
|
|
483
626
|
Component({
|
|
484
|
-
selector: 'symphony-
|
|
485
|
-
template: "<
|
|
486
|
-
styles: ["
|
|
627
|
+
selector: 'symphony-input-radio',
|
|
628
|
+
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",
|
|
629
|
+
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}"]
|
|
487
630
|
})
|
|
488
|
-
],
|
|
631
|
+
], InputRadioComponent);
|
|
489
632
|
|
|
490
|
-
let
|
|
633
|
+
let SfxInlineErrorComponent = class SfxInlineErrorComponent {
|
|
634
|
+
constructor() { }
|
|
491
635
|
};
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
636
|
+
__decorate([
|
|
637
|
+
Input()
|
|
638
|
+
], SfxInlineErrorComponent.prototype, "errorMessage", void 0);
|
|
639
|
+
SfxInlineErrorComponent = __decorate([
|
|
640
|
+
Component({
|
|
641
|
+
selector: 'lib-sfx-inline-error',
|
|
642
|
+
template: "<p>{{ errorMessage }}</p>\n",
|
|
643
|
+
styles: ["p{color:red!important;font-size:1rem;margin:0;padding:10px 0}"]
|
|
497
644
|
})
|
|
498
|
-
],
|
|
645
|
+
], SfxInlineErrorComponent);
|
|
499
646
|
|
|
500
|
-
let
|
|
501
|
-
constructor() { }
|
|
502
|
-
ngOnInit() {
|
|
503
|
-
}
|
|
647
|
+
let SfxInlineErrorModule = class SfxInlineErrorModule {
|
|
504
648
|
};
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
649
|
+
SfxInlineErrorModule = __decorate([
|
|
650
|
+
NgModule({
|
|
651
|
+
declarations: [SfxInlineErrorComponent],
|
|
652
|
+
imports: [CommonModule],
|
|
653
|
+
exports: [SfxInlineErrorComponent],
|
|
510
654
|
})
|
|
511
|
-
],
|
|
655
|
+
], SfxInlineErrorModule);
|
|
512
656
|
|
|
513
|
-
let
|
|
657
|
+
let InputRadioModule = class InputRadioModule {
|
|
514
658
|
};
|
|
515
|
-
|
|
659
|
+
InputRadioModule = __decorate([
|
|
516
660
|
NgModule({
|
|
517
|
-
declarations: [
|
|
518
|
-
imports: [
|
|
519
|
-
|
|
520
|
-
|
|
661
|
+
declarations: [InputRadioComponent],
|
|
662
|
+
imports: [
|
|
663
|
+
CommonModule,
|
|
664
|
+
FormsModule,
|
|
665
|
+
ReactiveFormsModule,
|
|
666
|
+
SfxInlineErrorModule,
|
|
667
|
+
],
|
|
668
|
+
exports: [InputRadioComponent],
|
|
521
669
|
})
|
|
522
|
-
],
|
|
670
|
+
], InputRadioModule);
|
|
523
671
|
|
|
524
|
-
let
|
|
525
|
-
constructor() {
|
|
672
|
+
let InputTextComponent = class InputTextComponent {
|
|
673
|
+
constructor() {
|
|
674
|
+
this.placeholder = '';
|
|
675
|
+
this.textChange = new EventEmitter();
|
|
676
|
+
}
|
|
526
677
|
ngOnInit() { }
|
|
678
|
+
onTextChange(event) {
|
|
679
|
+
this.textChange.emit(event.target.value);
|
|
680
|
+
}
|
|
527
681
|
};
|
|
528
682
|
__decorate([
|
|
529
683
|
Input()
|
|
530
|
-
],
|
|
531
|
-
|
|
684
|
+
], InputTextComponent.prototype, "placeholder", void 0);
|
|
685
|
+
__decorate([
|
|
686
|
+
Input()
|
|
687
|
+
], InputTextComponent.prototype, "icon", void 0);
|
|
688
|
+
__decorate([
|
|
689
|
+
Input()
|
|
690
|
+
], InputTextComponent.prototype, "label", void 0);
|
|
691
|
+
__decorate([
|
|
692
|
+
Input()
|
|
693
|
+
], InputTextComponent.prototype, "isInverse", void 0);
|
|
694
|
+
__decorate([
|
|
695
|
+
Output()
|
|
696
|
+
], InputTextComponent.prototype, "textChange", void 0);
|
|
697
|
+
InputTextComponent = __decorate([
|
|
532
698
|
Component({
|
|
533
|
-
selector: 'symphony-
|
|
534
|
-
template: "<
|
|
535
|
-
styles: ["
|
|
699
|
+
selector: 'symphony-input-text',
|
|
700
|
+
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",
|
|
701
|
+
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}"]
|
|
536
702
|
})
|
|
537
|
-
],
|
|
703
|
+
], InputTextComponent);
|
|
538
704
|
|
|
539
|
-
let
|
|
705
|
+
let InputTextModule = class InputTextModule {
|
|
540
706
|
};
|
|
541
|
-
|
|
707
|
+
InputTextModule = __decorate([
|
|
542
708
|
NgModule({
|
|
543
|
-
declarations: [
|
|
544
|
-
imports: [CommonModule],
|
|
545
|
-
exports: [
|
|
709
|
+
declarations: [InputTextComponent],
|
|
710
|
+
imports: [CommonModule, IconModule],
|
|
711
|
+
exports: [InputTextComponent],
|
|
546
712
|
})
|
|
547
|
-
],
|
|
713
|
+
], InputTextModule);
|
|
548
714
|
|
|
549
|
-
let
|
|
715
|
+
let ContextualMenuComponent = class ContextualMenuComponent {
|
|
550
716
|
constructor() { }
|
|
551
717
|
ngOnInit() {
|
|
552
718
|
this.sfxMoreActions = this.moreActions;
|
|
@@ -554,24 +720,24 @@ let MoreDropdownComponent = class MoreDropdownComponent {
|
|
|
554
720
|
};
|
|
555
721
|
__decorate([
|
|
556
722
|
Input()
|
|
557
|
-
],
|
|
558
|
-
|
|
723
|
+
], ContextualMenuComponent.prototype, "moreActions", void 0);
|
|
724
|
+
ContextualMenuComponent = __decorate([
|
|
559
725
|
Component({
|
|
560
|
-
selector: 'symphony-
|
|
561
|
-
template: "<div
|
|
562
|
-
styles: [".btn-group button.dropdown-toggle.btn{background:#fff;border-radius:50%;box-shadow:none;color:#000;font-size:24px;height:40px;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}"]
|
|
726
|
+
selector: 'symphony-contextual-menu',
|
|
727
|
+
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",
|
|
728
|
+
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}"]
|
|
563
729
|
})
|
|
564
|
-
],
|
|
730
|
+
], ContextualMenuComponent);
|
|
565
731
|
|
|
566
|
-
let
|
|
732
|
+
let ContextualMenuModule = class ContextualMenuModule {
|
|
567
733
|
};
|
|
568
|
-
|
|
734
|
+
ContextualMenuModule = __decorate([
|
|
569
735
|
NgModule({
|
|
570
|
-
declarations: [
|
|
736
|
+
declarations: [ContextualMenuComponent],
|
|
571
737
|
imports: [CommonModule, BsDropdownModule.forRoot(), BrowserAnimationsModule],
|
|
572
|
-
exports: [
|
|
738
|
+
exports: [ContextualMenuComponent]
|
|
573
739
|
})
|
|
574
|
-
],
|
|
740
|
+
], ContextualMenuModule);
|
|
575
741
|
|
|
576
742
|
let PillModule = class PillModule {
|
|
577
743
|
};
|
|
@@ -585,69 +751,30 @@ PillModule = __decorate([
|
|
|
585
751
|
})
|
|
586
752
|
], PillModule);
|
|
587
753
|
|
|
588
|
-
let
|
|
754
|
+
let TwoColumnFilterAreaComponent = class TwoColumnFilterAreaComponent {
|
|
589
755
|
constructor() { }
|
|
590
756
|
ngOnInit() { }
|
|
591
757
|
};
|
|
592
758
|
__decorate([
|
|
593
759
|
Input()
|
|
594
|
-
],
|
|
595
|
-
|
|
596
|
-
Component({
|
|
597
|
-
selector: 'symphony-time-stamp',
|
|
598
|
-
template: "<p>{{timeStamp}}</p>\n",
|
|
599
|
-
styles: ["p{font-size:14px;letter-spacing:-1px;line-height:29px;margin-bottom:0}"]
|
|
600
|
-
})
|
|
601
|
-
], TimeStampComponent);
|
|
602
|
-
|
|
603
|
-
let TimeStampModule = class TimeStampModule {
|
|
604
|
-
};
|
|
605
|
-
TimeStampModule = __decorate([
|
|
606
|
-
NgModule({
|
|
607
|
-
declarations: [TimeStampComponent],
|
|
608
|
-
imports: [CommonModule],
|
|
609
|
-
exports: [TimeStampComponent]
|
|
610
|
-
})
|
|
611
|
-
], TimeStampModule);
|
|
612
|
-
|
|
613
|
-
let ButtonRoundComponent = class ButtonRoundComponent {
|
|
614
|
-
constructor() {
|
|
615
|
-
this.clicked = new EventEmitter();
|
|
616
|
-
}
|
|
617
|
-
ngOnInit() { }
|
|
618
|
-
onClick() {
|
|
619
|
-
this.clicked.emit('Clicked');
|
|
620
|
-
}
|
|
621
|
-
};
|
|
622
|
-
__decorate([
|
|
623
|
-
Input()
|
|
624
|
-
], ButtonRoundComponent.prototype, "icon", void 0);
|
|
625
|
-
__decorate([
|
|
626
|
-
Input()
|
|
627
|
-
], ButtonRoundComponent.prototype, "disabled", void 0);
|
|
628
|
-
__decorate([
|
|
629
|
-
Input()
|
|
630
|
-
], ButtonRoundComponent.prototype, "isSecondary", void 0);
|
|
631
|
-
__decorate([
|
|
632
|
-
Output()
|
|
633
|
-
], ButtonRoundComponent.prototype, "clicked", void 0);
|
|
634
|
-
ButtonRoundComponent = __decorate([
|
|
760
|
+
], TwoColumnFilterAreaComponent.prototype, "height", void 0);
|
|
761
|
+
TwoColumnFilterAreaComponent = __decorate([
|
|
635
762
|
Component({
|
|
636
|
-
selector: 'symphony-
|
|
637
|
-
template: "<
|
|
638
|
-
styles: ["
|
|
763
|
+
selector: 'symphony-two-column-filter-area',
|
|
764
|
+
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",
|
|
765
|
+
styles: [".sfx-filter-section{background-color:#000;border-radius:5px;padding:1.875rem 2.5rem}"]
|
|
639
766
|
})
|
|
640
|
-
],
|
|
767
|
+
], TwoColumnFilterAreaComponent);
|
|
641
768
|
|
|
642
|
-
let
|
|
769
|
+
let TwoColumnFilterAreaModule = class TwoColumnFilterAreaModule {
|
|
643
770
|
};
|
|
644
|
-
|
|
771
|
+
TwoColumnFilterAreaModule = __decorate([
|
|
645
772
|
NgModule({
|
|
646
|
-
declarations: [
|
|
773
|
+
declarations: [TwoColumnFilterAreaComponent],
|
|
647
774
|
imports: [CommonModule],
|
|
648
|
-
exports: [
|
|
775
|
+
exports: [TwoColumnFilterAreaComponent],
|
|
649
776
|
})
|
|
650
|
-
],
|
|
777
|
+
], TwoColumnFilterAreaModule);
|
|
651
778
|
|
|
652
779
|
let AtomsModule = class AtomsModule {
|
|
653
780
|
};
|
|
@@ -657,11 +784,7 @@ AtomsModule = __decorate([
|
|
|
657
784
|
imports: [],
|
|
658
785
|
exports: [
|
|
659
786
|
ButtonModule,
|
|
660
|
-
|
|
661
|
-
MoreDropdownModule,
|
|
662
|
-
DescriptionModule,
|
|
663
|
-
ListTitleModule,
|
|
664
|
-
TimeStampModule,
|
|
787
|
+
ContextualMenuModule,
|
|
665
788
|
AvatarModule,
|
|
666
789
|
PillModule,
|
|
667
790
|
TaskIconModule,
|
|
@@ -669,98 +792,45 @@ AtomsModule = __decorate([
|
|
|
669
792
|
H1Module,
|
|
670
793
|
H2Module,
|
|
671
794
|
H3Module,
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
ButtonRoundModule,
|
|
795
|
+
H4Module,
|
|
796
|
+
H5Module,
|
|
797
|
+
ParagraphModule,
|
|
676
798
|
IconModule,
|
|
799
|
+
IconWrapperModule,
|
|
800
|
+
TwoColumnFilterAreaModule,
|
|
801
|
+
InputRadioModule,
|
|
802
|
+
InputCheckboxModule,
|
|
803
|
+
InputTextModule,
|
|
677
804
|
],
|
|
678
805
|
})
|
|
679
806
|
], AtomsModule);
|
|
680
807
|
|
|
681
|
-
let
|
|
682
|
-
constructor() {
|
|
683
|
-
this.removePill = new EventEmitter();
|
|
684
|
-
}
|
|
808
|
+
let BreadcrumbComponent = class BreadcrumbComponent {
|
|
809
|
+
constructor() { }
|
|
685
810
|
ngOnInit() {
|
|
686
|
-
|
|
687
|
-
onRemovePill(event) {
|
|
688
|
-
this.removePill.emit(this.pillsList.find(p => p.pillLabel.toLowerCase() === event.toLowerCase()));
|
|
811
|
+
this.icon = Icons.ARROWNEXT;
|
|
689
812
|
}
|
|
690
813
|
};
|
|
691
814
|
__decorate([
|
|
692
815
|
Input()
|
|
693
|
-
],
|
|
694
|
-
__decorate([
|
|
695
|
-
Input()
|
|
696
|
-
], PillsComponent.prototype, "pillsList", void 0);
|
|
697
|
-
__decorate([
|
|
698
|
-
Input()
|
|
699
|
-
], PillsComponent.prototype, "hasTooltips", void 0);
|
|
700
|
-
__decorate([
|
|
701
|
-
Output()
|
|
702
|
-
], PillsComponent.prototype, "removePill", void 0);
|
|
703
|
-
PillsComponent = __decorate([
|
|
816
|
+
], BreadcrumbComponent.prototype, "breadcrumbs", void 0);
|
|
817
|
+
BreadcrumbComponent = __decorate([
|
|
704
818
|
Component({
|
|
705
|
-
selector: 'symphony-
|
|
706
|
-
template: "<div class=\"sfx-
|
|
707
|
-
styles: [".sfx-
|
|
819
|
+
selector: 'symphony-breadcrumb',
|
|
820
|
+
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",
|
|
821
|
+
styles: [".breadcrumb-item,.sfx-breadcrumb-wrapper{display:flex}symphony-icon{padding:0 6px;position:relative;top:9px}"]
|
|
708
822
|
})
|
|
709
|
-
],
|
|
823
|
+
], BreadcrumbComponent);
|
|
710
824
|
|
|
711
|
-
let
|
|
825
|
+
let BreadcrumbModule = class BreadcrumbModule {
|
|
712
826
|
};
|
|
713
|
-
|
|
827
|
+
BreadcrumbModule = __decorate([
|
|
714
828
|
NgModule({
|
|
715
|
-
declarations: [
|
|
716
|
-
imports: [
|
|
717
|
-
|
|
718
|
-
PillModule
|
|
719
|
-
],
|
|
720
|
-
exports: [
|
|
721
|
-
PillsComponent
|
|
722
|
-
]
|
|
829
|
+
declarations: [BreadcrumbComponent],
|
|
830
|
+
imports: [CommonModule, H3Module, IconModule],
|
|
831
|
+
exports: [BreadcrumbComponent],
|
|
723
832
|
})
|
|
724
|
-
],
|
|
725
|
-
|
|
726
|
-
let TaskComponent = class TaskComponent {
|
|
727
|
-
constructor() {
|
|
728
|
-
this.taskModel = {
|
|
729
|
-
assignee: '',
|
|
730
|
-
title: '',
|
|
731
|
-
dueDate: '',
|
|
732
|
-
moreActions: [],
|
|
733
|
-
};
|
|
734
|
-
}
|
|
735
|
-
ngOnInit() { }
|
|
736
|
-
};
|
|
737
|
-
__decorate([
|
|
738
|
-
Input()
|
|
739
|
-
], TaskComponent.prototype, "taskModel", void 0);
|
|
740
|
-
TaskComponent = __decorate([
|
|
741
|
-
Component({
|
|
742
|
-
selector: 'symphony-task',
|
|
743
|
-
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-list-title [listTitle]=\"taskModel.title\"></symphony-list-title>\n <div class=\"time-and-assigned\">\n <symphony-time-stamp\n [timeStamp]=\"taskModel.dueDate\"\n ></symphony-time-stamp>\n <symphony-description\n [description]=\"taskModel.assignee\"\n ></symphony-description>\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",
|
|
744
|
-
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-description,.sfx-task symphony-time-stamp{display:inline-block}.sfx-task symphony-time-stamp{margin-right:20px}.sfx-task .time-and-assigned{margin-bottom:-10px}"]
|
|
745
|
-
})
|
|
746
|
-
], TaskComponent);
|
|
747
|
-
|
|
748
|
-
let TaskModule = class TaskModule {
|
|
749
|
-
};
|
|
750
|
-
TaskModule = __decorate([
|
|
751
|
-
NgModule({
|
|
752
|
-
declarations: [TaskComponent],
|
|
753
|
-
imports: [
|
|
754
|
-
CommonModule,
|
|
755
|
-
TaskIconModule,
|
|
756
|
-
ListTitleModule,
|
|
757
|
-
TimeStampModule,
|
|
758
|
-
DescriptionModule,
|
|
759
|
-
MoreDropdownModule,
|
|
760
|
-
],
|
|
761
|
-
exports: [TaskComponent],
|
|
762
|
-
})
|
|
763
|
-
], TaskModule);
|
|
833
|
+
], BreadcrumbModule);
|
|
764
834
|
|
|
765
835
|
let ColorSwatchComponent = class ColorSwatchComponent {
|
|
766
836
|
constructor() {
|
|
@@ -783,7 +853,7 @@ __decorate([
|
|
|
783
853
|
ColorSwatchComponent = __decorate([
|
|
784
854
|
Component({
|
|
785
855
|
selector: 'symphony-ui-color-explorer',
|
|
786
|
-
template: "<div class=\"sfx-ui-color-explorer\">\n <symphony-color-sample\n [color]=\"colorSwatchModel.color\"\n ></symphony-color-sample>\n <symphony-
|
|
856
|
+
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",
|
|
787
857
|
styles: [""]
|
|
788
858
|
})
|
|
789
859
|
], ColorSwatchComponent);
|
|
@@ -796,8 +866,8 @@ ColorSwatchModule = __decorate([
|
|
|
796
866
|
imports: [
|
|
797
867
|
CommonModule,
|
|
798
868
|
ColorSampleModule,
|
|
799
|
-
|
|
800
|
-
|
|
869
|
+
H3Module,
|
|
870
|
+
ParagraphModule
|
|
801
871
|
],
|
|
802
872
|
exports: [ColorSwatchComponent],
|
|
803
873
|
})
|
|
@@ -815,11 +885,14 @@ let IconSwatchComponent = class IconSwatchComponent {
|
|
|
815
885
|
__decorate([
|
|
816
886
|
Input()
|
|
817
887
|
], IconSwatchComponent.prototype, "iconSwatchModel", void 0);
|
|
888
|
+
__decorate([
|
|
889
|
+
Input()
|
|
890
|
+
], IconSwatchComponent.prototype, "isInverse", void 0);
|
|
818
891
|
IconSwatchComponent = __decorate([
|
|
819
892
|
Component({
|
|
820
893
|
selector: 'symphony-icon-swatch',
|
|
821
|
-
template: "<div class=\"sfx-icon-swatch\">\n <div
|
|
822
|
-
styles: ["*{font-family:neuzeit-grotesk,sans-serif!important}.sfx-icon-wrapper{
|
|
894
|
+
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",
|
|
895
|
+
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}"]
|
|
823
896
|
})
|
|
824
897
|
], IconSwatchComponent);
|
|
825
898
|
|
|
@@ -828,37 +901,37 @@ let IconSwatchModule = class IconSwatchModule {
|
|
|
828
901
|
IconSwatchModule = __decorate([
|
|
829
902
|
NgModule({
|
|
830
903
|
declarations: [IconSwatchComponent],
|
|
831
|
-
imports: [
|
|
904
|
+
imports: [
|
|
905
|
+
CommonModule,
|
|
906
|
+
IconModule,
|
|
907
|
+
H5Module,
|
|
908
|
+
ParagraphModule,
|
|
909
|
+
IconWrapperModule,
|
|
910
|
+
],
|
|
832
911
|
exports: [IconSwatchComponent],
|
|
833
912
|
})
|
|
834
913
|
], IconSwatchModule);
|
|
835
914
|
|
|
836
915
|
let NoteComponent = class NoteComponent {
|
|
837
|
-
constructor() {
|
|
916
|
+
constructor() {
|
|
917
|
+
this.noteModel = {
|
|
918
|
+
firstName: '',
|
|
919
|
+
lastName: '',
|
|
920
|
+
listTitle: '',
|
|
921
|
+
timeStamp: '',
|
|
922
|
+
description: '',
|
|
923
|
+
moreActions: [],
|
|
924
|
+
};
|
|
925
|
+
}
|
|
838
926
|
ngOnInit() { }
|
|
839
927
|
};
|
|
840
928
|
__decorate([
|
|
841
929
|
Input()
|
|
842
|
-
], NoteComponent.prototype, "
|
|
843
|
-
__decorate([
|
|
844
|
-
Input()
|
|
845
|
-
], NoteComponent.prototype, "lastName", void 0);
|
|
846
|
-
__decorate([
|
|
847
|
-
Input()
|
|
848
|
-
], NoteComponent.prototype, "listTitle", void 0);
|
|
849
|
-
__decorate([
|
|
850
|
-
Input()
|
|
851
|
-
], NoteComponent.prototype, "timeStamp", void 0);
|
|
852
|
-
__decorate([
|
|
853
|
-
Input()
|
|
854
|
-
], NoteComponent.prototype, "description", void 0);
|
|
855
|
-
__decorate([
|
|
856
|
-
Input()
|
|
857
|
-
], NoteComponent.prototype, "moreActions", void 0);
|
|
930
|
+
], NoteComponent.prototype, "noteModel", void 0);
|
|
858
931
|
NoteComponent = __decorate([
|
|
859
932
|
Component({
|
|
860
933
|
selector: 'symphony-note',
|
|
861
|
-
template: "<div class=\"sfx-note\">\n <lib-avatar class=\"list-avatar\" [firstName]= firstName [lastName]= lastName></lib-avatar>\n <div class=\"list-content\">\n <symphony-
|
|
934
|
+
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-contextual-menu class=\"list-more-option\" [moreActions]= noteModel.moreActions></symphony-contextual-menu>\n</div>\n",
|
|
862
935
|
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}"]
|
|
863
936
|
})
|
|
864
937
|
], NoteComponent);
|
|
@@ -868,11 +941,100 @@ let NoteModule = class NoteModule {
|
|
|
868
941
|
NoteModule = __decorate([
|
|
869
942
|
NgModule({
|
|
870
943
|
declarations: [NoteComponent],
|
|
871
|
-
imports: [
|
|
944
|
+
imports: [
|
|
945
|
+
CommonModule,
|
|
946
|
+
AvatarModule,
|
|
947
|
+
ContextualMenuModule,
|
|
948
|
+
H3Module,
|
|
949
|
+
ParagraphModule
|
|
950
|
+
],
|
|
872
951
|
exports: [NoteComponent]
|
|
873
952
|
})
|
|
874
953
|
], NoteModule);
|
|
875
954
|
|
|
955
|
+
let PillsComponent = class PillsComponent {
|
|
956
|
+
constructor() {
|
|
957
|
+
this.removePill = new EventEmitter();
|
|
958
|
+
}
|
|
959
|
+
ngOnInit() {
|
|
960
|
+
}
|
|
961
|
+
onRemovePill(event) {
|
|
962
|
+
this.removePill.emit(this.pillsList.find(p => p.pillLabel.toLowerCase() === event.toLowerCase()));
|
|
963
|
+
}
|
|
964
|
+
};
|
|
965
|
+
__decorate([
|
|
966
|
+
Input()
|
|
967
|
+
], PillsComponent.prototype, "hasClose", void 0);
|
|
968
|
+
__decorate([
|
|
969
|
+
Input()
|
|
970
|
+
], PillsComponent.prototype, "pillsList", void 0);
|
|
971
|
+
__decorate([
|
|
972
|
+
Input()
|
|
973
|
+
], PillsComponent.prototype, "hasTooltips", void 0);
|
|
974
|
+
__decorate([
|
|
975
|
+
Output()
|
|
976
|
+
], PillsComponent.prototype, "removePill", void 0);
|
|
977
|
+
PillsComponent = __decorate([
|
|
978
|
+
Component({
|
|
979
|
+
selector: 'symphony-pills',
|
|
980
|
+
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>",
|
|
981
|
+
styles: [".sfx-pills-wrapper{overflow-x:auto;padding-bottom:20px;white-space:nowrap;width:100%}"]
|
|
982
|
+
})
|
|
983
|
+
], PillsComponent);
|
|
984
|
+
|
|
985
|
+
let PillsModule = class PillsModule {
|
|
986
|
+
};
|
|
987
|
+
PillsModule = __decorate([
|
|
988
|
+
NgModule({
|
|
989
|
+
declarations: [PillsComponent],
|
|
990
|
+
imports: [
|
|
991
|
+
CommonModule,
|
|
992
|
+
PillModule
|
|
993
|
+
],
|
|
994
|
+
exports: [
|
|
995
|
+
PillsComponent
|
|
996
|
+
]
|
|
997
|
+
})
|
|
998
|
+
], PillsModule);
|
|
999
|
+
|
|
1000
|
+
let TaskComponent = class TaskComponent {
|
|
1001
|
+
constructor() {
|
|
1002
|
+
this.taskModel = {
|
|
1003
|
+
assignee: '',
|
|
1004
|
+
title: '',
|
|
1005
|
+
dueDate: '',
|
|
1006
|
+
moreActions: [],
|
|
1007
|
+
};
|
|
1008
|
+
}
|
|
1009
|
+
ngOnInit() { }
|
|
1010
|
+
};
|
|
1011
|
+
__decorate([
|
|
1012
|
+
Input()
|
|
1013
|
+
], TaskComponent.prototype, "taskModel", void 0);
|
|
1014
|
+
TaskComponent = __decorate([
|
|
1015
|
+
Component({
|
|
1016
|
+
selector: 'symphony-task',
|
|
1017
|
+
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-contextual-menu\n class=\"task-more-option\"\n *ngIf=\"taskModel.moreActions && taskModel.moreActions.length > 0\"\n [moreActions]=\"taskModel.moreActions\"\n >\n </symphony-contextual-menu>\n</div>\n",
|
|
1018
|
+
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-contextual-menu{margin-left:auto}.sfx-task symphony-paragraph{display:inline-block;margin-right:20px}.sfx-task .time-and-assigned{margin-bottom:-10px}"]
|
|
1019
|
+
})
|
|
1020
|
+
], TaskComponent);
|
|
1021
|
+
|
|
1022
|
+
let TaskModule = class TaskModule {
|
|
1023
|
+
};
|
|
1024
|
+
TaskModule = __decorate([
|
|
1025
|
+
NgModule({
|
|
1026
|
+
declarations: [TaskComponent],
|
|
1027
|
+
imports: [
|
|
1028
|
+
CommonModule,
|
|
1029
|
+
TaskIconModule,
|
|
1030
|
+
ContextualMenuModule,
|
|
1031
|
+
H3Module,
|
|
1032
|
+
ParagraphModule
|
|
1033
|
+
],
|
|
1034
|
+
exports: [TaskComponent],
|
|
1035
|
+
})
|
|
1036
|
+
], TaskModule);
|
|
1037
|
+
|
|
876
1038
|
let MoleculesModule = class MoleculesModule {
|
|
877
1039
|
};
|
|
878
1040
|
MoleculesModule = __decorate([
|
|
@@ -881,14 +1043,12 @@ MoleculesModule = __decorate([
|
|
|
881
1043
|
imports: [
|
|
882
1044
|
CommonModule,
|
|
883
1045
|
AvatarModule,
|
|
884
|
-
|
|
885
|
-
TimeStampModule,
|
|
886
|
-
DescriptionModule,
|
|
887
|
-
MoreDropdownModule,
|
|
1046
|
+
ContextualMenuModule,
|
|
888
1047
|
PillsModule,
|
|
889
1048
|
TaskModule,
|
|
890
1049
|
ColorSwatchModule,
|
|
891
1050
|
IconSwatchModule,
|
|
1051
|
+
BreadcrumbModule,
|
|
892
1052
|
],
|
|
893
1053
|
exports: [
|
|
894
1054
|
NoteModule,
|
|
@@ -896,6 +1056,7 @@ MoleculesModule = __decorate([
|
|
|
896
1056
|
TaskModule,
|
|
897
1057
|
ColorSwatchModule,
|
|
898
1058
|
IconSwatchModule,
|
|
1059
|
+
BreadcrumbModule,
|
|
899
1060
|
],
|
|
900
1061
|
})
|
|
901
1062
|
], MoleculesModule);
|
|
@@ -925,142 +1086,142 @@ TaskListModule = __decorate([
|
|
|
925
1086
|
})
|
|
926
1087
|
], TaskListModule);
|
|
927
1088
|
|
|
928
|
-
let
|
|
1089
|
+
let NoteListComponent = class NoteListComponent {
|
|
929
1090
|
constructor() { }
|
|
930
|
-
ngOnInit() {
|
|
1091
|
+
ngOnInit() {
|
|
1092
|
+
}
|
|
931
1093
|
};
|
|
932
1094
|
__decorate([
|
|
933
1095
|
Input()
|
|
934
|
-
],
|
|
935
|
-
|
|
1096
|
+
], NoteListComponent.prototype, "noteList", void 0);
|
|
1097
|
+
NoteListComponent = __decorate([
|
|
936
1098
|
Component({
|
|
937
|
-
selector: 'symphony-
|
|
938
|
-
template: "<ul class=\"
|
|
939
|
-
|
|
940
|
-
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}"]
|
|
1099
|
+
selector: 'symphony-note-list',
|
|
1100
|
+
template: "<ul class=\"list-unstyled\">\n <li *ngFor=\"let note of noteList\">\n <symphony-note [noteModel]='note'></symphony-note>\n </li>\n</ul>\n",
|
|
1101
|
+
styles: ["li{border-bottom:1px solid #d9d9d9}li:last-child{border-bottom-color:transparent}"]
|
|
941
1102
|
})
|
|
942
|
-
],
|
|
1103
|
+
], NoteListComponent);
|
|
943
1104
|
|
|
944
|
-
let
|
|
1105
|
+
let NoteListModule = class NoteListModule {
|
|
945
1106
|
};
|
|
946
|
-
|
|
1107
|
+
NoteListModule = __decorate([
|
|
947
1108
|
NgModule({
|
|
948
|
-
declarations: [
|
|
949
|
-
imports: [CommonModule,
|
|
1109
|
+
declarations: [NoteListComponent],
|
|
1110
|
+
imports: [CommonModule, NoteModule],
|
|
1111
|
+
exports: [NoteListComponent]
|
|
950
1112
|
})
|
|
951
|
-
],
|
|
1113
|
+
], NoteListModule);
|
|
952
1114
|
|
|
953
|
-
|
|
954
|
-
(
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
Icons["LINK"] = "fa-link";
|
|
981
|
-
Icons["LOCATION"] = "fa-map-marker-alt";
|
|
982
|
-
Icons["MENUALL"] = "fa-bars";
|
|
983
|
-
Icons["MENUANALYTICS"] = "fa-chart-bar";
|
|
984
|
-
Icons["MENUASSETS"] = "fa-image";
|
|
985
|
-
Icons["MENUCAMPAIGNS"] = "fa-bullhorn";
|
|
986
|
-
Icons["MENUCONTACTS"] = "fa-user-circle";
|
|
987
|
-
Icons["MENUCONTENT"] = "fa-bullhorn";
|
|
988
|
-
Icons["MENUDASHBOARD"] = "fa-table";
|
|
989
|
-
Icons["MENUEVENTS"] = "fa-calendar";
|
|
990
|
-
Icons["MENUFOLDERS"] = "fa-folder";
|
|
991
|
-
Icons["MENUJOBS"] = "fa-briefcase";
|
|
992
|
-
Icons["MENURETURN"] = "fa-long-arrow-alt-left";
|
|
993
|
-
Icons["MENUWORKFLOWS"] = "fa-cogs";
|
|
994
|
-
Icons["MERGE"] = "fa-clone";
|
|
995
|
-
Icons["MOVE"] = "fa-times-circle";
|
|
996
|
-
Icons["NIGHTMODE"] = "fa-moon";
|
|
997
|
-
Icons["NOTIFICATION"] = "fa-bell";
|
|
998
|
-
Icons["ORGANISECOLUMNS"] = "fa-columns";
|
|
999
|
-
Icons["ORGANISECONTACTS"] = "fa-th-large";
|
|
1000
|
-
Icons["PENDINGCINCOMPLETE"] = "fa-times-circle";
|
|
1001
|
-
Icons["PHONENUMBER"] = "fa-phone";
|
|
1002
|
-
Icons["PREVIEW"] = "fa-eye";
|
|
1003
|
-
Icons["PROMOTE"] = "fa-times-circle";
|
|
1004
|
-
Icons["REFRESH"] = "fa-redo";
|
|
1005
|
-
Icons["REMOVE"] = "fa-minus";
|
|
1006
|
-
Icons["EXCLUDE"] = "fa-minus";
|
|
1007
|
-
Icons["RESULTSFILTERS"] = "fa-sliders-h";
|
|
1008
|
-
Icons["REVIEW"] = "fa-meh-blank";
|
|
1009
|
-
Icons["SALARY"] = "fa-money";
|
|
1010
|
-
Icons["SAVE"] = "fa-save";
|
|
1011
|
-
Icons["SEARCHADVANCED"] = "fa-search-plus";
|
|
1012
|
-
Icons["SEARCHCLEAR"] = "fa-search-minus";
|
|
1013
|
-
Icons["SEARCHNEW"] = "fa-search";
|
|
1014
|
-
Icons["SETTINGSMART"] = "fa-cogs";
|
|
1015
|
-
Icons["SMS"] = "fa-comment-dots";
|
|
1016
|
-
Icons["SORTMINI"] = "fa-arrow-down";
|
|
1017
|
-
Icons["STATUS"] = "fa-procedures";
|
|
1018
|
-
Icons["SYSTEMACTION"] = "fa-long-arrow-alt-right";
|
|
1019
|
-
Icons["TASKCOMPLETED"] = "fa-clipboard";
|
|
1020
|
-
Icons["TASKOPEN"] = "fa-times-circle";
|
|
1021
|
-
Icons["TIMEFRAME"] = "fa-times-circle";
|
|
1022
|
-
Icons["TIMELINE"] = "fa-times-circle";
|
|
1023
|
-
Icons["UPLOAD"] = "fa-upload";
|
|
1024
|
-
Icons["USERMULTIPLE"] = "fa-times-circle";
|
|
1025
|
-
Icons["USER"] = "fa-user";
|
|
1026
|
-
})(Icons || (Icons = {}));
|
|
1115
|
+
let EventsSettingsPageComponent = class EventsSettingsPageComponent {
|
|
1116
|
+
constructor() {
|
|
1117
|
+
this.eventsSettingsBreadcrumbs = [
|
|
1118
|
+
{
|
|
1119
|
+
label: 'Main Menu',
|
|
1120
|
+
link: '/tools',
|
|
1121
|
+
},
|
|
1122
|
+
{
|
|
1123
|
+
label: 'Sub Menu One',
|
|
1124
|
+
},
|
|
1125
|
+
];
|
|
1126
|
+
this.eventSettingsPageModel = {
|
|
1127
|
+
moreActions: [],
|
|
1128
|
+
};
|
|
1129
|
+
}
|
|
1130
|
+
ngOnInit() { }
|
|
1131
|
+
};
|
|
1132
|
+
__decorate([
|
|
1133
|
+
Input()
|
|
1134
|
+
], EventsSettingsPageComponent.prototype, "eventSettingsPageModel", void 0);
|
|
1135
|
+
EventsSettingsPageComponent = __decorate([
|
|
1136
|
+
Component({
|
|
1137
|
+
selector: 'symphony-events-settings-page',
|
|
1138
|
+
template: "<symphony-admin-list-template>\n <symphony-breadcrumb sfx-header [breadcrumbs]=\"eventsSettingsBreadcrumbs\">\n </symphony-breadcrumb>\n <symphony-two-column-filter-area sfx-filter-area>\n <symphony-placeholder filter-one [label]=\"'filter-one'\" [height]=\"'85px'\">\n </symphony-placeholder>\n <symphony-input-text\n filter-two\n [label]=\"'Search by Keyword'\"\n [placeholder]=\"'Filter search results'\"\n [icon]=\"'si-search-new'\"\n [isInverse]=\"'true'\"\n >\n </symphony-input-text>\n </symphony-two-column-filter-area>\n <symphony-h4 sfx-title>X Event Venues</symphony-h4>\n <symphony-contextual-menu sfx-grid-action\n class=\"more-options\"\n *ngIf=\"eventSettingsPageModel.moreActions && eventSettingsPageModel.moreActions.length > 0\"\n [moreActions]=\"eventSettingsPageModel.moreActions\"\n >\n </symphony-contextual-menu>\n <symphony-placeholder\n sfx-grid\n [label]=\"'sfx-grid'\"\n [height]=\"'500px'\"\n ></symphony-placeholder>\n</symphony-admin-list-template>\n",
|
|
1139
|
+
styles: [""]
|
|
1140
|
+
})
|
|
1141
|
+
], EventsSettingsPageComponent);
|
|
1027
1142
|
|
|
1028
|
-
let
|
|
1143
|
+
let AdminListTemplateComponent = class AdminListTemplateComponent {
|
|
1029
1144
|
constructor() { }
|
|
1030
|
-
ngOnInit() {
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1145
|
+
ngOnInit() { }
|
|
1146
|
+
};
|
|
1147
|
+
AdminListTemplateComponent = __decorate([
|
|
1148
|
+
Component({
|
|
1149
|
+
selector: 'symphony-admin-list-template',
|
|
1150
|
+
template: "<div class=\"sfx\">\n <!---->\n <section class=\"sfx-page-title\">\n <div class=\"row\">\n <div class=\"col-xs-12 col-sm-12 colmd-12 col-lg-12 add-source-list\">\n <ng-content select=\"[sfx-header]\"></ng-content>\n </div>\n </div>\n </section>\n <section class=\"col-xs-12 col-sm-12 col-md-12 col-lg-12 sfx-mb-30\">\n <div class=\"sfx-filter-section\">\n <div class=\"row\">\n <ng-content select=\"[sfx-filter-area]\"></ng-content>\n </div>\n </div>\n </section>\n <section class=\"sfx-title-wrap\">\n <div class=\"col-xs-12 col-sm-12 col-md-12 col-lg-12 sfx-mb-30 sfx-p-0\">\n <div class=\"col-xs-12 col-sm-12 col-md-5 col-lg-5 sfx-pl-0\">\n <!-- <h4 class=\"margin-left-minus-15\">22 Event Venues</h4> -->\n <ng-content select=\"[sfx-title]\"></ng-content>\n </div>\n <span class=\"pull-right sfx-create-new\">\n <ng-content select=\"[sfx-grid-action]\"></ng-content>\n </span>\n </div>\n </section>\n <section class=\"sfx-mt-30\">\n <ng-content select=\"[sfx-grid]\"></ng-content>\n </section>\n</div>\n",
|
|
1151
|
+
styles: [".sfx-page-title{margin-bottom:1.875rem;margin-top:3.125rem}.sfx-title-wrap{border-bottom:5px solid #000;display:inline-block;width:100%}"]
|
|
1152
|
+
})
|
|
1153
|
+
], AdminListTemplateComponent);
|
|
1154
|
+
|
|
1155
|
+
let AdminListModule = class AdminListModule {
|
|
1156
|
+
};
|
|
1157
|
+
AdminListModule = __decorate([
|
|
1158
|
+
NgModule({
|
|
1159
|
+
declarations: [AdminListTemplateComponent],
|
|
1160
|
+
imports: [CommonModule],
|
|
1161
|
+
exports: [AdminListTemplateComponent],
|
|
1162
|
+
})
|
|
1163
|
+
], AdminListModule);
|
|
1164
|
+
|
|
1165
|
+
let PlaceholderComponent = class PlaceholderComponent {
|
|
1166
|
+
constructor() { }
|
|
1167
|
+
ngOnInit() { }
|
|
1044
1168
|
};
|
|
1045
1169
|
__decorate([
|
|
1046
1170
|
Input()
|
|
1047
|
-
],
|
|
1048
|
-
|
|
1171
|
+
], PlaceholderComponent.prototype, "type", void 0);
|
|
1172
|
+
__decorate([
|
|
1173
|
+
Input()
|
|
1174
|
+
], PlaceholderComponent.prototype, "label", void 0);
|
|
1175
|
+
__decorate([
|
|
1176
|
+
Input()
|
|
1177
|
+
], PlaceholderComponent.prototype, "tooltip", void 0);
|
|
1178
|
+
__decorate([
|
|
1179
|
+
Input()
|
|
1180
|
+
], PlaceholderComponent.prototype, "tooltipPlacement", void 0);
|
|
1181
|
+
__decorate([
|
|
1182
|
+
Input()
|
|
1183
|
+
], PlaceholderComponent.prototype, "height", void 0);
|
|
1184
|
+
__decorate([
|
|
1185
|
+
Input()
|
|
1186
|
+
], PlaceholderComponent.prototype, "width", void 0);
|
|
1187
|
+
PlaceholderComponent = __decorate([
|
|
1049
1188
|
Component({
|
|
1050
|
-
selector: 'symphony-
|
|
1051
|
-
template: "<div class=\"
|
|
1052
|
-
styles: [".
|
|
1189
|
+
selector: 'symphony-placeholder',
|
|
1190
|
+
template: "<div\n *ngIf=\"type !== 'circle'\"\n class=\"placeholder-dashed\"\n [ngStyle]=\"{ height: height }\"\n>\n {{ label }}\n</div>\n\n<div\n *ngIf=\"type === 'circle'\"\n [tooltip]=\"tooltip\"\n [placement]=\"tooltipPlacement\"\n class=\"placeholder-dashed-circle\"\n [ngStyle]=\"{ height: height, width: width }\"\n>\n {{ label }}\n</div>\n",
|
|
1191
|
+
styles: [".placeholder-dashed{border:3px dashed #464646;border-radius:10px}.placeholder-dashed,.placeholder-dashed-circle{align-items:center;background:repeating-linear-gradient(-55deg,#d0d0d0,#d0d0d0 10px,#d9d9d9 0,#d9d9d9 20px);color:#464646;display:flex;font-size:18px;height:100%;justify-content:center;text-align:center}.placeholder-dashed-circle{border:3px dashed #464646;border-radius:50%}.wrapper div{height:100%}"]
|
|
1192
|
+
})
|
|
1193
|
+
], PlaceholderComponent);
|
|
1194
|
+
|
|
1195
|
+
let PlaceholderModule = class PlaceholderModule {
|
|
1196
|
+
};
|
|
1197
|
+
PlaceholderModule = __decorate([
|
|
1198
|
+
NgModule({
|
|
1199
|
+
declarations: [PlaceholderComponent],
|
|
1200
|
+
imports: [CommonModule, TooltipModule.forRoot()],
|
|
1201
|
+
exports: [PlaceholderComponent],
|
|
1053
1202
|
})
|
|
1054
|
-
],
|
|
1203
|
+
], PlaceholderModule);
|
|
1055
1204
|
|
|
1056
|
-
let
|
|
1205
|
+
let EventsSettingsPageModule = class EventsSettingsPageModule {
|
|
1057
1206
|
};
|
|
1058
|
-
|
|
1207
|
+
EventsSettingsPageModule = __decorate([
|
|
1059
1208
|
NgModule({
|
|
1060
|
-
declarations: [
|
|
1061
|
-
imports: [
|
|
1209
|
+
declarations: [EventsSettingsPageComponent],
|
|
1210
|
+
imports: [
|
|
1211
|
+
CommonModule,
|
|
1212
|
+
AdminListModule,
|
|
1213
|
+
H3Module,
|
|
1214
|
+
H4Module,
|
|
1215
|
+
PlaceholderModule,
|
|
1216
|
+
BreadcrumbModule,
|
|
1217
|
+
TwoColumnFilterAreaModule,
|
|
1218
|
+
IconModule,
|
|
1219
|
+
InputTextModule,
|
|
1220
|
+
ContextualMenuModule
|
|
1221
|
+
],
|
|
1222
|
+
exports: [EventsSettingsPageComponent],
|
|
1062
1223
|
})
|
|
1063
|
-
],
|
|
1224
|
+
], EventsSettingsPageModule);
|
|
1064
1225
|
|
|
1065
1226
|
/*
|
|
1066
1227
|
* ATOMS
|
|
@@ -1070,5 +1231,5 @@ IconExplorerModule = __decorate([
|
|
|
1070
1231
|
* Generated bundle index. Do not edit.
|
|
1071
1232
|
*/
|
|
1072
1233
|
|
|
1073
|
-
export { AtomsModule,
|
|
1234
|
+
export { AtomsModule, AvatarComponent, AvatarModule, BreadcrumbComponent, BreadcrumbModule, ButtonComponent, ButtonModule, ColorSampleComponent, ColorSampleModule, ColorSwatchComponent, ColorSwatchModule, ContextualMenuComponent, ContextualMenuModule, EventsSettingsPageComponent, EventsSettingsPageModule, H1Component, H1Module, H2Component, H2Module, H3Component, H3Module, H4Component, H4Module, H5Component, H5Module, IconComponent, IconModule, IconSwatchComponent, IconSwatchModule, IconWrapperComponent, IconWrapperModule, InputCheckboxComponent, InputCheckboxModule, InputRadioComponent, InputRadioModule, InputTextComponent, InputTextModule, MoleculesModule, NoteComponent, NoteListComponent, NoteListModule, NoteModule, ParagraphComponent, ParagraphModule, PillComponent, PillsComponent, PillsModule, TaskComponent, TaskIconComponent, TaskIconModule, TaskListComponent, TaskListModule, TaskModule, SfxInlineErrorModule as ɵa, SfxInlineErrorComponent as ɵb, PillModule as ɵc, TwoColumnFilterAreaModule as ɵd, TwoColumnFilterAreaComponent as ɵe, AdminListModule as ɵf, AdminListTemplateComponent as ɵg, PlaceholderModule as ɵh, PlaceholderComponent as ɵi };
|
|
1074
1235
|
//# sourceMappingURL=symphony-talent-component-library-projects-component-library.js.map
|