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 +1 @@
|
|
|
1
|
-
{"version":3,"file":"novo-elements-elements-toolbar.mjs","sources":["../../../projects/novo-elements/src/elements/toolbar/toolbar.component.ts","../../../projects/novo-elements/src/elements/toolbar/toolbar.component.html","../../../projects/novo-elements/src/elements/toolbar/toolbar.module.ts","../../../projects/novo-elements/src/elements/toolbar/novo-elements-elements-toolbar.ts"],"sourcesContent":["import { ChangeDetectionStrategy, Component, ContentChildren, Directive, ElementRef, QueryList, ViewEncapsulation } from '@angular/core';\nimport { CanColor, mixinColor } from 'novo-elements/elements/common';\n\n// Boilerplate for applying mixins to NovoToolbar.\n/** @docs-private */\nconst _NovoToolbarBase = mixinColor(\n class {\n constructor(public _elementRef: ElementRef) {}\n },\n);\n\n@Directive({\n selector: 'novo-toolbar-row',\n host: { class: 'novo-toolbar-row' },\n inputs: ['color', 'gap'],\n standalone: false,\n})\nexport class NovoToolbarRow extends _NovoToolbarBase implements CanColor {\n constructor(elementRef: ElementRef) {\n super(elementRef);\n }\n}\n\n@Component({\n selector: 'novo-toolbar',\n templateUrl: './toolbar.component.html',\n styleUrls: ['./toolbar.component.scss'],\n inputs: ['color', 'gap'],\n host: {\n class: 'novo-toolbar',\n '[class.novo-toolbar-multiple-rows]': '_toolbarRows.length > 0',\n '[class.novo-toolbar-single-row]': '_toolbarRows.length === 0',\n },\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n standalone: false,\n})\nexport class NovoToolbar extends _NovoToolbarBase implements CanColor {\n /** Reference to all toolbar row elements that have been projected. */\n @ContentChildren(NovoToolbarRow, { descendants: true }) _toolbarRows: QueryList<NovoToolbarRow>;\n\n constructor(elementRef: ElementRef) {\n super(elementRef);\n }\n}\n","<ng-content></ng-content>\n<ng-content select=\"novo-toolbar-row\"></ng-content>","// NG2\nimport { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { NovoToolbar, NovoToolbarRow } from './toolbar.component';\n\n@NgModule({\n imports: [CommonModule],\n declarations: [NovoToolbar, NovoToolbarRow],\n exports: [NovoToolbar, NovoToolbarRow],\n})\nexport class NovoToolbarModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;AAGA;AACA;AACA,MAAM,gBAAgB,GAAG,UAAU,CACjC,MAAA;AACE,IAAA,WAAA,CAAmB,WAAuB,EAAA;QAAvB,
|
|
1
|
+
{"version":3,"file":"novo-elements-elements-toolbar.mjs","sources":["../../../projects/novo-elements/src/elements/toolbar/toolbar.component.ts","../../../projects/novo-elements/src/elements/toolbar/toolbar.component.html","../../../projects/novo-elements/src/elements/toolbar/toolbar.module.ts","../../../projects/novo-elements/src/elements/toolbar/novo-elements-elements-toolbar.ts"],"sourcesContent":["import { ChangeDetectionStrategy, Component, ContentChildren, Directive, ElementRef, QueryList, ViewEncapsulation } from '@angular/core';\nimport { CanColor, mixinColor } from 'novo-elements/elements/common';\n\n// Boilerplate for applying mixins to NovoToolbar.\n/** @docs-private */\nconst _NovoToolbarBase = mixinColor(\n class {\n constructor(public _elementRef: ElementRef) {}\n },\n);\n\n@Directive({\n selector: 'novo-toolbar-row',\n host: { class: 'novo-toolbar-row' },\n inputs: ['color', 'gap'],\n standalone: false,\n})\nexport class NovoToolbarRow extends _NovoToolbarBase implements CanColor {\n constructor(elementRef: ElementRef) {\n super(elementRef);\n }\n}\n\n@Component({\n selector: 'novo-toolbar',\n templateUrl: './toolbar.component.html',\n styleUrls: ['./toolbar.component.scss'],\n inputs: ['color', 'gap'],\n host: {\n class: 'novo-toolbar',\n '[class.novo-toolbar-multiple-rows]': '_toolbarRows.length > 0',\n '[class.novo-toolbar-single-row]': '_toolbarRows.length === 0',\n },\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n standalone: false,\n})\nexport class NovoToolbar extends _NovoToolbarBase implements CanColor {\n /** Reference to all toolbar row elements that have been projected. */\n @ContentChildren(NovoToolbarRow, { descendants: true }) _toolbarRows: QueryList<NovoToolbarRow>;\n\n constructor(elementRef: ElementRef) {\n super(elementRef);\n }\n}\n","<ng-content></ng-content>\n<ng-content select=\"novo-toolbar-row\"></ng-content>","// NG2\nimport { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { NovoToolbar, NovoToolbarRow } from './toolbar.component';\n\n@NgModule({\n imports: [CommonModule],\n declarations: [NovoToolbar, NovoToolbarRow],\n exports: [NovoToolbar, NovoToolbarRow],\n})\nexport class NovoToolbarModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { trigger, state,
|
|
1
|
+
import { trigger, state, style, transition, animate } from '@angular/animations';
|
|
2
2
|
import * as i0 from '@angular/core';
|
|
3
3
|
import { Component, signal, HostListener, Input, Directive, NgModule } from '@angular/core';
|
|
4
4
|
import * as i1 from '@angular/common';
|
|
@@ -10,8 +10,8 @@ import { BooleanInput } from 'novo-elements/utils';
|
|
|
10
10
|
|
|
11
11
|
// NG2
|
|
12
12
|
class NovoTooltip {
|
|
13
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
13
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoTooltip, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
14
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.17", type: NovoTooltip, isStandalone: false, selector: "novo-tooltip", ngImport: i0, template: "<div *ngIf=\"this.isHTML\" [@state]=\"noAnimate ? 'no-animation' : 'visible'\"\n [ngClass]=\"[tooltipType, rounded ? 'rounded' : '', size ? size : '', preline? 'preline' : '', bounce ? 'bounce' : '', position]\"\n [innerHTML]=\"message\"></div>\n<div *ngIf=\"!this.isHTML\" [@state]=\"noAnimate ? 'no-animation' : 'visible'\"\n [ngClass]=\"[tooltipType, rounded ? 'rounded' : '', size ? size : '', preline? 'preline' : '', bounce ? 'bounce' : '', position]\">{{message}}</div>", styles: [":host div{background:var(--tooltip-background-color, #383838);color:var(--color-white, #fff);border-radius:var(--tooltip-border-radius, 4px);padding:8px 10px;font-size:12px;line-height:12px;white-space:nowrap;box-shadow:var(--shadow-2)}:host div.error{background-color:var(--color-shade-error, #b34e4d)}:host div.error.top-right:before,:host div.error.top-left:before,:host div.error.top:before{border-top-color:var(--color-shade-error, #b34e4d)}:host div.error.bottom-left:before,:host div.error.bottom-right:before,:host div.error.bottom:before{border-bottom-color:var(--color-shade-error, #b34e4d)}:host div.error.left:before{border-left-color:var(--color-shade-error, #b34e4d)}:host div.error.right:before{border-right-color:var(--color-shade-error, #b34e4d)}:host div.info{background-color:var(--color-shade-info, #3986ac)}:host div.info.top-right:before,:host div.info.top-left:before,:host div.info.top:before{border-top-color:var(--color-shade-info, #3986ac)}:host div.info.bottom-left:before,:host div.info.bottom-right:before,:host div.info.bottom:before{border-bottom-color:var(--color-shade-info, #3986ac)}:host div.info.left:before{border-left-color:var(--color-shade-info, #3986ac)}:host div.info.right:before{border-right-color:var(--color-shade-info, #3986ac)}:host div.warning{background-color:var(--color-shade-warning, #c09854)}:host div.warning.top-right:before,:host div.warning.top-left:before,:host div.warning.top:before{border-top-color:var(--color-shade-warning, #c09854)}:host div.warning.bottom-left:before,:host div.warning.bottom-right:before,:host div.warning.bottom:before{border-bottom-color:var(--color-shade-warning, #c09854)}:host div.warning.left:before{border-left-color:var(--color-shade-warning, #c09854)}:host div.warning.right:before{border-right-color:var(--color-shade-warning, #c09854)}:host div.success{background-color:var(--color-shade-success, #458746)}:host div.success.top-right:before,:host div.success.top-left:before,:host div.success.top:before{border-top-color:var(--color-shade-success, #458746)}:host div.success.bottom-left:before,:host div.success.bottom-right:before,:host div.success.bottom:before{border-bottom-color:var(--color-shade-success, #458746)}:host div.success.left:before{border-left-color:var(--color-shade-success, #458746)}:host div.success.right:before{border-right-color:var(--color-shade-success, #458746)}:host div.top-right:before,:host div.top-left:before,:host div.top:before{border-top-color:var(--tooltip-background-color, #383838)}:host div.bottom-left:before,:host div.bottom-right:before,:host div.bottom:before{border-bottom-color:var(--tooltip-background-color, #383838)}:host div.left:before{border-left-color:var(--tooltip-background-color, #383838)}:host div.right:before{border-right-color:var(--tooltip-background-color, #383838)}:host div.top:before{margin-bottom:-11px;left:calc(50% - 6px);bottom:0}:host div.top-left:before{margin-right:0;margin-bottom:-11px;right:1px;bottom:0}:host div.top-right:before{margin-left:0;margin-bottom:-11px;left:1px;bottom:0}:host div.bottom:before{margin-top:-11px;left:calc(50% - 6px);top:0}:host div.bottom-left:before{margin-right:0;margin-top:-11px;right:1px;top:0}:host div.bottom-right:before{margin-left:0;margin-top:-11px;left:1px;top:0}:host div.left:before{margin-right:-11px;margin-bottom:-6px;right:0;bottom:50%}:host div.right:before{left:0;bottom:50%;margin-left:-11px;margin-bottom:-6px}:host div:before{content:\"\";position:absolute;background:0 0;border:6px solid transparent;box-sizing:border-box}:host div.extra-large,:host div.large,:host div.small,:host div.medium{white-space:normal;line-height:1.4em;word-wrap:break-word}:host div.extra-large{width:400px;font-size:1.2vh}:host div.large{width:300px}:host div.medium{width:150px}:host div.small{width:80px}:host div.preline{white-space:pre-line}:host div.bounce{animation:bounce .75s ease-in-out infinite}@keyframes bounce{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], animations: [
|
|
15
15
|
trigger('state', [
|
|
16
16
|
state('initial, void, hidden', style({ opacity: '0' })),
|
|
17
17
|
state('visible', style({ opacity: '1' })),
|
|
@@ -30,7 +30,7 @@ class NovoTooltip {
|
|
|
30
30
|
]),
|
|
31
31
|
] }); }
|
|
32
32
|
}
|
|
33
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
33
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoTooltip, decorators: [{
|
|
34
34
|
type: Component,
|
|
35
35
|
args: [{ selector: 'novo-tooltip', animations: [
|
|
36
36
|
trigger('state', [
|
|
@@ -78,7 +78,7 @@ class TooltipDirective {
|
|
|
78
78
|
this.autoPosition = true;
|
|
79
79
|
this.closeOnClick = false;
|
|
80
80
|
this.onOverflow = false;
|
|
81
|
-
this._active = signal(true);
|
|
81
|
+
this._active = signal(true, ...(ngDevMode ? [{ debugName: "_active" }] : []));
|
|
82
82
|
}
|
|
83
83
|
isPosition(position) {
|
|
84
84
|
return position.toLowerCase() === (this.position || '').toLowerCase();
|
|
@@ -228,14 +228,14 @@ class TooltipDirective {
|
|
|
228
228
|
.withPositions(allPositions);
|
|
229
229
|
return strategy;
|
|
230
230
|
}
|
|
231
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
232
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
231
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: TooltipDirective, deps: [{ token: i1$1.Overlay }, { token: i0.ViewContainerRef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
232
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.17", type: TooltipDirective, isStandalone: false, selector: "[tooltip]", inputs: { tooltip: "tooltip", position: ["tooltipPosition", "position"], type: ["tooltipType", "type"], size: ["tooltipSize", "size"], bounce: ["tooltipBounce", "bounce"], noAnimate: ["tooltipNoAnimate", "noAnimate"], rounded: ["tooltipRounded", "rounded"], always: ["tooltipAlways", "always"], preline: ["tooltipPreline", "preline"], removeArrow: ["removeTooltipArrow", "removeArrow"], autoPosition: ["tooltipAutoPosition", "autoPosition"], isHTML: ["tooltipIsHTML", "isHTML"], closeOnClick: ["tooltipCloseOnClick", "closeOnClick"], onOverflow: ["tooltipOnOverflow", "onOverflow"], active: ["tooltipActive", "active"] }, host: { listeners: { "mouseenter": "onMouseEnter()", "mouseleave": "onMouseLeave()", "click": "onclick()", "blur": "hide()" }, properties: { "attr.data-hint": "tooltip" } }, ngImport: i0 }); }
|
|
233
233
|
}
|
|
234
234
|
__decorate([
|
|
235
235
|
BooleanInput(),
|
|
236
236
|
__metadata("design:type", Boolean)
|
|
237
237
|
], TooltipDirective.prototype, "onOverflow", void 0);
|
|
238
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
238
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: TooltipDirective, decorators: [{
|
|
239
239
|
type: Directive,
|
|
240
240
|
args: [{
|
|
241
241
|
selector: '[tooltip]',
|
|
@@ -304,11 +304,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImpo
|
|
|
304
304
|
|
|
305
305
|
// NG2
|
|
306
306
|
class NovoTooltipModule {
|
|
307
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
308
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
309
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
307
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoTooltipModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
308
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.17", ngImport: i0, type: NovoTooltipModule, declarations: [TooltipDirective, NovoTooltip], imports: [CommonModule], exports: [TooltipDirective] }); }
|
|
309
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoTooltipModule, imports: [CommonModule] }); }
|
|
310
310
|
}
|
|
311
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
311
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoTooltipModule, decorators: [{
|
|
312
312
|
type: NgModule,
|
|
313
313
|
args: [{
|
|
314
314
|
declarations: [TooltipDirective, NovoTooltip],
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"novo-elements-elements-tooltip.mjs","sources":["../../../projects/novo-elements/src/elements/tooltip/Tooltip.component.ts","../../../projects/novo-elements/src/elements/tooltip/Tooltip.html","../../../projects/novo-elements/src/elements/tooltip/Tooltip.directive.ts","../../../projects/novo-elements/src/elements/tooltip/Tooltip.module.ts","../../../projects/novo-elements/src/elements/tooltip/novo-elements-elements-tooltip.ts"],"sourcesContent":["// NG2\nimport { animate, state, style, transition, trigger } from '@angular/animations';\nimport { Component } from '@angular/core';\n\n@Component({\n selector: 'novo-tooltip',\n templateUrl: './Tooltip.html',\n styleUrls: ['./Tooltip.scss'],\n animations: [\n trigger('state', [\n state('initial, void, hidden', style({ opacity: '0' })),\n state('visible', style({ opacity: '1' })),\n transition('* => visible', [\n style({\n opacity: 0,\n }),\n animate('0.3s 0.1s ease-in'),\n ]),\n transition('* => hidden', [\n style({\n opacity: 1,\n }),\n animate('0.3s 0.1s ease-in'),\n ]),\n ]),\n ],\n standalone: false,\n})\nexport class NovoTooltip {\n public message: string;\n public hidden: boolean;\n public tooltipType: string;\n public rounded: boolean;\n public size: string;\n public positionStrategy: any;\n public preline: boolean;\n public noAnimate: boolean;\n public position: string;\n public isHTML: boolean;\n public bounce: boolean;\n}\n","<div *ngIf=\"this.isHTML\" [@state]=\"noAnimate ? 'no-animation' : 'visible'\"\n [ngClass]=\"[tooltipType, rounded ? 'rounded' : '', size ? size : '', preline? 'preline' : '', bounce ? 'bounce' : '', position]\"\n [innerHTML]=\"message\"></div>\n<div *ngIf=\"!this.isHTML\" [@state]=\"noAnimate ? 'no-animation' : 'visible'\"\n [ngClass]=\"[tooltipType, rounded ? 'rounded' : '', size ? size : '', preline? 'preline' : '', bounce ? 'bounce' : '', position]\">{{message}}</div>","// NG\nimport { ConnectedPosition, FlexibleConnectedPositionStrategy, Overlay, OverlayConfig, OverlayRef } from '@angular/cdk/overlay';\nimport { ComponentPortal } from '@angular/cdk/portal';\nimport { AfterViewInit, Directive, ElementRef, HostListener, Input, OnDestroy, OnInit, ViewContainerRef, signal } from '@angular/core';\n// APP\nimport { NovoTooltip } from './Tooltip.component';\nimport { BooleanInput } from 'novo-elements/utils';\n\n@Directive({\n selector: '[tooltip]',\n host: {\n '[attr.data-hint]': 'tooltip',\n },\n standalone: false,\n})\nexport class TooltipDirective implements OnDestroy, OnInit, AfterViewInit {\n @Input()\n tooltip: string;\n @Input('tooltipPosition')\n position: string = 'top';\n @Input('tooltipType')\n type: string = 'normal';\n @Input('tooltipSize')\n size: string;\n @Input('tooltipBounce')\n bounce: boolean;\n @Input('tooltipNoAnimate')\n noAnimate: boolean;\n @Input('tooltipRounded')\n rounded: boolean;\n @Input('tooltipAlways')\n always: boolean;\n @Input('tooltipPreline')\n preline: boolean;\n @Input('removeTooltipArrow')\n removeArrow: boolean = false;\n @Input('tooltipAutoPosition')\n autoPosition: boolean = true;\n @Input('tooltipIsHTML')\n isHTML: boolean;\n @Input('tooltipCloseOnClick')\n closeOnClick: boolean = false;\n @BooleanInput()\n @Input('tooltipOnOverflow')\n onOverflow: boolean = false;\n\n private _active = signal<boolean>(true);\n @Input('tooltipActive')\n set active(value: boolean) {\n this._active.set(value);\n }\n get active(): boolean {\n return this._active();\n }\n\n private tooltipInstance: NovoTooltip | null;\n private portal: ComponentPortal<NovoTooltip>;\n private overlayRef: OverlayRef;\n private _resizeObserver: ResizeObserver;\n\n constructor(protected overlay: Overlay, private viewContainerRef: ViewContainerRef, private elementRef: ElementRef) {}\n isPosition(position: string): boolean {\n return position.toLowerCase() === (this.position || '').toLowerCase();\n }\n\n isType(type: string): boolean {\n return type.toLowerCase() === (this.type || '').toLowerCase();\n }\n\n isSize(size: string): boolean {\n return size.toLowerCase() === (this.size || '').toLowerCase();\n }\n\n @HostListener('mouseenter')\n onMouseEnter(): void {\n if (this.tooltip && this._active() && !this.always) {\n this.show();\n }\n }\n\n @HostListener('mouseleave')\n onMouseLeave(): void {\n if (this.overlayRef && !this.always) {\n this.hide();\n this.overlayRef.dispose();\n }\n }\n\n @HostListener('click')\n onclick(): void {\n if (this.overlayRef && !this.always && this.closeOnClick) {\n this.hide();\n this.overlayRef.dispose();\n }\n }\n\n ngOnInit(): void {\n if (this.tooltip && this.always && this.active) {\n this.show();\n }\n }\n\n ngAfterViewInit(): void {\n if (this.onOverflow && this.elementRef?.nativeElement) {\n this._resizeObserver = new ResizeObserver(() => {\n const isOverflowing = this.elementRef.nativeElement.scrollWidth > this.elementRef.nativeElement.clientWidth;\n this._active.set(isOverflowing);\n });\n this._resizeObserver?.observe(this.elementRef.nativeElement);\n }\n }\n\n ngOnDestroy(): void {\n this._resizeObserver?.disconnect();\n if (this.overlayRef && !this.always) {\n this.hide();\n this.overlayRef.dispose();\n }\n }\n\n show(): void {\n const overlayState = new OverlayConfig();\n overlayState.positionStrategy = this.getPosition();\n\n if (this.always) {\n overlayState.scrollStrategy = this.overlay.scrollStrategies.reposition();\n } else {\n overlayState.scrollStrategy = this.overlay.scrollStrategies.close();\n }\n overlayState.scrollStrategy.enable();\n\n this.overlayRef = this.overlay.create(overlayState);\n\n this.overlayRef.detach();\n this.portal = this.portal || new ComponentPortal(NovoTooltip, this.viewContainerRef);\n\n const tooltipInstance = this.overlayRef.attach(this.portal).instance;\n tooltipInstance.message = this.tooltip;\n tooltipInstance.tooltipType = this.type;\n tooltipInstance.rounded = this.rounded;\n tooltipInstance.size = this.size;\n tooltipInstance.preline = this.preline;\n tooltipInstance.noAnimate = this.noAnimate;\n tooltipInstance.position = this.removeArrow ? 'no-arrow' : this.position;\n tooltipInstance.isHTML = this.isHTML;\n tooltipInstance.bounce = this.bounce;\n }\n\n @HostListener('blur')\n hide(): void {\n if (this.overlayRef) {\n this.overlayRef.detach();\n }\n }\n\n private getPosition(): FlexibleConnectedPositionStrategy {\n let defaultPosition: ConnectedPosition;\n let offsetX: number;\n let offsetY: number;\n const autoPositions: ConnectedPosition[] = [\n { originX: 'center', originY: 'bottom', overlayX: 'center', overlayY: 'top', offsetX: 0, offsetY: 12 },\n { originX: 'end', originY: 'bottom', overlayX: 'end', overlayY: 'top', offsetX: 0, offsetY: 12 },\n { originX: 'end', originY: 'center', overlayX: 'start', overlayY: 'center', offsetX: 12, offsetY: 0 },\n { originX: 'start', originY: 'center', overlayX: 'end', overlayY: 'center', offsetX: -12, offsetY: 0 },\n { originX: 'center', originY: 'top', overlayX: 'center', overlayY: 'bottom', offsetX: 0, offsetY: -12 },\n { originX: 'start', originY: 'bottom', overlayX: 'start', overlayY: 'top', offsetX: 0, offsetY: 12 },\n { originX: 'start', originY: 'top', overlayX: 'start', overlayY: 'bottom', offsetX: 0, offsetY: -12 },\n { originX: 'end', originY: 'top', overlayX: 'end', overlayY: 'bottom', offsetX: 0, offsetY: -12 },\n { originX: 'start', originY: 'top', overlayX: 'end', overlayY: 'bottom', offsetX: 12, offsetY: -12 },\n { originX: 'start', originY: 'bottom', overlayX: 'end', overlayY: 'top', offsetX: 12, offsetY: 12 },\n { originX: 'end', originY: 'top', overlayX: 'start', overlayY: 'bottom', offsetX: -12, offsetY: -12 },\n { originX: 'end', originY: 'bottom', overlayX: 'start', overlayY: 'top', offsetX: -12, offsetY: 12 },\n ];\n\n switch (this.position) {\n case 'right':\n defaultPosition = { originX: 'end', originY: 'center', overlayX: 'start', overlayY: 'center' };\n offsetX = 12;\n offsetY = 0;\n break;\n case 'bottom':\n defaultPosition = { originX: 'center', originY: 'bottom', overlayX: 'center', overlayY: 'top' };\n offsetX = 0;\n offsetY = 12;\n break;\n case 'top':\n defaultPosition = { originX: 'center', originY: 'top', overlayX: 'center', overlayY: 'bottom' };\n offsetX = 0;\n offsetY = -12;\n break;\n case 'left':\n defaultPosition = { originX: 'start', originY: 'center', overlayX: 'end', overlayY: 'center' };\n offsetX = -12;\n offsetY = 0;\n break;\n case 'top-left':\n defaultPosition = { originX: 'start', originY: 'top', overlayX: 'end', overlayY: 'bottom' };\n offsetX = 12;\n offsetY = -12;\n break;\n case 'bottom-left':\n defaultPosition = { originX: 'start', originY: 'bottom', overlayX: 'end', overlayY: 'top' };\n offsetX = 12;\n offsetY = 12;\n break;\n case 'top-right':\n defaultPosition = { originX: 'end', originY: 'top', overlayX: 'start', overlayY: 'bottom' };\n offsetX = -12;\n offsetY = -12;\n break;\n case 'bottom-right':\n defaultPosition = { originX: 'end', originY: 'bottom', overlayX: 'start', overlayY: 'top' };\n offsetX = -12;\n offsetY = 12;\n break;\n default:\n break;\n }\n\n const allPositions = this.autoPosition ? [defaultPosition].concat(autoPositions) : [defaultPosition];\n const strategy: FlexibleConnectedPositionStrategy = this.overlay\n .position()\n .flexibleConnectedTo(this.elementRef)\n .withFlexibleDimensions(false)\n .withDefaultOffsetX(offsetX)\n .withDefaultOffsetY(offsetY)\n .withPositions(allPositions);\n return strategy;\n }\n}\n","// NG2\nimport { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { NovoTooltip } from './Tooltip.component';\n// APP\nimport { TooltipDirective } from './Tooltip.directive';\n\n@NgModule({\n declarations: [TooltipDirective, NovoTooltip],\n exports: [TooltipDirective],\n imports: [CommonModule],\n})\nexport class NovoTooltipModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["i1"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"novo-elements-elements-tooltip.mjs","sources":["../../../projects/novo-elements/src/elements/tooltip/Tooltip.component.ts","../../../projects/novo-elements/src/elements/tooltip/Tooltip.html","../../../projects/novo-elements/src/elements/tooltip/Tooltip.directive.ts","../../../projects/novo-elements/src/elements/tooltip/Tooltip.module.ts","../../../projects/novo-elements/src/elements/tooltip/novo-elements-elements-tooltip.ts"],"sourcesContent":["// NG2\nimport { animate, state, style, transition, trigger } from '@angular/animations';\nimport { Component } from '@angular/core';\n\n@Component({\n selector: 'novo-tooltip',\n templateUrl: './Tooltip.html',\n styleUrls: ['./Tooltip.scss'],\n animations: [\n trigger('state', [\n state('initial, void, hidden', style({ opacity: '0' })),\n state('visible', style({ opacity: '1' })),\n transition('* => visible', [\n style({\n opacity: 0,\n }),\n animate('0.3s 0.1s ease-in'),\n ]),\n transition('* => hidden', [\n style({\n opacity: 1,\n }),\n animate('0.3s 0.1s ease-in'),\n ]),\n ]),\n ],\n standalone: false,\n})\nexport class NovoTooltip {\n public message: string;\n public hidden: boolean;\n public tooltipType: string;\n public rounded: boolean;\n public size: string;\n public positionStrategy: any;\n public preline: boolean;\n public noAnimate: boolean;\n public position: string;\n public isHTML: boolean;\n public bounce: boolean;\n}\n","<div *ngIf=\"this.isHTML\" [@state]=\"noAnimate ? 'no-animation' : 'visible'\"\n [ngClass]=\"[tooltipType, rounded ? 'rounded' : '', size ? size : '', preline? 'preline' : '', bounce ? 'bounce' : '', position]\"\n [innerHTML]=\"message\"></div>\n<div *ngIf=\"!this.isHTML\" [@state]=\"noAnimate ? 'no-animation' : 'visible'\"\n [ngClass]=\"[tooltipType, rounded ? 'rounded' : '', size ? size : '', preline? 'preline' : '', bounce ? 'bounce' : '', position]\">{{message}}</div>","// NG\nimport { ConnectedPosition, FlexibleConnectedPositionStrategy, Overlay, OverlayConfig, OverlayRef } from '@angular/cdk/overlay';\nimport { ComponentPortal } from '@angular/cdk/portal';\nimport { AfterViewInit, Directive, ElementRef, HostListener, Input, OnDestroy, OnInit, ViewContainerRef, signal } from '@angular/core';\n// APP\nimport { NovoTooltip } from './Tooltip.component';\nimport { BooleanInput } from 'novo-elements/utils';\n\n@Directive({\n selector: '[tooltip]',\n host: {\n '[attr.data-hint]': 'tooltip',\n },\n standalone: false,\n})\nexport class TooltipDirective implements OnDestroy, OnInit, AfterViewInit {\n @Input()\n tooltip: string;\n @Input('tooltipPosition')\n position: string = 'top';\n @Input('tooltipType')\n type: string = 'normal';\n @Input('tooltipSize')\n size: string;\n @Input('tooltipBounce')\n bounce: boolean;\n @Input('tooltipNoAnimate')\n noAnimate: boolean;\n @Input('tooltipRounded')\n rounded: boolean;\n @Input('tooltipAlways')\n always: boolean;\n @Input('tooltipPreline')\n preline: boolean;\n @Input('removeTooltipArrow')\n removeArrow: boolean = false;\n @Input('tooltipAutoPosition')\n autoPosition: boolean = true;\n @Input('tooltipIsHTML')\n isHTML: boolean;\n @Input('tooltipCloseOnClick')\n closeOnClick: boolean = false;\n @BooleanInput()\n @Input('tooltipOnOverflow')\n onOverflow: boolean = false;\n\n private _active = signal<boolean>(true);\n @Input('tooltipActive')\n set active(value: boolean) {\n this._active.set(value);\n }\n get active(): boolean {\n return this._active();\n }\n\n private tooltipInstance: NovoTooltip | null;\n private portal: ComponentPortal<NovoTooltip>;\n private overlayRef: OverlayRef;\n private _resizeObserver: ResizeObserver;\n\n constructor(protected overlay: Overlay, private viewContainerRef: ViewContainerRef, private elementRef: ElementRef) {}\n isPosition(position: string): boolean {\n return position.toLowerCase() === (this.position || '').toLowerCase();\n }\n\n isType(type: string): boolean {\n return type.toLowerCase() === (this.type || '').toLowerCase();\n }\n\n isSize(size: string): boolean {\n return size.toLowerCase() === (this.size || '').toLowerCase();\n }\n\n @HostListener('mouseenter')\n onMouseEnter(): void {\n if (this.tooltip && this._active() && !this.always) {\n this.show();\n }\n }\n\n @HostListener('mouseleave')\n onMouseLeave(): void {\n if (this.overlayRef && !this.always) {\n this.hide();\n this.overlayRef.dispose();\n }\n }\n\n @HostListener('click')\n onclick(): void {\n if (this.overlayRef && !this.always && this.closeOnClick) {\n this.hide();\n this.overlayRef.dispose();\n }\n }\n\n ngOnInit(): void {\n if (this.tooltip && this.always && this.active) {\n this.show();\n }\n }\n\n ngAfterViewInit(): void {\n if (this.onOverflow && this.elementRef?.nativeElement) {\n this._resizeObserver = new ResizeObserver(() => {\n const isOverflowing = this.elementRef.nativeElement.scrollWidth > this.elementRef.nativeElement.clientWidth;\n this._active.set(isOverflowing);\n });\n this._resizeObserver?.observe(this.elementRef.nativeElement);\n }\n }\n\n ngOnDestroy(): void {\n this._resizeObserver?.disconnect();\n if (this.overlayRef && !this.always) {\n this.hide();\n this.overlayRef.dispose();\n }\n }\n\n show(): void {\n const overlayState = new OverlayConfig();\n overlayState.positionStrategy = this.getPosition();\n\n if (this.always) {\n overlayState.scrollStrategy = this.overlay.scrollStrategies.reposition();\n } else {\n overlayState.scrollStrategy = this.overlay.scrollStrategies.close();\n }\n overlayState.scrollStrategy.enable();\n\n this.overlayRef = this.overlay.create(overlayState);\n\n this.overlayRef.detach();\n this.portal = this.portal || new ComponentPortal(NovoTooltip, this.viewContainerRef);\n\n const tooltipInstance = this.overlayRef.attach(this.portal).instance;\n tooltipInstance.message = this.tooltip;\n tooltipInstance.tooltipType = this.type;\n tooltipInstance.rounded = this.rounded;\n tooltipInstance.size = this.size;\n tooltipInstance.preline = this.preline;\n tooltipInstance.noAnimate = this.noAnimate;\n tooltipInstance.position = this.removeArrow ? 'no-arrow' : this.position;\n tooltipInstance.isHTML = this.isHTML;\n tooltipInstance.bounce = this.bounce;\n }\n\n @HostListener('blur')\n hide(): void {\n if (this.overlayRef) {\n this.overlayRef.detach();\n }\n }\n\n private getPosition(): FlexibleConnectedPositionStrategy {\n let defaultPosition: ConnectedPosition;\n let offsetX: number;\n let offsetY: number;\n const autoPositions: ConnectedPosition[] = [\n { originX: 'center', originY: 'bottom', overlayX: 'center', overlayY: 'top', offsetX: 0, offsetY: 12 },\n { originX: 'end', originY: 'bottom', overlayX: 'end', overlayY: 'top', offsetX: 0, offsetY: 12 },\n { originX: 'end', originY: 'center', overlayX: 'start', overlayY: 'center', offsetX: 12, offsetY: 0 },\n { originX: 'start', originY: 'center', overlayX: 'end', overlayY: 'center', offsetX: -12, offsetY: 0 },\n { originX: 'center', originY: 'top', overlayX: 'center', overlayY: 'bottom', offsetX: 0, offsetY: -12 },\n { originX: 'start', originY: 'bottom', overlayX: 'start', overlayY: 'top', offsetX: 0, offsetY: 12 },\n { originX: 'start', originY: 'top', overlayX: 'start', overlayY: 'bottom', offsetX: 0, offsetY: -12 },\n { originX: 'end', originY: 'top', overlayX: 'end', overlayY: 'bottom', offsetX: 0, offsetY: -12 },\n { originX: 'start', originY: 'top', overlayX: 'end', overlayY: 'bottom', offsetX: 12, offsetY: -12 },\n { originX: 'start', originY: 'bottom', overlayX: 'end', overlayY: 'top', offsetX: 12, offsetY: 12 },\n { originX: 'end', originY: 'top', overlayX: 'start', overlayY: 'bottom', offsetX: -12, offsetY: -12 },\n { originX: 'end', originY: 'bottom', overlayX: 'start', overlayY: 'top', offsetX: -12, offsetY: 12 },\n ];\n\n switch (this.position) {\n case 'right':\n defaultPosition = { originX: 'end', originY: 'center', overlayX: 'start', overlayY: 'center' };\n offsetX = 12;\n offsetY = 0;\n break;\n case 'bottom':\n defaultPosition = { originX: 'center', originY: 'bottom', overlayX: 'center', overlayY: 'top' };\n offsetX = 0;\n offsetY = 12;\n break;\n case 'top':\n defaultPosition = { originX: 'center', originY: 'top', overlayX: 'center', overlayY: 'bottom' };\n offsetX = 0;\n offsetY = -12;\n break;\n case 'left':\n defaultPosition = { originX: 'start', originY: 'center', overlayX: 'end', overlayY: 'center' };\n offsetX = -12;\n offsetY = 0;\n break;\n case 'top-left':\n defaultPosition = { originX: 'start', originY: 'top', overlayX: 'end', overlayY: 'bottom' };\n offsetX = 12;\n offsetY = -12;\n break;\n case 'bottom-left':\n defaultPosition = { originX: 'start', originY: 'bottom', overlayX: 'end', overlayY: 'top' };\n offsetX = 12;\n offsetY = 12;\n break;\n case 'top-right':\n defaultPosition = { originX: 'end', originY: 'top', overlayX: 'start', overlayY: 'bottom' };\n offsetX = -12;\n offsetY = -12;\n break;\n case 'bottom-right':\n defaultPosition = { originX: 'end', originY: 'bottom', overlayX: 'start', overlayY: 'top' };\n offsetX = -12;\n offsetY = 12;\n break;\n default:\n break;\n }\n\n const allPositions = this.autoPosition ? [defaultPosition].concat(autoPositions) : [defaultPosition];\n const strategy: FlexibleConnectedPositionStrategy = this.overlay\n .position()\n .flexibleConnectedTo(this.elementRef)\n .withFlexibleDimensions(false)\n .withDefaultOffsetX(offsetX)\n .withDefaultOffsetY(offsetY)\n .withPositions(allPositions);\n return strategy;\n }\n}\n","// NG2\nimport { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { NovoTooltip } from './Tooltip.component';\n// APP\nimport { TooltipDirective } from './Tooltip.directive';\n\n@NgModule({\n declarations: [TooltipDirective, NovoTooltip],\n exports: [TooltipDirective],\n imports: [CommonModule],\n})\nexport class NovoTooltipModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["i1"],"mappings":";;;;;;;;;;AAAA;MA4Ba,WAAW,CAAA;+GAAX,WAAW,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;mGAAX,WAAW,EAAA,YAAA,EAAA,KAAA,EAAA,QAAA,EAAA,cAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EC5BxB,0eAIuJ,EAAA,MAAA,EAAA,CAAA,m7HAAA,CAAA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,OAAA,EAAA,QAAA,EAAA,WAAA,EAAA,MAAA,EAAA,CAAA,OAAA,EAAA,SAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,IAAA,EAAA,QAAA,EAAA,QAAA,EAAA,MAAA,EAAA,CAAA,MAAA,EAAA,UAAA,EAAA,UAAA,CAAA,EAAA,CAAA,EAAA,UAAA,EDIvI;YACR,OAAO,CAAC,OAAO,EAAE;gBACb,KAAK,CAAC,uBAAuB,EAAE,KAAK,CAAC,EAAE,OAAO,EAAE,GAAG,EAAE,CAAC,CAAC;gBACvD,KAAK,CAAC,SAAS,EAAE,KAAK,CAAC,EAAE,OAAO,EAAE,GAAG,EAAE,CAAC,CAAC;gBACzC,UAAU,CAAC,cAAc,EAAE;AACvB,oBAAA,KAAK,CAAC;AACF,wBAAA,OAAO,EAAE,CAAC;qBACb,CAAC;oBACF,OAAO,CAAC,mBAAmB,CAAC;iBAC/B,CAAC;gBACF,UAAU,CAAC,aAAa,EAAE;AACtB,oBAAA,KAAK,CAAC;AACF,wBAAA,OAAO,EAAE,CAAC;qBACb,CAAC;oBACF,OAAO,CAAC,mBAAmB,CAAC;iBAC/B,CAAC;aACL,CAAC;AACL,SAAA,EAAA,CAAA,CAAA;;4FAGQ,WAAW,EAAA,UAAA,EAAA,CAAA;kBAxBvB,SAAS;AACI,YAAA,IAAA,EAAA,CAAA,EAAA,QAAA,EAAA,cAAc,EAAA,UAAA,EAGZ;wBACR,OAAO,CAAC,OAAO,EAAE;4BACb,KAAK,CAAC,uBAAuB,EAAE,KAAK,CAAC,EAAE,OAAO,EAAE,GAAG,EAAE,CAAC,CAAC;4BACvD,KAAK,CAAC,SAAS,EAAE,KAAK,CAAC,EAAE,OAAO,EAAE,GAAG,EAAE,CAAC,CAAC;4BACzC,UAAU,CAAC,cAAc,EAAE;AACvB,gCAAA,KAAK,CAAC;AACF,oCAAA,OAAO,EAAE,CAAC;iCACb,CAAC;gCACF,OAAO,CAAC,mBAAmB,CAAC;6BAC/B,CAAC;4BACF,UAAU,CAAC,aAAa,EAAE;AACtB,gCAAA,KAAK,CAAC;AACF,oCAAA,OAAO,EAAE,CAAC;iCACb,CAAC;gCACF,OAAO,CAAC,mBAAmB,CAAC;6BAC/B,CAAC;yBACL,CAAC;AACL,qBAAA,EAAA,UAAA,EACW,KAAK,EAAA,QAAA,EAAA,0eAAA,EAAA,MAAA,EAAA,CAAA,m7HAAA,CAAA,EAAA;;;;;;;;;;;;MEXR,gBAAgB,CAAA;IAgC3B,IACI,MAAM,CAAC,KAAc,EAAA;AACvB,QAAA,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC;IACzB;AACA,IAAA,IAAI,MAAM,GAAA;AACR,QAAA,OAAO,IAAI,CAAC,OAAO,EAAE;IACvB;AAOA,IAAA,WAAA,CAAsB,OAAgB,EAAU,gBAAkC,EAAU,UAAsB,EAAA;QAA5F,IAAA,CAAA,OAAO,GAAP,OAAO;QAAmB,IAAA,CAAA,gBAAgB,GAAhB,gBAAgB;QAA4B,IAAA,CAAA,UAAU,GAAV,UAAU;QAzCtG,IAAA,CAAA,QAAQ,GAAW,KAAK;QAExB,IAAA,CAAA,IAAI,GAAW,QAAQ;QAcvB,IAAA,CAAA,WAAW,GAAY,KAAK;QAE5B,IAAA,CAAA,YAAY,GAAY,IAAI;QAI5B,IAAA,CAAA,YAAY,GAAY,KAAK;QAG7B,IAAA,CAAA,UAAU,GAAY,KAAK;AAEnB,QAAA,IAAA,CAAA,OAAO,GAAG,MAAM,CAAU,IAAI,mDAAC;IAc8E;AACrH,IAAA,UAAU,CAAC,QAAgB,EAAA;AACzB,QAAA,OAAO,QAAQ,CAAC,WAAW,EAAE,KAAK,CAAC,IAAI,CAAC,QAAQ,IAAI,EAAE,EAAE,WAAW,EAAE;IACvE;AAEA,IAAA,MAAM,CAAC,IAAY,EAAA;AACjB,QAAA,OAAO,IAAI,CAAC,WAAW,EAAE,KAAK,CAAC,IAAI,CAAC,IAAI,IAAI,EAAE,EAAE,WAAW,EAAE;IAC/D;AAEA,IAAA,MAAM,CAAC,IAAY,EAAA;AACjB,QAAA,OAAO,IAAI,CAAC,WAAW,EAAE,KAAK,CAAC,IAAI,CAAC,IAAI,IAAI,EAAE,EAAE,WAAW,EAAE;IAC/D;IAGA,YAAY,GAAA;AACV,QAAA,IAAI,IAAI,CAAC,OAAO,IAAI,IAAI,CAAC,OAAO,EAAE,IAAI,CAAC,IAAI,CAAC,MAAM,EAAE;YAClD,IAAI,CAAC,IAAI,EAAE;QACb;IACF;IAGA,YAAY,GAAA;QACV,IAAI,IAAI,CAAC,UAAU,IAAI,CAAC,IAAI,CAAC,MAAM,EAAE;YACnC,IAAI,CAAC,IAAI,EAAE;AACX,YAAA,IAAI,CAAC,UAAU,CAAC,OAAO,EAAE;QAC3B;IACF;IAGA,OAAO,GAAA;AACL,QAAA,IAAI,IAAI,CAAC,UAAU,IAAI,CAAC,IAAI,CAAC,MAAM,IAAI,IAAI,CAAC,YAAY,EAAE;YACxD,IAAI,CAAC,IAAI,EAAE;AACX,YAAA,IAAI,CAAC,UAAU,CAAC,OAAO,EAAE;QAC3B;IACF;IAEA,QAAQ,GAAA;AACN,QAAA,IAAI,IAAI,CAAC,OAAO,IAAI,IAAI,CAAC,MAAM,IAAI,IAAI,CAAC,MAAM,EAAE;YAC9C,IAAI,CAAC,IAAI,EAAE;QACb;IACF;IAEA,eAAe,GAAA;QACb,IAAI,IAAI,CAAC,UAAU,IAAI,IAAI,CAAC,UAAU,EAAE,aAAa,EAAE;AACrD,YAAA,IAAI,CAAC,eAAe,GAAG,IAAI,cAAc,CAAC,MAAK;AAC7C,gBAAA,MAAM,aAAa,GAAG,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC,WAAW,GAAG,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC,WAAW;AAC3G,gBAAA,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,aAAa,CAAC;AACjC,YAAA,CAAC,CAAC;YACF,IAAI,CAAC,eAAe,EAAE,OAAO,CAAC,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;QAC9D;IACF;IAEA,WAAW,GAAA;AACT,QAAA,IAAI,CAAC,eAAe,EAAE,UAAU,EAAE;QAClC,IAAI,IAAI,CAAC,UAAU,IAAI,CAAC,IAAI,CAAC,MAAM,EAAE;YACnC,IAAI,CAAC,IAAI,EAAE;AACX,YAAA,IAAI,CAAC,UAAU,CAAC,OAAO,EAAE;QAC3B;IACF;IAEA,IAAI,GAAA;AACF,QAAA,MAAM,YAAY,GAAG,IAAI,aAAa,EAAE;AACxC,QAAA,YAAY,CAAC,gBAAgB,GAAG,IAAI,CAAC,WAAW,EAAE;AAElD,QAAA,IAAI,IAAI,CAAC,MAAM,EAAE;YACf,YAAY,CAAC,cAAc,GAAG,IAAI,CAAC,OAAO,CAAC,gBAAgB,CAAC,UAAU,EAAE;QAC1E;aAAO;YACL,YAAY,CAAC,cAAc,GAAG,IAAI,CAAC,OAAO,CAAC,gBAAgB,CAAC,KAAK,EAAE;QACrE;AACA,QAAA,YAAY,CAAC,cAAc,CAAC,MAAM,EAAE;QAEpC,IAAI,CAAC,UAAU,GAAG,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,YAAY,CAAC;AAEnD,QAAA,IAAI,CAAC,UAAU,CAAC,MAAM,EAAE;AACxB,QAAA,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,MAAM,IAAI,IAAI,eAAe,CAAC,WAAW,EAAE,IAAI,CAAC,gBAAgB,CAAC;AAEpF,QAAA,MAAM,eAAe,GAAG,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,QAAQ;AACpE,QAAA,eAAe,CAAC,OAAO,GAAG,IAAI,CAAC,OAAO;AACtC,QAAA,eAAe,CAAC,WAAW,GAAG,IAAI,CAAC,IAAI;AACvC,QAAA,eAAe,CAAC,OAAO,GAAG,IAAI,CAAC,OAAO;AACtC,QAAA,eAAe,CAAC,IAAI,GAAG,IAAI,CAAC,IAAI;AAChC,QAAA,eAAe,CAAC,OAAO,GAAG,IAAI,CAAC,OAAO;AACtC,QAAA,eAAe,CAAC,SAAS,GAAG,IAAI,CAAC,SAAS;AAC1C,QAAA,eAAe,CAAC,QAAQ,GAAG,IAAI,CAAC,WAAW,GAAG,UAAU,GAAG,IAAI,CAAC,QAAQ;AACxE,QAAA,eAAe,CAAC,MAAM,GAAG,IAAI,CAAC,MAAM;AACpC,QAAA,eAAe,CAAC,MAAM,GAAG,IAAI,CAAC,MAAM;IACtC;IAGA,IAAI,GAAA;AACF,QAAA,IAAI,IAAI,CAAC,UAAU,EAAE;AACnB,YAAA,IAAI,CAAC,UAAU,CAAC,MAAM,EAAE;QAC1B;IACF;IAEQ,WAAW,GAAA;AACjB,QAAA,IAAI,eAAkC;AACtC,QAAA,IAAI,OAAe;AACnB,QAAA,IAAI,OAAe;AACnB,QAAA,MAAM,aAAa,GAAwB;YACzC,EAAE,OAAO,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,KAAK,EAAE,OAAO,EAAE,CAAC,EAAE,OAAO,EAAE,EAAE,EAAE;YACtG,EAAE,OAAO,EAAE,KAAK,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,OAAO,EAAE,CAAC,EAAE,OAAO,EAAE,EAAE,EAAE;YAChG,EAAE,OAAO,EAAE,KAAK,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,OAAO,EAAE,EAAE,EAAE,OAAO,EAAE,CAAC,EAAE;YACrG,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,KAAK,EAAE,QAAQ,EAAE,QAAQ,EAAE,OAAO,EAAE,CAAC,EAAE,EAAE,OAAO,EAAE,CAAC,EAAE;YACtG,EAAE,OAAO,EAAE,QAAQ,EAAE,OAAO,EAAE,KAAK,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,OAAO,EAAE,CAAC,EAAE,OAAO,EAAE,CAAC,EAAE,EAAE;YACvG,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE,OAAO,EAAE,CAAC,EAAE,OAAO,EAAE,EAAE,EAAE;YACpG,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,OAAO,EAAE,CAAC,EAAE,OAAO,EAAE,CAAC,EAAE,EAAE;YACrG,EAAE,OAAO,EAAE,KAAK,EAAE,OAAO,EAAE,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,QAAQ,EAAE,QAAQ,EAAE,OAAO,EAAE,CAAC,EAAE,OAAO,EAAE,CAAC,EAAE,EAAE;YACjG,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,QAAQ,EAAE,QAAQ,EAAE,OAAO,EAAE,EAAE,EAAE,OAAO,EAAE,CAAC,EAAE,EAAE;YACpG,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,OAAO,EAAE,EAAE,EAAE,OAAO,EAAE,EAAE,EAAE;YACnG,EAAE,OAAO,EAAE,KAAK,EAAE,OAAO,EAAE,KAAK,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,OAAO,EAAE,CAAC,EAAE,EAAE,OAAO,EAAE,CAAC,EAAE,EAAE;YACrG,EAAE,OAAO,EAAE,KAAK,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE,OAAO,EAAE,CAAC,EAAE,EAAE,OAAO,EAAE,EAAE,EAAE;SACrG;AAED,QAAA,QAAQ,IAAI,CAAC,QAAQ;AACnB,YAAA,KAAK,OAAO;AACV,gBAAA,eAAe,GAAG,EAAE,OAAO,EAAE,KAAK,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE;gBAC9F,OAAO,GAAG,EAAE;gBACZ,OAAO,GAAG,CAAC;gBACX;AACF,YAAA,KAAK,QAAQ;AACX,gBAAA,eAAe,GAAG,EAAE,OAAO,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,KAAK,EAAE;gBAC/F,OAAO,GAAG,CAAC;gBACX,OAAO,GAAG,EAAE;gBACZ;AACF,YAAA,KAAK,KAAK;AACR,gBAAA,eAAe,GAAG,EAAE,OAAO,EAAE,QAAQ,EAAE,OAAO,EAAE,KAAK,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE;gBAC/F,OAAO,GAAG,CAAC;gBACX,OAAO,GAAG,CAAC,EAAE;gBACb;AACF,YAAA,KAAK,MAAM;AACT,gBAAA,eAAe,GAAG,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,KAAK,EAAE,QAAQ,EAAE,QAAQ,EAAE;gBAC9F,OAAO,GAAG,CAAC,EAAE;gBACb,OAAO,GAAG,CAAC;gBACX;AACF,YAAA,KAAK,UAAU;AACb,gBAAA,eAAe,GAAG,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,QAAQ,EAAE,QAAQ,EAAE;gBAC3F,OAAO,GAAG,EAAE;gBACZ,OAAO,GAAG,CAAC,EAAE;gBACb;AACF,YAAA,KAAK,aAAa;AAChB,gBAAA,eAAe,GAAG,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE;gBAC3F,OAAO,GAAG,EAAE;gBACZ,OAAO,GAAG,EAAE;gBACZ;AACF,YAAA,KAAK,WAAW;AACd,gBAAA,eAAe,GAAG,EAAE,OAAO,EAAE,KAAK,EAAE,OAAO,EAAE,KAAK,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE;gBAC3F,OAAO,GAAG,CAAC,EAAE;gBACb,OAAO,GAAG,CAAC,EAAE;gBACb;AACF,YAAA,KAAK,cAAc;AACjB,gBAAA,eAAe,GAAG,EAAE,OAAO,EAAE,KAAK,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE;gBAC3F,OAAO,GAAG,CAAC,EAAE;gBACb,OAAO,GAAG,EAAE;gBACZ;AACF,YAAA;gBACE;;QAGJ,MAAM,YAAY,GAAG,IAAI,CAAC,YAAY,GAAG,CAAC,eAAe,CAAC,CAAC,MAAM,CAAC,aAAa,CAAC,GAAG,CAAC,eAAe,CAAC;AACpG,QAAA,MAAM,QAAQ,GAAsC,IAAI,CAAC;AACtD,aAAA,QAAQ;AACR,aAAA,mBAAmB,CAAC,IAAI,CAAC,UAAU;aACnC,sBAAsB,CAAC,KAAK;aAC5B,kBAAkB,CAAC,OAAO;aAC1B,kBAAkB,CAAC,OAAO;aAC1B,aAAa,CAAC,YAAY,CAAC;AAC9B,QAAA,OAAO,QAAQ;IACjB;+GArNW,gBAAgB,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAAA,IAAA,CAAA,OAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,gBAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,UAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;mGAAhB,gBAAgB,EAAA,YAAA,EAAA,KAAA,EAAA,QAAA,EAAA,WAAA,EAAA,MAAA,EAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,CAAA,iBAAA,EAAA,UAAA,CAAA,EAAA,IAAA,EAAA,CAAA,aAAA,EAAA,MAAA,CAAA,EAAA,IAAA,EAAA,CAAA,aAAA,EAAA,MAAA,CAAA,EAAA,MAAA,EAAA,CAAA,eAAA,EAAA,QAAA,CAAA,EAAA,SAAA,EAAA,CAAA,kBAAA,EAAA,WAAA,CAAA,EAAA,OAAA,EAAA,CAAA,gBAAA,EAAA,SAAA,CAAA,EAAA,MAAA,EAAA,CAAA,eAAA,EAAA,QAAA,CAAA,EAAA,OAAA,EAAA,CAAA,gBAAA,EAAA,SAAA,CAAA,EAAA,WAAA,EAAA,CAAA,oBAAA,EAAA,aAAA,CAAA,EAAA,YAAA,EAAA,CAAA,qBAAA,EAAA,cAAA,CAAA,EAAA,MAAA,EAAA,CAAA,eAAA,EAAA,QAAA,CAAA,EAAA,YAAA,EAAA,CAAA,qBAAA,EAAA,cAAA,CAAA,EAAA,UAAA,EAAA,CAAA,mBAAA,EAAA,YAAA,CAAA,EAAA,MAAA,EAAA,CAAA,eAAA,EAAA,QAAA,CAAA,EAAA,EAAA,IAAA,EAAA,EAAA,SAAA,EAAA,EAAA,YAAA,EAAA,gBAAA,EAAA,YAAA,EAAA,gBAAA,EAAA,OAAA,EAAA,WAAA,EAAA,MAAA,EAAA,QAAA,EAAA,EAAA,UAAA,EAAA,EAAA,gBAAA,EAAA,SAAA,EAAA,EAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;;AA6B3B,UAAA,CAAA;AAFC,IAAA,YAAY,EAAE;;AAEa,CAAA,EAAA,gBAAA,CAAA,SAAA,EAAA,YAAA,EAAA,KAAA,CAAA,CAAA;4FA7BjB,gBAAgB,EAAA,UAAA,EAAA,CAAA;kBAP5B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,WAAW;AACrB,oBAAA,IAAI,EAAE;AACF,wBAAA,kBAAkB,EAAE,SAAS;AAChC,qBAAA;AACD,oBAAA,UAAU,EAAE,KAAK;AACpB,iBAAA;;sBAEE;;sBAEA,KAAK;uBAAC,iBAAiB;;sBAEvB,KAAK;uBAAC,aAAa;;sBAEnB,KAAK;uBAAC,aAAa;;sBAEnB,KAAK;uBAAC,eAAe;;sBAErB,KAAK;uBAAC,kBAAkB;;sBAExB,KAAK;uBAAC,gBAAgB;;sBAEtB,KAAK;uBAAC,eAAe;;sBAErB,KAAK;uBAAC,gBAAgB;;sBAEtB,KAAK;uBAAC,oBAAoB;;sBAE1B,KAAK;uBAAC,qBAAqB;;sBAE3B,KAAK;uBAAC,eAAe;;sBAErB,KAAK;uBAAC,qBAAqB;;sBAG3B,KAAK;uBAAC,mBAAmB;;sBAIzB,KAAK;uBAAC,eAAe;;sBA0BrB,YAAY;uBAAC,YAAY;;sBAOzB,YAAY;uBAAC,YAAY;;sBAQzB,YAAY;uBAAC,OAAO;;sBA4DpB,YAAY;uBAAC,MAAM;;;ACpJtB;MAYa,iBAAiB,CAAA;+GAAjB,iBAAiB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;AAAjB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,iBAAiB,iBAJb,gBAAgB,EAAE,WAAW,CAAA,EAAA,OAAA,EAAA,CAElC,YAAY,aADZ,gBAAgB,CAAA,EAAA,CAAA,CAAA;AAGf,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,iBAAiB,YAFlB,YAAY,CAAA,EAAA,CAAA,CAAA;;4FAEX,iBAAiB,EAAA,UAAA,EAAA,CAAA;kBAL7B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,YAAY,EAAE,CAAC,gBAAgB,EAAE,WAAW,CAAC;oBAC7C,OAAO,EAAE,CAAC,gBAAgB,CAAC;oBAC3B,OAAO,EAAE,CAAC,YAAY,CAAC;AACxB,iBAAA;;;ACXD;;AAEG;;;;"}
|
|
@@ -49,10 +49,10 @@ class Unless {
|
|
|
49
49
|
this.viewContainer.clear();
|
|
50
50
|
}
|
|
51
51
|
}
|
|
52
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
53
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
52
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: Unless, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }, { token: i1.Security }, { token: i0.DestroyRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
53
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.17", type: Unless, isStandalone: false, selector: "[bhUnless]", inputs: { bhUnless: "bhUnless" }, ngImport: i0 }); }
|
|
54
54
|
}
|
|
55
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
55
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: Unless, decorators: [{
|
|
56
56
|
type: Directive,
|
|
57
57
|
args: [{
|
|
58
58
|
selector: '[bhUnless]',
|
|
@@ -64,11 +64,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImpo
|
|
|
64
64
|
|
|
65
65
|
// NG2
|
|
66
66
|
class UnlessModule {
|
|
67
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
68
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
69
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
67
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: UnlessModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
68
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.17", ngImport: i0, type: UnlessModule, declarations: [Unless], imports: [CommonModule], exports: [Unless] }); }
|
|
69
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: UnlessModule, imports: [CommonModule] }); }
|
|
70
70
|
}
|
|
71
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
71
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: UnlessModule, decorators: [{
|
|
72
72
|
type: NgModule,
|
|
73
73
|
args: [{
|
|
74
74
|
imports: [CommonModule],
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"novo-elements-elements-unless.mjs","sources":["../../../projects/novo-elements/src/elements/unless/Unless.ts","../../../projects/novo-elements/src/elements/unless/Unless.module.ts","../../../projects/novo-elements/src/elements/unless/novo-elements-elements-unless.ts"],"sourcesContent":["// NG2\nimport { DestroyRef, Directive, Input, TemplateRef, ViewContainerRef } from '@angular/core';\n// App\nimport { Security } from 'novo-elements/services';\n\n@Directive({\n selector: '[bhUnless]',\n standalone: false,\n})\nexport class Unless {\n permissions: string = '';\n isDisplayed: boolean = false;\n\n constructor(\n public templateRef: TemplateRef<any>,\n public viewContainer: ViewContainerRef,\n public security: Security,\n private destroyRef: DestroyRef) {\n const sub = this.security.subscribe(this.check.bind(this));\n this.destroyRef.onDestroy(() => {\n // If Security uses an old definition, subscribe will return void/undefined.\n try {\n sub?.unsubscribe();\n } catch {}\n });\n }\n\n @Input()\n set bhUnless(value: string) {\n this.permissions = value || '';\n this.check();\n }\n\n check(): void {\n let display: boolean = false;\n if (~this.permissions.indexOf('||')) {\n const ps: any = this.permissions.split('||');\n for (const p of ps) {\n if (this.security.has(p.trim())) {\n display = true;\n }\n }\n } else {\n display = this.permissions.split('&&').every((p) => this.security.has(p.trim()));\n }\n\n if (display) {\n if (!this.isDisplayed) {\n this.isDisplayed = true;\n this.viewContainer.createEmbeddedView(this.templateRef);\n }\n } else {\n this.isDisplayed = false;\n this.viewContainer.clear();\n }\n }\n}\n","// NG2\nimport { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\n// APP\nimport { Unless } from './Unless';\n\n@NgModule({\n imports: [CommonModule],\n declarations: [Unless],\n exports: [Unless],\n})\nexport class UnlessModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;AAAA;MASa,MAAM,CAAA;AAIjB,IAAA,WAAA,CACS,WAA6B,EAC7B,aAA+B,EAC/B,QAAkB,EACjB,UAAsB,EAAA;QAHvB,
|
|
1
|
+
{"version":3,"file":"novo-elements-elements-unless.mjs","sources":["../../../projects/novo-elements/src/elements/unless/Unless.ts","../../../projects/novo-elements/src/elements/unless/Unless.module.ts","../../../projects/novo-elements/src/elements/unless/novo-elements-elements-unless.ts"],"sourcesContent":["// NG2\nimport { DestroyRef, Directive, Input, TemplateRef, ViewContainerRef } from '@angular/core';\n// App\nimport { Security } from 'novo-elements/services';\n\n@Directive({\n selector: '[bhUnless]',\n standalone: false,\n})\nexport class Unless {\n permissions: string = '';\n isDisplayed: boolean = false;\n\n constructor(\n public templateRef: TemplateRef<any>,\n public viewContainer: ViewContainerRef,\n public security: Security,\n private destroyRef: DestroyRef) {\n const sub = this.security.subscribe(this.check.bind(this));\n this.destroyRef.onDestroy(() => {\n // If Security uses an old definition, subscribe will return void/undefined.\n try {\n sub?.unsubscribe();\n } catch {}\n });\n }\n\n @Input()\n set bhUnless(value: string) {\n this.permissions = value || '';\n this.check();\n }\n\n check(): void {\n let display: boolean = false;\n if (~this.permissions.indexOf('||')) {\n const ps: any = this.permissions.split('||');\n for (const p of ps) {\n if (this.security.has(p.trim())) {\n display = true;\n }\n }\n } else {\n display = this.permissions.split('&&').every((p) => this.security.has(p.trim()));\n }\n\n if (display) {\n if (!this.isDisplayed) {\n this.isDisplayed = true;\n this.viewContainer.createEmbeddedView(this.templateRef);\n }\n } else {\n this.isDisplayed = false;\n this.viewContainer.clear();\n }\n }\n}\n","// NG2\nimport { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\n// APP\nimport { Unless } from './Unless';\n\n@NgModule({\n imports: [CommonModule],\n declarations: [Unless],\n exports: [Unless],\n})\nexport class UnlessModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
|
|
@@ -412,11 +412,11 @@ class RenderPipe {
|
|
|
412
412
|
capitalize(value) {
|
|
413
413
|
return value.charAt(0).toUpperCase() + value.slice(1);
|
|
414
414
|
}
|
|
415
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
416
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
417
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
415
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: RenderPipe, deps: [{ token: i0.ChangeDetectorRef }, { token: i1.DomSanitizer }, { token: i2.NovoLabelService }], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
416
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.3.17", ngImport: i0, type: RenderPipe, isStandalone: false, name: "render", pure: false }); }
|
|
417
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: RenderPipe }); }
|
|
418
418
|
}
|
|
419
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
419
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: RenderPipe, decorators: [{
|
|
420
420
|
type: Pipe,
|
|
421
421
|
args: [{
|
|
422
422
|
name: 'render',
|
|
@@ -483,8 +483,8 @@ class EntityList {
|
|
|
483
483
|
isLinkable(entity) {
|
|
484
484
|
return entity.openLink;
|
|
485
485
|
}
|
|
486
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
487
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
486
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: EntityList, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
487
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.17", type: EntityList, isStandalone: false, selector: "novo-entity-list", inputs: { data: "data", meta: "meta" }, ngImport: i0, template: `
|
|
488
488
|
<div *ngFor="let entity of data.data" class="entity">
|
|
489
489
|
<a *ngIf="entity.isLinkable" (click)="openLink(entity)">
|
|
490
490
|
<i class="bhi-circle {{ entity.class }}"></i>{{ entity | render: metaDisplay }}
|
|
@@ -498,7 +498,7 @@ class EntityList {
|
|
|
498
498
|
</div>
|
|
499
499
|
`, isInline: true, dependencies: [{ kind: "directive", type: i1$1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: RenderPipe, name: "render" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
500
500
|
}
|
|
501
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
501
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: EntityList, decorators: [{
|
|
502
502
|
type: Component,
|
|
503
503
|
args: [{
|
|
504
504
|
selector: 'novo-entity-list',
|
|
@@ -662,8 +662,8 @@ class NovoValueElement {
|
|
|
662
662
|
isHTMLField(meta) {
|
|
663
663
|
return meta.dataSpecialization === 'HTML' || meta.inputType === 'TEXTAREA';
|
|
664
664
|
}
|
|
665
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
666
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
665
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoValueElement, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
666
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.17", type: NovoValueElement, isStandalone: false, selector: "novo-value", inputs: { data: "data", meta: "meta", theme: "theme", row: "row", label: "label", type: "type", icon: "icon" }, host: { properties: { "class.horizontal": "this.row", "class.mobile": "this.isMobile" } }, usesOnChanges: true, ngImport: i0, template: `
|
|
667
667
|
<div class="value-outer" [ngClass]="customClass">
|
|
668
668
|
<novo-label>{{ meta.label }}</novo-label>
|
|
669
669
|
<span class="value">
|
|
@@ -686,7 +686,7 @@ __decorate([
|
|
|
686
686
|
BooleanInput(),
|
|
687
687
|
__metadata("design:type", Boolean)
|
|
688
688
|
], NovoValueElement.prototype, "row", void 0);
|
|
689
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
689
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoValueElement, decorators: [{
|
|
690
690
|
type: Component,
|
|
691
691
|
args: [{ selector: 'novo-value', template: `
|
|
692
692
|
<div class="value-outer" [ngClass]="customClass">
|
|
@@ -730,11 +730,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImpo
|
|
|
730
730
|
|
|
731
731
|
// NG2
|
|
732
732
|
class NovoValueModule {
|
|
733
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
734
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
735
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
733
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoValueModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
734
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.17", ngImport: i0, type: NovoValueModule, declarations: [NovoValueElement, RenderPipe, EntityList], imports: [CommonModule, NovoCommonModule, NovoIconModule], exports: [NovoValueElement, RenderPipe, EntityList] }); }
|
|
735
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoValueModule, imports: [CommonModule, NovoCommonModule, NovoIconModule] }); }
|
|
736
736
|
}
|
|
737
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
737
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoValueModule, decorators: [{
|
|
738
738
|
type: NgModule,
|
|
739
739
|
args: [{
|
|
740
740
|
imports: [CommonModule, NovoCommonModule, NovoIconModule],
|