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
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i1 from '@angular/cdk/table';
|
|
2
|
-
import { CdkCellDef, CdkHeaderCellDef, CdkColumnDef, CdkHeaderCell, CdkCell, CdkHeaderRowDef, CdkRowDef, CdkHeaderRow, CdkRow, CDK_ROW_TEMPLATE, DataSource, CdkTable, CDK_TABLE,
|
|
2
|
+
import { CdkCellDef, CdkHeaderCellDef, CdkColumnDef, CdkHeaderCell, CdkCell, CdkHeaderRowDef, CdkRowDef, CdkHeaderRow, CdkRow, CDK_ROW_TEMPLATE, DataSource, CdkTable, CDK_TABLE, CdkTableModule } from '@angular/cdk/table';
|
|
3
3
|
import * as i0 from '@angular/core';
|
|
4
4
|
import { EventEmitter, Injectable, Directive, Output, Input, HostBinding, Optional, Component, ChangeDetectionStrategy, ViewChild, ViewEncapsulation, NgModule } from '@angular/core';
|
|
5
5
|
import * as i1$1 from 'novo-elements/services';
|
|
@@ -81,10 +81,10 @@ class NovoActivityTableState {
|
|
|
81
81
|
});
|
|
82
82
|
}
|
|
83
83
|
}
|
|
84
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
85
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
84
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoActivityTableState, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
85
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoActivityTableState }); }
|
|
86
86
|
}
|
|
87
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
87
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoActivityTableState, decorators: [{
|
|
88
88
|
type: Injectable
|
|
89
89
|
}] });
|
|
90
90
|
|
|
@@ -110,10 +110,10 @@ class NovoSortFilter {
|
|
|
110
110
|
this.state.reset(false, true);
|
|
111
111
|
this.state.updates.next({ sort, filter: this.state.filter });
|
|
112
112
|
}
|
|
113
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
114
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
113
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoSortFilter, deps: [{ token: NovoActivityTableState }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
114
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.17", type: NovoSortFilter, isStandalone: false, selector: "[novoSortFilter]", ngImport: i0 }); }
|
|
115
115
|
}
|
|
116
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
116
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoSortFilter, decorators: [{
|
|
117
117
|
type: Directive,
|
|
118
118
|
args: [{
|
|
119
119
|
selector: '[novoSortFilter]',
|
|
@@ -160,10 +160,10 @@ class NovoSelection {
|
|
|
160
160
|
}
|
|
161
161
|
this.novoSelectAllToggle.emit(value);
|
|
162
162
|
}
|
|
163
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
164
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
163
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoSelection, deps: [{ token: NovoActivityTableState }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
164
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.17", type: NovoSelection, isStandalone: false, selector: "[novoSelection]", outputs: { novoSelectAllToggle: "novoSelectAllToggle" }, ngImport: i0 }); }
|
|
165
165
|
}
|
|
166
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
166
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoSelection, decorators: [{
|
|
167
167
|
type: Directive,
|
|
168
168
|
args: [{
|
|
169
169
|
selector: '[novoSelection]',
|
|
@@ -180,10 +180,10 @@ const _NovoColumnDef = CdkColumnDef;
|
|
|
180
180
|
const _NovoHeaderCell = CdkHeaderCell;
|
|
181
181
|
const _NovoCell = CdkCell;
|
|
182
182
|
class NovoSimpleCellDef extends _NovoCellDef {
|
|
183
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
184
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
183
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoSimpleCellDef, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
184
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.17", type: NovoSimpleCellDef, isStandalone: false, selector: "[novoSimpleCellDef]", providers: [{ provide: CdkCellDef, useExisting: NovoSimpleCellDef }], usesInheritance: true, ngImport: i0 }); }
|
|
185
185
|
}
|
|
186
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
186
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoSimpleCellDef, decorators: [{
|
|
187
187
|
type: Directive,
|
|
188
188
|
args: [{
|
|
189
189
|
selector: '[novoSimpleCellDef]',
|
|
@@ -192,10 +192,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImpo
|
|
|
192
192
|
}]
|
|
193
193
|
}] });
|
|
194
194
|
class NovoSimpleHeaderCellDef extends _NovoHeaderCellDef {
|
|
195
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
196
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
195
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoSimpleHeaderCellDef, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
196
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.17", type: NovoSimpleHeaderCellDef, isStandalone: false, selector: "[novoSimpleHeaderCellDef]", providers: [{ provide: CdkHeaderCellDef, useExisting: NovoSimpleHeaderCellDef }], usesInheritance: true, ngImport: i0 }); }
|
|
197
197
|
}
|
|
198
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
198
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoSimpleHeaderCellDef, decorators: [{
|
|
199
199
|
type: Directive,
|
|
200
200
|
args: [{
|
|
201
201
|
selector: '[novoSimpleHeaderCellDef]',
|
|
@@ -225,10 +225,10 @@ class NovoSimpleColumnDef extends _NovoColumnDef {
|
|
|
225
225
|
this._updateColumnCssClassName();
|
|
226
226
|
}
|
|
227
227
|
}
|
|
228
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
229
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
228
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoSimpleColumnDef, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
229
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.17", type: NovoSimpleColumnDef, isStandalone: false, selector: "[novoSimpleColumnDef]", inputs: { name: ["novoSimpleColumnDef", "name"] }, providers: [{ provide: CdkColumnDef, useExisting: NovoSimpleColumnDef }], usesInheritance: true, ngImport: i0 }); }
|
|
230
230
|
}
|
|
231
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
231
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoSimpleColumnDef, decorators: [{
|
|
232
232
|
type: Directive,
|
|
233
233
|
args: [{
|
|
234
234
|
selector: '[novoSimpleColumnDef]',
|
|
@@ -256,10 +256,10 @@ class NovoSimpleHeaderCell extends _NovoHeaderCell {
|
|
|
256
256
|
this.renderer.setStyle(this.elementRef.nativeElement, 'width', `${this.column.width}px`);
|
|
257
257
|
}
|
|
258
258
|
}
|
|
259
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
260
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
259
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoSimpleHeaderCell, deps: [{ token: i1.CdkColumnDef }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
260
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.17", type: NovoSimpleHeaderCell, isStandalone: false, selector: "novo-simple-header-cell", inputs: { column: "column" }, host: { properties: { "attr.role": "this.role" } }, usesInheritance: true, ngImport: i0 }); }
|
|
261
261
|
}
|
|
262
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
262
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoSimpleHeaderCell, decorators: [{
|
|
263
263
|
type: Directive,
|
|
264
264
|
args: [{
|
|
265
265
|
selector: 'novo-simple-header-cell',
|
|
@@ -279,10 +279,10 @@ class NovoSimpleEmptyHeaderCell extends _NovoHeaderCell {
|
|
|
279
279
|
renderer.addClass(elementRef.nativeElement, `novo-column-${columnDef.cssClassFriendlyName}`);
|
|
280
280
|
renderer.addClass(elementRef.nativeElement, 'novo-simple-empty-header-cell');
|
|
281
281
|
}
|
|
282
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
283
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
282
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoSimpleEmptyHeaderCell, deps: [{ token: i1.CdkColumnDef }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
283
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.17", type: NovoSimpleEmptyHeaderCell, isStandalone: false, selector: "novo-simple-empty-header-cell", host: { properties: { "attr.role": "this.role" } }, usesInheritance: true, ngImport: i0 }); }
|
|
284
284
|
}
|
|
285
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
285
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoSimpleEmptyHeaderCell, decorators: [{
|
|
286
286
|
type: Directive,
|
|
287
287
|
args: [{
|
|
288
288
|
selector: 'novo-simple-empty-header-cell',
|
|
@@ -312,10 +312,10 @@ class NovoSimpleCheckboxHeaderCell extends _NovoHeaderCell {
|
|
|
312
312
|
toggle(value) {
|
|
313
313
|
this._selection.selectAll(value);
|
|
314
314
|
}
|
|
315
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
316
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
315
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoSimpleCheckboxHeaderCell, deps: [{ token: i1.CdkColumnDef }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }, { token: NovoSelection, optional: true }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
316
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.17", type: NovoSimpleCheckboxHeaderCell, isStandalone: false, selector: "novo-simple-checkbox-header-cell", host: { properties: { "attr.role": "this.role" } }, usesInheritance: true, ngImport: i0, template: '<novo-checkbox [(ngModel)]="selectAll" (ngModelChange)="toggle($event)"></novo-checkbox>', isInline: true, dependencies: [{ kind: "directive", type: i3.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i3.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: i4.NovoCheckboxElement, selector: "novo-checkbox", inputs: ["aria-label", "aria-labelledby", "aria-describedby", "id", "name", "label", "disabled", "layoutOptions", "color", "value", "tabIndex", "required", "checked", "indeterminate"], outputs: ["change", "indeterminateChange", "onSelect"] }] }); }
|
|
317
317
|
}
|
|
318
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
318
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoSimpleCheckboxHeaderCell, decorators: [{
|
|
319
319
|
type: Component,
|
|
320
320
|
args: [{
|
|
321
321
|
selector: 'novo-simple-checkbox-header-cell',
|
|
@@ -355,10 +355,10 @@ class NovoSimpleCell extends _NovoCell {
|
|
|
355
355
|
}
|
|
356
356
|
return;
|
|
357
357
|
}
|
|
358
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
359
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
358
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoSimpleCell, deps: [{ token: i1.CdkColumnDef }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
359
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.17", type: NovoSimpleCell, isStandalone: false, selector: "novo-simple-cell", inputs: { row: "row", column: "column" }, host: { properties: { "attr.role": "this.role" } }, usesInheritance: true, ngImport: i0, template: ' <span [class.clickable]="!!column.onClick" (click)="onClick($event)" #span>{{ column.renderer(row) }}</span> ', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
360
360
|
}
|
|
361
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
361
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoSimpleCell, decorators: [{
|
|
362
362
|
type: Component,
|
|
363
363
|
args: [{
|
|
364
364
|
selector: 'novo-simple-cell',
|
|
@@ -399,10 +399,10 @@ class NovoSimpleCheckboxCell extends _NovoCell {
|
|
|
399
399
|
toggle(value) {
|
|
400
400
|
this._selection.toggle(this.row.id || this.index, value, this.row);
|
|
401
401
|
}
|
|
402
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
403
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
402
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoSimpleCheckboxCell, deps: [{ token: i1.CdkColumnDef }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: NovoSelection, optional: true }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
403
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.17", type: NovoSimpleCheckboxCell, isStandalone: false, selector: "novo-simple-checkbox-cell", inputs: { row: "row", index: "index" }, host: { properties: { "attr.role": "this.role" } }, usesInheritance: true, ngImport: i0, template: ' <novo-checkbox [ngModel]="selected" (ngModelChange)="toggle($event)"></novo-checkbox> ', isInline: true, dependencies: [{ kind: "directive", type: i3.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i3.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: i4.NovoCheckboxElement, selector: "novo-checkbox", inputs: ["aria-label", "aria-labelledby", "aria-describedby", "id", "name", "label", "disabled", "layoutOptions", "color", "value", "tabIndex", "required", "checked", "indeterminate"], outputs: ["change", "indeterminateChange", "onSelect"] }] }); }
|
|
404
404
|
}
|
|
405
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
405
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoSimpleCheckboxCell, decorators: [{
|
|
406
406
|
type: Component,
|
|
407
407
|
args: [{
|
|
408
408
|
selector: 'novo-simple-checkbox-cell',
|
|
@@ -445,8 +445,8 @@ class NovoSimpleActionCell extends _NovoCell {
|
|
|
445
445
|
}
|
|
446
446
|
return false;
|
|
447
447
|
}
|
|
448
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
449
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
448
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoSimpleActionCell, deps: [{ token: i1.CdkColumnDef }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1$1.NovoLabelService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
449
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.17", type: NovoSimpleActionCell, isStandalone: false, selector: "novo-simple-action-cell", inputs: { row: "row", column: "column" }, host: { properties: { "attr.role": "this.role" } }, usesInheritance: true, ngImport: i0, template: `
|
|
450
450
|
<ng-container *ngIf="!column.options">
|
|
451
451
|
<novo-button theme="icon" [icon]="column.icon" (click)="column.onClick(row)" [disabled]="isDisabled(column, row)"></novo-button>
|
|
452
452
|
</ng-container>
|
|
@@ -462,7 +462,7 @@ class NovoSimpleActionCell extends _NovoCell {
|
|
|
462
462
|
</ng-container>
|
|
463
463
|
`, isInline: true, dependencies: [{ kind: "directive", type: i6.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i6.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i8.ThemeColorDirective, selector: "[theme]", inputs: ["theme"] }, { kind: "component", type: i8$1.NovoButtonElement, selector: "novo-button,button[theme]", inputs: ["color", "side", "size", "theme", "loading", "icon", "secondIcon", "disabled"] }, { kind: "component", type: i9.NovoDropdownElement, selector: "novo-dropdown", inputs: ["parentScrollSelector", "parentScrollAction", "containerClass", "side", "scrollStrategy", "keepOpen", "height", "width", "appendToBody", "multiple", "scrollToActiveItemOnOpen"], outputs: ["toggled"] }, { kind: "component", type: i9.NovoItemElement, selector: "item", inputs: ["disabled", "keepOpen"], outputs: ["action"] }, { kind: "component", type: i9.NovoDropdownListElement, selector: "list" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
464
464
|
}
|
|
465
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
465
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoSimpleActionCell, decorators: [{
|
|
466
466
|
type: Component,
|
|
467
467
|
args: [{
|
|
468
468
|
selector: 'novo-simple-action-cell',
|
|
@@ -500,10 +500,10 @@ class NovoSimpleFilterFocus {
|
|
|
500
500
|
ngAfterViewInit() {
|
|
501
501
|
this.element.nativeElement.focus();
|
|
502
502
|
}
|
|
503
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
504
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
503
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoSimpleFilterFocus, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
504
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.17", type: NovoSimpleFilterFocus, isStandalone: false, selector: "[novoSimpleFilterFocus]", ngImport: i0 }); }
|
|
505
505
|
}
|
|
506
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
506
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoSimpleFilterFocus, decorators: [{
|
|
507
507
|
type: Directive,
|
|
508
508
|
args: [{
|
|
509
509
|
selector: '[novoSimpleFilterFocus]',
|
|
@@ -657,8 +657,8 @@ class NovoSimpleCellHeader {
|
|
|
657
657
|
];
|
|
658
658
|
return opts;
|
|
659
659
|
}
|
|
660
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
661
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
660
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoSimpleCellHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i1$1.NovoLabelService }, { token: NovoActivityTableState }, { token: NovoSortFilter, optional: true }, { token: i1.CdkColumnDef, optional: true }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
661
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.17", type: NovoSimpleCellHeader, isStandalone: false, selector: "[novo-simple-cell-config]", inputs: { defaultSort: "defaultSort", config: ["novo-simple-cell-config", "config"] }, viewQueries: [{ propertyName: "dropdown", first: true, predicate: NovoDropdownElement, descendants: true }], ngImport: i0, template: `
|
|
662
662
|
<label (click)="sort()" data-automation-id="novo-activity-table-label" [class.sort-disabled]="!config.sortable">
|
|
663
663
|
<ng-content></ng-content>
|
|
664
664
|
</label>
|
|
@@ -744,7 +744,7 @@ class NovoSimpleCellHeader {
|
|
|
744
744
|
</div>
|
|
745
745
|
`, isInline: true, dependencies: [{ kind: "component", type: i5.NovoDatePickerElement, selector: "novo-date-picker", inputs: ["minYear", "maxYear", "start", "end", "inline", "weekStart", "preselected", "hideOverflowDays", "hideFooter", "hideToday", "disabledDateMessage", "dateForInitialView", "numberOfMonths", "mode", "range", "weekRangeSelect"], outputs: ["onSelect"] }, { kind: "directive", type: i6.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i6.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i6.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i6.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "directive", type: i6.NgSwitchDefault, selector: "[ngSwitchDefault]" }, { kind: "directive", type: i3.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i3.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i3.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i8.ThemeColorDirective, selector: "[theme]", inputs: ["theme"] }, { kind: "component", type: i8$1.NovoButtonElement, selector: "novo-button,button[theme]", inputs: ["color", "side", "size", "theme", "loading", "icon", "secondIcon", "disabled"] }, { kind: "component", type: i9.NovoDropdownElement, selector: "novo-dropdown", inputs: ["parentScrollSelector", "parentScrollAction", "containerClass", "side", "scrollStrategy", "keepOpen", "height", "width", "appendToBody", "multiple", "scrollToActiveItemOnOpen"], outputs: ["toggled"] }, { kind: "component", type: i8.NovoOption, selector: "novo-option", inputs: ["selected", "keepOpen", "novoInert", "value", "disabled"], exportAs: ["novoOption"] }, { kind: "component", type: i8.NovoOptgroup, selector: "novo-optgroup", inputs: ["disabled", "label"], exportAs: ["novoOptgroup"] }, { kind: "directive", type: NovoSimpleFilterFocus, selector: "[novoSimpleFilterFocus]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
746
746
|
}
|
|
747
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
747
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoSimpleCellHeader, decorators: [{
|
|
748
748
|
type: Component,
|
|
749
749
|
args: [{
|
|
750
750
|
selector: '[novo-simple-cell-config]',
|
|
@@ -966,8 +966,8 @@ class NovoSimpleTablePagination {
|
|
|
966
966
|
this.shortRangeLabel = this.labels.getRangeText(this.page, this.pageSize, this.length, true);
|
|
967
967
|
this.state.updates.next(event);
|
|
968
968
|
}
|
|
969
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
970
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
969
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoSimpleTablePagination, deps: [{ token: i0.ChangeDetectorRef }, { token: i1$1.NovoLabelService }, { token: NovoActivityTableState }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
970
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.17", type: NovoSimpleTablePagination, isStandalone: false, selector: "novo-simple-table-pagination", inputs: { page: "page", length: "length", pageSize: "pageSize", pageSizeOptions: "pageSizeOptions" }, outputs: { pageChange: "pageChange" }, ngImport: i0, template: `
|
|
971
971
|
<div class="novo-simple-table-pagination-size">
|
|
972
972
|
<novo-tiles
|
|
973
973
|
*ngIf="displayedPageSizeOptions.length > 1"
|
|
@@ -1013,7 +1013,7 @@ class NovoSimpleTablePagination {
|
|
|
1013
1013
|
</novo-button>
|
|
1014
1014
|
`, isInline: true, dependencies: [{ kind: "directive", type: i6.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i3.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i8.ThemeColorDirective, selector: "[theme]", inputs: ["theme"] }, { kind: "component", type: i8$1.NovoButtonElement, selector: "novo-button,button[theme]", inputs: ["color", "side", "size", "theme", "loading", "icon", "secondIcon", "disabled"] }, { kind: "component", type: i7.NovoTilesElement, selector: "novo-tiles", inputs: ["name", "options", "required", "controlDisabled"], outputs: ["onChange", "onSelectedOptionClick", "onDisabledOptionClick"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1015
1015
|
}
|
|
1016
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1016
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoSimpleTablePagination, decorators: [{
|
|
1017
1017
|
type: Component,
|
|
1018
1018
|
args: [{
|
|
1019
1019
|
selector: 'novo-simple-table-pagination',
|
|
@@ -1172,8 +1172,8 @@ class Pagination {
|
|
|
1172
1172
|
const totalPages = this.itemsPerPage < 1 ? 1 : Math.ceil(this.totalItems / this.itemsPerPage);
|
|
1173
1173
|
return Math.max(totalPages || 0, 1);
|
|
1174
1174
|
}
|
|
1175
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1176
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1175
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: Pagination, deps: [{ token: i1$1.NovoLabelService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1176
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.17", type: Pagination, isStandalone: false, selector: "novo-pagination", inputs: { page: "page", totalItems: "totalItems", itemsPerPage: "itemsPerPage", rowOptions: "rowOptions", label: "label", disablePageSelection: "disablePageSelection" }, outputs: { pageChange: "pageChange", itemsPerPageChange: "itemsPerPageChange", onPageChange: "onPageChange" }, usesOnChanges: true, ngImport: i0, template: `
|
|
1177
1177
|
<ng-container *ngIf="rowOptions.length > 1">
|
|
1178
1178
|
<h5 class="rows">{{ label }}</h5>
|
|
1179
1179
|
<novo-select
|
|
@@ -1205,7 +1205,7 @@ class Pagination {
|
|
|
1205
1205
|
</ul>
|
|
1206
1206
|
`, isInline: true, styles: ["novo-pagination{display:flex;flex-flow:row nowrap;padding:10px}novo-pagination>*{margin:auto 5px}novo-pagination h5.rows{padding:0;font-size:1rem;opacity:.75;letter-spacing:.1px}novo-pagination span.spacer{flex:1}novo-pagination novo-select.table-pagination-select{max-width:100px;min-width:100px}novo-pagination novo-select.table-pagination-select div[type=button]:hover i{opacity:.75}novo-pagination novo-select.table-pagination-select div[type=button]:active i,novo-pagination novo-select.table-pagination-select div[type=button]:focus i{opacity:1}novo-pagination novo-select.table-pagination-select div[type=button] i{opacity:.45}novo-pagination .pager{list-style-type:none}novo-pagination .pager .page{display:inline-block;padding:0 10px;line-height:2.4rem;font-size:var(--font-size-text);border-radius:2px;text-align:center;list-style-type:none;cursor:pointer;color:#39d}novo-pagination .pager .page:last-child{padding-right:0}novo-pagination .pager .page.disabled{opacity:.3;pointer-events:none}novo-pagination .pager .page.active{color:#39d;background-color:#f7f7f7;opacity:1}\n"], dependencies: [{ kind: "directive", type: i6.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i6.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i6.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i3.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: i4$1.NovoSelectElement, selector: "novo-select", inputs: ["disabled", "required", "tabIndex", "id", "name", "placeholder", "readonly", "headerConfig", "position", "overlayWidth", "overlayHeight", "displayIcon", "displayWith", "compareWith", "hideLegacyOptions", "value", "multiple", "options"], outputs: ["onSelect", "selectionChange", "valueChange", "openedChange", "opened", "closed"] }], encapsulation: i0.ViewEncapsulation.None }); }
|
|
1207
1207
|
}
|
|
1208
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1208
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: Pagination, decorators: [{
|
|
1209
1209
|
type: Component,
|
|
1210
1210
|
args: [{ selector: 'novo-pagination', template: `
|
|
1211
1211
|
<ng-container *ngIf="rowOptions.length > 1">
|
|
@@ -1264,10 +1264,10 @@ const _NovoCdkRowDef = CdkRowDef;
|
|
|
1264
1264
|
const _NovoHeaderRow = CdkHeaderRow;
|
|
1265
1265
|
const _NovoRow = CdkRow;
|
|
1266
1266
|
class NovoSimpleHeaderRowDef extends _NovoHeaderRowDef {
|
|
1267
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1268
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1267
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoSimpleHeaderRowDef, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1268
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.17", type: NovoSimpleHeaderRowDef, isStandalone: false, selector: "[novoSimpleHeaderRowDef]", inputs: { columns: ["novoSimpleHeaderRowDef", "columns"] }, providers: [{ provide: CdkHeaderRowDef, useExisting: NovoSimpleHeaderRowDef }], usesInheritance: true, ngImport: i0 }); }
|
|
1269
1269
|
}
|
|
1270
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1270
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoSimpleHeaderRowDef, decorators: [{
|
|
1271
1271
|
type: Directive,
|
|
1272
1272
|
args: [{
|
|
1273
1273
|
selector: '[novoSimpleHeaderRowDef]',
|
|
@@ -1279,10 +1279,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImpo
|
|
|
1279
1279
|
args: ['novoSimpleHeaderRowDef']
|
|
1280
1280
|
}] } });
|
|
1281
1281
|
class NovoSimpleRowDef extends _NovoCdkRowDef {
|
|
1282
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1283
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1282
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoSimpleRowDef, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1283
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.17", type: NovoSimpleRowDef, isStandalone: false, selector: "[novoSimpleRowDef]", inputs: { columns: ["novoSimpleRowDefColumns", "columns"] }, providers: [{ provide: CdkRowDef, useExisting: NovoSimpleRowDef }], usesInheritance: true, ngImport: i0 }); }
|
|
1284
1284
|
}
|
|
1285
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1285
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoSimpleRowDef, decorators: [{
|
|
1286
1286
|
type: Directive,
|
|
1287
1287
|
args: [{
|
|
1288
1288
|
selector: '[novoSimpleRowDef]',
|
|
@@ -1299,10 +1299,10 @@ class NovoSimpleHeaderRow extends _NovoHeaderRow {
|
|
|
1299
1299
|
this.rowClass = 'novo-simple-header-row';
|
|
1300
1300
|
this.role = 'row';
|
|
1301
1301
|
}
|
|
1302
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1303
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1302
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoSimpleHeaderRow, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
1303
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.17", type: NovoSimpleHeaderRow, isStandalone: false, selector: "novo-simple-header-row", host: { properties: { "class": "this.rowClass", "attr.role": "this.role" } }, usesInheritance: true, ngImport: i0, template: "<ng-container cdkCellOutlet></ng-container>", isInline: true, dependencies: [{ kind: "directive", type: i1.CdkCellOutlet, selector: "[cdkCellOutlet]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1304
1304
|
}
|
|
1305
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1305
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoSimpleHeaderRow, decorators: [{
|
|
1306
1306
|
type: Component,
|
|
1307
1307
|
args: [{
|
|
1308
1308
|
selector: 'novo-simple-header-row',
|
|
@@ -1323,10 +1323,10 @@ class NovoSimpleRow extends _NovoRow {
|
|
|
1323
1323
|
this.rowClass = 'novo-simple-row';
|
|
1324
1324
|
this.role = 'row';
|
|
1325
1325
|
}
|
|
1326
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1327
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1326
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoSimpleRow, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
1327
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.17", type: NovoSimpleRow, isStandalone: false, selector: "novo-simple-row", host: { properties: { "class": "this.rowClass", "attr.role": "this.role" } }, usesInheritance: true, ngImport: i0, template: "<ng-container cdkCellOutlet></ng-container>", isInline: true, dependencies: [{ kind: "directive", type: i1.CdkCellOutlet, selector: "[cdkCellOutlet]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1328
1328
|
}
|
|
1329
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1329
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoSimpleRow, decorators: [{
|
|
1330
1330
|
type: Component,
|
|
1331
1331
|
args: [{
|
|
1332
1332
|
selector: 'novo-simple-row',
|
|
@@ -1409,18 +1409,46 @@ class ActivityTableDataSource extends DataSource {
|
|
|
1409
1409
|
}
|
|
1410
1410
|
|
|
1411
1411
|
class NovoTable extends CdkTable {
|
|
1412
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1413
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.15", type: NovoTable, isStandalone: false, selector: "novo-simple-table", providers: [{ provide: CDK_TABLE, useExisting: NovoTable }], usesInheritance: true, ngImport: i0, template: "\n <ng-content select=\"caption\"/>\n <ng-content select=\"colgroup, col\"/>\n\n <!--\n Unprojected content throws a hydration error so we need this to capture it.\n It gets removed on the client so it doesn't affect the layout.\n -->\n @if (_isServer) {\n <ng-content/>\n }\n\n @if (_isNativeHtmlTable) {\n <thead role=\"rowgroup\">\n <ng-container headerRowOutlet/>\n </thead>\n <tbody role=\"rowgroup\">\n <ng-container rowOutlet/>\n <ng-container noDataRowOutlet/>\n </tbody>\n <tfoot role=\"rowgroup\">\n <ng-container footerRowOutlet/>\n </tfoot>\n } @else {\n <ng-container headerRowOutlet/>\n <ng-container rowOutlet/>\n <ng-container noDataRowOutlet/>\n <ng-container footerRowOutlet/>\n }\n", isInline: true, styles: ["html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:var(--font-family-mono, \"monospace\");font-size:1em}a,novo-activity-table .clickable{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:var(--font-family-mono, \"monospace\");font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none!important}novo-simple-table{display:block;min-height:300px;flex:1}novo-simple-table.empty{min-height:52px;overflow:hidden;max-height:52px}novo-simple-table>.novo-simple-row:nth-of-type(odd) .novo-simple-cell,novo-simple-table>.novo-simple-row:nth-of-type(odd) .novo-simple-button-cell,novo-simple-table>.novo-simple-row:nth-of-type(odd) .novo-simple-dropdown-cell,novo-simple-table>.novo-simple-row:nth-of-type(odd) .novo-simple-checkbox-cell{background-color:#f4f4f4}novo-simple-table>.novo-simple-row:nth-of-type(odd).active .novo-simple-cell,novo-simple-table>.novo-simple-row:nth-of-type(odd).active .novo-simple-button-cell,novo-simple-table>.novo-simple-row:nth-of-type(odd).active .novo-simple-dropdown-cell,novo-simple-table>.novo-simple-row:nth-of-type(odd).active .novo-simple-checkbox-cell{background-color:#4a89dc26}novo-simple-table>.novo-simple-row:nth-of-type(2n) .novo-simple-cell,novo-simple-table>.novo-simple-row:nth-of-type(2n) .novo-simple-button-cell,novo-simple-table>.novo-simple-row:nth-of-type(2n) .novo-simple-dropdown-cell,novo-simple-table>.novo-simple-row:nth-of-type(2n) .novo-simple-checkbox-cell{background-color:#fff}novo-simple-table>.novo-simple-row:nth-of-type(2n).active .novo-simple-cell,novo-simple-table>.novo-simple-row:nth-of-type(2n).active .novo-simple-button-cell,novo-simple-table>.novo-simple-row:nth-of-type(2n).active .novo-simple-dropdown-cell,novo-simple-table>.novo-simple-row:nth-of-type(2n).active .novo-simple-checkbox-cell{background-color:#4a89dc26}.novo-simple-row,.novo-simple-header-row{display:flex;flex-direction:row;flex-wrap:no-wrap}.novo-simple-row .novo-simple-header-cell,.novo-simple-row novo-simple-empty-header-cell,.novo-simple-row .novo-simple-checkbox-header-cell,.novo-simple-header-row .novo-simple-header-cell,.novo-simple-header-row novo-simple-empty-header-cell,.novo-simple-header-row .novo-simple-checkbox-header-cell{border-bottom:1px solid #f7f7f7}.novo-simple-cell,.novo-simple-header-cell{min-width:200px;padding:10px;flex:1}.novo-simple-cell>span,.novo-simple-header-cell>span{display:block;min-width:180px;max-width:180px;overflow:hidden;text-overflow:ellipsis}.novo-simple-cell novo-dropdown,.novo-simple-header-cell novo-dropdown{display:inline-block}.novo-simple-cell button.active,.novo-simple-header-cell button.active{color:#4a89dc}.novo-simple-cell.clickable,.novo-simple-header-cell.clickable{cursor:pointer;color:#39d}.novo-simple-cell{display:flex;align-items:flex-start;justify-content:center;flex-direction:column}.novo-simple-header-cell{border-left:1px solid #f7f7f7;white-space:nowrap;display:flex;align-items:center}.novo-simple-header-cell+novo-simple-empty-header-cell{border-left:none}.novo-simple-header-cell>label{display:inline-block;padding-right:10px;cursor:pointer;overflow:hidden;text-overflow:ellipsis}.novo-simple-header-cell>label.sort-disabled{cursor:default}.novo-simple-header-cell>div{width:60px}.novo-simple-header-cell novo-dropdown[side=right]{display:inline-block}novo-simple-empty-header-cell.button-header-cell{min-width:40px}novo-simple-empty-header-cell.dropdown-header-cell{min-width:98px}.novo-simple-button-cell,.novo-simple-dropdown-cell{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;padding:0 5px}.novo-simple-button-cell novo-dropdown button,.novo-simple-dropdown-cell novo-dropdown button{padding:5px}.novo-simple-button-cell novo-dropdown button:hover,.novo-simple-button-cell novo-dropdown button:active,.novo-simple-button-cell novo-dropdown button:focus,.novo-simple-dropdown-cell novo-dropdown button:hover,.novo-simple-dropdown-cell novo-dropdown button:active,.novo-simple-dropdown-cell novo-dropdown button:focus{background:#0000001a!important}.novo-simple-checkbox-header-cell,.novo-simple-checkbox-cell{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;max-width:40px;padding:0 10px}.novo-simple-checkbox-header-cell>novo-checkbox,.novo-simple-checkbox-cell>novo-checkbox{margin-top:-4px}novo-activity-table{position:relative;width:100%;display:flex;flex-direction:column;flex:1}novo-activity-table.loading{min-height:300px}novo-activity-table header{padding:5px;display:flex;align-items:center;flex-shrink:0;border-bottom:1px solid #f7f7f7}novo-activity-table header>[novo-activity-table-custom-header]{flex:1}novo-activity-table header>novo-search{padding-right:10px;display:none}@media (min-width: 1000px){novo-activity-table header>novo-search{display:flex}}novo-activity-table header>novo-search>input{padding:8.5px;font-size:1.1em;height:35px}novo-activity-table header>novo-search.active>button[theme=fab]{height:35px}novo-activity-table header>div.novo-activity-table-actions{flex:1;display:flex;align-items:center;justify-content:flex-end}novo-activity-table header>div.novo-activity-table-actions>div,novo-activity-table header>div.novo-activity-table-actions>section{display:flex;align-items:center}novo-activity-table header>div.novo-activity-table-actions>div button,novo-activity-table header>div.novo-activity-table-actions>section button{margin-left:3px}novo-activity-table header>div.novo-activity-table-actions>div button[theme][theme=icon],novo-activity-table header>div.novo-activity-table-actions>section button[theme][theme=icon]{height:35px;width:35px;font-size:1.4em}novo-activity-table header>div.novo-activity-table-actions>div novo-dropdown button[theme],novo-activity-table header>div.novo-activity-table-actions>section novo-dropdown button[theme]{white-space:nowrap;padding:6px 5px 6px 15px!important}novo-activity-table button[theme][theme=icon]{height:30px;width:30px;padding:5px}novo-activity-table .novo-activity-table-loading-mask{position:absolute;display:flex;padding-top:10%;justify-content:center;inset:0;background:#00000012;z-index:99}novo-activity-table .novo-activity-table-empty-container,novo-activity-table .novo-activity-table-no-results-container{height:200px;display:flex;align-items:center;justify-content:center;color:#9e9e9e}novo-activity-table .novo-activity-table-filter-container{display:flex;flex:1}novo-activity-table .novo-activity-table-filter-container .novo-activity-table-custom-filter{border-right:1px solid #f7f7f7}novo-activity-table .novo-activity-table-filter-container .novo-activity-table-custom-filter novo-date-picker .calendar{box-shadow:none}novo-activity-table .novo-activity-table-filter-container .novo-activity-table-custom-filter novo-date-picker .calendar .date-range-tabs{height:51px}novo-activity-table .novo-activity-table-filter-container .novo-activity-table-custom-filter novo-date-picker .calendar .calendar-footer{display:none}novo-activity-table .novo-activity-table-filter-container .novo-activity-table-custom-filter div.period-selector{padding:1em}novo-activity-table .novo-activity-table-filter-container .novo-activity-table-custom-filter div.period-selector .novo-form-control-label{display:block;max-width:100%;margin-bottom:1em}novo-activity-table .novo-activity-table-filter-container .novo-activity-table-container{flex:1;overflow:auto}novo-simple-table-pagination{display:flex;align-items:center}novo-simple-table-pagination novo-tiles>.tile-container .tile{padding:7px 10px}novo-simple-table-pagination>.novo-simple-table-pagination-size{padding-right:10px}novo-simple-table-pagination>.novo-simple-table-range-label-long,novo-simple-table-pagination>.novo-simple-table-range-label-short{padding-right:10px}novo-simple-table-pagination>.novo-simple-table-range-label-long{display:none}@media (min-width: 1000px){novo-simple-table-pagination>.novo-simple-table-range-label-long{display:block}}novo-simple-table-pagination>.novo-simple-table-range-label-short{display:block}@media (min-width: 1000px){novo-simple-table-pagination>.novo-simple-table-range-label-short{display:none}}novo-simple-table-pagination>button:first-of-type{margin-right:5px}novo-simple-table-pagination>button span{display:none}@media (min-width: 1000px){novo-simple-table-pagination>button span{display:block}}novo-simple-table-pagination>button[theme][theme=dialogue][icon][side=left]{padding:5px}@media (min-width: 1000px){novo-simple-table-pagination>button[theme][theme=dialogue][icon][side=left]{padding:5px 15px 5px 5px}}novo-simple-table-pagination>button[theme][theme=dialogue][icon][side=right]{padding:5px}@media (min-width: 1000px){novo-simple-table-pagination>button[theme][theme=dialogue][icon][side=right]{padding:5px 5px 5px 15px}}.simple-table-dropdown .header{padding:5px 10px 0;display:flex;justify-content:space-between;align-items:center}.simple-table-dropdown .header button{padding:3px}.simple-table-dropdown .header button icon{font-size:.8em}.simple-table-dropdown list item.active{background:transparent;font-weight:500}\n/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */\n"], dependencies: [{ kind: "directive", type: i1.DataRowOutlet, selector: "[rowOutlet]" }, { kind: "directive", type: i1.HeaderRowOutlet, selector: "[headerRowOutlet]" }, { kind: "directive", type: i1.FooterRowOutlet, selector: "[footerRowOutlet]" }, { kind: "directive", type: i1.NoDataRowOutlet, selector: "[noDataRowOutlet]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
1412
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoTable, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
1413
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.17", type: NovoTable, isStandalone: false, selector: "novo-simple-table", providers: [{ provide: CDK_TABLE, useExisting: NovoTable }], usesInheritance: true, ngImport: i0, template: `
|
|
1414
|
+
<table role="table">
|
|
1415
|
+
<caption></caption>
|
|
1416
|
+
<colgroup></colgroup>
|
|
1417
|
+
<thead role="rowgroup">
|
|
1418
|
+
<ng-container headerRowOutlet></ng-container>
|
|
1419
|
+
</thead>
|
|
1420
|
+
<tbody role="rowgroup">
|
|
1421
|
+
<ng-container rowOutlet></ng-container>
|
|
1422
|
+
<ng-container noDataRowOutlet></ng-container>
|
|
1423
|
+
</tbody>
|
|
1424
|
+
<tfoot role="rowgroup">
|
|
1425
|
+
<ng-container footerRowOutlet></ng-container>
|
|
1426
|
+
</tfoot>
|
|
1427
|
+
</table>`, isInline: true, styles: ["html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:var(--font-family-mono, \"monospace\");font-size:1em}a,novo-activity-table .clickable{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:var(--font-family-mono, \"monospace\");font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none!important}novo-simple-table{display:block;min-height:300px;flex:1}novo-simple-table.empty{min-height:52px;overflow:hidden;max-height:52px}novo-simple-table .novo-simple-row:nth-of-type(odd) .novo-simple-cell,novo-simple-table .novo-simple-row:nth-of-type(odd) .novo-simple-button-cell,novo-simple-table .novo-simple-row:nth-of-type(odd) .novo-simple-dropdown-cell,novo-simple-table .novo-simple-row:nth-of-type(odd) .novo-simple-checkbox-cell{background-color:#f4f4f4}novo-simple-table .novo-simple-row:nth-of-type(odd).active .novo-simple-cell,novo-simple-table .novo-simple-row:nth-of-type(odd).active .novo-simple-button-cell,novo-simple-table .novo-simple-row:nth-of-type(odd).active .novo-simple-dropdown-cell,novo-simple-table .novo-simple-row:nth-of-type(odd).active .novo-simple-checkbox-cell{background-color:#4a89dc26}novo-simple-table .novo-simple-row:nth-of-type(2n) .novo-simple-cell,novo-simple-table .novo-simple-row:nth-of-type(2n) .novo-simple-button-cell,novo-simple-table .novo-simple-row:nth-of-type(2n) .novo-simple-dropdown-cell,novo-simple-table .novo-simple-row:nth-of-type(2n) .novo-simple-checkbox-cell{background-color:#fff}novo-simple-table .novo-simple-row:nth-of-type(2n).active .novo-simple-cell,novo-simple-table .novo-simple-row:nth-of-type(2n).active .novo-simple-button-cell,novo-simple-table .novo-simple-row:nth-of-type(2n).active .novo-simple-dropdown-cell,novo-simple-table .novo-simple-row:nth-of-type(2n).active .novo-simple-checkbox-cell{background-color:#4a89dc26}.novo-simple-row,.novo-simple-header-row{display:flex;flex-direction:row;flex-wrap:no-wrap}.novo-simple-row .novo-simple-header-cell,.novo-simple-row novo-simple-empty-header-cell,.novo-simple-row .novo-simple-checkbox-header-cell,.novo-simple-header-row .novo-simple-header-cell,.novo-simple-header-row novo-simple-empty-header-cell,.novo-simple-header-row .novo-simple-checkbox-header-cell{border-bottom:1px solid #f7f7f7}.novo-simple-cell,.novo-simple-header-cell{min-width:200px;padding:10px;flex:1}.novo-simple-cell>span,.novo-simple-header-cell>span{display:block;min-width:180px;max-width:180px;overflow:hidden;text-overflow:ellipsis}.novo-simple-cell novo-dropdown,.novo-simple-header-cell novo-dropdown{display:inline-block}.novo-simple-cell button.active,.novo-simple-header-cell button.active{color:#4a89dc}.novo-simple-cell.clickable,.novo-simple-header-cell.clickable{cursor:pointer;color:#39d}.novo-simple-cell{display:flex;align-items:flex-start;justify-content:center;flex-direction:column}.novo-simple-header-cell{border-left:1px solid #f7f7f7;white-space:nowrap;display:flex;align-items:center}.novo-simple-header-cell+novo-simple-empty-header-cell{border-left:none}.novo-simple-header-cell>label{display:inline-block;padding-right:10px;cursor:pointer;overflow:hidden;text-overflow:ellipsis}.novo-simple-header-cell>label.sort-disabled{cursor:default}.novo-simple-header-cell>div{width:60px}.novo-simple-header-cell novo-dropdown[side=right]{display:inline-block}novo-simple-empty-header-cell.button-header-cell{min-width:40px}novo-simple-empty-header-cell.dropdown-header-cell{min-width:98px}.novo-simple-button-cell,.novo-simple-dropdown-cell{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;padding:0 5px}.novo-simple-button-cell novo-dropdown button,.novo-simple-dropdown-cell novo-dropdown button{padding:5px}.novo-simple-button-cell novo-dropdown button:hover,.novo-simple-button-cell novo-dropdown button:active,.novo-simple-button-cell novo-dropdown button:focus,.novo-simple-dropdown-cell novo-dropdown button:hover,.novo-simple-dropdown-cell novo-dropdown button:active,.novo-simple-dropdown-cell novo-dropdown button:focus{background:#0000001a!important}.novo-simple-checkbox-header-cell,.novo-simple-checkbox-cell{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;max-width:40px;padding:0 10px}.novo-simple-checkbox-header-cell>novo-checkbox,.novo-simple-checkbox-cell>novo-checkbox{margin-top:-4px}novo-activity-table{position:relative;width:100%;display:flex;flex-direction:column;flex:1}novo-activity-table.loading{min-height:300px}novo-activity-table header{padding:5px;display:flex;align-items:center;flex-shrink:0;border-bottom:1px solid #f7f7f7}novo-activity-table header>[novo-activity-table-custom-header]{flex:1}novo-activity-table header>novo-search{padding-right:10px;display:none}@media (min-width: 1000px){novo-activity-table header>novo-search{display:flex}}novo-activity-table header>novo-search>input{padding:8.5px;font-size:1.1em;height:35px}novo-activity-table header>novo-search.active>button[theme=fab]{height:35px}novo-activity-table header>div.novo-activity-table-actions{flex:1;display:flex;align-items:center;justify-content:flex-end}novo-activity-table header>div.novo-activity-table-actions>div,novo-activity-table header>div.novo-activity-table-actions>section{display:flex;align-items:center}novo-activity-table header>div.novo-activity-table-actions>div button,novo-activity-table header>div.novo-activity-table-actions>section button{margin-left:3px}novo-activity-table header>div.novo-activity-table-actions>div button[theme][theme=icon],novo-activity-table header>div.novo-activity-table-actions>section button[theme][theme=icon]{height:35px;width:35px;font-size:1.4em}novo-activity-table header>div.novo-activity-table-actions>div novo-dropdown button[theme],novo-activity-table header>div.novo-activity-table-actions>section novo-dropdown button[theme]{white-space:nowrap;padding:6px 5px 6px 15px!important}novo-activity-table button[theme][theme=icon]{height:30px;width:30px;padding:5px}novo-activity-table .novo-activity-table-loading-mask{position:absolute;display:flex;padding-top:10%;justify-content:center;inset:0;background:#00000012;z-index:99}novo-activity-table .novo-activity-table-empty-container,novo-activity-table .novo-activity-table-no-results-container{height:200px;display:flex;align-items:center;justify-content:center;color:#9e9e9e}novo-activity-table .novo-activity-table-filter-container{display:flex;flex:1}novo-activity-table .novo-activity-table-filter-container .novo-activity-table-custom-filter{border-right:1px solid #f7f7f7}novo-activity-table .novo-activity-table-filter-container .novo-activity-table-custom-filter novo-date-picker .calendar{box-shadow:none}novo-activity-table .novo-activity-table-filter-container .novo-activity-table-custom-filter novo-date-picker .calendar .date-range-tabs{height:51px}novo-activity-table .novo-activity-table-filter-container .novo-activity-table-custom-filter novo-date-picker .calendar .calendar-footer{display:none}novo-activity-table .novo-activity-table-filter-container .novo-activity-table-custom-filter div.period-selector{padding:1em}novo-activity-table .novo-activity-table-filter-container .novo-activity-table-custom-filter div.period-selector .novo-form-control-label{display:block;max-width:100%;margin-bottom:1em}novo-activity-table .novo-activity-table-filter-container .novo-activity-table-container{flex:1;overflow:auto}novo-simple-table-pagination{display:flex;align-items:center}novo-simple-table-pagination novo-tiles>.tile-container .tile{padding:7px 10px}novo-simple-table-pagination>.novo-simple-table-pagination-size{padding-right:10px}novo-simple-table-pagination>.novo-simple-table-range-label-long,novo-simple-table-pagination>.novo-simple-table-range-label-short{padding-right:10px}novo-simple-table-pagination>.novo-simple-table-range-label-long{display:none}@media (min-width: 1000px){novo-simple-table-pagination>.novo-simple-table-range-label-long{display:block}}novo-simple-table-pagination>.novo-simple-table-range-label-short{display:block}@media (min-width: 1000px){novo-simple-table-pagination>.novo-simple-table-range-label-short{display:none}}novo-simple-table-pagination>button:first-of-type{margin-right:5px}novo-simple-table-pagination>button span{display:none}@media (min-width: 1000px){novo-simple-table-pagination>button span{display:block}}novo-simple-table-pagination>button[theme][theme=dialogue][icon][side=left]{padding:5px}@media (min-width: 1000px){novo-simple-table-pagination>button[theme][theme=dialogue][icon][side=left]{padding:5px 15px 5px 5px}}novo-simple-table-pagination>button[theme][theme=dialogue][icon][side=right]{padding:5px}@media (min-width: 1000px){novo-simple-table-pagination>button[theme][theme=dialogue][icon][side=right]{padding:5px 5px 5px 15px}}.simple-table-dropdown .header{padding:5px 10px 0;display:flex;justify-content:space-between;align-items:center}.simple-table-dropdown .header button{padding:3px}.simple-table-dropdown .header button icon{font-size:.8em}.simple-table-dropdown list item.active{background:transparent;font-weight:500}\n/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */\n"], dependencies: [{ kind: "directive", type: i1.DataRowOutlet, selector: "[rowOutlet]" }, { kind: "directive", type: i1.HeaderRowOutlet, selector: "[headerRowOutlet]" }, { kind: "directive", type: i1.FooterRowOutlet, selector: "[footerRowOutlet]" }, { kind: "directive", type: i1.NoDataRowOutlet, selector: "[noDataRowOutlet]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
1414
1428
|
}
|
|
1415
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1429
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoTable, decorators: [{
|
|
1416
1430
|
type: Component,
|
|
1417
|
-
args: [{ selector: 'novo-simple-table', template: CDK_TABLE_TEMPLATE, encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, providers: [{ provide: CDK_TABLE, useExisting: NovoTable }], standalone: false, styles: ["html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:var(--font-family-mono, \"monospace\");font-size:1em}a,novo-activity-table .clickable{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:var(--font-family-mono, \"monospace\");font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none!important}novo-simple-table{display:block;min-height:300px;flex:1}novo-simple-table.empty{min-height:52px;overflow:hidden;max-height:52px}novo-simple-table>.novo-simple-row:nth-of-type(odd) .novo-simple-cell,novo-simple-table>.novo-simple-row:nth-of-type(odd) .novo-simple-button-cell,novo-simple-table>.novo-simple-row:nth-of-type(odd) .novo-simple-dropdown-cell,novo-simple-table>.novo-simple-row:nth-of-type(odd) .novo-simple-checkbox-cell{background-color:#f4f4f4}novo-simple-table>.novo-simple-row:nth-of-type(odd).active .novo-simple-cell,novo-simple-table>.novo-simple-row:nth-of-type(odd).active .novo-simple-button-cell,novo-simple-table>.novo-simple-row:nth-of-type(odd).active .novo-simple-dropdown-cell,novo-simple-table>.novo-simple-row:nth-of-type(odd).active .novo-simple-checkbox-cell{background-color:#4a89dc26}novo-simple-table>.novo-simple-row:nth-of-type(2n) .novo-simple-cell,novo-simple-table>.novo-simple-row:nth-of-type(2n) .novo-simple-button-cell,novo-simple-table>.novo-simple-row:nth-of-type(2n) .novo-simple-dropdown-cell,novo-simple-table>.novo-simple-row:nth-of-type(2n) .novo-simple-checkbox-cell{background-color:#fff}novo-simple-table>.novo-simple-row:nth-of-type(2n).active .novo-simple-cell,novo-simple-table>.novo-simple-row:nth-of-type(2n).active .novo-simple-button-cell,novo-simple-table>.novo-simple-row:nth-of-type(2n).active .novo-simple-dropdown-cell,novo-simple-table>.novo-simple-row:nth-of-type(2n).active .novo-simple-checkbox-cell{background-color:#4a89dc26}.novo-simple-row,.novo-simple-header-row{display:flex;flex-direction:row;flex-wrap:no-wrap}.novo-simple-row .novo-simple-header-cell,.novo-simple-row novo-simple-empty-header-cell,.novo-simple-row .novo-simple-checkbox-header-cell,.novo-simple-header-row .novo-simple-header-cell,.novo-simple-header-row novo-simple-empty-header-cell,.novo-simple-header-row .novo-simple-checkbox-header-cell{border-bottom:1px solid #f7f7f7}.novo-simple-cell,.novo-simple-header-cell{min-width:200px;padding:10px;flex:1}.novo-simple-cell>span,.novo-simple-header-cell>span{display:block;min-width:180px;max-width:180px;overflow:hidden;text-overflow:ellipsis}.novo-simple-cell novo-dropdown,.novo-simple-header-cell novo-dropdown{display:inline-block}.novo-simple-cell button.active,.novo-simple-header-cell button.active{color:#4a89dc}.novo-simple-cell.clickable,.novo-simple-header-cell.clickable{cursor:pointer;color:#39d}.novo-simple-cell{display:flex;align-items:flex-start;justify-content:center;flex-direction:column}.novo-simple-header-cell{border-left:1px solid #f7f7f7;white-space:nowrap;display:flex;align-items:center}.novo-simple-header-cell+novo-simple-empty-header-cell{border-left:none}.novo-simple-header-cell>label{display:inline-block;padding-right:10px;cursor:pointer;overflow:hidden;text-overflow:ellipsis}.novo-simple-header-cell>label.sort-disabled{cursor:default}.novo-simple-header-cell>div{width:60px}.novo-simple-header-cell novo-dropdown[side=right]{display:inline-block}novo-simple-empty-header-cell.button-header-cell{min-width:40px}novo-simple-empty-header-cell.dropdown-header-cell{min-width:98px}.novo-simple-button-cell,.novo-simple-dropdown-cell{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;padding:0 5px}.novo-simple-button-cell novo-dropdown button,.novo-simple-dropdown-cell novo-dropdown button{padding:5px}.novo-simple-button-cell novo-dropdown button:hover,.novo-simple-button-cell novo-dropdown button:active,.novo-simple-button-cell novo-dropdown button:focus,.novo-simple-dropdown-cell novo-dropdown button:hover,.novo-simple-dropdown-cell novo-dropdown button:active,.novo-simple-dropdown-cell novo-dropdown button:focus{background:#0000001a!important}.novo-simple-checkbox-header-cell,.novo-simple-checkbox-cell{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;max-width:40px;padding:0 10px}.novo-simple-checkbox-header-cell>novo-checkbox,.novo-simple-checkbox-cell>novo-checkbox{margin-top:-4px}novo-activity-table{position:relative;width:100%;display:flex;flex-direction:column;flex:1}novo-activity-table.loading{min-height:300px}novo-activity-table header{padding:5px;display:flex;align-items:center;flex-shrink:0;border-bottom:1px solid #f7f7f7}novo-activity-table header>[novo-activity-table-custom-header]{flex:1}novo-activity-table header>novo-search{padding-right:10px;display:none}@media (min-width: 1000px){novo-activity-table header>novo-search{display:flex}}novo-activity-table header>novo-search>input{padding:8.5px;font-size:1.1em;height:35px}novo-activity-table header>novo-search.active>button[theme=fab]{height:35px}novo-activity-table header>div.novo-activity-table-actions{flex:1;display:flex;align-items:center;justify-content:flex-end}novo-activity-table header>div.novo-activity-table-actions>div,novo-activity-table header>div.novo-activity-table-actions>section{display:flex;align-items:center}novo-activity-table header>div.novo-activity-table-actions>div button,novo-activity-table header>div.novo-activity-table-actions>section button{margin-left:3px}novo-activity-table header>div.novo-activity-table-actions>div button[theme][theme=icon],novo-activity-table header>div.novo-activity-table-actions>section button[theme][theme=icon]{height:35px;width:35px;font-size:1.4em}novo-activity-table header>div.novo-activity-table-actions>div novo-dropdown button[theme],novo-activity-table header>div.novo-activity-table-actions>section novo-dropdown button[theme]{white-space:nowrap;padding:6px 5px 6px 15px!important}novo-activity-table button[theme][theme=icon]{height:30px;width:30px;padding:5px}novo-activity-table .novo-activity-table-loading-mask{position:absolute;display:flex;padding-top:10%;justify-content:center;inset:0;background:#00000012;z-index:99}novo-activity-table .novo-activity-table-empty-container,novo-activity-table .novo-activity-table-no-results-container{height:200px;display:flex;align-items:center;justify-content:center;color:#9e9e9e}novo-activity-table .novo-activity-table-filter-container{display:flex;flex:1}novo-activity-table .novo-activity-table-filter-container .novo-activity-table-custom-filter{border-right:1px solid #f7f7f7}novo-activity-table .novo-activity-table-filter-container .novo-activity-table-custom-filter novo-date-picker .calendar{box-shadow:none}novo-activity-table .novo-activity-table-filter-container .novo-activity-table-custom-filter novo-date-picker .calendar .date-range-tabs{height:51px}novo-activity-table .novo-activity-table-filter-container .novo-activity-table-custom-filter novo-date-picker .calendar .calendar-footer{display:none}novo-activity-table .novo-activity-table-filter-container .novo-activity-table-custom-filter div.period-selector{padding:1em}novo-activity-table .novo-activity-table-filter-container .novo-activity-table-custom-filter div.period-selector .novo-form-control-label{display:block;max-width:100%;margin-bottom:1em}novo-activity-table .novo-activity-table-filter-container .novo-activity-table-container{flex:1;overflow:auto}novo-simple-table-pagination{display:flex;align-items:center}novo-simple-table-pagination novo-tiles>.tile-container .tile{padding:7px 10px}novo-simple-table-pagination>.novo-simple-table-pagination-size{padding-right:10px}novo-simple-table-pagination>.novo-simple-table-range-label-long,novo-simple-table-pagination>.novo-simple-table-range-label-short{padding-right:10px}novo-simple-table-pagination>.novo-simple-table-range-label-long{display:none}@media (min-width: 1000px){novo-simple-table-pagination>.novo-simple-table-range-label-long{display:block}}novo-simple-table-pagination>.novo-simple-table-range-label-short{display:block}@media (min-width: 1000px){novo-simple-table-pagination>.novo-simple-table-range-label-short{display:none}}novo-simple-table-pagination>button:first-of-type{margin-right:5px}novo-simple-table-pagination>button span{display:none}@media (min-width: 1000px){novo-simple-table-pagination>button span{display:block}}novo-simple-table-pagination>button[theme][theme=dialogue][icon][side=left]{padding:5px}@media (min-width: 1000px){novo-simple-table-pagination>button[theme][theme=dialogue][icon][side=left]{padding:5px 15px 5px 5px}}novo-simple-table-pagination>button[theme][theme=dialogue][icon][side=right]{padding:5px}@media (min-width: 1000px){novo-simple-table-pagination>button[theme][theme=dialogue][icon][side=right]{padding:5px 5px 5px 15px}}.simple-table-dropdown .header{padding:5px 10px 0;display:flex;justify-content:space-between;align-items:center}.simple-table-dropdown .header button{padding:3px}.simple-table-dropdown .header button icon{font-size:.8em}.simple-table-dropdown list item.active{background:transparent;font-weight:500}\n/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */\n"] }]
|
|
1431
|
+
args: [{ selector: 'novo-simple-table', template: `
|
|
1432
|
+
<table role="table">
|
|
1433
|
+
<caption></caption>
|
|
1434
|
+
<colgroup></colgroup>
|
|
1435
|
+
<thead role="rowgroup">
|
|
1436
|
+
<ng-container headerRowOutlet></ng-container>
|
|
1437
|
+
</thead>
|
|
1438
|
+
<tbody role="rowgroup">
|
|
1439
|
+
<ng-container rowOutlet></ng-container>
|
|
1440
|
+
<ng-container noDataRowOutlet></ng-container>
|
|
1441
|
+
</tbody>
|
|
1442
|
+
<tfoot role="rowgroup">
|
|
1443
|
+
<ng-container footerRowOutlet></ng-container>
|
|
1444
|
+
</tfoot>
|
|
1445
|
+
</table>`, encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, providers: [{ provide: CDK_TABLE, useExisting: NovoTable }], standalone: false, styles: ["html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:var(--font-family-mono, \"monospace\");font-size:1em}a,novo-activity-table .clickable{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:var(--font-family-mono, \"monospace\");font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none!important}novo-simple-table{display:block;min-height:300px;flex:1}novo-simple-table.empty{min-height:52px;overflow:hidden;max-height:52px}novo-simple-table .novo-simple-row:nth-of-type(odd) .novo-simple-cell,novo-simple-table .novo-simple-row:nth-of-type(odd) .novo-simple-button-cell,novo-simple-table .novo-simple-row:nth-of-type(odd) .novo-simple-dropdown-cell,novo-simple-table .novo-simple-row:nth-of-type(odd) .novo-simple-checkbox-cell{background-color:#f4f4f4}novo-simple-table .novo-simple-row:nth-of-type(odd).active .novo-simple-cell,novo-simple-table .novo-simple-row:nth-of-type(odd).active .novo-simple-button-cell,novo-simple-table .novo-simple-row:nth-of-type(odd).active .novo-simple-dropdown-cell,novo-simple-table .novo-simple-row:nth-of-type(odd).active .novo-simple-checkbox-cell{background-color:#4a89dc26}novo-simple-table .novo-simple-row:nth-of-type(2n) .novo-simple-cell,novo-simple-table .novo-simple-row:nth-of-type(2n) .novo-simple-button-cell,novo-simple-table .novo-simple-row:nth-of-type(2n) .novo-simple-dropdown-cell,novo-simple-table .novo-simple-row:nth-of-type(2n) .novo-simple-checkbox-cell{background-color:#fff}novo-simple-table .novo-simple-row:nth-of-type(2n).active .novo-simple-cell,novo-simple-table .novo-simple-row:nth-of-type(2n).active .novo-simple-button-cell,novo-simple-table .novo-simple-row:nth-of-type(2n).active .novo-simple-dropdown-cell,novo-simple-table .novo-simple-row:nth-of-type(2n).active .novo-simple-checkbox-cell{background-color:#4a89dc26}.novo-simple-row,.novo-simple-header-row{display:flex;flex-direction:row;flex-wrap:no-wrap}.novo-simple-row .novo-simple-header-cell,.novo-simple-row novo-simple-empty-header-cell,.novo-simple-row .novo-simple-checkbox-header-cell,.novo-simple-header-row .novo-simple-header-cell,.novo-simple-header-row novo-simple-empty-header-cell,.novo-simple-header-row .novo-simple-checkbox-header-cell{border-bottom:1px solid #f7f7f7}.novo-simple-cell,.novo-simple-header-cell{min-width:200px;padding:10px;flex:1}.novo-simple-cell>span,.novo-simple-header-cell>span{display:block;min-width:180px;max-width:180px;overflow:hidden;text-overflow:ellipsis}.novo-simple-cell novo-dropdown,.novo-simple-header-cell novo-dropdown{display:inline-block}.novo-simple-cell button.active,.novo-simple-header-cell button.active{color:#4a89dc}.novo-simple-cell.clickable,.novo-simple-header-cell.clickable{cursor:pointer;color:#39d}.novo-simple-cell{display:flex;align-items:flex-start;justify-content:center;flex-direction:column}.novo-simple-header-cell{border-left:1px solid #f7f7f7;white-space:nowrap;display:flex;align-items:center}.novo-simple-header-cell+novo-simple-empty-header-cell{border-left:none}.novo-simple-header-cell>label{display:inline-block;padding-right:10px;cursor:pointer;overflow:hidden;text-overflow:ellipsis}.novo-simple-header-cell>label.sort-disabled{cursor:default}.novo-simple-header-cell>div{width:60px}.novo-simple-header-cell novo-dropdown[side=right]{display:inline-block}novo-simple-empty-header-cell.button-header-cell{min-width:40px}novo-simple-empty-header-cell.dropdown-header-cell{min-width:98px}.novo-simple-button-cell,.novo-simple-dropdown-cell{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;padding:0 5px}.novo-simple-button-cell novo-dropdown button,.novo-simple-dropdown-cell novo-dropdown button{padding:5px}.novo-simple-button-cell novo-dropdown button:hover,.novo-simple-button-cell novo-dropdown button:active,.novo-simple-button-cell novo-dropdown button:focus,.novo-simple-dropdown-cell novo-dropdown button:hover,.novo-simple-dropdown-cell novo-dropdown button:active,.novo-simple-dropdown-cell novo-dropdown button:focus{background:#0000001a!important}.novo-simple-checkbox-header-cell,.novo-simple-checkbox-cell{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;max-width:40px;padding:0 10px}.novo-simple-checkbox-header-cell>novo-checkbox,.novo-simple-checkbox-cell>novo-checkbox{margin-top:-4px}novo-activity-table{position:relative;width:100%;display:flex;flex-direction:column;flex:1}novo-activity-table.loading{min-height:300px}novo-activity-table header{padding:5px;display:flex;align-items:center;flex-shrink:0;border-bottom:1px solid #f7f7f7}novo-activity-table header>[novo-activity-table-custom-header]{flex:1}novo-activity-table header>novo-search{padding-right:10px;display:none}@media (min-width: 1000px){novo-activity-table header>novo-search{display:flex}}novo-activity-table header>novo-search>input{padding:8.5px;font-size:1.1em;height:35px}novo-activity-table header>novo-search.active>button[theme=fab]{height:35px}novo-activity-table header>div.novo-activity-table-actions{flex:1;display:flex;align-items:center;justify-content:flex-end}novo-activity-table header>div.novo-activity-table-actions>div,novo-activity-table header>div.novo-activity-table-actions>section{display:flex;align-items:center}novo-activity-table header>div.novo-activity-table-actions>div button,novo-activity-table header>div.novo-activity-table-actions>section button{margin-left:3px}novo-activity-table header>div.novo-activity-table-actions>div button[theme][theme=icon],novo-activity-table header>div.novo-activity-table-actions>section button[theme][theme=icon]{height:35px;width:35px;font-size:1.4em}novo-activity-table header>div.novo-activity-table-actions>div novo-dropdown button[theme],novo-activity-table header>div.novo-activity-table-actions>section novo-dropdown button[theme]{white-space:nowrap;padding:6px 5px 6px 15px!important}novo-activity-table button[theme][theme=icon]{height:30px;width:30px;padding:5px}novo-activity-table .novo-activity-table-loading-mask{position:absolute;display:flex;padding-top:10%;justify-content:center;inset:0;background:#00000012;z-index:99}novo-activity-table .novo-activity-table-empty-container,novo-activity-table .novo-activity-table-no-results-container{height:200px;display:flex;align-items:center;justify-content:center;color:#9e9e9e}novo-activity-table .novo-activity-table-filter-container{display:flex;flex:1}novo-activity-table .novo-activity-table-filter-container .novo-activity-table-custom-filter{border-right:1px solid #f7f7f7}novo-activity-table .novo-activity-table-filter-container .novo-activity-table-custom-filter novo-date-picker .calendar{box-shadow:none}novo-activity-table .novo-activity-table-filter-container .novo-activity-table-custom-filter novo-date-picker .calendar .date-range-tabs{height:51px}novo-activity-table .novo-activity-table-filter-container .novo-activity-table-custom-filter novo-date-picker .calendar .calendar-footer{display:none}novo-activity-table .novo-activity-table-filter-container .novo-activity-table-custom-filter div.period-selector{padding:1em}novo-activity-table .novo-activity-table-filter-container .novo-activity-table-custom-filter div.period-selector .novo-form-control-label{display:block;max-width:100%;margin-bottom:1em}novo-activity-table .novo-activity-table-filter-container .novo-activity-table-container{flex:1;overflow:auto}novo-simple-table-pagination{display:flex;align-items:center}novo-simple-table-pagination novo-tiles>.tile-container .tile{padding:7px 10px}novo-simple-table-pagination>.novo-simple-table-pagination-size{padding-right:10px}novo-simple-table-pagination>.novo-simple-table-range-label-long,novo-simple-table-pagination>.novo-simple-table-range-label-short{padding-right:10px}novo-simple-table-pagination>.novo-simple-table-range-label-long{display:none}@media (min-width: 1000px){novo-simple-table-pagination>.novo-simple-table-range-label-long{display:block}}novo-simple-table-pagination>.novo-simple-table-range-label-short{display:block}@media (min-width: 1000px){novo-simple-table-pagination>.novo-simple-table-range-label-short{display:none}}novo-simple-table-pagination>button:first-of-type{margin-right:5px}novo-simple-table-pagination>button span{display:none}@media (min-width: 1000px){novo-simple-table-pagination>button span{display:block}}novo-simple-table-pagination>button[theme][theme=dialogue][icon][side=left]{padding:5px}@media (min-width: 1000px){novo-simple-table-pagination>button[theme][theme=dialogue][icon][side=left]{padding:5px 15px 5px 5px}}novo-simple-table-pagination>button[theme][theme=dialogue][icon][side=right]{padding:5px}@media (min-width: 1000px){novo-simple-table-pagination>button[theme][theme=dialogue][icon][side=right]{padding:5px 5px 5px 15px}}.simple-table-dropdown .header{padding:5px 10px 0;display:flex;justify-content:space-between;align-items:center}.simple-table-dropdown .header button{padding:3px}.simple-table-dropdown .header button icon{font-size:.8em}.simple-table-dropdown list item.active{background:transparent;font-weight:500}\n/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */\n"] }]
|
|
1418
1446
|
}] });
|
|
1419
1447
|
class NovoActivityTableActions {
|
|
1420
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1421
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1448
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoActivityTableActions, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1449
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.17", type: NovoActivityTableActions, isStandalone: false, selector: "novo-activity-table-actions", ngImport: i0 }); }
|
|
1422
1450
|
}
|
|
1423
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1451
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoActivityTableActions, decorators: [{
|
|
1424
1452
|
type: Directive,
|
|
1425
1453
|
args: [{
|
|
1426
1454
|
selector: 'novo-activity-table-actions',
|
|
@@ -1428,10 +1456,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImpo
|
|
|
1428
1456
|
}]
|
|
1429
1457
|
}] });
|
|
1430
1458
|
class NovoActivityTableCustomHeader {
|
|
1431
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1432
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1459
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoActivityTableCustomHeader, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1460
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.17", type: NovoActivityTableCustomHeader, isStandalone: false, selector: "novo-activity-table-custom-header", ngImport: i0 }); }
|
|
1433
1461
|
}
|
|
1434
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1462
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoActivityTableCustomHeader, decorators: [{
|
|
1435
1463
|
type: Directive,
|
|
1436
1464
|
args: [{
|
|
1437
1465
|
selector: 'novo-activity-table-custom-header',
|
|
@@ -1439,10 +1467,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImpo
|
|
|
1439
1467
|
}]
|
|
1440
1468
|
}] });
|
|
1441
1469
|
class NovoActivityTableCustomFilter {
|
|
1442
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1443
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1470
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoActivityTableCustomFilter, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1471
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.17", type: NovoActivityTableCustomFilter, isStandalone: false, selector: "novo-activity-table-custom-filter", ngImport: i0 }); }
|
|
1444
1472
|
}
|
|
1445
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1473
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoActivityTableCustomFilter, decorators: [{
|
|
1446
1474
|
type: Directive,
|
|
1447
1475
|
args: [{
|
|
1448
1476
|
selector: 'novo-activity-table-custom-filter',
|
|
@@ -1450,10 +1478,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImpo
|
|
|
1450
1478
|
}]
|
|
1451
1479
|
}] });
|
|
1452
1480
|
class NovoActivityTableEmptyMessage {
|
|
1453
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1454
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1481
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoActivityTableEmptyMessage, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1482
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.17", type: NovoActivityTableEmptyMessage, isStandalone: false, selector: "novo-activity-table-empty-message", ngImport: i0 }); }
|
|
1455
1483
|
}
|
|
1456
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1484
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoActivityTableEmptyMessage, decorators: [{
|
|
1457
1485
|
type: Directive,
|
|
1458
1486
|
args: [{
|
|
1459
1487
|
selector: 'novo-activity-table-empty-message',
|
|
@@ -1461,10 +1489,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImpo
|
|
|
1461
1489
|
}]
|
|
1462
1490
|
}] });
|
|
1463
1491
|
class NovoActivityTableNoResultsMessage {
|
|
1464
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1465
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1492
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoActivityTableNoResultsMessage, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1493
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.17", type: NovoActivityTableNoResultsMessage, isStandalone: false, selector: "novo-activity-table-no-results-message", ngImport: i0 }); }
|
|
1466
1494
|
}
|
|
1467
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1495
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoActivityTableNoResultsMessage, decorators: [{
|
|
1468
1496
|
type: Directive,
|
|
1469
1497
|
args: [{
|
|
1470
1498
|
selector: 'novo-activity-table-no-results-message',
|
|
@@ -1553,11 +1581,10 @@ class NovoActivityTable {
|
|
|
1553
1581
|
this.state.reset(false, true);
|
|
1554
1582
|
this.state.updates.next({ globalSearch: term, filter: this.state.filter, sort: this.state.sort });
|
|
1555
1583
|
}
|
|
1556
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1557
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1584
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoActivityTable, deps: [{ token: i1$1.NovoLabelService }, { token: i0.ChangeDetectorRef }, { token: NovoActivityTableState }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1585
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.17", type: NovoActivityTable, isStandalone: false, selector: "novo-activity-table", inputs: { activityService: "activityService", columns: "columns", displayedColumns: "displayedColumns", actionColumns: "actionColumns", paginationOptions: "paginationOptions", searchOptions: "searchOptions", defaultSort: "defaultSort", outsideFilter: "outsideFilter", customFilter: "customFilter", forceShowHeader: "forceShowHeader", hideGlobalSearch: "hideGlobalSearch", debug: "debug" }, host: { properties: { "class.global-search-hidden": "this.globalSearchHiddenClassToggle", "class.empty": "this.empty", "class.loading": "this.loadingClass" } }, providers: [
|
|
1558
1586
|
NovoActivityTableState,
|
|
1559
1587
|
{ provide: _VIEW_REPEATER_STRATEGY, useClass: _DisposeViewRepeaterStrategy },
|
|
1560
|
-
{ provide: _COALESCED_STYLE_SCHEDULER, useClass: _CoalescedStyleScheduler },
|
|
1561
1588
|
], usesOnChanges: true, ngImport: i0, template: `
|
|
1562
1589
|
<div *ngIf="debug">
|
|
1563
1590
|
<p>Total: {{ dataSource?.total }}</p>
|
|
@@ -1571,7 +1598,7 @@ class NovoActivityTable {
|
|
|
1571
1598
|
<header *ngIf="(!(dataSource?.totallyEmpty && !state.userFiltered) && !loading) || forceShowHeader">
|
|
1572
1599
|
<ng-content select="[novo-activity-table-custom-header]"></ng-content>
|
|
1573
1600
|
<novo-search
|
|
1574
|
-
alwaysOpen=
|
|
1601
|
+
[alwaysOpen]=true
|
|
1575
1602
|
(searchChanged)="onSearchChange($event)"
|
|
1576
1603
|
[(ngModel)]="state.globalSearch"
|
|
1577
1604
|
*ngIf="!hideGlobalSearch"
|
|
@@ -1651,9 +1678,9 @@ class NovoActivityTable {
|
|
|
1651
1678
|
</div>
|
|
1652
1679
|
</div>
|
|
1653
1680
|
</div>
|
|
1654
|
-
`, isInline: true, styles: ["html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:var(--font-family-mono, \"monospace\");font-size:1em}a,novo-activity-table .clickable{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:var(--font-family-mono, \"monospace\");font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none!important}novo-simple-table{display:block;min-height:300px;flex:1}novo-simple-table.empty{min-height:52px;overflow:hidden;max-height:52px}novo-simple-table>.novo-simple-row:nth-of-type(odd) .novo-simple-cell,novo-simple-table>.novo-simple-row:nth-of-type(odd) .novo-simple-button-cell,novo-simple-table>.novo-simple-row:nth-of-type(odd) .novo-simple-dropdown-cell,novo-simple-table>.novo-simple-row:nth-of-type(odd) .novo-simple-checkbox-cell{background-color:#f4f4f4}novo-simple-table>.novo-simple-row:nth-of-type(odd).active .novo-simple-cell,novo-simple-table>.novo-simple-row:nth-of-type(odd).active .novo-simple-button-cell,novo-simple-table>.novo-simple-row:nth-of-type(odd).active .novo-simple-dropdown-cell,novo-simple-table>.novo-simple-row:nth-of-type(odd).active .novo-simple-checkbox-cell{background-color:#4a89dc26}novo-simple-table>.novo-simple-row:nth-of-type(2n) .novo-simple-cell,novo-simple-table>.novo-simple-row:nth-of-type(2n) .novo-simple-button-cell,novo-simple-table>.novo-simple-row:nth-of-type(2n) .novo-simple-dropdown-cell,novo-simple-table>.novo-simple-row:nth-of-type(2n) .novo-simple-checkbox-cell{background-color:#fff}novo-simple-table>.novo-simple-row:nth-of-type(2n).active .novo-simple-cell,novo-simple-table>.novo-simple-row:nth-of-type(2n).active .novo-simple-button-cell,novo-simple-table>.novo-simple-row:nth-of-type(2n).active .novo-simple-dropdown-cell,novo-simple-table>.novo-simple-row:nth-of-type(2n).active .novo-simple-checkbox-cell{background-color:#4a89dc26}.novo-simple-row,.novo-simple-header-row{display:flex;flex-direction:row;flex-wrap:no-wrap}.novo-simple-row .novo-simple-header-cell,.novo-simple-row novo-simple-empty-header-cell,.novo-simple-row .novo-simple-checkbox-header-cell,.novo-simple-header-row .novo-simple-header-cell,.novo-simple-header-row novo-simple-empty-header-cell,.novo-simple-header-row .novo-simple-checkbox-header-cell{border-bottom:1px solid #f7f7f7}.novo-simple-cell,.novo-simple-header-cell{min-width:200px;padding:10px;flex:1}.novo-simple-cell>span,.novo-simple-header-cell>span{display:block;min-width:180px;max-width:180px;overflow:hidden;text-overflow:ellipsis}.novo-simple-cell novo-dropdown,.novo-simple-header-cell novo-dropdown{display:inline-block}.novo-simple-cell button.active,.novo-simple-header-cell button.active{color:#4a89dc}.novo-simple-cell.clickable,.novo-simple-header-cell.clickable{cursor:pointer;color:#39d}.novo-simple-cell{display:flex;align-items:flex-start;justify-content:center;flex-direction:column}.novo-simple-header-cell{border-left:1px solid #f7f7f7;white-space:nowrap;display:flex;align-items:center}.novo-simple-header-cell+novo-simple-empty-header-cell{border-left:none}.novo-simple-header-cell>label{display:inline-block;padding-right:10px;cursor:pointer;overflow:hidden;text-overflow:ellipsis}.novo-simple-header-cell>label.sort-disabled{cursor:default}.novo-simple-header-cell>div{width:60px}.novo-simple-header-cell novo-dropdown[side=right]{display:inline-block}novo-simple-empty-header-cell.button-header-cell{min-width:40px}novo-simple-empty-header-cell.dropdown-header-cell{min-width:98px}.novo-simple-button-cell,.novo-simple-dropdown-cell{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;padding:0 5px}.novo-simple-button-cell novo-dropdown button,.novo-simple-dropdown-cell novo-dropdown button{padding:5px}.novo-simple-button-cell novo-dropdown button:hover,.novo-simple-button-cell novo-dropdown button:active,.novo-simple-button-cell novo-dropdown button:focus,.novo-simple-dropdown-cell novo-dropdown button:hover,.novo-simple-dropdown-cell novo-dropdown button:active,.novo-simple-dropdown-cell novo-dropdown button:focus{background:#0000001a!important}.novo-simple-checkbox-header-cell,.novo-simple-checkbox-cell{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;max-width:40px;padding:0 10px}.novo-simple-checkbox-header-cell>novo-checkbox,.novo-simple-checkbox-cell>novo-checkbox{margin-top:-4px}novo-activity-table{position:relative;width:100%;display:flex;flex-direction:column;flex:1}novo-activity-table.loading{min-height:300px}novo-activity-table header{padding:5px;display:flex;align-items:center;flex-shrink:0;border-bottom:1px solid #f7f7f7}novo-activity-table header>[novo-activity-table-custom-header]{flex:1}novo-activity-table header>novo-search{padding-right:10px;display:none}@media (min-width: 1000px){novo-activity-table header>novo-search{display:flex}}novo-activity-table header>novo-search>input{padding:8.5px;font-size:1.1em;height:35px}novo-activity-table header>novo-search.active>button[theme=fab]{height:35px}novo-activity-table header>div.novo-activity-table-actions{flex:1;display:flex;align-items:center;justify-content:flex-end}novo-activity-table header>div.novo-activity-table-actions>div,novo-activity-table header>div.novo-activity-table-actions>section{display:flex;align-items:center}novo-activity-table header>div.novo-activity-table-actions>div button,novo-activity-table header>div.novo-activity-table-actions>section button{margin-left:3px}novo-activity-table header>div.novo-activity-table-actions>div button[theme][theme=icon],novo-activity-table header>div.novo-activity-table-actions>section button[theme][theme=icon]{height:35px;width:35px;font-size:1.4em}novo-activity-table header>div.novo-activity-table-actions>div novo-dropdown button[theme],novo-activity-table header>div.novo-activity-table-actions>section novo-dropdown button[theme]{white-space:nowrap;padding:6px 5px 6px 15px!important}novo-activity-table button[theme][theme=icon]{height:30px;width:30px;padding:5px}novo-activity-table .novo-activity-table-loading-mask{position:absolute;display:flex;padding-top:10%;justify-content:center;inset:0;background:#00000012;z-index:99}novo-activity-table .novo-activity-table-empty-container,novo-activity-table .novo-activity-table-no-results-container{height:200px;display:flex;align-items:center;justify-content:center;color:#9e9e9e}novo-activity-table .novo-activity-table-filter-container{display:flex;flex:1}novo-activity-table .novo-activity-table-filter-container .novo-activity-table-custom-filter{border-right:1px solid #f7f7f7}novo-activity-table .novo-activity-table-filter-container .novo-activity-table-custom-filter novo-date-picker .calendar{box-shadow:none}novo-activity-table .novo-activity-table-filter-container .novo-activity-table-custom-filter novo-date-picker .calendar .date-range-tabs{height:51px}novo-activity-table .novo-activity-table-filter-container .novo-activity-table-custom-filter novo-date-picker .calendar .calendar-footer{display:none}novo-activity-table .novo-activity-table-filter-container .novo-activity-table-custom-filter div.period-selector{padding:1em}novo-activity-table .novo-activity-table-filter-container .novo-activity-table-custom-filter div.period-selector .novo-form-control-label{display:block;max-width:100%;margin-bottom:1em}novo-activity-table .novo-activity-table-filter-container .novo-activity-table-container{flex:1;overflow:auto}novo-simple-table-pagination{display:flex;align-items:center}novo-simple-table-pagination novo-tiles>.tile-container .tile{padding:7px 10px}novo-simple-table-pagination>.novo-simple-table-pagination-size{padding-right:10px}novo-simple-table-pagination>.novo-simple-table-range-label-long,novo-simple-table-pagination>.novo-simple-table-range-label-short{padding-right:10px}novo-simple-table-pagination>.novo-simple-table-range-label-long{display:none}@media (min-width: 1000px){novo-simple-table-pagination>.novo-simple-table-range-label-long{display:block}}novo-simple-table-pagination>.novo-simple-table-range-label-short{display:block}@media (min-width: 1000px){novo-simple-table-pagination>.novo-simple-table-range-label-short{display:none}}novo-simple-table-pagination>button:first-of-type{margin-right:5px}novo-simple-table-pagination>button span{display:none}@media (min-width: 1000px){novo-simple-table-pagination>button span{display:block}}novo-simple-table-pagination>button[theme][theme=dialogue][icon][side=left]{padding:5px}@media (min-width: 1000px){novo-simple-table-pagination>button[theme][theme=dialogue][icon][side=left]{padding:5px 15px 5px 5px}}novo-simple-table-pagination>button[theme][theme=dialogue][icon][side=right]{padding:5px}@media (min-width: 1000px){novo-simple-table-pagination>button[theme][theme=dialogue][icon][side=right]{padding:5px 5px 5px 15px}}.simple-table-dropdown .header{padding:5px 10px 0;display:flex;justify-content:space-between;align-items:center}.simple-table-dropdown .header button{padding:3px}.simple-table-dropdown .header button icon{font-size:.8em}.simple-table-dropdown list item.active{background:transparent;font-weight:500}\n/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */\n"], dependencies: [{ kind: "directive", type: i6.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i6.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i3.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: i6$1.NovoLoadingElement, selector: "novo-loading", inputs: ["theme", "color", "size"] }, { kind: "component", type: i7$1.NovoSearchBoxElement, selector: "novo-search", inputs: ["name", "icon", "position", "placeholder", "alwaysOpen", "theme", "color", "closeOnSelect", "displayField", "displayValue", "hint", "keepOpen", "hasBackdrop", "allowPropagation", "overrideElement"], outputs: ["searchChanged", "applySearch"] }, { kind: "component", type: NovoTable, selector: "novo-simple-table" }, { kind: "directive", type: NovoSimpleCellDef, selector: "[novoSimpleCellDef]" }, { kind: "directive", type: NovoSimpleHeaderCellDef, selector: "[novoSimpleHeaderCellDef]" }, { kind: "directive", type: NovoSimpleColumnDef, selector: "[novoSimpleColumnDef]", inputs: ["novoSimpleColumnDef"] }, { kind: "directive", type: NovoSimpleHeaderRowDef, selector: "[novoSimpleHeaderRowDef]", inputs: ["novoSimpleHeaderRowDef"] }, { kind: "directive", type: NovoSimpleRowDef, selector: "[novoSimpleRowDef]", inputs: ["novoSimpleRowDefColumns"] }, { kind: "component", type: NovoSimpleCellHeader, selector: "[novo-simple-cell-config]", inputs: ["defaultSort", "novo-simple-cell-config"] }, { kind: "directive", type: NovoSortFilter, selector: "[novoSortFilter]" }, { kind: "component", type: NovoSimpleActionCell, selector: "novo-simple-action-cell", inputs: ["row", "column"] }, { kind: "directive", type: NovoSimpleEmptyHeaderCell, selector: "novo-simple-empty-header-cell" }, { kind: "directive", type: NovoSimpleHeaderCell, selector: "novo-simple-header-cell", inputs: ["column"] }, { kind: "component", type: NovoSimpleCell, selector: "novo-simple-cell", inputs: ["row", "column"] }, { kind: "component", type: NovoSimpleHeaderRow, selector: "novo-simple-header-row" }, { kind: "component", type: NovoSimpleRow, selector: "novo-simple-row" }, { kind: "component", type: NovoSimpleTablePagination, selector: "novo-simple-table-pagination", inputs: ["page", "length", "pageSize", "pageSizeOptions"], outputs: ["pageChange"] }, { kind: "component", type: NovoSimpleCheckboxCell, selector: "novo-simple-checkbox-cell", inputs: ["row", "index"] }, { kind: "component", type: NovoSimpleCheckboxHeaderCell, selector: "novo-simple-checkbox-header-cell" }, { kind: "directive", type: NovoSelection, selector: "[novoSelection]", outputs: ["novoSelectAllToggle"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
1681
|
+
`, isInline: true, styles: ["html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:var(--font-family-mono, \"monospace\");font-size:1em}a,novo-activity-table .clickable{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:var(--font-family-mono, \"monospace\");font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none!important}novo-simple-table{display:block;min-height:300px;flex:1}novo-simple-table.empty{min-height:52px;overflow:hidden;max-height:52px}novo-simple-table .novo-simple-row:nth-of-type(odd) .novo-simple-cell,novo-simple-table .novo-simple-row:nth-of-type(odd) .novo-simple-button-cell,novo-simple-table .novo-simple-row:nth-of-type(odd) .novo-simple-dropdown-cell,novo-simple-table .novo-simple-row:nth-of-type(odd) .novo-simple-checkbox-cell{background-color:#f4f4f4}novo-simple-table .novo-simple-row:nth-of-type(odd).active .novo-simple-cell,novo-simple-table .novo-simple-row:nth-of-type(odd).active .novo-simple-button-cell,novo-simple-table .novo-simple-row:nth-of-type(odd).active .novo-simple-dropdown-cell,novo-simple-table .novo-simple-row:nth-of-type(odd).active .novo-simple-checkbox-cell{background-color:#4a89dc26}novo-simple-table .novo-simple-row:nth-of-type(2n) .novo-simple-cell,novo-simple-table .novo-simple-row:nth-of-type(2n) .novo-simple-button-cell,novo-simple-table .novo-simple-row:nth-of-type(2n) .novo-simple-dropdown-cell,novo-simple-table .novo-simple-row:nth-of-type(2n) .novo-simple-checkbox-cell{background-color:#fff}novo-simple-table .novo-simple-row:nth-of-type(2n).active .novo-simple-cell,novo-simple-table .novo-simple-row:nth-of-type(2n).active .novo-simple-button-cell,novo-simple-table .novo-simple-row:nth-of-type(2n).active .novo-simple-dropdown-cell,novo-simple-table .novo-simple-row:nth-of-type(2n).active .novo-simple-checkbox-cell{background-color:#4a89dc26}.novo-simple-row,.novo-simple-header-row{display:flex;flex-direction:row;flex-wrap:no-wrap}.novo-simple-row .novo-simple-header-cell,.novo-simple-row novo-simple-empty-header-cell,.novo-simple-row .novo-simple-checkbox-header-cell,.novo-simple-header-row .novo-simple-header-cell,.novo-simple-header-row novo-simple-empty-header-cell,.novo-simple-header-row .novo-simple-checkbox-header-cell{border-bottom:1px solid #f7f7f7}.novo-simple-cell,.novo-simple-header-cell{min-width:200px;padding:10px;flex:1}.novo-simple-cell>span,.novo-simple-header-cell>span{display:block;min-width:180px;max-width:180px;overflow:hidden;text-overflow:ellipsis}.novo-simple-cell novo-dropdown,.novo-simple-header-cell novo-dropdown{display:inline-block}.novo-simple-cell button.active,.novo-simple-header-cell button.active{color:#4a89dc}.novo-simple-cell.clickable,.novo-simple-header-cell.clickable{cursor:pointer;color:#39d}.novo-simple-cell{display:flex;align-items:flex-start;justify-content:center;flex-direction:column}.novo-simple-header-cell{border-left:1px solid #f7f7f7;white-space:nowrap;display:flex;align-items:center}.novo-simple-header-cell+novo-simple-empty-header-cell{border-left:none}.novo-simple-header-cell>label{display:inline-block;padding-right:10px;cursor:pointer;overflow:hidden;text-overflow:ellipsis}.novo-simple-header-cell>label.sort-disabled{cursor:default}.novo-simple-header-cell>div{width:60px}.novo-simple-header-cell novo-dropdown[side=right]{display:inline-block}novo-simple-empty-header-cell.button-header-cell{min-width:40px}novo-simple-empty-header-cell.dropdown-header-cell{min-width:98px}.novo-simple-button-cell,.novo-simple-dropdown-cell{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;padding:0 5px}.novo-simple-button-cell novo-dropdown button,.novo-simple-dropdown-cell novo-dropdown button{padding:5px}.novo-simple-button-cell novo-dropdown button:hover,.novo-simple-button-cell novo-dropdown button:active,.novo-simple-button-cell novo-dropdown button:focus,.novo-simple-dropdown-cell novo-dropdown button:hover,.novo-simple-dropdown-cell novo-dropdown button:active,.novo-simple-dropdown-cell novo-dropdown button:focus{background:#0000001a!important}.novo-simple-checkbox-header-cell,.novo-simple-checkbox-cell{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;max-width:40px;padding:0 10px}.novo-simple-checkbox-header-cell>novo-checkbox,.novo-simple-checkbox-cell>novo-checkbox{margin-top:-4px}novo-activity-table{position:relative;width:100%;display:flex;flex-direction:column;flex:1}novo-activity-table.loading{min-height:300px}novo-activity-table header{padding:5px;display:flex;align-items:center;flex-shrink:0;border-bottom:1px solid #f7f7f7}novo-activity-table header>[novo-activity-table-custom-header]{flex:1}novo-activity-table header>novo-search{padding-right:10px;display:none}@media (min-width: 1000px){novo-activity-table header>novo-search{display:flex}}novo-activity-table header>novo-search>input{padding:8.5px;font-size:1.1em;height:35px}novo-activity-table header>novo-search.active>button[theme=fab]{height:35px}novo-activity-table header>div.novo-activity-table-actions{flex:1;display:flex;align-items:center;justify-content:flex-end}novo-activity-table header>div.novo-activity-table-actions>div,novo-activity-table header>div.novo-activity-table-actions>section{display:flex;align-items:center}novo-activity-table header>div.novo-activity-table-actions>div button,novo-activity-table header>div.novo-activity-table-actions>section button{margin-left:3px}novo-activity-table header>div.novo-activity-table-actions>div button[theme][theme=icon],novo-activity-table header>div.novo-activity-table-actions>section button[theme][theme=icon]{height:35px;width:35px;font-size:1.4em}novo-activity-table header>div.novo-activity-table-actions>div novo-dropdown button[theme],novo-activity-table header>div.novo-activity-table-actions>section novo-dropdown button[theme]{white-space:nowrap;padding:6px 5px 6px 15px!important}novo-activity-table button[theme][theme=icon]{height:30px;width:30px;padding:5px}novo-activity-table .novo-activity-table-loading-mask{position:absolute;display:flex;padding-top:10%;justify-content:center;inset:0;background:#00000012;z-index:99}novo-activity-table .novo-activity-table-empty-container,novo-activity-table .novo-activity-table-no-results-container{height:200px;display:flex;align-items:center;justify-content:center;color:#9e9e9e}novo-activity-table .novo-activity-table-filter-container{display:flex;flex:1}novo-activity-table .novo-activity-table-filter-container .novo-activity-table-custom-filter{border-right:1px solid #f7f7f7}novo-activity-table .novo-activity-table-filter-container .novo-activity-table-custom-filter novo-date-picker .calendar{box-shadow:none}novo-activity-table .novo-activity-table-filter-container .novo-activity-table-custom-filter novo-date-picker .calendar .date-range-tabs{height:51px}novo-activity-table .novo-activity-table-filter-container .novo-activity-table-custom-filter novo-date-picker .calendar .calendar-footer{display:none}novo-activity-table .novo-activity-table-filter-container .novo-activity-table-custom-filter div.period-selector{padding:1em}novo-activity-table .novo-activity-table-filter-container .novo-activity-table-custom-filter div.period-selector .novo-form-control-label{display:block;max-width:100%;margin-bottom:1em}novo-activity-table .novo-activity-table-filter-container .novo-activity-table-container{flex:1;overflow:auto}novo-simple-table-pagination{display:flex;align-items:center}novo-simple-table-pagination novo-tiles>.tile-container .tile{padding:7px 10px}novo-simple-table-pagination>.novo-simple-table-pagination-size{padding-right:10px}novo-simple-table-pagination>.novo-simple-table-range-label-long,novo-simple-table-pagination>.novo-simple-table-range-label-short{padding-right:10px}novo-simple-table-pagination>.novo-simple-table-range-label-long{display:none}@media (min-width: 1000px){novo-simple-table-pagination>.novo-simple-table-range-label-long{display:block}}novo-simple-table-pagination>.novo-simple-table-range-label-short{display:block}@media (min-width: 1000px){novo-simple-table-pagination>.novo-simple-table-range-label-short{display:none}}novo-simple-table-pagination>button:first-of-type{margin-right:5px}novo-simple-table-pagination>button span{display:none}@media (min-width: 1000px){novo-simple-table-pagination>button span{display:block}}novo-simple-table-pagination>button[theme][theme=dialogue][icon][side=left]{padding:5px}@media (min-width: 1000px){novo-simple-table-pagination>button[theme][theme=dialogue][icon][side=left]{padding:5px 15px 5px 5px}}novo-simple-table-pagination>button[theme][theme=dialogue][icon][side=right]{padding:5px}@media (min-width: 1000px){novo-simple-table-pagination>button[theme][theme=dialogue][icon][side=right]{padding:5px 5px 5px 15px}}.simple-table-dropdown .header{padding:5px 10px 0;display:flex;justify-content:space-between;align-items:center}.simple-table-dropdown .header button{padding:3px}.simple-table-dropdown .header button icon{font-size:.8em}.simple-table-dropdown list item.active{background:transparent;font-weight:500}\n/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */\n"], dependencies: [{ kind: "directive", type: i6.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i6.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i3.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: i6$1.NovoLoadingElement, selector: "novo-loading", inputs: ["theme", "color", "size"] }, { kind: "component", type: i7$1.NovoSearchBoxElement, selector: "novo-search", inputs: ["name", "icon", "position", "placeholder", "alwaysOpen", "theme", "color", "closeOnSelect", "displayField", "displayValue", "hint", "keepOpen", "hasBackdrop", "allowPropagation", "overrideElement"], outputs: ["searchChanged", "applySearch"] }, { kind: "component", type: NovoTable, selector: "novo-simple-table" }, { kind: "directive", type: NovoSimpleCellDef, selector: "[novoSimpleCellDef]" }, { kind: "directive", type: NovoSimpleHeaderCellDef, selector: "[novoSimpleHeaderCellDef]" }, { kind: "directive", type: NovoSimpleColumnDef, selector: "[novoSimpleColumnDef]", inputs: ["novoSimpleColumnDef"] }, { kind: "directive", type: NovoSimpleHeaderRowDef, selector: "[novoSimpleHeaderRowDef]", inputs: ["novoSimpleHeaderRowDef"] }, { kind: "directive", type: NovoSimpleRowDef, selector: "[novoSimpleRowDef]", inputs: ["novoSimpleRowDefColumns"] }, { kind: "component", type: NovoSimpleCellHeader, selector: "[novo-simple-cell-config]", inputs: ["defaultSort", "novo-simple-cell-config"] }, { kind: "directive", type: NovoSortFilter, selector: "[novoSortFilter]" }, { kind: "component", type: NovoSimpleActionCell, selector: "novo-simple-action-cell", inputs: ["row", "column"] }, { kind: "directive", type: NovoSimpleEmptyHeaderCell, selector: "novo-simple-empty-header-cell" }, { kind: "directive", type: NovoSimpleHeaderCell, selector: "novo-simple-header-cell", inputs: ["column"] }, { kind: "component", type: NovoSimpleCell, selector: "novo-simple-cell", inputs: ["row", "column"] }, { kind: "component", type: NovoSimpleHeaderRow, selector: "novo-simple-header-row" }, { kind: "component", type: NovoSimpleRow, selector: "novo-simple-row" }, { kind: "component", type: NovoSimpleTablePagination, selector: "novo-simple-table-pagination", inputs: ["page", "length", "pageSize", "pageSizeOptions"], outputs: ["pageChange"] }, { kind: "component", type: NovoSimpleCheckboxCell, selector: "novo-simple-checkbox-cell", inputs: ["row", "index"] }, { kind: "component", type: NovoSimpleCheckboxHeaderCell, selector: "novo-simple-checkbox-header-cell" }, { kind: "directive", type: NovoSelection, selector: "[novoSelection]", outputs: ["novoSelectAllToggle"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
1655
1682
|
}
|
|
1656
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1683
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoActivityTable, decorators: [{
|
|
1657
1684
|
type: Component,
|
|
1658
1685
|
args: [{ selector: 'novo-activity-table', template: `
|
|
1659
1686
|
<div *ngIf="debug">
|
|
@@ -1668,7 +1695,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImpo
|
|
|
1668
1695
|
<header *ngIf="(!(dataSource?.totallyEmpty && !state.userFiltered) && !loading) || forceShowHeader">
|
|
1669
1696
|
<ng-content select="[novo-activity-table-custom-header]"></ng-content>
|
|
1670
1697
|
<novo-search
|
|
1671
|
-
alwaysOpen=
|
|
1698
|
+
[alwaysOpen]=true
|
|
1672
1699
|
(searchChanged)="onSearchChange($event)"
|
|
1673
1700
|
[(ngModel)]="state.globalSearch"
|
|
1674
1701
|
*ngIf="!hideGlobalSearch"
|
|
@@ -1751,8 +1778,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImpo
|
|
|
1751
1778
|
`, encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, providers: [
|
|
1752
1779
|
NovoActivityTableState,
|
|
1753
1780
|
{ provide: _VIEW_REPEATER_STRATEGY, useClass: _DisposeViewRepeaterStrategy },
|
|
1754
|
-
{ provide: _COALESCED_STYLE_SCHEDULER, useClass: _CoalescedStyleScheduler },
|
|
1755
|
-
], standalone: false, styles: ["html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:var(--font-family-mono, \"monospace\");font-size:1em}a,novo-activity-table .clickable{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:var(--font-family-mono, \"monospace\");font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none!important}novo-simple-table{display:block;min-height:300px;flex:1}novo-simple-table.empty{min-height:52px;overflow:hidden;max-height:52px}novo-simple-table>.novo-simple-row:nth-of-type(odd) .novo-simple-cell,novo-simple-table>.novo-simple-row:nth-of-type(odd) .novo-simple-button-cell,novo-simple-table>.novo-simple-row:nth-of-type(odd) .novo-simple-dropdown-cell,novo-simple-table>.novo-simple-row:nth-of-type(odd) .novo-simple-checkbox-cell{background-color:#f4f4f4}novo-simple-table>.novo-simple-row:nth-of-type(odd).active .novo-simple-cell,novo-simple-table>.novo-simple-row:nth-of-type(odd).active .novo-simple-button-cell,novo-simple-table>.novo-simple-row:nth-of-type(odd).active .novo-simple-dropdown-cell,novo-simple-table>.novo-simple-row:nth-of-type(odd).active .novo-simple-checkbox-cell{background-color:#4a89dc26}novo-simple-table>.novo-simple-row:nth-of-type(2n) .novo-simple-cell,novo-simple-table>.novo-simple-row:nth-of-type(2n) .novo-simple-button-cell,novo-simple-table>.novo-simple-row:nth-of-type(2n) .novo-simple-dropdown-cell,novo-simple-table>.novo-simple-row:nth-of-type(2n) .novo-simple-checkbox-cell{background-color:#fff}novo-simple-table>.novo-simple-row:nth-of-type(2n).active .novo-simple-cell,novo-simple-table>.novo-simple-row:nth-of-type(2n).active .novo-simple-button-cell,novo-simple-table>.novo-simple-row:nth-of-type(2n).active .novo-simple-dropdown-cell,novo-simple-table>.novo-simple-row:nth-of-type(2n).active .novo-simple-checkbox-cell{background-color:#4a89dc26}.novo-simple-row,.novo-simple-header-row{display:flex;flex-direction:row;flex-wrap:no-wrap}.novo-simple-row .novo-simple-header-cell,.novo-simple-row novo-simple-empty-header-cell,.novo-simple-row .novo-simple-checkbox-header-cell,.novo-simple-header-row .novo-simple-header-cell,.novo-simple-header-row novo-simple-empty-header-cell,.novo-simple-header-row .novo-simple-checkbox-header-cell{border-bottom:1px solid #f7f7f7}.novo-simple-cell,.novo-simple-header-cell{min-width:200px;padding:10px;flex:1}.novo-simple-cell>span,.novo-simple-header-cell>span{display:block;min-width:180px;max-width:180px;overflow:hidden;text-overflow:ellipsis}.novo-simple-cell novo-dropdown,.novo-simple-header-cell novo-dropdown{display:inline-block}.novo-simple-cell button.active,.novo-simple-header-cell button.active{color:#4a89dc}.novo-simple-cell.clickable,.novo-simple-header-cell.clickable{cursor:pointer;color:#39d}.novo-simple-cell{display:flex;align-items:flex-start;justify-content:center;flex-direction:column}.novo-simple-header-cell{border-left:1px solid #f7f7f7;white-space:nowrap;display:flex;align-items:center}.novo-simple-header-cell+novo-simple-empty-header-cell{border-left:none}.novo-simple-header-cell>label{display:inline-block;padding-right:10px;cursor:pointer;overflow:hidden;text-overflow:ellipsis}.novo-simple-header-cell>label.sort-disabled{cursor:default}.novo-simple-header-cell>div{width:60px}.novo-simple-header-cell novo-dropdown[side=right]{display:inline-block}novo-simple-empty-header-cell.button-header-cell{min-width:40px}novo-simple-empty-header-cell.dropdown-header-cell{min-width:98px}.novo-simple-button-cell,.novo-simple-dropdown-cell{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;padding:0 5px}.novo-simple-button-cell novo-dropdown button,.novo-simple-dropdown-cell novo-dropdown button{padding:5px}.novo-simple-button-cell novo-dropdown button:hover,.novo-simple-button-cell novo-dropdown button:active,.novo-simple-button-cell novo-dropdown button:focus,.novo-simple-dropdown-cell novo-dropdown button:hover,.novo-simple-dropdown-cell novo-dropdown button:active,.novo-simple-dropdown-cell novo-dropdown button:focus{background:#0000001a!important}.novo-simple-checkbox-header-cell,.novo-simple-checkbox-cell{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;max-width:40px;padding:0 10px}.novo-simple-checkbox-header-cell>novo-checkbox,.novo-simple-checkbox-cell>novo-checkbox{margin-top:-4px}novo-activity-table{position:relative;width:100%;display:flex;flex-direction:column;flex:1}novo-activity-table.loading{min-height:300px}novo-activity-table header{padding:5px;display:flex;align-items:center;flex-shrink:0;border-bottom:1px solid #f7f7f7}novo-activity-table header>[novo-activity-table-custom-header]{flex:1}novo-activity-table header>novo-search{padding-right:10px;display:none}@media (min-width: 1000px){novo-activity-table header>novo-search{display:flex}}novo-activity-table header>novo-search>input{padding:8.5px;font-size:1.1em;height:35px}novo-activity-table header>novo-search.active>button[theme=fab]{height:35px}novo-activity-table header>div.novo-activity-table-actions{flex:1;display:flex;align-items:center;justify-content:flex-end}novo-activity-table header>div.novo-activity-table-actions>div,novo-activity-table header>div.novo-activity-table-actions>section{display:flex;align-items:center}novo-activity-table header>div.novo-activity-table-actions>div button,novo-activity-table header>div.novo-activity-table-actions>section button{margin-left:3px}novo-activity-table header>div.novo-activity-table-actions>div button[theme][theme=icon],novo-activity-table header>div.novo-activity-table-actions>section button[theme][theme=icon]{height:35px;width:35px;font-size:1.4em}novo-activity-table header>div.novo-activity-table-actions>div novo-dropdown button[theme],novo-activity-table header>div.novo-activity-table-actions>section novo-dropdown button[theme]{white-space:nowrap;padding:6px 5px 6px 15px!important}novo-activity-table button[theme][theme=icon]{height:30px;width:30px;padding:5px}novo-activity-table .novo-activity-table-loading-mask{position:absolute;display:flex;padding-top:10%;justify-content:center;inset:0;background:#00000012;z-index:99}novo-activity-table .novo-activity-table-empty-container,novo-activity-table .novo-activity-table-no-results-container{height:200px;display:flex;align-items:center;justify-content:center;color:#9e9e9e}novo-activity-table .novo-activity-table-filter-container{display:flex;flex:1}novo-activity-table .novo-activity-table-filter-container .novo-activity-table-custom-filter{border-right:1px solid #f7f7f7}novo-activity-table .novo-activity-table-filter-container .novo-activity-table-custom-filter novo-date-picker .calendar{box-shadow:none}novo-activity-table .novo-activity-table-filter-container .novo-activity-table-custom-filter novo-date-picker .calendar .date-range-tabs{height:51px}novo-activity-table .novo-activity-table-filter-container .novo-activity-table-custom-filter novo-date-picker .calendar .calendar-footer{display:none}novo-activity-table .novo-activity-table-filter-container .novo-activity-table-custom-filter div.period-selector{padding:1em}novo-activity-table .novo-activity-table-filter-container .novo-activity-table-custom-filter div.period-selector .novo-form-control-label{display:block;max-width:100%;margin-bottom:1em}novo-activity-table .novo-activity-table-filter-container .novo-activity-table-container{flex:1;overflow:auto}novo-simple-table-pagination{display:flex;align-items:center}novo-simple-table-pagination novo-tiles>.tile-container .tile{padding:7px 10px}novo-simple-table-pagination>.novo-simple-table-pagination-size{padding-right:10px}novo-simple-table-pagination>.novo-simple-table-range-label-long,novo-simple-table-pagination>.novo-simple-table-range-label-short{padding-right:10px}novo-simple-table-pagination>.novo-simple-table-range-label-long{display:none}@media (min-width: 1000px){novo-simple-table-pagination>.novo-simple-table-range-label-long{display:block}}novo-simple-table-pagination>.novo-simple-table-range-label-short{display:block}@media (min-width: 1000px){novo-simple-table-pagination>.novo-simple-table-range-label-short{display:none}}novo-simple-table-pagination>button:first-of-type{margin-right:5px}novo-simple-table-pagination>button span{display:none}@media (min-width: 1000px){novo-simple-table-pagination>button span{display:block}}novo-simple-table-pagination>button[theme][theme=dialogue][icon][side=left]{padding:5px}@media (min-width: 1000px){novo-simple-table-pagination>button[theme][theme=dialogue][icon][side=left]{padding:5px 15px 5px 5px}}novo-simple-table-pagination>button[theme][theme=dialogue][icon][side=right]{padding:5px}@media (min-width: 1000px){novo-simple-table-pagination>button[theme][theme=dialogue][icon][side=right]{padding:5px 5px 5px 15px}}.simple-table-dropdown .header{padding:5px 10px 0;display:flex;justify-content:space-between;align-items:center}.simple-table-dropdown .header button{padding:3px}.simple-table-dropdown .header button icon{font-size:.8em}.simple-table-dropdown list item.active{background:transparent;font-weight:500}\n/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */\n"] }]
|
|
1781
|
+
], standalone: false, styles: ["html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:var(--font-family-mono, \"monospace\");font-size:1em}a,novo-activity-table .clickable{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:var(--font-family-mono, \"monospace\");font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none!important}novo-simple-table{display:block;min-height:300px;flex:1}novo-simple-table.empty{min-height:52px;overflow:hidden;max-height:52px}novo-simple-table .novo-simple-row:nth-of-type(odd) .novo-simple-cell,novo-simple-table .novo-simple-row:nth-of-type(odd) .novo-simple-button-cell,novo-simple-table .novo-simple-row:nth-of-type(odd) .novo-simple-dropdown-cell,novo-simple-table .novo-simple-row:nth-of-type(odd) .novo-simple-checkbox-cell{background-color:#f4f4f4}novo-simple-table .novo-simple-row:nth-of-type(odd).active .novo-simple-cell,novo-simple-table .novo-simple-row:nth-of-type(odd).active .novo-simple-button-cell,novo-simple-table .novo-simple-row:nth-of-type(odd).active .novo-simple-dropdown-cell,novo-simple-table .novo-simple-row:nth-of-type(odd).active .novo-simple-checkbox-cell{background-color:#4a89dc26}novo-simple-table .novo-simple-row:nth-of-type(2n) .novo-simple-cell,novo-simple-table .novo-simple-row:nth-of-type(2n) .novo-simple-button-cell,novo-simple-table .novo-simple-row:nth-of-type(2n) .novo-simple-dropdown-cell,novo-simple-table .novo-simple-row:nth-of-type(2n) .novo-simple-checkbox-cell{background-color:#fff}novo-simple-table .novo-simple-row:nth-of-type(2n).active .novo-simple-cell,novo-simple-table .novo-simple-row:nth-of-type(2n).active .novo-simple-button-cell,novo-simple-table .novo-simple-row:nth-of-type(2n).active .novo-simple-dropdown-cell,novo-simple-table .novo-simple-row:nth-of-type(2n).active .novo-simple-checkbox-cell{background-color:#4a89dc26}.novo-simple-row,.novo-simple-header-row{display:flex;flex-direction:row;flex-wrap:no-wrap}.novo-simple-row .novo-simple-header-cell,.novo-simple-row novo-simple-empty-header-cell,.novo-simple-row .novo-simple-checkbox-header-cell,.novo-simple-header-row .novo-simple-header-cell,.novo-simple-header-row novo-simple-empty-header-cell,.novo-simple-header-row .novo-simple-checkbox-header-cell{border-bottom:1px solid #f7f7f7}.novo-simple-cell,.novo-simple-header-cell{min-width:200px;padding:10px;flex:1}.novo-simple-cell>span,.novo-simple-header-cell>span{display:block;min-width:180px;max-width:180px;overflow:hidden;text-overflow:ellipsis}.novo-simple-cell novo-dropdown,.novo-simple-header-cell novo-dropdown{display:inline-block}.novo-simple-cell button.active,.novo-simple-header-cell button.active{color:#4a89dc}.novo-simple-cell.clickable,.novo-simple-header-cell.clickable{cursor:pointer;color:#39d}.novo-simple-cell{display:flex;align-items:flex-start;justify-content:center;flex-direction:column}.novo-simple-header-cell{border-left:1px solid #f7f7f7;white-space:nowrap;display:flex;align-items:center}.novo-simple-header-cell+novo-simple-empty-header-cell{border-left:none}.novo-simple-header-cell>label{display:inline-block;padding-right:10px;cursor:pointer;overflow:hidden;text-overflow:ellipsis}.novo-simple-header-cell>label.sort-disabled{cursor:default}.novo-simple-header-cell>div{width:60px}.novo-simple-header-cell novo-dropdown[side=right]{display:inline-block}novo-simple-empty-header-cell.button-header-cell{min-width:40px}novo-simple-empty-header-cell.dropdown-header-cell{min-width:98px}.novo-simple-button-cell,.novo-simple-dropdown-cell{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;padding:0 5px}.novo-simple-button-cell novo-dropdown button,.novo-simple-dropdown-cell novo-dropdown button{padding:5px}.novo-simple-button-cell novo-dropdown button:hover,.novo-simple-button-cell novo-dropdown button:active,.novo-simple-button-cell novo-dropdown button:focus,.novo-simple-dropdown-cell novo-dropdown button:hover,.novo-simple-dropdown-cell novo-dropdown button:active,.novo-simple-dropdown-cell novo-dropdown button:focus{background:#0000001a!important}.novo-simple-checkbox-header-cell,.novo-simple-checkbox-cell{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;max-width:40px;padding:0 10px}.novo-simple-checkbox-header-cell>novo-checkbox,.novo-simple-checkbox-cell>novo-checkbox{margin-top:-4px}novo-activity-table{position:relative;width:100%;display:flex;flex-direction:column;flex:1}novo-activity-table.loading{min-height:300px}novo-activity-table header{padding:5px;display:flex;align-items:center;flex-shrink:0;border-bottom:1px solid #f7f7f7}novo-activity-table header>[novo-activity-table-custom-header]{flex:1}novo-activity-table header>novo-search{padding-right:10px;display:none}@media (min-width: 1000px){novo-activity-table header>novo-search{display:flex}}novo-activity-table header>novo-search>input{padding:8.5px;font-size:1.1em;height:35px}novo-activity-table header>novo-search.active>button[theme=fab]{height:35px}novo-activity-table header>div.novo-activity-table-actions{flex:1;display:flex;align-items:center;justify-content:flex-end}novo-activity-table header>div.novo-activity-table-actions>div,novo-activity-table header>div.novo-activity-table-actions>section{display:flex;align-items:center}novo-activity-table header>div.novo-activity-table-actions>div button,novo-activity-table header>div.novo-activity-table-actions>section button{margin-left:3px}novo-activity-table header>div.novo-activity-table-actions>div button[theme][theme=icon],novo-activity-table header>div.novo-activity-table-actions>section button[theme][theme=icon]{height:35px;width:35px;font-size:1.4em}novo-activity-table header>div.novo-activity-table-actions>div novo-dropdown button[theme],novo-activity-table header>div.novo-activity-table-actions>section novo-dropdown button[theme]{white-space:nowrap;padding:6px 5px 6px 15px!important}novo-activity-table button[theme][theme=icon]{height:30px;width:30px;padding:5px}novo-activity-table .novo-activity-table-loading-mask{position:absolute;display:flex;padding-top:10%;justify-content:center;inset:0;background:#00000012;z-index:99}novo-activity-table .novo-activity-table-empty-container,novo-activity-table .novo-activity-table-no-results-container{height:200px;display:flex;align-items:center;justify-content:center;color:#9e9e9e}novo-activity-table .novo-activity-table-filter-container{display:flex;flex:1}novo-activity-table .novo-activity-table-filter-container .novo-activity-table-custom-filter{border-right:1px solid #f7f7f7}novo-activity-table .novo-activity-table-filter-container .novo-activity-table-custom-filter novo-date-picker .calendar{box-shadow:none}novo-activity-table .novo-activity-table-filter-container .novo-activity-table-custom-filter novo-date-picker .calendar .date-range-tabs{height:51px}novo-activity-table .novo-activity-table-filter-container .novo-activity-table-custom-filter novo-date-picker .calendar .calendar-footer{display:none}novo-activity-table .novo-activity-table-filter-container .novo-activity-table-custom-filter div.period-selector{padding:1em}novo-activity-table .novo-activity-table-filter-container .novo-activity-table-custom-filter div.period-selector .novo-form-control-label{display:block;max-width:100%;margin-bottom:1em}novo-activity-table .novo-activity-table-filter-container .novo-activity-table-container{flex:1;overflow:auto}novo-simple-table-pagination{display:flex;align-items:center}novo-simple-table-pagination novo-tiles>.tile-container .tile{padding:7px 10px}novo-simple-table-pagination>.novo-simple-table-pagination-size{padding-right:10px}novo-simple-table-pagination>.novo-simple-table-range-label-long,novo-simple-table-pagination>.novo-simple-table-range-label-short{padding-right:10px}novo-simple-table-pagination>.novo-simple-table-range-label-long{display:none}@media (min-width: 1000px){novo-simple-table-pagination>.novo-simple-table-range-label-long{display:block}}novo-simple-table-pagination>.novo-simple-table-range-label-short{display:block}@media (min-width: 1000px){novo-simple-table-pagination>.novo-simple-table-range-label-short{display:none}}novo-simple-table-pagination>button:first-of-type{margin-right:5px}novo-simple-table-pagination>button span{display:none}@media (min-width: 1000px){novo-simple-table-pagination>button span{display:block}}novo-simple-table-pagination>button[theme][theme=dialogue][icon][side=left]{padding:5px}@media (min-width: 1000px){novo-simple-table-pagination>button[theme][theme=dialogue][icon][side=left]{padding:5px 15px 5px 5px}}novo-simple-table-pagination>button[theme][theme=dialogue][icon][side=right]{padding:5px}@media (min-width: 1000px){novo-simple-table-pagination>button[theme][theme=dialogue][icon][side=right]{padding:5px 5px 5px 15px}}.simple-table-dropdown .header{padding:5px 10px 0;display:flex;justify-content:space-between;align-items:center}.simple-table-dropdown .header button{padding:3px}.simple-table-dropdown .header button icon{font-size:.8em}.simple-table-dropdown list item.active{background:transparent;font-weight:500}\n/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */\n"] }]
|
|
1756
1782
|
}], ctorParameters: () => [{ type: i1$1.NovoLabelService }, { type: i0.ChangeDetectorRef }, { type: NovoActivityTableState }], propDecorators: { globalSearchHiddenClassToggle: [{
|
|
1757
1783
|
type: HostBinding,
|
|
1758
1784
|
args: ['class.global-search-hidden']
|
|
@@ -1789,8 +1815,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImpo
|
|
|
1789
1815
|
}] } });
|
|
1790
1816
|
|
|
1791
1817
|
class NovoSimpleTableModule {
|
|
1792
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1793
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
1818
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoSimpleTableModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1819
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.17", ngImport: i0, type: NovoSimpleTableModule, declarations: [NovoTable,
|
|
1794
1820
|
NovoSimpleCellDef,
|
|
1795
1821
|
NovoSimpleHeaderCellDef,
|
|
1796
1822
|
NovoSimpleColumnDef,
|
|
@@ -1854,7 +1880,7 @@ class NovoSimpleTableModule {
|
|
|
1854
1880
|
NovoActivityTableActions,
|
|
1855
1881
|
NovoActivityTableCustomFilter,
|
|
1856
1882
|
Pagination] }); }
|
|
1857
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
1883
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoSimpleTableModule, providers: [NovoActivityTableState], imports: [NovoDatePickerModule,
|
|
1858
1884
|
CdkTableModule,
|
|
1859
1885
|
CommonModule,
|
|
1860
1886
|
FormsModule,
|
|
@@ -1869,7 +1895,7 @@ class NovoSimpleTableModule {
|
|
|
1869
1895
|
NovoCheckboxModule,
|
|
1870
1896
|
NovoOptionModule] }); }
|
|
1871
1897
|
}
|
|
1872
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1898
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoSimpleTableModule, decorators: [{
|
|
1873
1899
|
type: NgModule,
|
|
1874
1900
|
args: [{
|
|
1875
1901
|
imports: [
|