novo-elements 11.4.0 → 12.0.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/addons/ace-editor/index.d.ts +49 -2
- package/addons/ckeditor/index.d.ts +58 -2
- package/addons/code-editor/index.d.ts +43 -2
- package/elements/agenda/index.d.ts +601 -6
- package/elements/aside/index.d.ts +61 -5
- package/elements/autocomplete/index.d.ts +105 -2
- package/elements/avatar/index.d.ts +42 -3
- package/elements/breadcrumbs/index.d.ts +87 -6
- package/elements/button/index.d.ts +65 -2
- package/elements/calendar/index.d.ts +200 -6
- package/elements/card/index.d.ts +69 -2
- package/elements/category-dropdown/index.d.ts +44 -2
- package/elements/checkbox/index.d.ts +117 -3
- package/elements/chips/index.d.ts +665 -9
- package/elements/color-picker/index.d.ts +142 -4
- package/elements/common/index.d.ts +745 -19
- package/elements/data-table/index.d.ts +939 -15
- package/elements/date-picker/index.d.ts +410 -5
- package/elements/date-time-picker/index.d.ts +113 -3
- package/elements/divider/index.d.ts +25 -2
- package/elements/drag-drop/index.d.ts +74 -2
- package/elements/dropdown/index.d.ts +117 -2
- package/elements/expansion/index.d.ts +161 -6
- package/elements/field/index.d.ts +513 -14
- package/elements/flex/index.d.ts +53 -4
- package/elements/form/index.d.ts +1312 -17
- package/elements/header/index.d.ts +51 -2
- package/elements/icon/index.d.ts +37 -2
- package/elements/layout/index.d.ts +306 -6
- package/elements/list/index.d.ts +59 -2
- package/elements/loading/index.d.ts +64 -2
- package/elements/menu/index.d.ts +202 -8
- package/elements/modal/index.d.ts +96 -6
- package/elements/multi-picker/index.d.ts +122 -2
- package/elements/non-ideal-state/index.d.ts +22 -2
- package/elements/picker/index.d.ts +387 -3
- package/elements/places/index.d.ts +121 -3
- package/elements/popover/index.d.ts +93 -3
- package/elements/progress/index.d.ts +85 -4
- package/elements/query-builder/index.d.ts +625 -17
- package/elements/quick-note/index.d.ts +187 -3
- package/elements/radio/index.d.ts +147 -4
- package/elements/search/index.d.ts +85 -2
- package/elements/select/index.d.ts +248 -3
- package/elements/select-search/index.d.ts +268 -3
- package/elements/simple-table/index.d.ts +544 -12
- package/elements/simple-table/table.scss +10 -10
- package/elements/slider/index.d.ts +32 -2
- package/elements/stepper/index.d.ts +134 -7
- package/elements/switch/index.d.ts +35 -2
- package/elements/tabbed-group-picker/index.d.ts +147 -2
- package/elements/tabs/index.d.ts +105 -2
- package/elements/tiles/index.d.ts +45 -2
- package/elements/time-picker/index.d.ts +141 -3
- package/elements/tip-well/index.d.ts +37 -2
- package/elements/toast/index.d.ts +94 -3
- package/elements/toolbar/index.d.ts +32 -2
- package/elements/tooltip/index.d.ts +70 -3
- package/elements/unless/index.d.ts +26 -2
- package/elements/value/index.d.ts +142 -4
- package/fesm2022/novo-elements-addons-ace-editor.mjs +7 -7
- package/fesm2022/novo-elements-addons-ace-editor.mjs.map +1 -1
- package/fesm2022/novo-elements-addons-ckeditor.mjs +7 -7
- package/fesm2022/novo-elements-addons-ckeditor.mjs.map +1 -1
- package/fesm2022/novo-elements-addons-code-editor.mjs +7 -7
- package/fesm2022/novo-elements-addons-code-editor.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-agenda.mjs +61 -61
- package/fesm2022/novo-elements-elements-agenda.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-aside.mjs +17 -16
- package/fesm2022/novo-elements-elements-aside.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-autocomplete.mjs +7 -7
- package/fesm2022/novo-elements-elements-autocomplete.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-avatar.mjs +10 -10
- package/fesm2022/novo-elements-elements-avatar.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-breadcrumbs.mjs +13 -13
- package/fesm2022/novo-elements-elements-breadcrumbs.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-button.mjs +12 -12
- package/fesm2022/novo-elements-elements-button.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-calendar.mjs +25 -25
- package/fesm2022/novo-elements-elements-calendar.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-card.mjs +19 -19
- package/fesm2022/novo-elements-elements-card.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-category-dropdown.mjs +7 -7
- package/fesm2022/novo-elements-elements-category-dropdown.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-checkbox.mjs +10 -10
- package/fesm2022/novo-elements-elements-checkbox.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-chips.mjs +47 -39
- package/fesm2022/novo-elements-elements-chips.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-color-picker.mjs +13 -13
- package/fesm2022/novo-elements-elements-color-picker.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-common.mjs +116 -107
- package/fesm2022/novo-elements-elements-common.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-data-table.mjs +77 -77
- package/fesm2022/novo-elements-elements-data-table.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-date-picker.mjs +17 -17
- package/fesm2022/novo-elements-elements-date-picker.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-date-time-picker.mjs +11 -11
- package/fesm2022/novo-elements-elements-date-time-picker.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-divider.mjs +7 -7
- package/fesm2022/novo-elements-elements-divider.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-drag-drop.mjs +11 -11
- package/fesm2022/novo-elements-elements-drag-drop.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-dropdown.mjs +19 -19
- package/fesm2022/novo-elements-elements-dropdown.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-expansion.mjs +26 -26
- package/fesm2022/novo-elements-elements-expansion.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-field.mjs +46 -46
- package/fesm2022/novo-elements-elements-field.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-flex.mjs +16 -16
- package/fesm2022/novo-elements-elements-flex.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-form.mjs +53 -53
- package/fesm2022/novo-elements-elements-form.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-header.mjs +16 -16
- package/fesm2022/novo-elements-elements-header.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-icon.mjs +7 -7
- package/fesm2022/novo-elements-elements-icon.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-layout.mjs +19 -19
- package/fesm2022/novo-elements-elements-layout.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-list.mjs +28 -28
- package/fesm2022/novo-elements-elements-list.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-loading.mjs +19 -19
- package/fesm2022/novo-elements-elements-loading.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-menu.mjs +19 -19
- package/fesm2022/novo-elements-elements-menu.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-modal.mjs +26 -23
- package/fesm2022/novo-elements-elements-modal.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-multi-picker.mjs +7 -7
- package/fesm2022/novo-elements-elements-multi-picker.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-non-ideal-state.mjs +7 -7
- package/fesm2022/novo-elements-elements-non-ideal-state.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-picker.mjs +42 -39
- package/fesm2022/novo-elements-elements-picker.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-places.mjs +10 -10
- package/fesm2022/novo-elements-elements-places.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-popover.mjs +10 -10
- package/fesm2022/novo-elements-elements-popover.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-progress.mjs +10 -10
- package/fesm2022/novo-elements-elements-progress.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-query-builder.mjs +88 -88
- package/fesm2022/novo-elements-elements-query-builder.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-quick-note.mjs +10 -10
- package/fesm2022/novo-elements-elements-quick-note.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-radio.mjs +10 -10
- package/fesm2022/novo-elements-elements-radio.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-search.mjs +7 -7
- package/fesm2022/novo-elements-elements-search.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-select-search.mjs +10 -10
- package/fesm2022/novo-elements-elements-select-search.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-select.mjs +23 -19
- package/fesm2022/novo-elements-elements-select.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-simple-table.mjs +119 -93
- package/fesm2022/novo-elements-elements-simple-table.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-slider.mjs +7 -7
- package/fesm2022/novo-elements-elements-slider.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-stepper.mjs +34 -34
- package/fesm2022/novo-elements-elements-stepper.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-switch.mjs +7 -7
- package/fesm2022/novo-elements-elements-switch.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-tabbed-group-picker.mjs +7 -7
- package/fesm2022/novo-elements-elements-tabbed-group-picker.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-tabs.mjs +26 -26
- package/fesm2022/novo-elements-elements-tabs.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-tiles.mjs +7 -7
- package/fesm2022/novo-elements-elements-tiles.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-time-picker.mjs +10 -10
- package/fesm2022/novo-elements-elements-time-picker.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-tip-well.mjs +7 -7
- package/fesm2022/novo-elements-elements-tip-well.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-toast.mjs +10 -10
- package/fesm2022/novo-elements-elements-toast.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-toolbar.mjs +10 -10
- package/fesm2022/novo-elements-elements-toolbar.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-tooltip.mjs +12 -12
- package/fesm2022/novo-elements-elements-tooltip.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-unless.mjs +7 -7
- package/fesm2022/novo-elements-elements-unless.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-value.mjs +14 -14
- package/fesm2022/novo-elements-elements-value.mjs.map +1 -1
- package/fesm2022/novo-elements-pipes.mjs +35 -35
- package/fesm2022/novo-elements-pipes.mjs.map +1 -1
- package/fesm2022/novo-elements-services.mjs +24 -24
- package/fesm2022/novo-elements-services.mjs.map +1 -1
- package/fesm2022/novo-elements-utils.mjs +4 -4
- package/fesm2022/novo-elements-utils.mjs.map +1 -1
- package/fesm2022/novo-elements.mjs +9 -8
- package/fesm2022/novo-elements.mjs.map +1 -1
- package/index.d.ts +27 -3
- package/package.json +17 -17
- package/pipes/index.d.ts +75 -7
- package/services/index.d.ts +602 -9
- package/utils/index.d.ts +1631 -12
- package/addons/ace-editor/AceEditor.d.ts +0 -42
- package/addons/ace-editor/AceEditor.module.d.ts +0 -8
- package/addons/ckeditor/CKEditor.d.ts +0 -52
- package/addons/ckeditor/CKEditor.module.d.ts +0 -9
- package/addons/code-editor/CodeEditor.d.ts +0 -32
- package/addons/code-editor/CodeEditor.module.d.ts +0 -9
- package/elements/agenda/Agenda.module.d.ts +0 -29
- package/elements/agenda/common/AgendaDateChange.d.ts +0 -28
- package/elements/agenda/common/EventTypeLegend.d.ts +0 -10
- package/elements/agenda/common/index.d.ts +0 -2
- package/elements/agenda/day/AgendaAllDayEvent.d.ts +0 -10
- package/elements/agenda/day/AgendaDayEvent.d.ts +0 -11
- package/elements/agenda/day/AgendaDayView.d.ts +0 -151
- package/elements/agenda/day/AgendaHourSegment.d.ts +0 -10
- package/elements/agenda/day/index.d.ts +0 -4
- package/elements/agenda/month/AgendaMonthDay.d.ts +0 -17
- package/elements/agenda/month/AgendaMonthHeader.d.ts +0 -17
- package/elements/agenda/month/AgendaMonthView.d.ts +0 -113
- package/elements/agenda/month/index.d.ts +0 -3
- package/elements/agenda/pipe/DayOfMonth.pipe.d.ts +0 -9
- package/elements/agenda/pipe/EndOfWeekDisplayPipe.pipe.d.ts +0 -9
- package/elements/agenda/pipe/Hours.pipe.d.ts +0 -9
- package/elements/agenda/pipe/Month.pipe.d.ts +0 -9
- package/elements/agenda/pipe/MonthDay.pipe.d.ts +0 -9
- package/elements/agenda/pipe/Weekday.pipe.d.ts +0 -9
- package/elements/agenda/pipe/Year.pipe.d.ts +0 -9
- package/elements/agenda/pipe/index.d.ts +0 -7
- package/elements/agenda/week/AgendaWeekEvent.d.ts +0 -11
- package/elements/agenda/week/AgendaWeekHeader.d.ts +0 -17
- package/elements/agenda/week/AgendaWeekView.d.ts +0 -159
- package/elements/agenda/week/index.d.ts +0 -3
- package/elements/aside/aside-ref.d.ts +0 -17
- package/elements/aside/aside.animation.d.ts +0 -1
- package/elements/aside/aside.component.d.ts +0 -18
- package/elements/aside/aside.module.d.ts +0 -9
- package/elements/aside/aside.service.d.ts +0 -16
- package/elements/autocomplete/autocomplete.component.d.ts +0 -92
- package/elements/autocomplete/autocomplete.module.d.ts +0 -12
- package/elements/avatar/Avatar.d.ts +0 -22
- package/elements/avatar/Avatar.module.d.ts +0 -9
- package/elements/avatar/AvatarStack.d.ts +0 -12
- package/elements/breadcrumbs/Breadcrumb.d.ts +0 -13
- package/elements/breadcrumbs/Breadcrumb.module.d.ts +0 -15
- package/elements/breadcrumbs/Breadcrumb.service.d.ts +0 -9
- package/elements/breadcrumbs/Breadcrumb.tokens.d.ts +0 -13
- package/elements/breadcrumbs/Breadcrumb.types.d.ts +0 -18
- package/elements/breadcrumbs/breadcrumb-item/BreadcrumbItem.d.ts +0 -23
- package/elements/breadcrumbs/breadcrumb-item/index.d.ts +0 -1
- package/elements/button/Button.d.ts +0 -55
- package/elements/button/Button.module.d.ts +0 -8
- package/elements/calendar/Calendar.module.d.ts +0 -15
- package/elements/calendar/calendar.component.d.ts +0 -57
- package/elements/calendar/month-select/month-select.component.d.ts +0 -18
- package/elements/calendar/month-view/month-view.component.d.ts +0 -60
- package/elements/calendar/strategies/default-selection.strategy.d.ts +0 -17
- package/elements/calendar/strategies/index.d.ts +0 -4
- package/elements/calendar/strategies/multi-date-selection.strategy.d.ts +0 -9
- package/elements/calendar/strategies/range-selection.strategy.d.ts +0 -9
- package/elements/calendar/strategies/week-selection.strategy.d.ts +0 -9
- package/elements/calendar/year-select/year-select.component.d.ts +0 -20
- package/elements/card/Card.d.ts +0 -55
- package/elements/card/Card.module.d.ts +0 -12
- package/elements/category-dropdown/CategoryDropdown.d.ts +0 -32
- package/elements/category-dropdown/CategoryDropdown.module.d.ts +0 -10
- package/elements/checkbox/CheckList.d.ts +0 -23
- package/elements/checkbox/Checkbox.d.ts +0 -84
- package/elements/checkbox/Checkbox.module.d.ts +0 -11
- package/elements/chips/Chip.d.ts +0 -164
- package/elements/chips/ChipDefaults.d.ts +0 -8
- package/elements/chips/ChipInput.d.ts +0 -77
- package/elements/chips/ChipList.d.ts +0 -293
- package/elements/chips/ChipTextControl.d.ts +0 -14
- package/elements/chips/Chips.d.ts +0 -91
- package/elements/chips/Chips.module.d.ts +0 -19
- package/elements/chips/RowChips.d.ts +0 -17
- package/elements/chips/pipe/AvatarType.pipe.d.ts +0 -7
- package/elements/chips/pipe/index.d.ts +0 -1
- package/elements/color-picker/color-input.component.d.ts +0 -57
- package/elements/color-picker/color-picker.component.d.ts +0 -41
- package/elements/color-picker/color-picker.module.d.ts +0 -15
- package/elements/color-picker/color-swatch.component.d.ts +0 -31
- package/elements/common/common.module.d.ts +0 -24
- package/elements/common/directives/accent.directive.d.ts +0 -14
- package/elements/common/directives/bg.directive.d.ts +0 -11
- package/elements/common/directives/border.directive.d.ts +0 -29
- package/elements/common/directives/color.directive.d.ts +0 -11
- package/elements/common/directives/fill.directive.d.ts +0 -10
- package/elements/common/directives/flex.directive.d.ts +0 -12
- package/elements/common/directives/space.directive.d.ts +0 -54
- package/elements/common/directives/switch-cases.directive.d.ts +0 -16
- package/elements/common/directives/theme.directive.d.ts +0 -10
- package/elements/common/directives/visible.directive.d.ts +0 -10
- package/elements/common/error/error-options.d.ts +0 -14
- package/elements/common/mixins/color.mixin.d.ts +0 -15
- package/elements/common/mixins/constructor.d.ts +0 -9
- package/elements/common/mixins/disabled.mixin.d.ts +0 -10
- package/elements/common/mixins/error-state.mixin.d.ts +0 -25
- package/elements/common/mixins/index.d.ts +0 -9
- package/elements/common/mixins/overlay.mixin.d.ts +0 -17
- package/elements/common/mixins/required.mixin.d.ts +0 -10
- package/elements/common/mixins/size.mixin.d.ts +0 -15
- package/elements/common/mixins/tab-index.mixin.d.ts +0 -13
- package/elements/common/mixins/types.d.ts +0 -5
- package/elements/common/novo-template/index.d.ts +0 -1
- package/elements/common/novo-template/novo-template.directive.d.ts +0 -11
- package/elements/common/option/index.d.ts +0 -13
- package/elements/common/option/optgroup.component.d.ts +0 -32
- package/elements/common/option/option-parent.d.ts +0 -14
- package/elements/common/option/option.component.d.ts +0 -140
- package/elements/common/overlay/Overlay.d.ts +0 -71
- package/elements/common/overlay/Overlay.module.d.ts +0 -11
- package/elements/common/overlay/index.d.ts +0 -2
- package/elements/common/selection/index.d.ts +0 -8
- package/elements/common/selection/pseudo-checkbox/pseudo-checkbox.component.d.ts +0 -32
- package/elements/common/theme/theme-options.d.ts +0 -25
- package/elements/common/typography/base/base-text.component.d.ts +0 -33
- package/elements/common/typography/caption/caption.component.d.ts +0 -16
- package/elements/common/typography/index.d.ts +0 -7
- package/elements/common/typography/label/label.component.d.ts +0 -10
- package/elements/common/typography/link/link.component.d.ts +0 -17
- package/elements/common/typography/text/text.component.d.ts +0 -17
- package/elements/common/typography/text.types.d.ts +0 -3
- package/elements/common/typography/title/title.component.d.ts +0 -18
- package/elements/data-table/ListInteractionTypes.d.ts +0 -10
- package/elements/data-table/cell-headers/data-table-checkbox-header-cell.component.d.ts +0 -24
- package/elements/data-table/cell-headers/data-table-expand-header-cell.component.d.ts +0 -16
- package/elements/data-table/cell-headers/data-table-header-cell-filter-header.component.d.ts +0 -16
- package/elements/data-table/cell-headers/data-table-header-cell.component.d.ts +0 -91
- package/elements/data-table/cell-headers/data-table-header-cell.directive.d.ts +0 -14
- package/elements/data-table/cell-headers/index.d.ts +0 -5
- package/elements/data-table/cells/data-table-cell.component.d.ts +0 -20
- package/elements/data-table/cells/data-table-checkbox-cell.component.d.ts +0 -23
- package/elements/data-table/cells/data-table-expand-cell.component.d.ts +0 -19
- package/elements/data-table/cells/index.d.ts +0 -3
- package/elements/data-table/data-table-clear-button.component.d.ts +0 -23
- package/elements/data-table/data-table-expand.directive.d.ts +0 -21
- package/elements/data-table/data-table.component.d.ts +0 -126
- package/elements/data-table/data-table.module.d.ts +0 -42
- package/elements/data-table/data-table.pipes.d.ts +0 -52
- package/elements/data-table/data-table.source.d.ts +0 -22
- package/elements/data-table/data-table.token.d.ts +0 -27
- package/elements/data-table/interfaces.d.ts +0 -268
- package/elements/data-table/pagination/data-table-pagination.component.d.ts +0 -62
- package/elements/data-table/pagination/index.d.ts +0 -1
- package/elements/data-table/rows/data-table-header-row.component.d.ts +0 -9
- package/elements/data-table/rows/data-table-row.component.d.ts +0 -10
- package/elements/data-table/rows/index.d.ts +0 -2
- package/elements/data-table/services/data-table-filter-utils.d.ts +0 -3
- package/elements/data-table/services/index.d.ts +0 -3
- package/elements/data-table/services/remote-data-table.service.d.ts +0 -11
- package/elements/data-table/services/static-data-table.service.d.ts +0 -15
- package/elements/data-table/sort-filter/index.d.ts +0 -3
- package/elements/data-table/sort-filter/sort-button.animations.d.ts +0 -5
- package/elements/data-table/sort-filter/sort-button.component.d.ts +0 -21
- package/elements/data-table/sort-filter/sort-direction.d.ts +0 -5
- package/elements/data-table/sort-filter/sort-filter.directive.d.ts +0 -11
- package/elements/data-table/state/data-table-state.service.d.ts +0 -52
- package/elements/data-table/state/index.d.ts +0 -1
- package/elements/date-picker/DatePicker.d.ts +0 -113
- package/elements/date-picker/DatePicker.module.d.ts +0 -19
- package/elements/date-picker/DatePickerInput.d.ts +0 -146
- package/elements/date-picker/DateRangeInput.d.ts +0 -77
- package/elements/date-picker/MultiDateInput.d.ts +0 -67
- package/elements/date-time-picker/DateTimePicker.d.ts +0 -51
- package/elements/date-time-picker/DateTimePicker.module.d.ts +0 -14
- package/elements/date-time-picker/DateTimePickerInput.d.ts +0 -50
- package/elements/divider/divider.component.d.ts +0 -16
- package/elements/divider/divider.module.d.ts +0 -7
- package/elements/drag-drop/drag-drop-box.d.ts +0 -65
- package/elements/drag-drop/drag-drop.module.d.ts +0 -7
- package/elements/dropdown/Dropdown.d.ts +0 -108
- package/elements/dropdown/Dropdown.module.d.ts +0 -8
- package/elements/expansion/accordion.d.ts +0 -24
- package/elements/expansion/expansion-animations.d.ts +0 -9
- package/elements/expansion/expansion-panel-content.d.ts +0 -12
- package/elements/expansion/expansion-panel-header.d.ts +0 -52
- package/elements/expansion/expansion-panel.d.ts +0 -57
- package/elements/expansion/expansion.module.d.ts +0 -13
- package/elements/field/error/error.d.ts +0 -10
- package/elements/field/error/index.d.ts +0 -1
- package/elements/field/field-control.d.ts +0 -54
- package/elements/field/field.d.ts +0 -59
- package/elements/field/field.module.d.ts +0 -20
- package/elements/field/fieldset.d.ts +0 -18
- package/elements/field/formats/base-format.d.ts +0 -13
- package/elements/field/formats/date-format.d.ts +0 -26
- package/elements/field/formats/date-range-format.d.ts +0 -36
- package/elements/field/formats/date-time-format.d.ts +0 -35
- package/elements/field/formats/time-format.d.ts +0 -38
- package/elements/field/hint/hint.d.ts +0 -11
- package/elements/field/hint/index.d.ts +0 -1
- package/elements/field/input.d.ts +0 -165
- package/elements/field/picker.directive.d.ts +0 -22
- package/elements/field/toggle/picker-toggle.component.d.ts +0 -48
- package/elements/flex/Box.d.ts +0 -11
- package/elements/flex/Flex.d.ts +0 -17
- package/elements/flex/Flex.module.d.ts +0 -10
- package/elements/flex/Grid.d.ts +0 -14
- package/elements/form/Control.d.ts +0 -116
- package/elements/form/ControlGroup.d.ts +0 -111
- package/elements/form/ControlTemplates.d.ts +0 -12
- package/elements/form/DynamicForm.d.ts +0 -54
- package/elements/form/FieldInteractionApi.d.ts +0 -177
- package/elements/form/FieldInteractionApiTypes.d.ts +0 -29
- package/elements/form/FieldInteractionModals.d.ts +0 -21
- package/elements/form/Form.d.ts +0 -24
- package/elements/form/Form.module.d.ts +0 -39
- package/elements/form/FormControls.d.ts +0 -24
- package/elements/form/FormInterfaces.d.ts +0 -29
- package/elements/form/FormValidators.d.ts +0 -22
- package/elements/form/NovoFormControl.d.ts +0 -112
- package/elements/form/NovoFormGroup.d.ts +0 -19
- package/elements/form/controls/BaseControl.d.ts +0 -119
- package/elements/form/controls/ControlFactory.d.ts +0 -4
- package/elements/form/controls/ace-editor/AceEditorControl.d.ts +0 -5
- package/elements/form/controls/ace-editor/index.d.ts +0 -1
- package/elements/form/controls/address/AddressControl.d.ts +0 -5
- package/elements/form/controls/address/index.d.ts +0 -1
- package/elements/form/controls/check-list/CheckListControl.d.ts +0 -5
- package/elements/form/controls/check-list/index.d.ts +0 -1
- package/elements/form/controls/checkbox/CheckboxControl.d.ts +0 -5
- package/elements/form/controls/checkbox/index.d.ts +0 -1
- package/elements/form/controls/code-editor/CodeEditorControl.d.ts +0 -5
- package/elements/form/controls/code-editor/index.d.ts +0 -1
- package/elements/form/controls/custom/CustomControl.d.ts +0 -5
- package/elements/form/controls/custom/index.d.ts +0 -1
- package/elements/form/controls/date/DateControl.d.ts +0 -5
- package/elements/form/controls/date/index.d.ts +0 -1
- package/elements/form/controls/date-time/DateTimeControl.d.ts +0 -5
- package/elements/form/controls/date-time/index.d.ts +0 -1
- package/elements/form/controls/editor/EditorControl.d.ts +0 -6
- package/elements/form/controls/editor/index.d.ts +0 -1
- package/elements/form/controls/file/FileControl.d.ts +0 -5
- package/elements/form/controls/file/index.d.ts +0 -1
- package/elements/form/controls/grouped/GroupedControl.d.ts +0 -6
- package/elements/form/controls/grouped/index.d.ts +0 -1
- package/elements/form/controls/index.d.ts +0 -24
- package/elements/form/controls/native-select/NativeSelectControl.d.ts +0 -6
- package/elements/form/controls/native-select/index.d.ts +0 -1
- package/elements/form/controls/picker/PickerControl.d.ts +0 -9
- package/elements/form/controls/picker/index.d.ts +0 -1
- package/elements/form/controls/quick-note/QuickNoteControl.d.ts +0 -6
- package/elements/form/controls/quick-note/index.d.ts +0 -1
- package/elements/form/controls/radio/RadioControl.d.ts +0 -6
- package/elements/form/controls/radio/index.d.ts +0 -1
- package/elements/form/controls/read-only/ReadOnlyControl.d.ts +0 -5
- package/elements/form/controls/read-only/index.d.ts +0 -1
- package/elements/form/controls/select/SelectControl.d.ts +0 -6
- package/elements/form/controls/select/index.d.ts +0 -1
- package/elements/form/controls/switch/SwitchControl.d.ts +0 -5
- package/elements/form/controls/switch/index.d.ts +0 -1
- package/elements/form/controls/text-area/TextAreaControl.d.ts +0 -5
- package/elements/form/controls/text-area/index.d.ts +0 -1
- package/elements/form/controls/textbox/TextBoxControl.d.ts +0 -9
- package/elements/form/controls/textbox/index.d.ts +0 -1
- package/elements/form/controls/tiles/TilesControl.d.ts +0 -6
- package/elements/form/controls/tiles/index.d.ts +0 -1
- package/elements/form/controls/time/TimeControl.d.ts +0 -5
- package/elements/form/controls/time/index.d.ts +0 -1
- package/elements/form/controls/timezone/TimezoneControl.d.ts +0 -7
- package/elements/form/controls/timezone/index.d.ts +0 -1
- package/elements/form/extras/FormExtras.module.d.ts +0 -21
- package/elements/form/extras/address/Address.d.ts +0 -70
- package/elements/form/extras/address/index.d.ts +0 -1
- package/elements/form/extras/file/FileInput.d.ts +0 -134
- package/elements/form/extras/file/extras/file/File.d.ts +0 -22
- package/elements/form/extras/file/extras/file/index.d.ts +0 -1
- package/elements/form/extras/file/extras/index.d.ts +0 -1
- package/elements/form/extras/file/index.d.ts +0 -2
- package/elements/form/extras/index.d.ts +0 -4
- package/elements/form/extras/number-range/index.d.ts +0 -1
- package/elements/form/extras/number-range/number-range.component.d.ts +0 -27
- package/elements/form/utils/FormUtils.d.ts +0 -79
- package/elements/form/utils/index.d.ts +0 -1
- package/elements/header/Header.d.ts +0 -38
- package/elements/header/Header.module.d.ts +0 -11
- package/elements/icon/Icon.d.ts +0 -27
- package/elements/icon/Icon.module.d.ts +0 -8
- package/elements/layout/container/layout-container.component.d.ts +0 -118
- package/elements/layout/content/layout-content.component.d.ts +0 -13
- package/elements/layout/layout.constants.d.ts +0 -19
- package/elements/layout/layout.module.d.ts +0 -11
- package/elements/layout/rail/rail.component.d.ts +0 -9
- package/elements/layout/sidenav/sidenav.animations.d.ts +0 -8
- package/elements/layout/sidenav/sidenav.component.d.ts +0 -147
- package/elements/list/List.d.ts +0 -47
- package/elements/list/List.module.d.ts +0 -10
- package/elements/loading/Loading.d.ts +0 -54
- package/elements/loading/Loading.module.d.ts +0 -8
- package/elements/menu/menu-content.component.d.ts +0 -45
- package/elements/menu/menu-item.directive.d.ts +0 -21
- package/elements/menu/menu.component.d.ts +0 -39
- package/elements/menu/menu.directive.d.ts +0 -29
- package/elements/menu/menu.module.d.ts +0 -17
- package/elements/menu/menu.service.d.ts +0 -60
- package/elements/menu/menu.tokens.d.ts +0 -3
- package/elements/menu/menu.types.d.ts +0 -8
- package/elements/modal/modal-container.component.d.ts +0 -20
- package/elements/modal/modal-ref.d.ts +0 -25
- package/elements/modal/modal.animation.d.ts +0 -1
- package/elements/modal/modal.component.d.ts +0 -21
- package/elements/modal/modal.module.d.ts +0 -12
- package/elements/modal/modal.service.d.ts +0 -19
- package/elements/multi-picker/MultiPicker.d.ts +0 -110
- package/elements/multi-picker/MultiPicker.module.d.ts +0 -11
- package/elements/non-ideal-state/NonIdealState.d.ts +0 -10
- package/elements/non-ideal-state/NonIdealState.module.d.ts +0 -10
- package/elements/picker/Picker.d.ts +0 -78
- package/elements/picker/Picker.module.d.ts +0 -22
- package/elements/picker/extras/base-picker-results/BasePickerResults.d.ts +0 -96
- package/elements/picker/extras/base-picker-results/index.d.ts +0 -1
- package/elements/picker/extras/checklist-picker-results/ChecklistPickerResults.d.ts +0 -24
- package/elements/picker/extras/checklist-picker-results/index.d.ts +0 -1
- package/elements/picker/extras/distributionlist-picker-results/DistributionListPickerResults.d.ts +0 -16
- package/elements/picker/extras/distributionlist-picker-results/index.d.ts +0 -1
- package/elements/picker/extras/entity-picker-results/EntityPickerResults.d.ts +0 -37
- package/elements/picker/extras/entity-picker-results/index.d.ts +0 -1
- package/elements/picker/extras/grouped-multi-picker-results/GroupedMultiPickerResults.d.ts +0 -45
- package/elements/picker/extras/grouped-multi-picker-results/index.d.ts +0 -1
- package/elements/picker/extras/index.d.ts +0 -9
- package/elements/picker/extras/mixed-multi-picker-results/MixedMultiPickerResults.d.ts +0 -50
- package/elements/picker/extras/mixed-multi-picker-results/index.d.ts +0 -1
- package/elements/picker/extras/picker-results/PickerResults.d.ts +0 -14
- package/elements/picker/extras/picker-results/index.d.ts +0 -1
- package/elements/picker/extras/skills-picker-results/SkillsSpecialtyPickerResults.d.ts +0 -24
- package/elements/picker/extras/skills-picker-results/index.d.ts +0 -1
- package/elements/picker/extras/workers-comp-codes-picker-results/WorkersCompCodesPickerResults.d.ts +0 -13
- package/elements/picker/extras/workers-comp-codes-picker-results/index.d.ts +0 -1
- package/elements/places/places.component.d.ts +0 -85
- package/elements/places/places.module.d.ts +0 -10
- package/elements/places/places.service.d.ts +0 -25
- package/elements/popover/PopOver.d.ts +0 -37
- package/elements/popover/PopOver.module.d.ts +0 -9
- package/elements/popover/PopOverContent.d.ts +0 -49
- package/elements/progress/Progress.d.ts +0 -24
- package/elements/progress/Progress.module.d.ts +0 -9
- package/elements/progress/ProgressBar.d.ts +0 -45
- package/elements/progress/ProgressConstants.d.ts +0 -10
- package/elements/query-builder/condition-builder/condition-builder.component.d.ts +0 -94
- package/elements/query-builder/condition-definitions/abstract-condition.definition.d.ts +0 -35
- package/elements/query-builder/condition-definitions/address-condition.definition.d.ts +0 -45
- package/elements/query-builder/condition-definitions/boolean-condition.definition.d.ts +0 -14
- package/elements/query-builder/condition-definitions/date-condition.definition.d.ts +0 -19
- package/elements/query-builder/condition-definitions/date-time-condition.definition.d.ts +0 -19
- package/elements/query-builder/condition-definitions/id-condition.definition.d.ts +0 -11
- package/elements/query-builder/condition-definitions/number-condition.definition.d.ts +0 -14
- package/elements/query-builder/condition-definitions/picker-condition.definition.d.ts +0 -23
- package/elements/query-builder/condition-definitions/string-condition.definition.d.ts +0 -21
- package/elements/query-builder/condition-group/condition-group.component.d.ts +0 -37
- package/elements/query-builder/condition-templates/condition-templates.component.d.ts +0 -8
- package/elements/query-builder/criteria-builder/criteria-builder.component.d.ts +0 -54
- package/elements/query-builder/query-builder.directives.d.ts +0 -66
- package/elements/query-builder/query-builder.module.d.ts +0 -46
- package/elements/query-builder/query-builder.service.d.ts +0 -54
- package/elements/query-builder/query-builder.tokens.d.ts +0 -4
- package/elements/query-builder/query-builder.types.d.ts +0 -128
- package/elements/quick-note/QuickNote.d.ts +0 -142
- package/elements/quick-note/QuickNote.module.d.ts +0 -13
- package/elements/quick-note/extras/index.d.ts +0 -1
- package/elements/quick-note/extras/quick-note-results/QuickNoteResults.d.ts +0 -33
- package/elements/quick-note/extras/quick-note-results/index.d.ts +0 -1
- package/elements/radio/Radio.d.ts +0 -40
- package/elements/radio/Radio.module.d.ts +0 -10
- package/elements/radio/RadioGroup.d.ts +0 -91
- package/elements/radio/tokens.d.ts +0 -9
- package/elements/search/SearchBox.d.ts +0 -71
- package/elements/search/SearchBox.module.d.ts +0 -12
- package/elements/select/Select.d.ts +0 -216
- package/elements/select/Select.extupdatefix.directive.d.ts +0 -17
- package/elements/select/Select.module.d.ts +0 -17
- package/elements/select-search/select-search-clear.directive.d.ts +0 -12
- package/elements/select-search/select-search.component.d.ts +0 -239
- package/elements/select-search/select-search.module.d.ts +0 -17
- package/elements/simple-table/PaginationOld.d.ts +0 -42
- package/elements/simple-table/activity-table-renderers.d.ts +0 -4
- package/elements/simple-table/cell-header.d.ts +0 -67
- package/elements/simple-table/cell.d.ts +0 -100
- package/elements/simple-table/interfaces.d.ts +0 -81
- package/elements/simple-table/pagination.d.ts +0 -40
- package/elements/simple-table/row.d.ts +0 -29
- package/elements/simple-table/simple-table.module.d.ts +0 -26
- package/elements/simple-table/sort.d.ts +0 -25
- package/elements/simple-table/state.d.ts +0 -25
- package/elements/simple-table/table-source.d.ts +0 -62
- package/elements/simple-table/table.d.ts +0 -72
- package/elements/slider/Slider.d.ts +0 -21
- package/elements/slider/Slider.module.d.ts +0 -9
- package/elements/stepper/step-header.component.d.ts +0 -48
- package/elements/stepper/step-label.component.d.ts +0 -8
- package/elements/stepper/step-status.component.d.ts +0 -7
- package/elements/stepper/stepper-buttons.component.d.ts +0 -12
- package/elements/stepper/stepper.animations.d.ts +0 -6
- package/elements/stepper/stepper.component.d.ts +0 -44
- package/elements/stepper/stepper.module.d.ts +0 -17
- package/elements/switch/Switch.d.ts +0 -23
- package/elements/switch/Switch.module.d.ts +0 -10
- package/elements/tabbed-group-picker/TabbedGroupPicker.d.ts +0 -128
- package/elements/tabbed-group-picker/TabbedGroupPicker.module.d.ts +0 -17
- package/elements/tabs/Tabs.d.ts +0 -95
- package/elements/tabs/Tabs.module.d.ts +0 -8
- package/elements/tiles/Tiles.d.ts +0 -33
- package/elements/tiles/Tiles.module.d.ts +0 -10
- package/elements/time-picker/TimePicker.d.ts +0 -58
- package/elements/time-picker/TimePicker.module.d.ts +0 -14
- package/elements/time-picker/TimePickerInput.d.ts +0 -71
- package/elements/tip-well/TipWell.d.ts +0 -26
- package/elements/tip-well/TipWell.module.d.ts +0 -9
- package/elements/toast/Toast.d.ts +0 -37
- package/elements/toast/Toast.module.d.ts +0 -9
- package/elements/toast/ToastService.d.ts +0 -45
- package/elements/toolbar/toolbar.component.d.ts +0 -22
- package/elements/toolbar/toolbar.module.d.ts +0 -8
- package/elements/tooltip/Tooltip.component.d.ts +0 -16
- package/elements/tooltip/Tooltip.directive.d.ts +0 -44
- package/elements/tooltip/Tooltip.module.d.ts +0 -9
- package/elements/unless/Unless.d.ts +0 -16
- package/elements/unless/Unless.module.d.ts +0 -8
- package/elements/value/EntityList.d.ts +0 -16
- package/elements/value/Render.d.ts +0 -70
- package/elements/value/Value.d.ts +0 -46
- package/elements/value/Value.module.d.ts +0 -12
- package/novo-elements.module.d.ts +0 -11
- package/novo-elements.providers.d.ts +0 -12
- package/pipes/Pipes.module.d.ts +0 -15
- package/pipes/decode-uri/DecodeURI.d.ts +0 -8
- package/pipes/decode-uri/index.d.ts +0 -1
- package/pipes/default/Default.d.ts +0 -8
- package/pipes/default/index.d.ts +0 -1
- package/pipes/group-by/GroupBy.d.ts +0 -7
- package/pipes/group-by/index.d.ts +0 -1
- package/pipes/highlight/Highlight.d.ts +0 -9
- package/pipes/highlight/index.d.ts +0 -1
- package/pipes/iso8601/index.d.ts +0 -4
- package/pipes/iso8601/iso-date-range.pipe.d.ts +0 -10
- package/pipes/iso8601/iso-date.pipe.d.ts +0 -8
- package/pipes/iso8601/iso-time-range.pipe.d.ts +0 -10
- package/pipes/iso8601/iso-time.pipe.d.ts +0 -8
- package/pipes/plural/Plural.d.ts +0 -8
- package/pipes/plural/index.d.ts +0 -1
- package/services/component-utils/ComponentUtils.d.ts +0 -7
- package/services/component-utils/index.d.ts +0 -1
- package/services/data-provider/ArrayCollection.d.ts +0 -168
- package/services/data-provider/Collection.d.ts +0 -78
- package/services/data-provider/CollectionEvent.d.ts +0 -17
- package/services/data-provider/PagedArrayCollection.d.ts +0 -18
- package/services/data-provider/PagedCollection.d.ts +0 -15
- package/services/data-provider/index.d.ts +0 -5
- package/services/date-format/DateFormat.d.ts +0 -28
- package/services/date-format/index.d.ts +0 -1
- package/services/global/global.service.d.ts +0 -17
- package/services/global/index.d.ts +0 -1
- package/services/novo-label-service.d.ts +0 -202
- package/services/options/OptionsService.d.ts +0 -12
- package/services/options/index.d.ts +0 -1
- package/services/security/Security.d.ts +0 -23
- package/services/security/index.d.ts +0 -1
- package/services/storage/index.d.ts +0 -1
- package/services/storage/storage.service.d.ts +0 -8
- package/services/template/NovoTemplateService.d.ts +0 -10
- package/services/template/index.d.ts +0 -1
- package/utils/Helpers.d.ts +0 -188
- package/utils/app-bridge/AppBridge.d.ts +0 -178
- package/utils/app-bridge/index.d.ts +0 -2
- package/utils/app-bridge/interfaces.d.ts +0 -58
- package/utils/base-renderer/BaseRenderer.d.ts +0 -9
- package/utils/base-renderer/index.d.ts +0 -1
- package/utils/calendar-utils/CalendarUtils.d.ts +0 -151
- package/utils/calendar-utils/index.d.ts +0 -1
- package/utils/color-utils/ColorUtils.d.ts +0 -40
- package/utils/color-utils/index.d.ts +0 -1
- package/utils/countries/Countries.d.ts +0 -47
- package/utils/countries/index.d.ts +0 -1
- package/utils/date/Date.d.ts +0 -50
- package/utils/date/Date.types.d.ts +0 -71
- package/utils/date/convert-tokens.d.ts +0 -5
- package/utils/date/index.d.ts +0 -5
- package/utils/date/legacy-parse.d.ts +0 -15
- package/utils/date/timezone-support.d.ts +0 -5
- package/utils/decorators/BooleanInput.d.ts +0 -1
- package/utils/decorators/index.d.ts +0 -1
- package/utils/deferred/Deferred.d.ts +0 -8
- package/utils/deferred/index.d.ts +0 -1
- package/utils/key-codes/Key.d.ts +0 -669
- package/utils/key-codes/KeyCodes.d.ts +0 -93
- package/utils/key-codes/index.d.ts +0 -2
- package/utils/notifier/index.d.ts +0 -1
- package/utils/notifier/notifier.util.d.ts +0 -1
- package/utils/outside-click/OutsideClick.d.ts +0 -27
- package/utils/outside-click/index.d.ts +0 -1
|
@@ -12,10 +12,10 @@ class NovoListElement {
|
|
|
12
12
|
constructor(element) {
|
|
13
13
|
this.element = element;
|
|
14
14
|
}
|
|
15
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
16
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
15
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoListElement, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
16
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.17", type: NovoListElement, isStandalone: false, selector: "novo-list", inputs: { theme: "theme", direction: "direction" }, host: { properties: { "class.vertical-list": "direction === \"vertical\"", "class.horizontal-list": "direction === \"horizontal\"", "attr.theme": "theme" }, classAttribute: "novo-list" }, ngImport: i0, template: ' <ng-content></ng-content> ', isInline: true, styles: [":host{display:flex}:host.vertical-list{flex-direction:column}:host.horizontal-list{flex-direction:row}.novo-list-item .avatar .novo-item-content,a[list-item] .avatar .novo-item-content,button[list-item] .avatar .novo-item-content{margin-left:2.7em}\n"] }); }
|
|
17
17
|
}
|
|
18
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
18
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoListElement, decorators: [{
|
|
19
19
|
type: Component,
|
|
20
20
|
args: [{ selector: 'novo-list', host: {
|
|
21
21
|
class: 'novo-list',
|
|
@@ -29,10 +29,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImpo
|
|
|
29
29
|
type: Input
|
|
30
30
|
}] } });
|
|
31
31
|
class NovoItemAvatarElement {
|
|
32
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
33
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
32
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoItemAvatarElement, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
33
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.17", type: NovoItemAvatarElement, isStandalone: false, selector: "item-avatar, novo-item-avatar", inputs: { icon: "icon", color: "color" }, host: { classAttribute: "novo-item-avatar" }, ngImport: i0, template: ' <novo-icon *ngIf="icon" [color]="color || icon">{{ icon }}</novo-icon> ', isInline: true, styles: [":host{margin-right:.5em}:host ::ng-deep i.black{color:#000}:host ::ng-deep i.white{color:#fff}:host ::ng-deep i.gray{color:#9e9e9e}:host ::ng-deep i.grey{color:#9e9e9e}:host ::ng-deep i.offWhite{color:#f7f7f7}:host ::ng-deep i.bright{color:#f7f7f7}:host ::ng-deep i.light{color:#dbdbdb}:host ::ng-deep i.neutral{color:#4f5361}:host ::ng-deep i.dark{color:#3d464d}:host ::ng-deep i.orange{color:#ff6900}:host ::ng-deep i.navigation{color:#202945}:host ::ng-deep i.skyBlue{color:#009bdf}:host ::ng-deep i.steel{color:#5b6770}:host ::ng-deep i.metal{color:#637893}:host ::ng-deep i.sand{color:#f4f4f4}:host ::ng-deep i.silver{color:#e2e2e2}:host ::ng-deep i.stone{color:#bebebe}:host ::ng-deep i.ash{color:#a0a0a0}:host ::ng-deep i.slate{color:#707070}:host ::ng-deep i.onyx{color:#526980}:host ::ng-deep i.charcoal{color:#282828}:host ::ng-deep i.moonlight{color:#1a242f}:host ::ng-deep i.midnight{color:#202945}:host ::ng-deep i.darkness{color:#161f27}:host ::ng-deep i.navy{color:#0d2d42}:host ::ng-deep i.aqua{color:#3bafda}:host ::ng-deep i.ocean{color:#4a89dc}:host ::ng-deep i.mint{color:#37bc9b}:host ::ng-deep i.grass{color:#8cc152}:host ::ng-deep i.sunflower{color:#f6b042}:host ::ng-deep i.bittersweet{color:#eb6845}:host ::ng-deep i.grapefruit{color:#da4453}:host ::ng-deep i.carnation{color:#d770ad}:host ::ng-deep i.lavender{color:#967adc}:host ::ng-deep i.mountain{color:#9678b6}:host ::ng-deep i.info{color:#4a89dc}:host ::ng-deep i.positive{color:#4a89dc}:host ::ng-deep i.success{color:#8cc152}:host ::ng-deep i.negative{color:#da4453}:host ::ng-deep i.danger{color:#da4453}:host ::ng-deep i.error{color:#da4453}:host ::ng-deep i.warning{color:#f6b042}:host ::ng-deep i.empty{color:#cccdcc}:host ::ng-deep i.disabled{color:#bebebe}:host ::ng-deep i.background{color:#f7f7f7}:host ::ng-deep i.backgroundDark{color:#e2e2e2}:host ::ng-deep i.presentation{color:#5b6770}:host ::ng-deep i.bullhorn{color:#ff6900}:host ::ng-deep i.pulse{color:#3bafda}:host ::ng-deep i.company{color:#39d}:host ::ng-deep i.candidate{color:#4b7}:host ::ng-deep i.lead{color:#a69}:host ::ng-deep i.contact{color:#fa4}:host ::ng-deep i.clientcontact{color:#fa4}:host ::ng-deep i.opportunity{color:#625}:host ::ng-deep i.job{color:#b56}:host ::ng-deep i.joborder{color:#b56}:host ::ng-deep i.submission{color:#a9adbb}:host ::ng-deep i.sendout{color:#747884}:host ::ng-deep i.placement{color:#0b344f}:host ::ng-deep i.note{color:#747884}:host ::ng-deep i.contract{color:#454ea0}:host ::ng-deep i.task{color:#4f5361}:host ::ng-deep i.jobCode{color:#696d79}:host ::ng-deep i.earnCode{color:#696d79}:host ::ng-deep i.invoiceStatement{color:#696d79}:host ::ng-deep i.billableCharge{color:#696d79}:host ::ng-deep i.payableCharge{color:#696d79}:host ::ng-deep i.user{color:#696d79}:host ::ng-deep i.corporateUser{color:#696d79}:host ::ng-deep i.distributionList{color:#696d79}:host ::ng-deep i.credential{color:#696d79}:host ::ng-deep i.person{color:#696d79}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.NovoIconComponent, selector: "novo-icon", inputs: ["raised", "theme", "shape", "color", "size", "smaller", "larger", "alt", "name"] }] }); }
|
|
34
34
|
}
|
|
35
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
35
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoItemAvatarElement, decorators: [{
|
|
36
36
|
type: Component,
|
|
37
37
|
args: [{ selector: 'item-avatar, novo-item-avatar', template: ' <novo-icon *ngIf="icon" [color]="color || icon">{{ icon }}</novo-icon> ', host: {
|
|
38
38
|
class: 'novo-item-avatar',
|
|
@@ -43,18 +43,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImpo
|
|
|
43
43
|
type: Input
|
|
44
44
|
}] } });
|
|
45
45
|
class NovoItemTitleElement {
|
|
46
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
47
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
46
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoItemTitleElement, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
47
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.17", type: NovoItemTitleElement, isStandalone: false, selector: "item-title, novo-item-title", host: { classAttribute: "novo-item-title" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [":host-context([theme=black]){color:#fff}:host-context([theme=black]) i{color:#fff}:host-context([theme=white]){color:#3d464d}:host-context([theme=white]) i{color:#3d464d}:host-context([theme=gray]){color:#3d464d}:host-context([theme=gray]) i{color:#3d464d}:host-context([theme=grey]){color:#3d464d}:host-context([theme=grey]) i{color:#3d464d}:host-context([theme=offWhite]){color:#3d464d}:host-context([theme=offWhite]) i{color:#3d464d}:host-context([theme=bright]){color:#3d464d}:host-context([theme=bright]) i{color:#3d464d}:host-context([theme=light]){color:#3d464d}:host-context([theme=light]) i{color:#3d464d}:host-context([theme=neutral]){color:#fff}:host-context([theme=neutral]) i{color:#fff}:host-context([theme=dark]){color:#fff}:host-context([theme=dark]) i{color:#fff}:host-context([theme=orange]){color:#3d464d}:host-context([theme=orange]) i{color:#3d464d}:host-context([theme=navigation]){color:#fff}:host-context([theme=navigation]) i{color:#fff}:host-context([theme=skyBlue]){color:#fff}:host-context([theme=skyBlue]) i{color:#fff}:host-context([theme=steel]){color:#fff}:host-context([theme=steel]) i{color:#fff}:host-context([theme=metal]){color:#fff}:host-context([theme=metal]) i{color:#fff}:host-context([theme=sand]){color:#3d464d}:host-context([theme=sand]) i{color:#3d464d}:host-context([theme=silver]){color:#3d464d}:host-context([theme=silver]) i{color:#3d464d}:host-context([theme=stone]){color:#3d464d}:host-context([theme=stone]) i{color:#3d464d}:host-context([theme=ash]){color:#3d464d}:host-context([theme=ash]) i{color:#3d464d}:host-context([theme=slate]){color:#fff}:host-context([theme=slate]) i{color:#fff}:host-context([theme=onyx]){color:#fff}:host-context([theme=onyx]) i{color:#fff}:host-context([theme=charcoal]){color:#fff}:host-context([theme=charcoal]) i{color:#fff}:host-context([theme=moonlight]){color:#fff}:host-context([theme=moonlight]) i{color:#fff}:host-context([theme=midnight]){color:#fff}:host-context([theme=midnight]) i{color:#fff}:host-context([theme=darkness]){color:#fff}:host-context([theme=darkness]) i{color:#fff}:host-context([theme=navy]){color:#fff}:host-context([theme=navy]) i{color:#fff}:host-context([theme=aqua]){color:#3d464d}:host-context([theme=aqua]) i{color:#3d464d}:host-context([theme=ocean]){color:#fff}:host-context([theme=ocean]) i{color:#fff}:host-context([theme=mint]){color:#3d464d}:host-context([theme=mint]) i{color:#3d464d}:host-context([theme=grass]){color:#fff}:host-context([theme=grass]) i{color:#fff}:host-context([theme=sunflower]){color:#fff}:host-context([theme=sunflower]) i{color:#fff}:host-context([theme=bittersweet]){color:#fff}:host-context([theme=bittersweet]) i{color:#fff}:host-context([theme=grapefruit]){color:#fff}:host-context([theme=grapefruit]) i{color:#fff}:host-context([theme=carnation]){color:#fff}:host-context([theme=carnation]) i{color:#fff}:host-context([theme=lavender]){color:#fff}:host-context([theme=lavender]) i{color:#fff}:host-context([theme=mountain]){color:#fff}:host-context([theme=mountain]) i{color:#fff}:host-context([theme=info]){color:#fff}:host-context([theme=info]) i{color:#fff}:host-context([theme=positive]){color:#fff}:host-context([theme=positive]) i{color:#fff}:host-context([theme=success]){color:#fff}:host-context([theme=success]) i{color:#fff}:host-context([theme=negative]){color:#fff}:host-context([theme=negative]) i{color:#fff}:host-context([theme=danger]){color:#fff}:host-context([theme=danger]) i{color:#fff}:host-context([theme=error]){color:#fff}:host-context([theme=error]) i{color:#fff}:host-context([theme=warning]){color:#fff}:host-context([theme=warning]) i{color:#fff}:host-context([theme=empty]){color:#3d464d}:host-context([theme=empty]) i{color:#3d464d}:host-context([theme=disabled]){color:#3d464d}:host-context([theme=disabled]) i{color:#3d464d}:host-context([theme=background]){color:#3d464d}:host-context([theme=background]) i{color:#3d464d}:host-context([theme=backgroundDark]){color:#3d464d}:host-context([theme=backgroundDark]) i{color:#3d464d}:host-context([theme=presentation]){color:#fff}:host-context([theme=presentation]) i{color:#fff}:host-context([theme=bullhorn]){color:#3d464d}:host-context([theme=bullhorn]) i{color:#3d464d}:host-context([theme=pulse]){color:#3d464d}:host-context([theme=pulse]) i{color:#3d464d}:host-context([theme=company]){color:#fff}:host-context([theme=company]) i{color:#fff}:host-context([theme=candidate]){color:#fff}:host-context([theme=candidate]) i{color:#fff}:host-context([theme=lead]){color:#fff}:host-context([theme=lead]) i{color:#fff}:host-context([theme=contact]){color:#fff}:host-context([theme=contact]) i{color:#fff}:host-context([theme=clientcontact]){color:#fff}:host-context([theme=clientcontact]) i{color:#fff}:host-context([theme=opportunity]){color:#fff}:host-context([theme=opportunity]) i{color:#fff}:host-context([theme=job]){color:#fff}:host-context([theme=job]) i{color:#fff}:host-context([theme=joborder]){color:#fff}:host-context([theme=joborder]) i{color:#fff}:host-context([theme=submission]){color:#3d464d}:host-context([theme=submission]) i{color:#3d464d}:host-context([theme=sendout]){color:#fff}:host-context([theme=sendout]) i{color:#fff}:host-context([theme=placement]){color:#fff}:host-context([theme=placement]) i{color:#fff}:host-context([theme=note]){color:#fff}:host-context([theme=note]) i{color:#fff}:host-context([theme=contract]){color:#fff}:host-context([theme=contract]) i{color:#fff}:host-context([theme=task]){color:#fff}:host-context([theme=task]) i{color:#fff}:host-context([theme=jobCode]){color:#fff}:host-context([theme=jobCode]) i{color:#fff}:host-context([theme=earnCode]){color:#fff}:host-context([theme=earnCode]) i{color:#fff}:host-context([theme=invoiceStatement]){color:#fff}:host-context([theme=invoiceStatement]) i{color:#fff}:host-context([theme=billableCharge]){color:#fff}:host-context([theme=billableCharge]) i{color:#fff}:host-context([theme=payableCharge]){color:#fff}:host-context([theme=payableCharge]) i{color:#fff}:host-context([theme=user]){color:#fff}:host-context([theme=user]) i{color:#fff}:host-context([theme=corporateUser]){color:#fff}:host-context([theme=corporateUser]) i{color:#fff}:host-context([theme=distributionList]){color:#fff}:host-context([theme=distributionList]) i{color:#fff}:host-context([theme=credential]){color:#fff}:host-context([theme=credential]) i{color:#fff}:host-context([theme=person]){color:#fff}:host-context([theme=person]) i{color:#fff}:host{display:block;color:inherit;font-size:inherit;flex:2 0 0}\n"] }); }
|
|
48
48
|
}
|
|
49
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
49
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoItemTitleElement, decorators: [{
|
|
50
50
|
type: Component,
|
|
51
51
|
args: [{ selector: 'item-title, novo-item-title', template: '<ng-content></ng-content>', host: {
|
|
52
52
|
class: 'novo-item-title',
|
|
53
53
|
}, standalone: false, styles: [":host-context([theme=black]){color:#fff}:host-context([theme=black]) i{color:#fff}:host-context([theme=white]){color:#3d464d}:host-context([theme=white]) i{color:#3d464d}:host-context([theme=gray]){color:#3d464d}:host-context([theme=gray]) i{color:#3d464d}:host-context([theme=grey]){color:#3d464d}:host-context([theme=grey]) i{color:#3d464d}:host-context([theme=offWhite]){color:#3d464d}:host-context([theme=offWhite]) i{color:#3d464d}:host-context([theme=bright]){color:#3d464d}:host-context([theme=bright]) i{color:#3d464d}:host-context([theme=light]){color:#3d464d}:host-context([theme=light]) i{color:#3d464d}:host-context([theme=neutral]){color:#fff}:host-context([theme=neutral]) i{color:#fff}:host-context([theme=dark]){color:#fff}:host-context([theme=dark]) i{color:#fff}:host-context([theme=orange]){color:#3d464d}:host-context([theme=orange]) i{color:#3d464d}:host-context([theme=navigation]){color:#fff}:host-context([theme=navigation]) i{color:#fff}:host-context([theme=skyBlue]){color:#fff}:host-context([theme=skyBlue]) i{color:#fff}:host-context([theme=steel]){color:#fff}:host-context([theme=steel]) i{color:#fff}:host-context([theme=metal]){color:#fff}:host-context([theme=metal]) i{color:#fff}:host-context([theme=sand]){color:#3d464d}:host-context([theme=sand]) i{color:#3d464d}:host-context([theme=silver]){color:#3d464d}:host-context([theme=silver]) i{color:#3d464d}:host-context([theme=stone]){color:#3d464d}:host-context([theme=stone]) i{color:#3d464d}:host-context([theme=ash]){color:#3d464d}:host-context([theme=ash]) i{color:#3d464d}:host-context([theme=slate]){color:#fff}:host-context([theme=slate]) i{color:#fff}:host-context([theme=onyx]){color:#fff}:host-context([theme=onyx]) i{color:#fff}:host-context([theme=charcoal]){color:#fff}:host-context([theme=charcoal]) i{color:#fff}:host-context([theme=moonlight]){color:#fff}:host-context([theme=moonlight]) i{color:#fff}:host-context([theme=midnight]){color:#fff}:host-context([theme=midnight]) i{color:#fff}:host-context([theme=darkness]){color:#fff}:host-context([theme=darkness]) i{color:#fff}:host-context([theme=navy]){color:#fff}:host-context([theme=navy]) i{color:#fff}:host-context([theme=aqua]){color:#3d464d}:host-context([theme=aqua]) i{color:#3d464d}:host-context([theme=ocean]){color:#fff}:host-context([theme=ocean]) i{color:#fff}:host-context([theme=mint]){color:#3d464d}:host-context([theme=mint]) i{color:#3d464d}:host-context([theme=grass]){color:#fff}:host-context([theme=grass]) i{color:#fff}:host-context([theme=sunflower]){color:#fff}:host-context([theme=sunflower]) i{color:#fff}:host-context([theme=bittersweet]){color:#fff}:host-context([theme=bittersweet]) i{color:#fff}:host-context([theme=grapefruit]){color:#fff}:host-context([theme=grapefruit]) i{color:#fff}:host-context([theme=carnation]){color:#fff}:host-context([theme=carnation]) i{color:#fff}:host-context([theme=lavender]){color:#fff}:host-context([theme=lavender]) i{color:#fff}:host-context([theme=mountain]){color:#fff}:host-context([theme=mountain]) i{color:#fff}:host-context([theme=info]){color:#fff}:host-context([theme=info]) i{color:#fff}:host-context([theme=positive]){color:#fff}:host-context([theme=positive]) i{color:#fff}:host-context([theme=success]){color:#fff}:host-context([theme=success]) i{color:#fff}:host-context([theme=negative]){color:#fff}:host-context([theme=negative]) i{color:#fff}:host-context([theme=danger]){color:#fff}:host-context([theme=danger]) i{color:#fff}:host-context([theme=error]){color:#fff}:host-context([theme=error]) i{color:#fff}:host-context([theme=warning]){color:#fff}:host-context([theme=warning]) i{color:#fff}:host-context([theme=empty]){color:#3d464d}:host-context([theme=empty]) i{color:#3d464d}:host-context([theme=disabled]){color:#3d464d}:host-context([theme=disabled]) i{color:#3d464d}:host-context([theme=background]){color:#3d464d}:host-context([theme=background]) i{color:#3d464d}:host-context([theme=backgroundDark]){color:#3d464d}:host-context([theme=backgroundDark]) i{color:#3d464d}:host-context([theme=presentation]){color:#fff}:host-context([theme=presentation]) i{color:#fff}:host-context([theme=bullhorn]){color:#3d464d}:host-context([theme=bullhorn]) i{color:#3d464d}:host-context([theme=pulse]){color:#3d464d}:host-context([theme=pulse]) i{color:#3d464d}:host-context([theme=company]){color:#fff}:host-context([theme=company]) i{color:#fff}:host-context([theme=candidate]){color:#fff}:host-context([theme=candidate]) i{color:#fff}:host-context([theme=lead]){color:#fff}:host-context([theme=lead]) i{color:#fff}:host-context([theme=contact]){color:#fff}:host-context([theme=contact]) i{color:#fff}:host-context([theme=clientcontact]){color:#fff}:host-context([theme=clientcontact]) i{color:#fff}:host-context([theme=opportunity]){color:#fff}:host-context([theme=opportunity]) i{color:#fff}:host-context([theme=job]){color:#fff}:host-context([theme=job]) i{color:#fff}:host-context([theme=joborder]){color:#fff}:host-context([theme=joborder]) i{color:#fff}:host-context([theme=submission]){color:#3d464d}:host-context([theme=submission]) i{color:#3d464d}:host-context([theme=sendout]){color:#fff}:host-context([theme=sendout]) i{color:#fff}:host-context([theme=placement]){color:#fff}:host-context([theme=placement]) i{color:#fff}:host-context([theme=note]){color:#fff}:host-context([theme=note]) i{color:#fff}:host-context([theme=contract]){color:#fff}:host-context([theme=contract]) i{color:#fff}:host-context([theme=task]){color:#fff}:host-context([theme=task]) i{color:#fff}:host-context([theme=jobCode]){color:#fff}:host-context([theme=jobCode]) i{color:#fff}:host-context([theme=earnCode]){color:#fff}:host-context([theme=earnCode]) i{color:#fff}:host-context([theme=invoiceStatement]){color:#fff}:host-context([theme=invoiceStatement]) i{color:#fff}:host-context([theme=billableCharge]){color:#fff}:host-context([theme=billableCharge]) i{color:#fff}:host-context([theme=payableCharge]){color:#fff}:host-context([theme=payableCharge]) i{color:#fff}:host-context([theme=user]){color:#fff}:host-context([theme=user]) i{color:#fff}:host-context([theme=corporateUser]){color:#fff}:host-context([theme=corporateUser]) i{color:#fff}:host-context([theme=distributionList]){color:#fff}:host-context([theme=distributionList]) i{color:#fff}:host-context([theme=credential]){color:#fff}:host-context([theme=credential]) i{color:#fff}:host-context([theme=person]){color:#fff}:host-context([theme=person]) i{color:#fff}:host{display:block;color:inherit;font-size:inherit;flex:2 0 0}\n"] }]
|
|
54
54
|
}] });
|
|
55
55
|
class NovoItemHeaderElement {
|
|
56
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
57
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
56
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoItemHeaderElement, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
57
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.17", type: NovoItemHeaderElement, isStandalone: false, selector: "item-header, novo-item-header", host: { classAttribute: "novo-item-header" }, ngImport: i0, template: `
|
|
58
58
|
<novo-title class="novo-item-header-container" size="md">
|
|
59
59
|
<ng-content select="item-avatar, novo-item-avatar"></ng-content>
|
|
60
60
|
<ng-content select="item-title, novo-item-title"></ng-content>
|
|
@@ -62,7 +62,7 @@ class NovoItemHeaderElement {
|
|
|
62
62
|
</novo-title>
|
|
63
63
|
`, isInline: true, styles: [":host-context([theme=black]){color:#fff}:host-context([theme=black]) h6,:host-context([theme=black]) i{color:#fff}:host-context([theme=white]){color:#3d464d}:host-context([theme=white]) h6,:host-context([theme=white]) i{color:#3d464d}:host-context([theme=gray]){color:#3d464d}:host-context([theme=gray]) h6,:host-context([theme=gray]) i{color:#3d464d}:host-context([theme=grey]){color:#3d464d}:host-context([theme=grey]) h6,:host-context([theme=grey]) i{color:#3d464d}:host-context([theme=offWhite]){color:#3d464d}:host-context([theme=offWhite]) h6,:host-context([theme=offWhite]) i{color:#3d464d}:host-context([theme=bright]){color:#3d464d}:host-context([theme=bright]) h6,:host-context([theme=bright]) i{color:#3d464d}:host-context([theme=light]){color:#3d464d}:host-context([theme=light]) h6,:host-context([theme=light]) i{color:#3d464d}:host-context([theme=neutral]){color:#fff}:host-context([theme=neutral]) h6,:host-context([theme=neutral]) i{color:#fff}:host-context([theme=dark]){color:#fff}:host-context([theme=dark]) h6,:host-context([theme=dark]) i{color:#fff}:host-context([theme=orange]){color:#3d464d}:host-context([theme=orange]) h6,:host-context([theme=orange]) i{color:#3d464d}:host-context([theme=navigation]){color:#fff}:host-context([theme=navigation]) h6,:host-context([theme=navigation]) i{color:#fff}:host-context([theme=skyBlue]){color:#fff}:host-context([theme=skyBlue]) h6,:host-context([theme=skyBlue]) i{color:#fff}:host-context([theme=steel]){color:#fff}:host-context([theme=steel]) h6,:host-context([theme=steel]) i{color:#fff}:host-context([theme=metal]){color:#fff}:host-context([theme=metal]) h6,:host-context([theme=metal]) i{color:#fff}:host-context([theme=sand]){color:#3d464d}:host-context([theme=sand]) h6,:host-context([theme=sand]) i{color:#3d464d}:host-context([theme=silver]){color:#3d464d}:host-context([theme=silver]) h6,:host-context([theme=silver]) i{color:#3d464d}:host-context([theme=stone]){color:#3d464d}:host-context([theme=stone]) h6,:host-context([theme=stone]) i{color:#3d464d}:host-context([theme=ash]){color:#3d464d}:host-context([theme=ash]) h6,:host-context([theme=ash]) i{color:#3d464d}:host-context([theme=slate]){color:#fff}:host-context([theme=slate]) h6,:host-context([theme=slate]) i{color:#fff}:host-context([theme=onyx]){color:#fff}:host-context([theme=onyx]) h6,:host-context([theme=onyx]) i{color:#fff}:host-context([theme=charcoal]){color:#fff}:host-context([theme=charcoal]) h6,:host-context([theme=charcoal]) i{color:#fff}:host-context([theme=moonlight]){color:#fff}:host-context([theme=moonlight]) h6,:host-context([theme=moonlight]) i{color:#fff}:host-context([theme=midnight]){color:#fff}:host-context([theme=midnight]) h6,:host-context([theme=midnight]) i{color:#fff}:host-context([theme=darkness]){color:#fff}:host-context([theme=darkness]) h6,:host-context([theme=darkness]) i{color:#fff}:host-context([theme=navy]){color:#fff}:host-context([theme=navy]) h6,:host-context([theme=navy]) i{color:#fff}:host-context([theme=aqua]){color:#3d464d}:host-context([theme=aqua]) h6,:host-context([theme=aqua]) i{color:#3d464d}:host-context([theme=ocean]){color:#fff}:host-context([theme=ocean]) h6,:host-context([theme=ocean]) i{color:#fff}:host-context([theme=mint]){color:#3d464d}:host-context([theme=mint]) h6,:host-context([theme=mint]) i{color:#3d464d}:host-context([theme=grass]){color:#fff}:host-context([theme=grass]) h6,:host-context([theme=grass]) i{color:#fff}:host-context([theme=sunflower]){color:#fff}:host-context([theme=sunflower]) h6,:host-context([theme=sunflower]) i{color:#fff}:host-context([theme=bittersweet]){color:#fff}:host-context([theme=bittersweet]) h6,:host-context([theme=bittersweet]) i{color:#fff}:host-context([theme=grapefruit]){color:#fff}:host-context([theme=grapefruit]) h6,:host-context([theme=grapefruit]) i{color:#fff}:host-context([theme=carnation]){color:#fff}:host-context([theme=carnation]) h6,:host-context([theme=carnation]) i{color:#fff}:host-context([theme=lavender]){color:#fff}:host-context([theme=lavender]) h6,:host-context([theme=lavender]) i{color:#fff}:host-context([theme=mountain]){color:#fff}:host-context([theme=mountain]) h6,:host-context([theme=mountain]) i{color:#fff}:host-context([theme=info]){color:#fff}:host-context([theme=info]) h6,:host-context([theme=info]) i{color:#fff}:host-context([theme=positive]){color:#fff}:host-context([theme=positive]) h6,:host-context([theme=positive]) i{color:#fff}:host-context([theme=success]){color:#fff}:host-context([theme=success]) h6,:host-context([theme=success]) i{color:#fff}:host-context([theme=negative]){color:#fff}:host-context([theme=negative]) h6,:host-context([theme=negative]) i{color:#fff}:host-context([theme=danger]){color:#fff}:host-context([theme=danger]) h6,:host-context([theme=danger]) i{color:#fff}:host-context([theme=error]){color:#fff}:host-context([theme=error]) h6,:host-context([theme=error]) i{color:#fff}:host-context([theme=warning]){color:#fff}:host-context([theme=warning]) h6,:host-context([theme=warning]) i{color:#fff}:host-context([theme=empty]){color:#3d464d}:host-context([theme=empty]) h6,:host-context([theme=empty]) i{color:#3d464d}:host-context([theme=disabled]){color:#3d464d}:host-context([theme=disabled]) h6,:host-context([theme=disabled]) i{color:#3d464d}:host-context([theme=background]){color:#3d464d}:host-context([theme=background]) h6,:host-context([theme=background]) i{color:#3d464d}:host-context([theme=backgroundDark]){color:#3d464d}:host-context([theme=backgroundDark]) h6,:host-context([theme=backgroundDark]) i{color:#3d464d}:host-context([theme=presentation]){color:#fff}:host-context([theme=presentation]) h6,:host-context([theme=presentation]) i{color:#fff}:host-context([theme=bullhorn]){color:#3d464d}:host-context([theme=bullhorn]) h6,:host-context([theme=bullhorn]) i{color:#3d464d}:host-context([theme=pulse]){color:#3d464d}:host-context([theme=pulse]) h6,:host-context([theme=pulse]) i{color:#3d464d}:host-context([theme=company]){color:#fff}:host-context([theme=company]) h6,:host-context([theme=company]) i{color:#fff}:host-context([theme=candidate]){color:#fff}:host-context([theme=candidate]) h6,:host-context([theme=candidate]) i{color:#fff}:host-context([theme=lead]){color:#fff}:host-context([theme=lead]) h6,:host-context([theme=lead]) i{color:#fff}:host-context([theme=contact]){color:#fff}:host-context([theme=contact]) h6,:host-context([theme=contact]) i{color:#fff}:host-context([theme=clientcontact]){color:#fff}:host-context([theme=clientcontact]) h6,:host-context([theme=clientcontact]) i{color:#fff}:host-context([theme=opportunity]){color:#fff}:host-context([theme=opportunity]) h6,:host-context([theme=opportunity]) i{color:#fff}:host-context([theme=job]){color:#fff}:host-context([theme=job]) h6,:host-context([theme=job]) i{color:#fff}:host-context([theme=joborder]){color:#fff}:host-context([theme=joborder]) h6,:host-context([theme=joborder]) i{color:#fff}:host-context([theme=submission]){color:#3d464d}:host-context([theme=submission]) h6,:host-context([theme=submission]) i{color:#3d464d}:host-context([theme=sendout]){color:#fff}:host-context([theme=sendout]) h6,:host-context([theme=sendout]) i{color:#fff}:host-context([theme=placement]){color:#fff}:host-context([theme=placement]) h6,:host-context([theme=placement]) i{color:#fff}:host-context([theme=note]){color:#fff}:host-context([theme=note]) h6,:host-context([theme=note]) i{color:#fff}:host-context([theme=contract]){color:#fff}:host-context([theme=contract]) h6,:host-context([theme=contract]) i{color:#fff}:host-context([theme=task]){color:#fff}:host-context([theme=task]) h6,:host-context([theme=task]) i{color:#fff}:host-context([theme=jobCode]){color:#fff}:host-context([theme=jobCode]) h6,:host-context([theme=jobCode]) i{color:#fff}:host-context([theme=earnCode]){color:#fff}:host-context([theme=earnCode]) h6,:host-context([theme=earnCode]) i{color:#fff}:host-context([theme=invoiceStatement]){color:#fff}:host-context([theme=invoiceStatement]) h6,:host-context([theme=invoiceStatement]) i{color:#fff}:host-context([theme=billableCharge]){color:#fff}:host-context([theme=billableCharge]) h6,:host-context([theme=billableCharge]) i{color:#fff}:host-context([theme=payableCharge]){color:#fff}:host-context([theme=payableCharge]) h6,:host-context([theme=payableCharge]) i{color:#fff}:host-context([theme=user]){color:#fff}:host-context([theme=user]) h6,:host-context([theme=user]) i{color:#fff}:host-context([theme=corporateUser]){color:#fff}:host-context([theme=corporateUser]) h6,:host-context([theme=corporateUser]) i{color:#fff}:host-context([theme=distributionList]){color:#fff}:host-context([theme=distributionList]) h6,:host-context([theme=distributionList]) i{color:#fff}:host-context([theme=credential]){color:#fff}:host-context([theme=credential]) h6,:host-context([theme=credential]) i{color:#fff}:host-context([theme=person]){color:#fff}:host-context([theme=person]) h6,:host-context([theme=person]) i{color:#fff}:host .novo-item-header-container{display:flex;align-items:center}\n"], dependencies: [{ kind: "component", type: i3.NovoTitle, selector: "novo-title,[novo-title]" }] }); }
|
|
64
64
|
}
|
|
65
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
65
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoItemHeaderElement, decorators: [{
|
|
66
66
|
type: Component,
|
|
67
67
|
args: [{ selector: 'item-header, novo-item-header', template: `
|
|
68
68
|
<novo-title class="novo-item-header-container" size="md">
|
|
@@ -75,20 +75,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImpo
|
|
|
75
75
|
}, standalone: false, styles: [":host-context([theme=black]){color:#fff}:host-context([theme=black]) h6,:host-context([theme=black]) i{color:#fff}:host-context([theme=white]){color:#3d464d}:host-context([theme=white]) h6,:host-context([theme=white]) i{color:#3d464d}:host-context([theme=gray]){color:#3d464d}:host-context([theme=gray]) h6,:host-context([theme=gray]) i{color:#3d464d}:host-context([theme=grey]){color:#3d464d}:host-context([theme=grey]) h6,:host-context([theme=grey]) i{color:#3d464d}:host-context([theme=offWhite]){color:#3d464d}:host-context([theme=offWhite]) h6,:host-context([theme=offWhite]) i{color:#3d464d}:host-context([theme=bright]){color:#3d464d}:host-context([theme=bright]) h6,:host-context([theme=bright]) i{color:#3d464d}:host-context([theme=light]){color:#3d464d}:host-context([theme=light]) h6,:host-context([theme=light]) i{color:#3d464d}:host-context([theme=neutral]){color:#fff}:host-context([theme=neutral]) h6,:host-context([theme=neutral]) i{color:#fff}:host-context([theme=dark]){color:#fff}:host-context([theme=dark]) h6,:host-context([theme=dark]) i{color:#fff}:host-context([theme=orange]){color:#3d464d}:host-context([theme=orange]) h6,:host-context([theme=orange]) i{color:#3d464d}:host-context([theme=navigation]){color:#fff}:host-context([theme=navigation]) h6,:host-context([theme=navigation]) i{color:#fff}:host-context([theme=skyBlue]){color:#fff}:host-context([theme=skyBlue]) h6,:host-context([theme=skyBlue]) i{color:#fff}:host-context([theme=steel]){color:#fff}:host-context([theme=steel]) h6,:host-context([theme=steel]) i{color:#fff}:host-context([theme=metal]){color:#fff}:host-context([theme=metal]) h6,:host-context([theme=metal]) i{color:#fff}:host-context([theme=sand]){color:#3d464d}:host-context([theme=sand]) h6,:host-context([theme=sand]) i{color:#3d464d}:host-context([theme=silver]){color:#3d464d}:host-context([theme=silver]) h6,:host-context([theme=silver]) i{color:#3d464d}:host-context([theme=stone]){color:#3d464d}:host-context([theme=stone]) h6,:host-context([theme=stone]) i{color:#3d464d}:host-context([theme=ash]){color:#3d464d}:host-context([theme=ash]) h6,:host-context([theme=ash]) i{color:#3d464d}:host-context([theme=slate]){color:#fff}:host-context([theme=slate]) h6,:host-context([theme=slate]) i{color:#fff}:host-context([theme=onyx]){color:#fff}:host-context([theme=onyx]) h6,:host-context([theme=onyx]) i{color:#fff}:host-context([theme=charcoal]){color:#fff}:host-context([theme=charcoal]) h6,:host-context([theme=charcoal]) i{color:#fff}:host-context([theme=moonlight]){color:#fff}:host-context([theme=moonlight]) h6,:host-context([theme=moonlight]) i{color:#fff}:host-context([theme=midnight]){color:#fff}:host-context([theme=midnight]) h6,:host-context([theme=midnight]) i{color:#fff}:host-context([theme=darkness]){color:#fff}:host-context([theme=darkness]) h6,:host-context([theme=darkness]) i{color:#fff}:host-context([theme=navy]){color:#fff}:host-context([theme=navy]) h6,:host-context([theme=navy]) i{color:#fff}:host-context([theme=aqua]){color:#3d464d}:host-context([theme=aqua]) h6,:host-context([theme=aqua]) i{color:#3d464d}:host-context([theme=ocean]){color:#fff}:host-context([theme=ocean]) h6,:host-context([theme=ocean]) i{color:#fff}:host-context([theme=mint]){color:#3d464d}:host-context([theme=mint]) h6,:host-context([theme=mint]) i{color:#3d464d}:host-context([theme=grass]){color:#fff}:host-context([theme=grass]) h6,:host-context([theme=grass]) i{color:#fff}:host-context([theme=sunflower]){color:#fff}:host-context([theme=sunflower]) h6,:host-context([theme=sunflower]) i{color:#fff}:host-context([theme=bittersweet]){color:#fff}:host-context([theme=bittersweet]) h6,:host-context([theme=bittersweet]) i{color:#fff}:host-context([theme=grapefruit]){color:#fff}:host-context([theme=grapefruit]) h6,:host-context([theme=grapefruit]) i{color:#fff}:host-context([theme=carnation]){color:#fff}:host-context([theme=carnation]) h6,:host-context([theme=carnation]) i{color:#fff}:host-context([theme=lavender]){color:#fff}:host-context([theme=lavender]) h6,:host-context([theme=lavender]) i{color:#fff}:host-context([theme=mountain]){color:#fff}:host-context([theme=mountain]) h6,:host-context([theme=mountain]) i{color:#fff}:host-context([theme=info]){color:#fff}:host-context([theme=info]) h6,:host-context([theme=info]) i{color:#fff}:host-context([theme=positive]){color:#fff}:host-context([theme=positive]) h6,:host-context([theme=positive]) i{color:#fff}:host-context([theme=success]){color:#fff}:host-context([theme=success]) h6,:host-context([theme=success]) i{color:#fff}:host-context([theme=negative]){color:#fff}:host-context([theme=negative]) h6,:host-context([theme=negative]) i{color:#fff}:host-context([theme=danger]){color:#fff}:host-context([theme=danger]) h6,:host-context([theme=danger]) i{color:#fff}:host-context([theme=error]){color:#fff}:host-context([theme=error]) h6,:host-context([theme=error]) i{color:#fff}:host-context([theme=warning]){color:#fff}:host-context([theme=warning]) h6,:host-context([theme=warning]) i{color:#fff}:host-context([theme=empty]){color:#3d464d}:host-context([theme=empty]) h6,:host-context([theme=empty]) i{color:#3d464d}:host-context([theme=disabled]){color:#3d464d}:host-context([theme=disabled]) h6,:host-context([theme=disabled]) i{color:#3d464d}:host-context([theme=background]){color:#3d464d}:host-context([theme=background]) h6,:host-context([theme=background]) i{color:#3d464d}:host-context([theme=backgroundDark]){color:#3d464d}:host-context([theme=backgroundDark]) h6,:host-context([theme=backgroundDark]) i{color:#3d464d}:host-context([theme=presentation]){color:#fff}:host-context([theme=presentation]) h6,:host-context([theme=presentation]) i{color:#fff}:host-context([theme=bullhorn]){color:#3d464d}:host-context([theme=bullhorn]) h6,:host-context([theme=bullhorn]) i{color:#3d464d}:host-context([theme=pulse]){color:#3d464d}:host-context([theme=pulse]) h6,:host-context([theme=pulse]) i{color:#3d464d}:host-context([theme=company]){color:#fff}:host-context([theme=company]) h6,:host-context([theme=company]) i{color:#fff}:host-context([theme=candidate]){color:#fff}:host-context([theme=candidate]) h6,:host-context([theme=candidate]) i{color:#fff}:host-context([theme=lead]){color:#fff}:host-context([theme=lead]) h6,:host-context([theme=lead]) i{color:#fff}:host-context([theme=contact]){color:#fff}:host-context([theme=contact]) h6,:host-context([theme=contact]) i{color:#fff}:host-context([theme=clientcontact]){color:#fff}:host-context([theme=clientcontact]) h6,:host-context([theme=clientcontact]) i{color:#fff}:host-context([theme=opportunity]){color:#fff}:host-context([theme=opportunity]) h6,:host-context([theme=opportunity]) i{color:#fff}:host-context([theme=job]){color:#fff}:host-context([theme=job]) h6,:host-context([theme=job]) i{color:#fff}:host-context([theme=joborder]){color:#fff}:host-context([theme=joborder]) h6,:host-context([theme=joborder]) i{color:#fff}:host-context([theme=submission]){color:#3d464d}:host-context([theme=submission]) h6,:host-context([theme=submission]) i{color:#3d464d}:host-context([theme=sendout]){color:#fff}:host-context([theme=sendout]) h6,:host-context([theme=sendout]) i{color:#fff}:host-context([theme=placement]){color:#fff}:host-context([theme=placement]) h6,:host-context([theme=placement]) i{color:#fff}:host-context([theme=note]){color:#fff}:host-context([theme=note]) h6,:host-context([theme=note]) i{color:#fff}:host-context([theme=contract]){color:#fff}:host-context([theme=contract]) h6,:host-context([theme=contract]) i{color:#fff}:host-context([theme=task]){color:#fff}:host-context([theme=task]) h6,:host-context([theme=task]) i{color:#fff}:host-context([theme=jobCode]){color:#fff}:host-context([theme=jobCode]) h6,:host-context([theme=jobCode]) i{color:#fff}:host-context([theme=earnCode]){color:#fff}:host-context([theme=earnCode]) h6,:host-context([theme=earnCode]) i{color:#fff}:host-context([theme=invoiceStatement]){color:#fff}:host-context([theme=invoiceStatement]) h6,:host-context([theme=invoiceStatement]) i{color:#fff}:host-context([theme=billableCharge]){color:#fff}:host-context([theme=billableCharge]) h6,:host-context([theme=billableCharge]) i{color:#fff}:host-context([theme=payableCharge]){color:#fff}:host-context([theme=payableCharge]) h6,:host-context([theme=payableCharge]) i{color:#fff}:host-context([theme=user]){color:#fff}:host-context([theme=user]) h6,:host-context([theme=user]) i{color:#fff}:host-context([theme=corporateUser]){color:#fff}:host-context([theme=corporateUser]) h6,:host-context([theme=corporateUser]) i{color:#fff}:host-context([theme=distributionList]){color:#fff}:host-context([theme=distributionList]) h6,:host-context([theme=distributionList]) i{color:#fff}:host-context([theme=credential]){color:#fff}:host-context([theme=credential]) h6,:host-context([theme=credential]) i{color:#fff}:host-context([theme=person]){color:#fff}:host-context([theme=person]) h6,:host-context([theme=person]) i{color:#fff}:host .novo-item-header-container{display:flex;align-items:center}\n"] }]
|
|
76
76
|
}] });
|
|
77
77
|
class NovoItemDateElement {
|
|
78
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
79
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
78
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoItemDateElement, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
79
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.17", type: NovoItemDateElement, isStandalone: false, selector: "item-header-end, novo-item-header-end", host: { classAttribute: "novo-item-header-end" }, ngImport: i0, template: ' <ng-content></ng-content> ', isInline: true, styles: [":host{flex:1 0 0;text-align:right}\n"] }); }
|
|
80
80
|
}
|
|
81
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
81
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoItemDateElement, decorators: [{
|
|
82
82
|
type: Component,
|
|
83
83
|
args: [{ selector: 'item-header-end, novo-item-header-end', template: ' <ng-content></ng-content> ', host: {
|
|
84
84
|
class: 'novo-item-header-end',
|
|
85
85
|
}, standalone: false, styles: [":host{flex:1 0 0;text-align:right}\n"] }]
|
|
86
86
|
}] });
|
|
87
87
|
class NovoItemContentElement {
|
|
88
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
89
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.15", type: NovoItemContentElement, isStandalone: false, selector: "item-content, novo-item-content", inputs: { direction: "direction" }, host: { properties: { "class.vertical-list": "direction === \"vertical\"", "class.horizontal-list": "direction === \"horizontal\"" }, classAttribute: "novo-item-content" }, ngImport: i0, template: ' <ng-content></ng-content> ', isInline: true, styles: [":host-context([theme=black]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=white]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=gray]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=grey]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=offWhite]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=bright]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=light]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=neutral]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=dark]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=orange]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=navigation]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=skyBlue]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=steel]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=metal]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=sand]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=silver]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=stone]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=ash]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=slate]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=onyx]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=charcoal]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=moonlight]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=midnight]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=darkness]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=navy]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=aqua]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=ocean]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=mint]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=grass]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=sunflower]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=bittersweet]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=grapefruit]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=carnation]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=lavender]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=mountain]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=info]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=positive]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=success]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=negative]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=danger]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=error]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=warning]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=empty]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=disabled]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=background]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=backgroundDark]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=presentation]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=bullhorn]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=pulse]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=company]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=candidate]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=lead]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=contact]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=clientcontact]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=opportunity]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=job]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=joborder]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=submission]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=sendout]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=placement]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=note]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=contract]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=task]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=jobCode]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=earnCode]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=invoiceStatement]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=billableCharge]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=payableCharge]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=user]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=corporateUser]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=distributionList]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=credential]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=person]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context(.novo-list.avatar){margin-left:2.7em}:host{display:flex;margin-left:.2em}:host.novo-item-content>::ng-deep *{color:#434343d9}:host.novo-item-content ::ng-deep i.black{color:#000}:host.novo-item-content ::ng-deep i.white{color:#fff}:host.novo-item-content ::ng-deep i.gray{color:#9e9e9e}:host.novo-item-content ::ng-deep i.grey{color:#9e9e9e}:host.novo-item-content ::ng-deep i.offWhite{color:#f7f7f7}:host.novo-item-content ::ng-deep i.bright{color:#f7f7f7}:host.novo-item-content ::ng-deep i.light{color:#dbdbdb}:host.novo-item-content ::ng-deep i.neutral{color:#4f5361}:host.novo-item-content ::ng-deep i.dark{color:#3d464d}:host.novo-item-content ::ng-deep i.orange{color:#ff6900}:host.novo-item-content ::ng-deep i.navigation{color:#202945}:host.novo-item-content ::ng-deep i.skyBlue{color:#009bdf}:host.novo-item-content ::ng-deep i.steel{color:#5b6770}:host.novo-item-content ::ng-deep i.metal{color:#637893}:host.novo-item-content ::ng-deep i.sand{color:#f4f4f4}:host.novo-item-content ::ng-deep i.silver{color:#e2e2e2}:host.novo-item-content ::ng-deep i.stone{color:#bebebe}:host.novo-item-content ::ng-deep i.ash{color:#a0a0a0}:host.novo-item-content ::ng-deep i.slate{color:#707070}:host.novo-item-content ::ng-deep i.onyx{color:#526980}:host.novo-item-content ::ng-deep i.charcoal{color:#282828}:host.novo-item-content ::ng-deep i.moonlight{color:#1a242f}:host.novo-item-content ::ng-deep i.midnight{color:#202945}:host.novo-item-content ::ng-deep i.darkness{color:#161f27}:host.novo-item-content ::ng-deep i.navy{color:#0d2d42}:host.novo-item-content ::ng-deep i.aqua{color:#3bafda}:host.novo-item-content ::ng-deep i.ocean{color:#4a89dc}:host.novo-item-content ::ng-deep i.mint{color:#37bc9b}:host.novo-item-content ::ng-deep i.grass{color:#8cc152}:host.novo-item-content ::ng-deep i.sunflower{color:#f6b042}:host.novo-item-content ::ng-deep i.bittersweet{color:#eb6845}:host.novo-item-content ::ng-deep i.grapefruit{color:#da4453}:host.novo-item-content ::ng-deep i.carnation{color:#d770ad}:host.novo-item-content ::ng-deep i.lavender{color:#967adc}:host.novo-item-content ::ng-deep i.mountain{color:#9678b6}:host.novo-item-content ::ng-deep i.info{color:#4a89dc}:host.novo-item-content ::ng-deep i.positive{color:#4a89dc}:host.novo-item-content ::ng-deep i.success{color:#8cc152}:host.novo-item-content ::ng-deep i.negative{color:#da4453}:host.novo-item-content ::ng-deep i.danger{color:#da4453}:host.novo-item-content ::ng-deep i.error{color:#da4453}:host.novo-item-content ::ng-deep i.warning{color:#f6b042}:host.novo-item-content ::ng-deep i.empty{color:#cccdcc}:host.novo-item-content ::ng-deep i.disabled{color:#bebebe}:host.novo-item-content ::ng-deep i.background{color:#f7f7f7}:host.novo-item-content ::ng-deep i.backgroundDark{color:#e2e2e2}:host.novo-item-content ::ng-deep i.presentation{color:#5b6770}:host.novo-item-content ::ng-deep i.bullhorn{color:#ff6900}:host.novo-item-content ::ng-deep i.pulse{color:#3bafda}:host.novo-item-content ::ng-deep i.company{color:#39d}:host.novo-item-content ::ng-deep i.candidate{color:#4b7}:host.novo-item-content ::ng-deep i.lead{color:#a69}:host.novo-item-content ::ng-deep i.contact{color:#fa4}:host.novo-item-content ::ng-deep i.clientcontact{color:#fa4}:host.novo-item-content ::ng-deep i.opportunity{color:#625}:host.novo-item-content ::ng-deep i.job{color:#b56}:host.novo-item-content ::ng-deep i.joborder{color:#b56}:host.novo-item-content ::ng-deep i.submission{color:#a9adbb}:host.novo-item-content ::ng-deep i.sendout{color:#747884}:host.novo-item-content ::ng-deep i.placement{color:#0b344f}:host.novo-item-content ::ng-deep i.note{color:#747884}:host.novo-item-content ::ng-deep i.contract{color:#454ea0}:host.novo-item-content ::ng-deep i.task{color:#4f5361}:host.novo-item-content ::ng-deep i.jobCode{color:#696d79}:host.novo-item-content ::ng-deep i.earnCode{color:#696d79}:host.novo-item-content ::ng-deep i.invoiceStatement{color:#696d79}:host.novo-item-content ::ng-deep i.billableCharge{color:#696d79}:host.novo-item-content ::ng-deep i.payableCharge{color:#696d79}:host.novo-item-content ::ng-deep i.user{color:#696d79}:host.novo-item-content ::ng-deep i.corporateUser{color:#696d79}:host.novo-item-content ::ng-deep i.distributionList{color:#696d79}:host.novo-item-content ::ng-deep i.credential{color:#696d79}:host.novo-item-content ::ng-deep i.person{color:#696d79}:host.vertical-list{flex-direction:column}:host.horizontal-list{flex-direction:row}\n"] }); }
|
|
88
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoItemContentElement, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
89
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.17", type: NovoItemContentElement, isStandalone: false, selector: "item-content, novo-item-content", inputs: { direction: "direction" }, host: { properties: { "class.vertical-list": "direction === \"vertical\"", "class.horizontal-list": "direction === \"horizontal\"" }, classAttribute: "novo-item-content" }, ngImport: i0, template: ' <ng-content></ng-content> ', isInline: true, styles: [":host-context([theme=black]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=white]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=gray]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=grey]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=offWhite]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=bright]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=light]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=neutral]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=dark]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=orange]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=navigation]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=skyBlue]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=steel]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=metal]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=sand]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=silver]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=stone]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=ash]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=slate]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=onyx]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=charcoal]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=moonlight]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=midnight]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=darkness]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=navy]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=aqua]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=ocean]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=mint]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=grass]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=sunflower]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=bittersweet]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=grapefruit]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=carnation]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=lavender]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=mountain]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=info]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=positive]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=success]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=negative]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=danger]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=error]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=warning]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=empty]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=disabled]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=background]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=backgroundDark]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=presentation]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=bullhorn]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=pulse]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=company]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=candidate]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=lead]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=contact]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=clientcontact]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=opportunity]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=job]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=joborder]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=submission]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=sendout]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=placement]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=note]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=contract]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=task]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=jobCode]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=earnCode]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=invoiceStatement]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=billableCharge]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=payableCharge]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=user]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=corporateUser]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=distributionList]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=credential]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=person]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context(.novo-list.avatar){margin-left:2.7em}:host{display:flex;margin-left:.2em}:host.novo-item-content>::ng-deep *{color:#434343d9}:host.novo-item-content ::ng-deep i.black{color:#000}:host.novo-item-content ::ng-deep i.white{color:#fff}:host.novo-item-content ::ng-deep i.gray{color:#9e9e9e}:host.novo-item-content ::ng-deep i.grey{color:#9e9e9e}:host.novo-item-content ::ng-deep i.offWhite{color:#f7f7f7}:host.novo-item-content ::ng-deep i.bright{color:#f7f7f7}:host.novo-item-content ::ng-deep i.light{color:#dbdbdb}:host.novo-item-content ::ng-deep i.neutral{color:#4f5361}:host.novo-item-content ::ng-deep i.dark{color:#3d464d}:host.novo-item-content ::ng-deep i.orange{color:#ff6900}:host.novo-item-content ::ng-deep i.navigation{color:#202945}:host.novo-item-content ::ng-deep i.skyBlue{color:#009bdf}:host.novo-item-content ::ng-deep i.steel{color:#5b6770}:host.novo-item-content ::ng-deep i.metal{color:#637893}:host.novo-item-content ::ng-deep i.sand{color:#f4f4f4}:host.novo-item-content ::ng-deep i.silver{color:#e2e2e2}:host.novo-item-content ::ng-deep i.stone{color:#bebebe}:host.novo-item-content ::ng-deep i.ash{color:#a0a0a0}:host.novo-item-content ::ng-deep i.slate{color:#707070}:host.novo-item-content ::ng-deep i.onyx{color:#526980}:host.novo-item-content ::ng-deep i.charcoal{color:#282828}:host.novo-item-content ::ng-deep i.moonlight{color:#1a242f}:host.novo-item-content ::ng-deep i.midnight{color:#202945}:host.novo-item-content ::ng-deep i.darkness{color:#161f27}:host.novo-item-content ::ng-deep i.navy{color:#0d2d42}:host.novo-item-content ::ng-deep i.aqua{color:#3bafda}:host.novo-item-content ::ng-deep i.ocean{color:#4a89dc}:host.novo-item-content ::ng-deep i.mint{color:#37bc9b}:host.novo-item-content ::ng-deep i.grass{color:#8cc152}:host.novo-item-content ::ng-deep i.sunflower{color:#f6b042}:host.novo-item-content ::ng-deep i.bittersweet{color:#eb6845}:host.novo-item-content ::ng-deep i.grapefruit{color:#da4453}:host.novo-item-content ::ng-deep i.carnation{color:#d770ad}:host.novo-item-content ::ng-deep i.lavender{color:#967adc}:host.novo-item-content ::ng-deep i.mountain{color:#9678b6}:host.novo-item-content ::ng-deep i.info{color:#4a89dc}:host.novo-item-content ::ng-deep i.positive{color:#4a89dc}:host.novo-item-content ::ng-deep i.success{color:#8cc152}:host.novo-item-content ::ng-deep i.negative{color:#da4453}:host.novo-item-content ::ng-deep i.danger{color:#da4453}:host.novo-item-content ::ng-deep i.error{color:#da4453}:host.novo-item-content ::ng-deep i.warning{color:#f6b042}:host.novo-item-content ::ng-deep i.empty{color:#cccdcc}:host.novo-item-content ::ng-deep i.disabled{color:#bebebe}:host.novo-item-content ::ng-deep i.background{color:#f7f7f7}:host.novo-item-content ::ng-deep i.backgroundDark{color:#e2e2e2}:host.novo-item-content ::ng-deep i.presentation{color:#5b6770}:host.novo-item-content ::ng-deep i.bullhorn{color:#ff6900}:host.novo-item-content ::ng-deep i.pulse{color:#3bafda}:host.novo-item-content ::ng-deep i.company{color:#39d}:host.novo-item-content ::ng-deep i.candidate{color:#4b7}:host.novo-item-content ::ng-deep i.lead{color:#a69}:host.novo-item-content ::ng-deep i.contact{color:#fa4}:host.novo-item-content ::ng-deep i.clientcontact{color:#fa4}:host.novo-item-content ::ng-deep i.opportunity{color:#625}:host.novo-item-content ::ng-deep i.job{color:#b56}:host.novo-item-content ::ng-deep i.joborder{color:#b56}:host.novo-item-content ::ng-deep i.submission{color:#a9adbb}:host.novo-item-content ::ng-deep i.sendout{color:#747884}:host.novo-item-content ::ng-deep i.placement{color:#0b344f}:host.novo-item-content ::ng-deep i.note{color:#747884}:host.novo-item-content ::ng-deep i.contract{color:#454ea0}:host.novo-item-content ::ng-deep i.task{color:#4f5361}:host.novo-item-content ::ng-deep i.jobCode{color:#696d79}:host.novo-item-content ::ng-deep i.earnCode{color:#696d79}:host.novo-item-content ::ng-deep i.invoiceStatement{color:#696d79}:host.novo-item-content ::ng-deep i.billableCharge{color:#696d79}:host.novo-item-content ::ng-deep i.payableCharge{color:#696d79}:host.novo-item-content ::ng-deep i.user{color:#696d79}:host.novo-item-content ::ng-deep i.corporateUser{color:#696d79}:host.novo-item-content ::ng-deep i.distributionList{color:#696d79}:host.novo-item-content ::ng-deep i.credential{color:#696d79}:host.novo-item-content ::ng-deep i.person{color:#696d79}:host.vertical-list{flex-direction:column}:host.horizontal-list{flex-direction:row}\n"] }); }
|
|
90
90
|
}
|
|
91
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
91
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoItemContentElement, decorators: [{
|
|
92
92
|
type: Component,
|
|
93
93
|
args: [{ selector: 'item-content, novo-item-content', host: {
|
|
94
94
|
class: 'novo-item-content',
|
|
@@ -99,10 +99,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImpo
|
|
|
99
99
|
type: Input
|
|
100
100
|
}] } });
|
|
101
101
|
class NovoItemEndElement {
|
|
102
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
103
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
102
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoItemEndElement, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
103
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.17", type: NovoItemEndElement, isStandalone: false, selector: "item-end, novo-item-end", host: { classAttribute: "novo-item-end" }, ngImport: i0, template: ' <ng-content></ng-content> ', isInline: true, styles: [":host{align-self:center;flex:1;text-align:right}:host i{line-height:1.4em}\n"] }); }
|
|
104
104
|
}
|
|
105
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
105
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoItemEndElement, decorators: [{
|
|
106
106
|
type: Component,
|
|
107
107
|
args: [{ selector: 'item-end, novo-item-end', template: ' <ng-content></ng-content> ', host: {
|
|
108
108
|
class: 'novo-item-end',
|
|
@@ -116,8 +116,8 @@ class NovoListItemElement {
|
|
|
116
116
|
ngOnInit() {
|
|
117
117
|
this.avatar = !!this.element.nativeElement.querySelector('item-avatar');
|
|
118
118
|
}
|
|
119
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
120
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
119
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoListItemElement, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
120
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.17", type: NovoListItemElement, isStandalone: false, selector: "novo-list-item, a[list-item], button[list-item]", host: { classAttribute: "novo-list-item" }, queries: [{ propertyName: "_content", first: true, predicate: NovoItemContentElement, descendants: true }, { propertyName: "_header", first: true, predicate: NovoItemHeaderElement, descendants: true }], ngImport: i0, template: `
|
|
121
121
|
<div class="list-item" [ngClass]="{ avatar: avatar }" *ngIf="_content || _header">
|
|
122
122
|
<ng-content select="item-header, novo-item-header"></ng-content>
|
|
123
123
|
<ng-content select="item-content, novo-item-content"></ng-content>
|
|
@@ -126,7 +126,7 @@ class NovoListItemElement {
|
|
|
126
126
|
<ng-content select="item-end, novo-item-end"></ng-content>
|
|
127
127
|
`, isInline: true, styles: [":host-context([theme=black]){background:#000;color:#fff;border:unset;border-bottom:1px solid rgba(255,255,255,.1);outline:none}:host-context([theme=black]) item-title h6,:host-context([theme=black]) i{color:#fff}:host-context([theme=black]) item-content>*{color:#ffffffa6}:host-context([theme=black]):hover,:host-context([theme=black]):active{background:#333}:host-context([theme=white]){background:#fff;color:#3d464d;border:unset;border-bottom:1px solid rgba(255,255,255,.1);outline:none}:host-context([theme=white]) item-title h6,:host-context([theme=white]) i{color:#3d464d}:host-context([theme=white]) item-content>*{color:#ffffffa6}:host-context([theme=white]):hover,:host-context([theme=white]):active{background:#fff}:host-context([theme=gray]){background:#9e9e9e;color:#3d464d;border:unset;border-bottom:1px solid rgba(255,255,255,.1);outline:none}:host-context([theme=gray]) item-title h6,:host-context([theme=gray]) i{color:#3d464d}:host-context([theme=gray]) item-content>*{color:#ffffffa6}:host-context([theme=gray]):hover,:host-context([theme=gray]):active{background:#d1d1d1}:host-context([theme=grey]){background:#9e9e9e;color:#3d464d;border:unset;border-bottom:1px solid rgba(255,255,255,.1);outline:none}:host-context([theme=grey]) item-title h6,:host-context([theme=grey]) i{color:#3d464d}:host-context([theme=grey]) item-content>*{color:#ffffffa6}:host-context([theme=grey]):hover,:host-context([theme=grey]):active{background:#d1d1d1}:host-context([theme=offWhite]){background:#f7f7f7;color:#3d464d;border:unset;border-bottom:1px solid rgba(255,255,255,.1);outline:none}:host-context([theme=offWhite]) item-title h6,:host-context([theme=offWhite]) i{color:#3d464d}:host-context([theme=offWhite]) item-content>*{color:#ffffffa6}:host-context([theme=offWhite]):hover,:host-context([theme=offWhite]):active{background:#fff}:host-context([theme=bright]){background:#f7f7f7;color:#3d464d;border:unset;border-bottom:1px solid rgba(255,255,255,.1);outline:none}:host-context([theme=bright]) item-title h6,:host-context([theme=bright]) i{color:#3d464d}:host-context([theme=bright]) item-content>*{color:#ffffffa6}:host-context([theme=bright]):hover,:host-context([theme=bright]):active{background:#fff}:host-context([theme=light]){background:#dbdbdb;color:#3d464d;border:unset;border-bottom:1px solid rgba(255,255,255,.1);outline:none}:host-context([theme=light]) item-title h6,:host-context([theme=light]) i{color:#3d464d}:host-context([theme=light]) item-content>*{color:#ffffffa6}:host-context([theme=light]):hover,:host-context([theme=light]):active{background:#fff}:host-context([theme=neutral]){background:#4f5361;color:#fff;border:unset;border-bottom:1px solid rgba(255,255,255,.1);outline:none}:host-context([theme=neutral]) item-title h6,:host-context([theme=neutral]) i{color:#fff}:host-context([theme=neutral]) item-content>*{color:#ffffffa6}:host-context([theme=neutral]):hover,:host-context([theme=neutral]):active{background:#7f8497}:host-context([theme=dark]){background:#3d464d;color:#fff;border:unset;border-bottom:1px solid rgba(255,255,255,.1);outline:none}:host-context([theme=dark]) item-title h6,:host-context([theme=dark]) i{color:#fff}:host-context([theme=dark]) item-content>*{color:#ffffffa6}:host-context([theme=dark]):hover,:host-context([theme=dark]):active{background:#6a7a86}:host-context([theme=orange]){background:#ff6900;color:#3d464d;border:unset;border-bottom:1px solid rgba(255,255,255,.1);outline:none}:host-context([theme=orange]) item-title h6,:host-context([theme=orange]) i{color:#3d464d}:host-context([theme=orange]) item-content>*{color:#ffffffa6}:host-context([theme=orange]):hover,:host-context([theme=orange]):active{background:#ffa566}:host-context([theme=navigation]){background:#202945;color:#fff;border:unset;border-bottom:1px solid rgba(255,255,255,.1);outline:none}:host-context([theme=navigation]) item-title h6,:host-context([theme=navigation]) i{color:#fff}:host-context([theme=navigation]) item-content>*{color:#ffffffa6}:host-context([theme=navigation]):hover,:host-context([theme=navigation]):active{background:#40528b}:host-context([theme=skyBlue]){background:#009bdf;color:#fff;border:unset;border-bottom:1px solid rgba(255,255,255,.1);outline:none}:host-context([theme=skyBlue]) item-title h6,:host-context([theme=skyBlue]) i{color:#fff}:host-context([theme=skyBlue]) item-content>*{color:#ffffffa6}:host-context([theme=skyBlue]):hover,:host-context([theme=skyBlue]):active{background:#46c7ff}:host-context([theme=steel]){background:#5b6770;color:#fff;border:unset;border-bottom:1px solid rgba(255,255,255,.1);outline:none}:host-context([theme=steel]) item-title h6,:host-context([theme=steel]) i{color:#fff}:host-context([theme=steel]) item-content>*{color:#ffffffa6}:host-context([theme=steel]):hover,:host-context([theme=steel]):active{background:#8e9aa3}:host-context([theme=metal]){background:#637893;color:#fff;border:unset;border-bottom:1px solid rgba(255,255,255,.1);outline:none}:host-context([theme=metal]) item-title h6,:host-context([theme=metal]) i{color:#fff}:host-context([theme=metal]) item-content>*{color:#ffffffa6}:host-context([theme=metal]):hover,:host-context([theme=metal]):active{background:#9eacbe}:host-context([theme=sand]){background:#f4f4f4;color:#3d464d;border:unset;border-bottom:1px solid rgba(255,255,255,.1);outline:none}:host-context([theme=sand]) item-title h6,:host-context([theme=sand]) i{color:#3d464d}:host-context([theme=sand]) item-content>*{color:#ffffffa6}:host-context([theme=sand]):hover,:host-context([theme=sand]):active{background:#fff}:host-context([theme=silver]){background:#e2e2e2;color:#3d464d;border:unset;border-bottom:1px solid rgba(255,255,255,.1);outline:none}:host-context([theme=silver]) item-title h6,:host-context([theme=silver]) i{color:#3d464d}:host-context([theme=silver]) item-content>*{color:#ffffffa6}:host-context([theme=silver]):hover,:host-context([theme=silver]):active{background:#fff}:host-context([theme=stone]){background:#bebebe;color:#3d464d;border:unset;border-bottom:1px solid rgba(255,255,255,.1);outline:none}:host-context([theme=stone]) item-title h6,:host-context([theme=stone]) i{color:#3d464d}:host-context([theme=stone]) item-content>*{color:#ffffffa6}:host-context([theme=stone]):hover,:host-context([theme=stone]):active{background:#f1f1f1}:host-context([theme=ash]){background:#a0a0a0;color:#3d464d;border:unset;border-bottom:1px solid rgba(255,255,255,.1);outline:none}:host-context([theme=ash]) item-title h6,:host-context([theme=ash]) i{color:#3d464d}:host-context([theme=ash]) item-content>*{color:#ffffffa6}:host-context([theme=ash]):hover,:host-context([theme=ash]):active{background:#d3d3d3}:host-context([theme=slate]){background:#707070;color:#fff;border:unset;border-bottom:1px solid rgba(255,255,255,.1);outline:none}:host-context([theme=slate]) item-title h6,:host-context([theme=slate]) i{color:#fff}:host-context([theme=slate]) item-content>*{color:#ffffffa6}:host-context([theme=slate]):hover,:host-context([theme=slate]):active{background:#a3a3a3}:host-context([theme=onyx]){background:#526980;color:#fff;border:unset;border-bottom:1px solid rgba(255,255,255,.1);outline:none}:host-context([theme=onyx]) item-title h6,:host-context([theme=onyx]) i{color:#fff}:host-context([theme=onyx]) item-content>*{color:#ffffffa6}:host-context([theme=onyx]):hover,:host-context([theme=onyx]):active{background:#869cb2}:host-context([theme=charcoal]){background:#282828;color:#fff;border:unset;border-bottom:1px solid rgba(255,255,255,.1);outline:none}:host-context([theme=charcoal]) item-title h6,:host-context([theme=charcoal]) i{color:#fff}:host-context([theme=charcoal]) item-content>*{color:#ffffffa6}:host-context([theme=charcoal]):hover,:host-context([theme=charcoal]):active{background:#5b5b5b}:host-context([theme=moonlight]){background:#1a242f;color:#fff;border:unset;border-bottom:1px solid rgba(255,255,255,.1);outline:none}:host-context([theme=moonlight]) item-title h6,:host-context([theme=moonlight]) i{color:#fff}:host-context([theme=moonlight]) item-content>*{color:#ffffffa6}:host-context([theme=moonlight]):hover,:host-context([theme=moonlight]):active{background:#3e5671}:host-context([theme=midnight]){background:#202945;color:#fff;border:unset;border-bottom:1px solid rgba(255,255,255,.1);outline:none}:host-context([theme=midnight]) item-title h6,:host-context([theme=midnight]) i{color:#fff}:host-context([theme=midnight]) item-content>*{color:#ffffffa6}:host-context([theme=midnight]):hover,:host-context([theme=midnight]):active{background:#40528b}:host-context([theme=darkness]){background:#161f27;color:#fff;border:unset;border-bottom:1px solid rgba(255,255,255,.1);outline:none}:host-context([theme=darkness]) item-title h6,:host-context([theme=darkness]) i{color:#fff}:host-context([theme=darkness]) item-content>*{color:#ffffffa6}:host-context([theme=darkness]):hover,:host-context([theme=darkness]):active{background:#3b5368}:host-context([theme=navy]){background:#0d2d42;color:#fff;border:unset;border-bottom:1px solid rgba(255,255,255,.1);outline:none}:host-context([theme=navy]) item-title h6,:host-context([theme=navy]) i{color:#fff}:host-context([theme=navy]) item-content>*{color:#ffffffa6}:host-context([theme=navy]):hover,:host-context([theme=navy]):active{background:#1e6797}:host-context([theme=aqua]){background:#3bafda;color:#3d464d;border:unset;border-bottom:1px solid rgba(255,255,255,.1);outline:none}:host-context([theme=aqua]) item-title h6,:host-context([theme=aqua]) i{color:#3d464d}:host-context([theme=aqua]) item-content>*{color:#ffffffa6}:host-context([theme=aqua]):hover,:host-context([theme=aqua]):active{background:#91d2ea}:host-context([theme=ocean]){background:#4a89dc;color:#fff;border:unset;border-bottom:1px solid rgba(255,255,255,.1);outline:none}:host-context([theme=ocean]) item-title h6,:host-context([theme=ocean]) i{color:#fff}:host-context([theme=ocean]) item-content>*{color:#ffffffa6}:host-context([theme=ocean]):hover,:host-context([theme=ocean]):active{background:#9fc1ed}:host-context([theme=mint]){background:#37bc9b;color:#3d464d;border:unset;border-bottom:1px solid rgba(255,255,255,.1);outline:none}:host-context([theme=mint]) item-title h6,:host-context([theme=mint]) i{color:#3d464d}:host-context([theme=mint]) item-content>*{color:#ffffffa6}:host-context([theme=mint]):hover,:host-context([theme=mint]):active{background:#7fdac3}:host-context([theme=grass]){background:#8cc152;color:#fff;border:unset;border-bottom:1px solid rgba(255,255,255,.1);outline:none}:host-context([theme=grass]) item-title h6,:host-context([theme=grass]) i{color:#fff}:host-context([theme=grass]) item-content>*{color:#ffffffa6}:host-context([theme=grass]):hover,:host-context([theme=grass]):active{background:#bedc9d}:host-context([theme=sunflower]){background:#f6b042;color:#fff;border:unset;border-bottom:1px solid rgba(255,255,255,.1);outline:none}:host-context([theme=sunflower]) item-title h6,:host-context([theme=sunflower]) i{color:#fff}:host-context([theme=sunflower]) item-content>*{color:#ffffffa6}:host-context([theme=sunflower]):hover,:host-context([theme=sunflower]):active{background:#fbd9a3}:host-context([theme=bittersweet]){background:#eb6845;color:#fff;border:unset;border-bottom:1px solid rgba(255,255,255,.1);outline:none}:host-context([theme=bittersweet]) item-title h6,:host-context([theme=bittersweet]) i{color:#fff}:host-context([theme=bittersweet]) item-content>*{color:#ffffffa6}:host-context([theme=bittersweet]):hover,:host-context([theme=bittersweet]):active{background:#f5b3a1}:host-context([theme=grapefruit]){background:#da4453;color:#fff;border:unset;border-bottom:1px solid rgba(255,255,255,.1);outline:none}:host-context([theme=grapefruit]) item-title h6,:host-context([theme=grapefruit]) i{color:#fff}:host-context([theme=grapefruit]) item-content>*{color:#ffffffa6}:host-context([theme=grapefruit]):hover,:host-context([theme=grapefruit]):active{background:#eb99a1}:host-context([theme=carnation]){background:#d770ad;color:#fff;border:unset;border-bottom:1px solid rgba(255,255,255,.1);outline:none}:host-context([theme=carnation]) item-title h6,:host-context([theme=carnation]) i{color:#fff}:host-context([theme=carnation]) item-content>*{color:#ffffffa6}:host-context([theme=carnation]):hover,:host-context([theme=carnation]):active{background:#edc0db}:host-context([theme=lavender]){background:#967adc;color:#fff;border:unset;border-bottom:1px solid rgba(255,255,255,.1);outline:none}:host-context([theme=lavender]) item-title h6,:host-context([theme=lavender]) i{color:#fff}:host-context([theme=lavender]) item-content>*{color:#ffffffa6}:host-context([theme=lavender]):hover,:host-context([theme=lavender]):active{background:#d6cbf1}:host-context([theme=mountain]){background:#9678b6;color:#fff;border:unset;border-bottom:1px solid rgba(255,255,255,.1);outline:none}:host-context([theme=mountain]) item-title h6,:host-context([theme=mountain]) i{color:#fff}:host-context([theme=mountain]) item-content>*{color:#ffffffa6}:host-context([theme=mountain]):hover,:host-context([theme=mountain]):active{background:#c9bada}:host-context([theme=info]){background:#4a89dc;color:#fff;border:unset;border-bottom:1px solid rgba(255,255,255,.1);outline:none}:host-context([theme=info]) item-title h6,:host-context([theme=info]) i{color:#fff}:host-context([theme=info]) item-content>*{color:#ffffffa6}:host-context([theme=info]):hover,:host-context([theme=info]):active{background:#9fc1ed}:host-context([theme=positive]){background:#4a89dc;color:#fff;border:unset;border-bottom:1px solid rgba(255,255,255,.1);outline:none}:host-context([theme=positive]) item-title h6,:host-context([theme=positive]) i{color:#fff}:host-context([theme=positive]) item-content>*{color:#ffffffa6}:host-context([theme=positive]):hover,:host-context([theme=positive]):active{background:#9fc1ed}:host-context([theme=success]){background:#8cc152;color:#fff;border:unset;border-bottom:1px solid rgba(255,255,255,.1);outline:none}:host-context([theme=success]) item-title h6,:host-context([theme=success]) i{color:#fff}:host-context([theme=success]) item-content>*{color:#ffffffa6}:host-context([theme=success]):hover,:host-context([theme=success]):active{background:#bedc9d}:host-context([theme=negative]){background:#da4453;color:#fff;border:unset;border-bottom:1px solid rgba(255,255,255,.1);outline:none}:host-context([theme=negative]) item-title h6,:host-context([theme=negative]) i{color:#fff}:host-context([theme=negative]) item-content>*{color:#ffffffa6}:host-context([theme=negative]):hover,:host-context([theme=negative]):active{background:#eb99a1}:host-context([theme=danger]){background:#da4453;color:#fff;border:unset;border-bottom:1px solid rgba(255,255,255,.1);outline:none}:host-context([theme=danger]) item-title h6,:host-context([theme=danger]) i{color:#fff}:host-context([theme=danger]) item-content>*{color:#ffffffa6}:host-context([theme=danger]):hover,:host-context([theme=danger]):active{background:#eb99a1}:host-context([theme=error]){background:#da4453;color:#fff;border:unset;border-bottom:1px solid rgba(255,255,255,.1);outline:none}:host-context([theme=error]) item-title h6,:host-context([theme=error]) i{color:#fff}:host-context([theme=error]) item-content>*{color:#ffffffa6}:host-context([theme=error]):hover,:host-context([theme=error]):active{background:#eb99a1}:host-context([theme=warning]){background:#f6b042;color:#fff;border:unset;border-bottom:1px solid rgba(255,255,255,.1);outline:none}:host-context([theme=warning]) item-title h6,:host-context([theme=warning]) i{color:#fff}:host-context([theme=warning]) item-content>*{color:#ffffffa6}:host-context([theme=warning]):hover,:host-context([theme=warning]):active{background:#fbd9a3}:host-context([theme=empty]){background:#cccdcc;color:#3d464d;border:unset;border-bottom:1px solid rgba(255,255,255,.1);outline:none}:host-context([theme=empty]) item-title h6,:host-context([theme=empty]) i{color:#3d464d}:host-context([theme=empty]) item-content>*{color:#ffffffa6}:host-context([theme=empty]):hover,:host-context([theme=empty]):active{background:#fff}:host-context([theme=disabled]){background:#bebebe;color:#3d464d;border:unset;border-bottom:1px solid rgba(255,255,255,.1);outline:none}:host-context([theme=disabled]) item-title h6,:host-context([theme=disabled]) i{color:#3d464d}:host-context([theme=disabled]) item-content>*{color:#ffffffa6}:host-context([theme=disabled]):hover,:host-context([theme=disabled]):active{background:#f1f1f1}:host-context([theme=background]){background:#f7f7f7;color:#3d464d;border:unset;border-bottom:1px solid rgba(255,255,255,.1);outline:none}:host-context([theme=background]) item-title h6,:host-context([theme=background]) i{color:#3d464d}:host-context([theme=background]) item-content>*{color:#ffffffa6}:host-context([theme=background]):hover,:host-context([theme=background]):active{background:#fff}:host-context([theme=backgroundDark]){background:#e2e2e2;color:#3d464d;border:unset;border-bottom:1px solid rgba(255,255,255,.1);outline:none}:host-context([theme=backgroundDark]) item-title h6,:host-context([theme=backgroundDark]) i{color:#3d464d}:host-context([theme=backgroundDark]) item-content>*{color:#ffffffa6}:host-context([theme=backgroundDark]):hover,:host-context([theme=backgroundDark]):active{background:#fff}:host-context([theme=presentation]){background:#5b6770;color:#fff;border:unset;border-bottom:1px solid rgba(255,255,255,.1);outline:none}:host-context([theme=presentation]) item-title h6,:host-context([theme=presentation]) i{color:#fff}:host-context([theme=presentation]) item-content>*{color:#ffffffa6}:host-context([theme=presentation]):hover,:host-context([theme=presentation]):active{background:#8e9aa3}:host-context([theme=bullhorn]){background:#ff6900;color:#3d464d;border:unset;border-bottom:1px solid rgba(255,255,255,.1);outline:none}:host-context([theme=bullhorn]) item-title h6,:host-context([theme=bullhorn]) i{color:#3d464d}:host-context([theme=bullhorn]) item-content>*{color:#ffffffa6}:host-context([theme=bullhorn]):hover,:host-context([theme=bullhorn]):active{background:#ffa566}:host-context([theme=pulse]){background:#3bafda;color:#3d464d;border:unset;border-bottom:1px solid rgba(255,255,255,.1);outline:none}:host-context([theme=pulse]) item-title h6,:host-context([theme=pulse]) i{color:#3d464d}:host-context([theme=pulse]) item-content>*{color:#ffffffa6}:host-context([theme=pulse]):hover,:host-context([theme=pulse]):active{background:#91d2ea}:host-context([theme=company]){background:#39d;color:#fff;border:unset;border-bottom:1px solid rgba(255,255,255,.1);outline:none}:host-context([theme=company]) item-title h6,:host-context([theme=company]) i{color:#fff}:host-context([theme=company]) item-content>*{color:#ffffffa6}:host-context([theme=company]):hover,:host-context([theme=company]):active{background:#8ac5ec}:host-context([theme=candidate]){background:#4b7;color:#fff;border:unset;border-bottom:1px solid rgba(255,255,255,.1);outline:none}:host-context([theme=candidate]) item-title h6,:host-context([theme=candidate]) i{color:#fff}:host-context([theme=candidate]) item-content>*{color:#ffffffa6}:host-context([theme=candidate]):hover,:host-context([theme=candidate]):active{background:#8fd6ad}:host-context([theme=lead]){background:#a69;color:#fff;border:unset;border-bottom:1px solid rgba(255,255,255,.1);outline:none}:host-context([theme=lead]) item-title h6,:host-context([theme=lead]) i{color:#fff}:host-context([theme=lead]) item-content>*{color:#ffffffa6}:host-context([theme=lead]):hover,:host-context([theme=lead]):active{background:#cea8c5}:host-context([theme=contact]){background:#fa4;color:#fff;border:unset;border-bottom:1px solid rgba(255,255,255,.1);outline:none}:host-context([theme=contact]) item-title h6,:host-context([theme=contact]) i{color:#fff}:host-context([theme=contact]) item-content>*{color:#ffffffa6}:host-context([theme=contact]):hover,:host-context([theme=contact]):active{background:#ffd8aa}:host-context([theme=clientcontact]){background:#fa4;color:#fff;border:unset;border-bottom:1px solid rgba(255,255,255,.1);outline:none}:host-context([theme=clientcontact]) item-title h6,:host-context([theme=clientcontact]) i{color:#fff}:host-context([theme=clientcontact]) item-content>*{color:#ffffffa6}:host-context([theme=clientcontact]):hover,:host-context([theme=clientcontact]):active{background:#ffd8aa}:host-context([theme=opportunity]){background:#625;color:#fff;border:unset;border-bottom:1px solid rgba(255,255,255,.1);outline:none}:host-context([theme=opportunity]) item-title h6,:host-context([theme=opportunity]) i{color:#fff}:host-context([theme=opportunity]) item-content>*{color:#ffffffa6}:host-context([theme=opportunity]):hover,:host-context([theme=opportunity]):active{background:#b33c95}:host-context([theme=job]){background:#b56;color:#fff;border:unset;border-bottom:1px solid rgba(255,255,255,.1);outline:none}:host-context([theme=job]) item-title h6,:host-context([theme=job]) i{color:#fff}:host-context([theme=job]) item-content>*{color:#ffffffa6}:host-context([theme=job]):hover,:host-context([theme=job]):active{background:#d89ea8}:host-context([theme=joborder]){background:#b56;color:#fff;border:unset;border-bottom:1px solid rgba(255,255,255,.1);outline:none}:host-context([theme=joborder]) item-title h6,:host-context([theme=joborder]) i{color:#fff}:host-context([theme=joborder]) item-content>*{color:#ffffffa6}:host-context([theme=joborder]):hover,:host-context([theme=joborder]):active{background:#d89ea8}:host-context([theme=submission]){background:#a9adbb;color:#3d464d;border:unset;border-bottom:1px solid rgba(255,255,255,.1);outline:none}:host-context([theme=submission]) item-title h6,:host-context([theme=submission]) i{color:#3d464d}:host-context([theme=submission]) item-content>*{color:#ffffffa6}:host-context([theme=submission]):hover,:host-context([theme=submission]):active{background:#e2e3e8}:host-context([theme=sendout]){background:#747884;color:#fff;border:unset;border-bottom:1px solid rgba(255,255,255,.1);outline:none}:host-context([theme=sendout]) item-title h6,:host-context([theme=sendout]) i{color:#fff}:host-context([theme=sendout]) item-content>*{color:#ffffffa6}:host-context([theme=sendout]):hover,:host-context([theme=sendout]):active{background:#aaacb4}:host-context([theme=placement]){background:#0b344f;color:#fff;border:unset;border-bottom:1px solid rgba(255,255,255,.1);outline:none}:host-context([theme=placement]) item-title h6,:host-context([theme=placement]) i{color:#fff}:host-context([theme=placement]) item-content>*{color:#ffffffa6}:host-context([theme=placement]):hover,:host-context([theme=placement]):active{background:#176fa9}:host-context([theme=note]){background:#747884;color:#fff;border:unset;border-bottom:1px solid rgba(255,255,255,.1);outline:none}:host-context([theme=note]) item-title h6,:host-context([theme=note]) i{color:#fff}:host-context([theme=note]) item-content>*{color:#ffffffa6}:host-context([theme=note]):hover,:host-context([theme=note]):active{background:#aaacb4}:host-context([theme=contract]){background:#454ea0;color:#fff;border:unset;border-bottom:1px solid rgba(255,255,255,.1);outline:none}:host-context([theme=contract]) item-title h6,:host-context([theme=contract]) i{color:#fff}:host-context([theme=contract]) item-content>*{color:#ffffffa6}:host-context([theme=contract]):hover,:host-context([theme=contract]):active{background:#8289c9}:host-context([theme=task]){background:#4f5361;color:#fff;border:unset;border-bottom:1px solid rgba(255,255,255,.1);outline:none}:host-context([theme=task]) item-title h6,:host-context([theme=task]) i{color:#fff}:host-context([theme=task]) item-content>*{color:#ffffffa6}:host-context([theme=task]):hover,:host-context([theme=task]):active{background:#7f8497}:host-context([theme=jobCode]){background:#696d79;color:#fff;border:unset;border-bottom:1px solid rgba(255,255,255,.1);outline:none}:host-context([theme=jobCode]) item-title h6,:host-context([theme=jobCode]) i{color:#fff}:host-context([theme=jobCode]) item-content>*{color:#ffffffa6}:host-context([theme=jobCode]):hover,:host-context([theme=jobCode]):active{background:#9ea1aa}:host-context([theme=earnCode]){background:#696d79;color:#fff;border:unset;border-bottom:1px solid rgba(255,255,255,.1);outline:none}:host-context([theme=earnCode]) item-title h6,:host-context([theme=earnCode]) i{color:#fff}:host-context([theme=earnCode]) item-content>*{color:#ffffffa6}:host-context([theme=earnCode]):hover,:host-context([theme=earnCode]):active{background:#9ea1aa}:host-context([theme=invoiceStatement]){background:#696d79;color:#fff;border:unset;border-bottom:1px solid rgba(255,255,255,.1);outline:none}:host-context([theme=invoiceStatement]) item-title h6,:host-context([theme=invoiceStatement]) i{color:#fff}:host-context([theme=invoiceStatement]) item-content>*{color:#ffffffa6}:host-context([theme=invoiceStatement]):hover,:host-context([theme=invoiceStatement]):active{background:#9ea1aa}:host-context([theme=billableCharge]){background:#696d79;color:#fff;border:unset;border-bottom:1px solid rgba(255,255,255,.1);outline:none}:host-context([theme=billableCharge]) item-title h6,:host-context([theme=billableCharge]) i{color:#fff}:host-context([theme=billableCharge]) item-content>*{color:#ffffffa6}:host-context([theme=billableCharge]):hover,:host-context([theme=billableCharge]):active{background:#9ea1aa}:host-context([theme=payableCharge]){background:#696d79;color:#fff;border:unset;border-bottom:1px solid rgba(255,255,255,.1);outline:none}:host-context([theme=payableCharge]) item-title h6,:host-context([theme=payableCharge]) i{color:#fff}:host-context([theme=payableCharge]) item-content>*{color:#ffffffa6}:host-context([theme=payableCharge]):hover,:host-context([theme=payableCharge]):active{background:#9ea1aa}:host-context([theme=user]){background:#696d79;color:#fff;border:unset;border-bottom:1px solid rgba(255,255,255,.1);outline:none}:host-context([theme=user]) item-title h6,:host-context([theme=user]) i{color:#fff}:host-context([theme=user]) item-content>*{color:#ffffffa6}:host-context([theme=user]):hover,:host-context([theme=user]):active{background:#9ea1aa}:host-context([theme=corporateUser]){background:#696d79;color:#fff;border:unset;border-bottom:1px solid rgba(255,255,255,.1);outline:none}:host-context([theme=corporateUser]) item-title h6,:host-context([theme=corporateUser]) i{color:#fff}:host-context([theme=corporateUser]) item-content>*{color:#ffffffa6}:host-context([theme=corporateUser]):hover,:host-context([theme=corporateUser]):active{background:#9ea1aa}:host-context([theme=distributionList]){background:#696d79;color:#fff;border:unset;border-bottom:1px solid rgba(255,255,255,.1);outline:none}:host-context([theme=distributionList]) item-title h6,:host-context([theme=distributionList]) i{color:#fff}:host-context([theme=distributionList]) item-content>*{color:#ffffffa6}:host-context([theme=distributionList]):hover,:host-context([theme=distributionList]):active{background:#9ea1aa}:host-context([theme=credential]){background:#696d79;color:#fff;border:unset;border-bottom:1px solid rgba(255,255,255,.1);outline:none}:host-context([theme=credential]) item-title h6,:host-context([theme=credential]) i{color:#fff}:host-context([theme=credential]) item-content>*{color:#ffffffa6}:host-context([theme=credential]):hover,:host-context([theme=credential]):active{background:#9ea1aa}:host-context([theme=person]){background:#696d79;color:#fff;border:unset;border-bottom:1px solid rgba(255,255,255,.1);outline:none}:host-context([theme=person]) item-title h6,:host-context([theme=person]) i{color:#fff}:host-context([theme=person]) item-content>*{color:#ffffffa6}:host-context([theme=person]):hover,:host-context([theme=person]):active{background:#9ea1aa}:host{border-bottom:1px solid var(--border, #f4f4f4);padding:1rem;display:flex;flex-direction:row;outline:none}:host:hover{background:#4a89dc33}:host.active{background:#4a89dc4d}:host:last-child{border-bottom:none}:host .list-item{display:flex;flex-direction:column;flex:1 0 100%}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
128
128
|
}
|
|
129
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
129
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoListItemElement, decorators: [{
|
|
130
130
|
type: Component,
|
|
131
131
|
args: [{ selector: 'novo-list-item, a[list-item], button[list-item]', template: `
|
|
132
132
|
<div class="list-item" [ngClass]="{ avatar: avatar }" *ngIf="_content || _header">
|
|
@@ -148,8 +148,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImpo
|
|
|
148
148
|
|
|
149
149
|
// NG2
|
|
150
150
|
class NovoListModule {
|
|
151
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
152
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
151
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
152
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.17", ngImport: i0, type: NovoListModule, declarations: [NovoListElement,
|
|
153
153
|
NovoListItemElement,
|
|
154
154
|
NovoItemAvatarElement,
|
|
155
155
|
NovoItemTitleElement,
|
|
@@ -164,9 +164,9 @@ class NovoListModule {
|
|
|
164
164
|
NovoItemContentElement,
|
|
165
165
|
NovoItemEndElement,
|
|
166
166
|
NovoItemDateElement] }); }
|
|
167
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
167
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoListModule, imports: [CommonModule, NovoCommonModule, NovoIconModule] }); }
|
|
168
168
|
}
|
|
169
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
169
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoListModule, decorators: [{
|
|
170
170
|
type: NgModule,
|
|
171
171
|
args: [{
|
|
172
172
|
imports: [CommonModule, NovoCommonModule, NovoIconModule],
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"novo-elements-elements-list.mjs","sources":["../../../projects/novo-elements/src/elements/list/List.ts","../../../projects/novo-elements/src/elements/list/List.module.ts","../../../projects/novo-elements/src/elements/list/novo-elements-elements-list.ts"],"sourcesContent":["// NG2\nimport { Component, ContentChild, ElementRef, Input, OnInit } from '@angular/core';\n\n@Component({\n selector: 'novo-list',\n host: {\n class: 'novo-list',\n '[class.vertical-list]': 'direction === \"vertical\"',\n '[class.horizontal-list]': 'direction === \"horizontal\"',\n '[attr.theme]': 'theme',\n },\n template: ' <ng-content></ng-content> ',\n styleUrls: ['./List.scss'],\n standalone: false,\n})\nexport class NovoListElement {\n @Input()\n theme: string;\n @Input()\n direction: string;\n\n constructor(public element: ElementRef) {}\n}\n\n@Component({\n selector: 'item-avatar, novo-item-avatar',\n template: ' <novo-icon *ngIf=\"icon\" [color]=\"color || icon\">{{ icon }}</novo-icon> ',\n styleUrls: ['./list-item-header-avatar.scss'],\n host: {\n class: 'novo-item-avatar',\n },\n standalone: false,\n})\nexport class NovoItemAvatarElement {\n @Input()\n icon: string;\n @Input()\n color: string;\n}\n\n@Component({\n selector: 'item-title, novo-item-title',\n template: '<ng-content></ng-content>',\n styleUrls: ['./list-item-header-title.scss'],\n host: {\n class: 'novo-item-title',\n },\n standalone: false,\n})\nexport class NovoItemTitleElement {}\n\n@Component({\n selector: 'item-header, novo-item-header',\n template: `\n <novo-title class=\"novo-item-header-container\" size=\"md\">\n <ng-content select=\"item-avatar, novo-item-avatar\"></ng-content>\n <ng-content select=\"item-title, novo-item-title\"></ng-content>\n <ng-content select=\"item-header-end, novo-item-header-end\"></ng-content>\n </novo-title>\n `,\n styleUrls: ['./list-item-header.scss'],\n host: {\n class: 'novo-item-header',\n },\n standalone: false,\n})\nexport class NovoItemHeaderElement {}\n\n@Component({\n selector: 'item-header-end, novo-item-header-end',\n template: ' <ng-content></ng-content> ',\n styleUrls: ['./list-item-header-end.scss'],\n host: {\n class: 'novo-item-header-end',\n },\n standalone: false,\n})\nexport class NovoItemDateElement {}\n\n@Component({\n selector: 'item-content, novo-item-content',\n host: {\n class: 'novo-item-content',\n '[class.vertical-list]': 'direction === \"vertical\"',\n '[class.horizontal-list]': 'direction === \"horizontal\"',\n },\n template: ' <ng-content></ng-content> ',\n styleUrls: ['./list-item-content.scss'],\n standalone: false,\n})\nexport class NovoItemContentElement {\n @Input()\n direction: string;\n}\n\n@Component({\n selector: 'item-end, novo-item-end',\n template: ' <ng-content></ng-content> ',\n styleUrls: ['./list-item-end.scss'],\n host: {\n class: 'novo-item-end',\n },\n standalone: false,\n})\nexport class NovoItemEndElement {}\n\n@Component({\n selector: 'novo-list-item, a[list-item], button[list-item]',\n template: `\n <div class=\"list-item\" [ngClass]=\"{ avatar: avatar }\" *ngIf=\"_content || _header\">\n <ng-content select=\"item-header, novo-item-header\"></ng-content>\n <ng-content select=\"item-content, novo-item-content\"></ng-content>\n </div>\n <ng-content></ng-content>\n <ng-content select=\"item-end, novo-item-end\"></ng-content>\n `,\n styleUrls: ['./list-item.scss'],\n host: {\n class: 'novo-list-item',\n },\n standalone: false,\n})\nexport class NovoListItemElement implements OnInit {\n avatar: boolean = false;\n @ContentChild(NovoItemContentElement) _content: NovoItemContentElement;\n @ContentChild(NovoItemHeaderElement) _header: NovoItemHeaderElement;\n\n constructor(private element: ElementRef) {}\n\n ngOnInit() {\n this.avatar = !!this.element.nativeElement.querySelector('item-avatar');\n }\n}\n","// NG2\nimport { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { NovoCommonModule } from 'novo-elements/elements/common';\nimport { NovoIconModule } from 'novo-elements/elements/icon';\n// APP\nimport {\n NovoItemAvatarElement,\n NovoItemContentElement,\n NovoItemDateElement,\n NovoItemEndElement,\n NovoItemHeaderElement,\n NovoItemTitleElement,\n NovoListElement,\n NovoListItemElement,\n} from './List';\n\n@NgModule({\n imports: [CommonModule, NovoCommonModule, NovoIconModule],\n declarations: [\n NovoListElement,\n NovoListItemElement,\n NovoItemAvatarElement,\n NovoItemTitleElement,\n NovoItemContentElement,\n NovoItemEndElement,\n NovoItemHeaderElement,\n NovoItemDateElement,\n ],\n exports: [\n NovoListElement,\n NovoListItemElement,\n NovoItemAvatarElement,\n NovoItemTitleElement,\n NovoItemHeaderElement,\n NovoItemContentElement,\n NovoItemEndElement,\n NovoItemDateElement,\n ],\n})\nexport class NovoListModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;;;;AAAA;MAea,eAAe,CAAA;AAM1B,IAAA,WAAA,CAAmB,OAAmB,EAAA;QAAnB,IAAO,CAAA,OAAA,GAAP,OAAO;;+GANf,eAAe,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,UAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAf,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,eAAe,sTAJd,6BAA6B,EAAA,QAAA,EAAA,IAAA,EAAA,MAAA,EAAA,CAAA,4PAAA,CAAA,EAAA,CAAA,CAAA;;4FAI9B,eAAe,EAAA,UAAA,EAAA,CAAA;kBAZ3B,SAAS;AACI,YAAA,IAAA,EAAA,CAAA,EAAA,QAAA,EAAA,WAAW,EACf,IAAA,EAAA;AACF,wBAAA,KAAK,EAAE,WAAW;AAClB,wBAAA,uBAAuB,EAAE,0BAA0B;AACnD,wBAAA,yBAAyB,EAAE,4BAA4B;AACvD,wBAAA,cAAc,EAAE,OAAO;qBAC1B,EACS,QAAA,EAAA,6BAA6B,cAE3B,KAAK,EAAA,MAAA,EAAA,CAAA,4PAAA,CAAA,EAAA;+EAInB,KAAK,EAAA,CAAA;sBADJ;gBAGD,SAAS,EAAA,CAAA;sBADR;;MAeU,qBAAqB,CAAA;+GAArB,qBAAqB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAArB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,qBAAqB,kLAPpB,0EAA0E,EAAA,QAAA,EAAA,IAAA,EAAA,MAAA,EAAA,CAAA,+3FAAA,CAAA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,IAAA,EAAA,QAAA,EAAA,QAAA,EAAA,MAAA,EAAA,CAAA,MAAA,EAAA,UAAA,EAAA,UAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,iBAAA,EAAA,QAAA,EAAA,WAAA,EAAA,MAAA,EAAA,CAAA,QAAA,EAAA,OAAA,EAAA,OAAA,EAAA,OAAA,EAAA,MAAA,EAAA,SAAA,EAAA,QAAA,EAAA,KAAA,EAAA,MAAA,CAAA,EAAA,CAAA,EAAA,CAAA,CAAA;;4FAO3E,qBAAqB,EAAA,UAAA,EAAA,CAAA;kBATjC,SAAS;+BACI,+BAA+B,EAAA,QAAA,EAC/B,0EAA0E,EAE9E,IAAA,EAAA;AACF,wBAAA,KAAK,EAAE,kBAAkB;AAC5B,qBAAA,EAAA,UAAA,EACW,KAAK,EAAA,MAAA,EAAA,CAAA,+3FAAA,CAAA,EAAA;8BAInB,IAAI,EAAA,CAAA;sBADH;gBAGD,KAAK,EAAA,CAAA;sBADJ;;MAaU,oBAAoB,CAAA;+GAApB,oBAAoB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAApB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,oBAAoB,qIAPnB,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,MAAA,EAAA,CAAA,m3MAAA,CAAA,EAAA,CAAA,CAAA;;4FAO5B,oBAAoB,EAAA,UAAA,EAAA,CAAA;kBAThC,SAAS;+BACI,6BAA6B,EAAA,QAAA,EAC7B,2BAA2B,EAE/B,IAAA,EAAA;AACF,wBAAA,KAAK,EAAE,iBAAiB;AAC3B,qBAAA,EAAA,UAAA,EACW,KAAK,EAAA,MAAA,EAAA,CAAA,m3MAAA,CAAA,EAAA;;MAmBR,qBAAqB,CAAA;+GAArB,qBAAqB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAArB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,qBAAqB,EAbpB,YAAA,EAAA,KAAA,EAAA,QAAA,EAAA,+BAAA,EAAA,IAAA,EAAA,EAAA,cAAA,EAAA,kBAAA,EAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAAA;;;;;;AAMX,EAAA,CAAA,EAAA,QAAA,EAAA,IAAA,EAAA,MAAA,EAAA,CAAA,i0RAAA,CAAA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,SAAA,EAAA,QAAA,EAAA,yBAAA,EAAA,CAAA,EAAA,CAAA,CAAA;;4FAOU,qBAAqB,EAAA,UAAA,EAAA,CAAA;kBAfjC,SAAS;AACI,YAAA,IAAA,EAAA,CAAA,EAAA,QAAA,EAAA,+BAA+B,EAC/B,QAAA,EAAA;;;;;;GAMX,EAEO,IAAA,EAAA;AACF,wBAAA,KAAK,EAAE,kBAAkB;AAC5B,qBAAA,EAAA,UAAA,EACW,KAAK,EAAA,MAAA,EAAA,CAAA,i0RAAA,CAAA,EAAA;;MAaR,mBAAmB,CAAA;+GAAnB,mBAAmB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAnB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,mBAAmB,oJAPlB,6BAA6B,EAAA,QAAA,EAAA,IAAA,EAAA,MAAA,EAAA,CAAA,sCAAA,CAAA,EAAA,CAAA,CAAA;;4FAO9B,mBAAmB,EAAA,UAAA,EAAA,CAAA;kBAT/B,SAAS;+BACI,uCAAuC,EAAA,QAAA,EACvC,6BAA6B,EAEjC,IAAA,EAAA;AACF,wBAAA,KAAK,EAAE,sBAAsB;AAChC,qBAAA,EAAA,UAAA,EACW,KAAK,EAAA,MAAA,EAAA,CAAA,sCAAA,CAAA,EAAA;;MAeR,sBAAsB,CAAA;+GAAtB,sBAAsB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAtB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,sBAAsB,6SAJrB,6BAA6B,EAAA,QAAA,EAAA,IAAA,EAAA,MAAA,EAAA,CAAA,q3TAAA,CAAA,EAAA,CAAA,CAAA;;4FAI9B,sBAAsB,EAAA,UAAA,EAAA,CAAA;kBAXlC,SAAS;AACI,YAAA,IAAA,EAAA,CAAA,EAAA,QAAA,EAAA,iCAAiC,EACrC,IAAA,EAAA;AACF,wBAAA,KAAK,EAAE,mBAAmB;AAC1B,wBAAA,uBAAuB,EAAE,0BAA0B;AACnD,wBAAA,yBAAyB,EAAE,4BAA4B;qBAC1D,EACS,QAAA,EAAA,6BAA6B,cAE3B,KAAK,EAAA,MAAA,EAAA,CAAA,q3TAAA,CAAA,EAAA;8BAInB,SAAS,EAAA,CAAA;sBADR;;MAaU,kBAAkB,CAAA;+GAAlB,kBAAkB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAlB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,kBAAkB,+HAPjB,6BAA6B,EAAA,QAAA,EAAA,IAAA,EAAA,MAAA,EAAA,CAAA,8EAAA,CAAA,EAAA,CAAA,CAAA;;4FAO9B,kBAAkB,EAAA,UAAA,EAAA,CAAA;kBAT9B,SAAS;+BACI,yBAAyB,EAAA,QAAA,EACzB,6BAA6B,EAEjC,IAAA,EAAA;AACF,wBAAA,KAAK,EAAE,eAAe;AACzB,qBAAA,EAAA,UAAA,EACW,KAAK,EAAA,MAAA,EAAA,CAAA,8EAAA,CAAA,EAAA;;MAoBR,mBAAmB,CAAA;AAK9B,IAAA,WAAA,CAAoB,OAAmB,EAAA;QAAnB,IAAO,CAAA,OAAA,GAAP,OAAO;QAJ3B,IAAM,CAAA,MAAA,GAAY,KAAK;;IAMvB,QAAQ,GAAA;AACN,QAAA,IAAI,CAAC,MAAM,GAAG,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,aAAa,CAAC,aAAa,CAAC,aAAa,CAAC;;+GAR9D,mBAAmB,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,UAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAnB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,mBAAmB,EAEhB,YAAA,EAAA,KAAA,EAAA,QAAA,EAAA,iDAAA,EAAA,IAAA,EAAA,EAAA,cAAA,EAAA,gBAAA,EAAA,EAAA,OAAA,EAAA,CAAA,EAAA,YAAA,EAAA,UAAA,EAAA,KAAA,EAAA,IAAA,EAAA,SAAA,EAAA,sBAAsB,EACtB,WAAA,EAAA,IAAA,EAAA,EAAA,EAAA,YAAA,EAAA,SAAA,EAAA,KAAA,EAAA,IAAA,EAAA,SAAA,EAAA,qBAAqB,EAjBvB,WAAA,EAAA,IAAA,EAAA,CAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAAA;;;;;;;AAOX,EAAA,CAAA,EAAA,QAAA,EAAA,IAAA,EAAA,MAAA,EAAA,CAAA,+22BAAA,CAAA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,OAAA,EAAA,QAAA,EAAA,WAAA,EAAA,MAAA,EAAA,CAAA,OAAA,EAAA,SAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,IAAA,EAAA,QAAA,EAAA,QAAA,EAAA,MAAA,EAAA,CAAA,MAAA,EAAA,UAAA,EAAA,UAAA,CAAA,EAAA,CAAA,EAAA,CAAA,CAAA;;4FAOU,mBAAmB,EAAA,UAAA,EAAA,CAAA;kBAhB/B,SAAS;AACI,YAAA,IAAA,EAAA,CAAA,EAAA,QAAA,EAAA,iDAAiD,EACjD,QAAA,EAAA;;;;;;;GAOX,EAEO,IAAA,EAAA;AACF,wBAAA,KAAK,EAAE,gBAAgB;AAC1B,qBAAA,EAAA,UAAA,EACW,KAAK,EAAA,MAAA,EAAA,CAAA,+22BAAA,CAAA,EAAA;+EAImB,QAAQ,EAAA,CAAA;sBAA7C,YAAY;uBAAC,sBAAsB;gBACC,OAAO,EAAA,CAAA;sBAA3C,YAAY;uBAAC,qBAAqB;;;AC7HrC;MAwCa,cAAc,CAAA;+GAAd,cAAc,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;AAAd,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,cAAc,iBApBvB,eAAe;YACf,mBAAmB;YACnB,qBAAqB;YACrB,oBAAoB;YACpB,sBAAsB;YACtB,kBAAkB;YAClB,qBAAqB;AACrB,YAAA,mBAAmB,aATX,YAAY,EAAE,gBAAgB,EAAE,cAAc,aAYtD,eAAe;YACf,mBAAmB;YACnB,qBAAqB;YACrB,oBAAoB;YACpB,qBAAqB;YACrB,sBAAsB;YACtB,kBAAkB;YAClB,mBAAmB,CAAA,EAAA,CAAA,CAAA;AAGV,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,cAAc,EAtBf,OAAA,EAAA,CAAA,YAAY,EAAE,gBAAgB,EAAE,cAAc,CAAA,EAAA,CAAA,CAAA;;4FAsB7C,cAAc,EAAA,UAAA,EAAA,CAAA;kBAvB1B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,OAAO,EAAE,CAAC,YAAY,EAAE,gBAAgB,EAAE,cAAc,CAAC;AACzD,oBAAA,YAAY,EAAE;wBACZ,eAAe;wBACf,mBAAmB;wBACnB,qBAAqB;wBACrB,oBAAoB;wBACpB,sBAAsB;wBACtB,kBAAkB;wBAClB,qBAAqB;wBACrB,mBAAmB;AACpB,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACP,eAAe;wBACf,mBAAmB;wBACnB,qBAAqB;wBACrB,oBAAoB;wBACpB,qBAAqB;wBACrB,sBAAsB;wBACtB,kBAAkB;wBAClB,mBAAmB;AACpB,qBAAA;AACF,iBAAA;;;ACvCD;;AAEG;;;;"}
|
|
1
|
+
{"version":3,"file":"novo-elements-elements-list.mjs","sources":["../../../projects/novo-elements/src/elements/list/List.ts","../../../projects/novo-elements/src/elements/list/List.module.ts","../../../projects/novo-elements/src/elements/list/novo-elements-elements-list.ts"],"sourcesContent":["// NG2\nimport { Component, ContentChild, ElementRef, Input, OnInit } from '@angular/core';\n\n@Component({\n selector: 'novo-list',\n host: {\n class: 'novo-list',\n '[class.vertical-list]': 'direction === \"vertical\"',\n '[class.horizontal-list]': 'direction === \"horizontal\"',\n '[attr.theme]': 'theme',\n },\n template: ' <ng-content></ng-content> ',\n styleUrls: ['./List.scss'],\n standalone: false,\n})\nexport class NovoListElement {\n @Input()\n theme: string;\n @Input()\n direction: string;\n\n constructor(public element: ElementRef) {}\n}\n\n@Component({\n selector: 'item-avatar, novo-item-avatar',\n template: ' <novo-icon *ngIf=\"icon\" [color]=\"color || icon\">{{ icon }}</novo-icon> ',\n styleUrls: ['./list-item-header-avatar.scss'],\n host: {\n class: 'novo-item-avatar',\n },\n standalone: false,\n})\nexport class NovoItemAvatarElement {\n @Input()\n icon: string;\n @Input()\n color: string;\n}\n\n@Component({\n selector: 'item-title, novo-item-title',\n template: '<ng-content></ng-content>',\n styleUrls: ['./list-item-header-title.scss'],\n host: {\n class: 'novo-item-title',\n },\n standalone: false,\n})\nexport class NovoItemTitleElement {}\n\n@Component({\n selector: 'item-header, novo-item-header',\n template: `\n <novo-title class=\"novo-item-header-container\" size=\"md\">\n <ng-content select=\"item-avatar, novo-item-avatar\"></ng-content>\n <ng-content select=\"item-title, novo-item-title\"></ng-content>\n <ng-content select=\"item-header-end, novo-item-header-end\"></ng-content>\n </novo-title>\n `,\n styleUrls: ['./list-item-header.scss'],\n host: {\n class: 'novo-item-header',\n },\n standalone: false,\n})\nexport class NovoItemHeaderElement {}\n\n@Component({\n selector: 'item-header-end, novo-item-header-end',\n template: ' <ng-content></ng-content> ',\n styleUrls: ['./list-item-header-end.scss'],\n host: {\n class: 'novo-item-header-end',\n },\n standalone: false,\n})\nexport class NovoItemDateElement {}\n\n@Component({\n selector: 'item-content, novo-item-content',\n host: {\n class: 'novo-item-content',\n '[class.vertical-list]': 'direction === \"vertical\"',\n '[class.horizontal-list]': 'direction === \"horizontal\"',\n },\n template: ' <ng-content></ng-content> ',\n styleUrls: ['./list-item-content.scss'],\n standalone: false,\n})\nexport class NovoItemContentElement {\n @Input()\n direction: string;\n}\n\n@Component({\n selector: 'item-end, novo-item-end',\n template: ' <ng-content></ng-content> ',\n styleUrls: ['./list-item-end.scss'],\n host: {\n class: 'novo-item-end',\n },\n standalone: false,\n})\nexport class NovoItemEndElement {}\n\n@Component({\n selector: 'novo-list-item, a[list-item], button[list-item]',\n template: `\n <div class=\"list-item\" [ngClass]=\"{ avatar: avatar }\" *ngIf=\"_content || _header\">\n <ng-content select=\"item-header, novo-item-header\"></ng-content>\n <ng-content select=\"item-content, novo-item-content\"></ng-content>\n </div>\n <ng-content></ng-content>\n <ng-content select=\"item-end, novo-item-end\"></ng-content>\n `,\n styleUrls: ['./list-item.scss'],\n host: {\n class: 'novo-list-item',\n },\n standalone: false,\n})\nexport class NovoListItemElement implements OnInit {\n avatar: boolean = false;\n @ContentChild(NovoItemContentElement) _content: NovoItemContentElement;\n @ContentChild(NovoItemHeaderElement) _header: NovoItemHeaderElement;\n\n constructor(private element: ElementRef) {}\n\n ngOnInit() {\n this.avatar = !!this.element.nativeElement.querySelector('item-avatar');\n }\n}\n","// NG2\nimport { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { NovoCommonModule } from 'novo-elements/elements/common';\nimport { NovoIconModule } from 'novo-elements/elements/icon';\n// APP\nimport {\n NovoItemAvatarElement,\n NovoItemContentElement,\n NovoItemDateElement,\n NovoItemEndElement,\n NovoItemHeaderElement,\n NovoItemTitleElement,\n NovoListElement,\n NovoListItemElement,\n} from './List';\n\n@NgModule({\n imports: [CommonModule, NovoCommonModule, NovoIconModule],\n declarations: [\n NovoListElement,\n NovoListItemElement,\n NovoItemAvatarElement,\n NovoItemTitleElement,\n NovoItemContentElement,\n NovoItemEndElement,\n NovoItemHeaderElement,\n NovoItemDateElement,\n ],\n exports: [\n NovoListElement,\n NovoListItemElement,\n NovoItemAvatarElement,\n NovoItemTitleElement,\n NovoItemHeaderElement,\n NovoItemContentElement,\n NovoItemEndElement,\n NovoItemDateElement,\n ],\n})\nexport class NovoListModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
|
|
@@ -22,8 +22,8 @@ class NovoLoadingElement {
|
|
|
22
22
|
get hb_class() {
|
|
23
23
|
return [`color-${this.color}`, `size-${this.size}`].join(' ');
|
|
24
24
|
}
|
|
25
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
26
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
25
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoLoadingElement, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
26
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.17", type: NovoLoadingElement, isStandalone: false, selector: "novo-loading", inputs: { theme: "theme", color: "color", size: "size" }, host: { properties: { "class": "this.hb_class" } }, ngImport: i0, template: `
|
|
27
27
|
<span class="dot"></span>
|
|
28
28
|
<span class="dot"></span>
|
|
29
29
|
<span class="dot"></span>
|
|
@@ -31,7 +31,7 @@ class NovoLoadingElement {
|
|
|
31
31
|
<span class="dot"></span>
|
|
32
32
|
`, isInline: true, styles: [":host{padding:20px;display:flex;flex-direction:row;font-size:13px;gap:.3em}:host.size-small{padding:8px;font-size:8px}:host.size-large{font-size:18px}:host span.dot{display:block;border-radius:50%;height:1em;width:1em}:host span.dot:nth-of-type(1){background-color:#4a89dc}:host span.dot:nth-of-type(2){background-color:#967adc}:host span.dot:nth-of-type(3){background-color:#da4453}:host span.dot:nth-of-type(4){background-color:#f6b042}:host span.dot:nth-of-type(5){background-color:#37bc9b}:host span.dot:nth-of-type(1){animation:jump 1.6s ease-in-out 70ms forward infinite \"\" \"\";animation-name:jump;animation-duration:1.6s;animation-timing-function:ease-in-out;animation-delay:70ms;animation-direction:forward;animation-iteration-count:infinite;animation-fill-mode:\"\";animation-play-state:\"\"}:host span.dot:nth-of-type(2){animation:jump 1.6s ease-in-out .14s forward infinite \"\" \"\";animation-name:jump;animation-duration:1.6s;animation-timing-function:ease-in-out;animation-delay:.14s;animation-direction:forward;animation-iteration-count:infinite;animation-fill-mode:\"\";animation-play-state:\"\"}:host span.dot:nth-of-type(3){animation:jump 1.6s ease-in-out .21s forward infinite \"\" \"\";animation-name:jump;animation-duration:1.6s;animation-timing-function:ease-in-out;animation-delay:.21s;animation-direction:forward;animation-iteration-count:infinite;animation-fill-mode:\"\";animation-play-state:\"\"}:host span.dot:nth-of-type(4){animation:jump 1.6s ease-in-out .28s forward infinite \"\" \"\";animation-name:jump;animation-duration:1.6s;animation-timing-function:ease-in-out;animation-delay:.28s;animation-direction:forward;animation-iteration-count:infinite;animation-fill-mode:\"\";animation-play-state:\"\"}:host span.dot:nth-of-type(5){animation:jump 1.6s ease-in-out .35s forward infinite \"\" \"\";animation-name:jump;animation-duration:1.6s;animation-timing-function:ease-in-out;animation-delay:.35s;animation-direction:forward;animation-iteration-count:infinite;animation-fill-mode:\"\";animation-play-state:\"\"}:host.color-aqua span.dot{background-color:#3bafda}:host.color-ocean span.dot{background-color:#4a89dc}:host.color-mint span.dot{background-color:#37bc9b}:host.color-grass span.dot{background-color:#8cc152}:host.color-sunflower span.dot{background-color:#f6b042}:host.color-bittersweet span.dot{background-color:#eb6845}:host.color-grapefruit span.dot{background-color:#da4453}:host.color-carnation span.dot{background-color:#d770ad}:host.color-lavender span.dot{background-color:#967adc}:host.color-mountain span.dot{background-color:#9678b6}:host.white span.dot,:host[inverse] span.dot{background-color:#fff!important}@keyframes jump{0%{transform:translateY(0)}30%{transform:translateY(0);opacity:1}45%{transform:translateY(-1.2em);opacity:.5}60%{transform:translateY(.8em);opacity:.95}to{transform:translateY(0);opacity:1}}\n"] }); }
|
|
33
33
|
}
|
|
34
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
34
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoLoadingElement, decorators: [{
|
|
35
35
|
type: Component,
|
|
36
36
|
args: [{ selector: 'novo-loading', template: `
|
|
37
37
|
<span class="dot"></span>
|
|
@@ -74,8 +74,8 @@ class NovoSpinnerElement {
|
|
|
74
74
|
get hb_class() {
|
|
75
75
|
return [this.inverse ? 'color-white' : `color-${this.color}`, `size-${this.size}`].join(' ');
|
|
76
76
|
}
|
|
77
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
78
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
77
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoSpinnerElement, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
78
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.17", type: NovoSpinnerElement, isStandalone: false, selector: "novo-spinner", inputs: { theme: "theme", color: "color", size: "size", inverse: "inverse" }, host: { properties: { "class": "this.hb_class" } }, ngImport: i0, template: `
|
|
79
79
|
<div class="dot1 dot"></div>
|
|
80
80
|
<div class="dot2 dot"></div>
|
|
81
81
|
<div class="dot3 dot"></div>
|
|
@@ -90,7 +90,7 @@ class NovoSpinnerElement {
|
|
|
90
90
|
<div class="dot12 dot"></div>
|
|
91
91
|
`, isInline: true, styles: [":host{display:inline-block;width:1.8em;height:1.8em;position:relative}:host.size-small{width:1.2em;height:1.2em}:host.size-large{width:2.1em;height:2.1em}:host .dot{width:100%;height:100%;position:absolute;left:0;top:0}:host .dot:before{content:\"\";display:block;margin:0 auto;width:15%;height:15%;background-color:#333;border-radius:100%;-webkit-animation:dotFadeDelay 1.2s infinite ease-in-out both;animation:dotFadeDelay 1.2s infinite ease-in-out both}:host.aqua .dot:before{background-color:#3bafda}:host.ocean .dot:before{background-color:#4a89dc}:host.mint .dot:before{background-color:#37bc9b}:host.grass .dot:before{background-color:#8cc152}:host.sunflower .dot:before{background-color:#f6b042}:host.bittersweet .dot:before{background-color:#eb6845}:host.grapefruit .dot:before{background-color:#da4453}:host.carnation .dot:before{background-color:#d770ad}:host.lavender .dot:before{background-color:#967adc}:host.mountain .dot:before{background-color:#9678b6}:host.multicolor .dot:nth-of-type(1):before{background-color:#3bafda}:host.multicolor .dot:nth-of-type(2):before{background-color:#4a89dc}:host.multicolor .dot:nth-of-type(3):before{background-color:#37bc9b}:host.multicolor .dot:nth-of-type(4):before{background-color:#8cc152}:host.multicolor .dot:nth-of-type(5):before{background-color:#f6b042}:host.multicolor .dot:nth-of-type(6):before{background-color:#eb6845}:host.multicolor .dot:nth-of-type(7):before{background-color:#da4453}:host.multicolor .dot:nth-of-type(8):before{background-color:#d770ad}:host.multicolor .dot:nth-of-type(9):before{background-color:#967adc}:host.multicolor .dot:nth-of-type(10):before{background-color:#9678b6}:host.white .dot:before,:host[inverse] .dot:before{background-color:#fff}:host .dot2{-webkit-transform:rotate(30deg);-ms-transform:rotate(30deg);transform:rotate(30deg)}:host .dot3{-webkit-transform:rotate(60deg);-ms-transform:rotate(60deg);transform:rotate(60deg)}:host .dot4{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}:host .dot5{-webkit-transform:rotate(120deg);-ms-transform:rotate(120deg);transform:rotate(120deg)}:host .dot6{-webkit-transform:rotate(150deg);-ms-transform:rotate(150deg);transform:rotate(150deg)}:host .dot7{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}:host .dot8{-webkit-transform:rotate(210deg);-ms-transform:rotate(210deg);transform:rotate(210deg)}:host .dot9{-webkit-transform:rotate(240deg);-ms-transform:rotate(240deg);transform:rotate(240deg)}:host .dot10{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}:host .dot11{-webkit-transform:rotate(300deg);-ms-transform:rotate(300deg);transform:rotate(300deg)}:host .dot12{-webkit-transform:rotate(330deg);-ms-transform:rotate(330deg);transform:rotate(330deg)}:host .dot2:before{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}:host .dot3:before{-webkit-animation-delay:-1s;animation-delay:-1s}:host .dot4:before{-webkit-animation-delay:-.9s;animation-delay:-.9s}:host .dot5:before{-webkit-animation-delay:-.8s;animation-delay:-.8s}:host .dot6:before{-webkit-animation-delay:-.7s;animation-delay:-.7s}:host .dot7:before{-webkit-animation-delay:-.6s;animation-delay:-.6s}:host .dot8:before{-webkit-animation-delay:-.5s;animation-delay:-.5s}:host .dot9:before{-webkit-animation-delay:-.4s;animation-delay:-.4s}:host .dot10:before{-webkit-animation-delay:-.3s;animation-delay:-.3s}:host .dot11:before{-webkit-animation-delay:-.2s;animation-delay:-.2s}:host .dot12:before{-webkit-animation-delay:-.1s;animation-delay:-.1s}@-webkit-keyframes dotFadeDelay{0%,39%,to{opacity:0}40%{opacity:1}}@keyframes dotFadeDelay{0%,39%,to{opacity:0}40%{opacity:1}}\n"] }); }
|
|
92
92
|
}
|
|
93
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
93
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoSpinnerElement, decorators: [{
|
|
94
94
|
type: Component,
|
|
95
95
|
args: [{ selector: 'novo-spinner', template: `
|
|
96
96
|
<div class="dot1 dot"></div>
|
|
@@ -122,10 +122,10 @@ class NovoSkeletonDirective {
|
|
|
122
122
|
constructor() {
|
|
123
123
|
this.skeleton = true;
|
|
124
124
|
}
|
|
125
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
126
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
125
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoSkeletonDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
126
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.17", type: NovoSkeletonDirective, isStandalone: false, selector: "[skeleton]", host: { properties: { "class.skeleton": "this.skeleton" } }, ngImport: i0 }); }
|
|
127
127
|
}
|
|
128
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
128
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoSkeletonDirective, decorators: [{
|
|
129
129
|
type: Directive,
|
|
130
130
|
args: [{
|
|
131
131
|
selector: '[skeleton]',
|
|
@@ -136,10 +136,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImpo
|
|
|
136
136
|
args: ['class.skeleton']
|
|
137
137
|
}] } });
|
|
138
138
|
class NovoLoadedDirective {
|
|
139
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
140
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
139
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoLoadedDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
140
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.17", type: NovoLoadedDirective, isStandalone: false, selector: "[loaded]", ngImport: i0 }); }
|
|
141
141
|
}
|
|
142
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
142
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoLoadedDirective, decorators: [{
|
|
143
143
|
type: Directive,
|
|
144
144
|
args: [{
|
|
145
145
|
selector: '[loaded]',
|
|
@@ -175,10 +175,10 @@ class NovoIsLoadingDirective {
|
|
|
175
175
|
}
|
|
176
176
|
}
|
|
177
177
|
}
|
|
178
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
179
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
178
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoIsLoadingDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
179
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.17", type: NovoIsLoadingDirective, isStandalone: false, selector: "[isLoading]", inputs: { isLoading: "isLoading" }, queries: [{ propertyName: "skeletonTemplates", predicate: NovoSkeletonDirective, read: TemplateRef }, { propertyName: "loadedTemplates", predicate: NovoLoadedDirective, read: TemplateRef }], ngImport: i0 }); }
|
|
180
180
|
}
|
|
181
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
181
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoIsLoadingDirective, decorators: [{
|
|
182
182
|
type: Directive,
|
|
183
183
|
args: [{
|
|
184
184
|
selector: '[isLoading]',
|
|
@@ -196,11 +196,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImpo
|
|
|
196
196
|
|
|
197
197
|
// NG2
|
|
198
198
|
class NovoLoadingModule {
|
|
199
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
200
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
201
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
199
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoLoadingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
200
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.17", ngImport: i0, type: NovoLoadingModule, declarations: [NovoLoadingElement, NovoSpinnerElement, NovoIsLoadingDirective, NovoLoadedDirective, NovoSkeletonDirective], imports: [CommonModule], exports: [NovoLoadingElement, NovoSpinnerElement, NovoIsLoadingDirective, NovoLoadedDirective, NovoSkeletonDirective] }); }
|
|
201
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoLoadingModule, imports: [CommonModule] }); }
|
|
202
202
|
}
|
|
203
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
203
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoLoadingModule, decorators: [{
|
|
204
204
|
type: NgModule,
|
|
205
205
|
args: [{
|
|
206
206
|
imports: [CommonModule],
|