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,70 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectorRef, PipeTransform } from '@angular/core';
|
|
2
|
-
import { DomSanitizer } from '@angular/platform-browser';
|
|
3
|
-
import { NovoLabelService } from 'novo-elements/services';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
/**
|
|
6
|
-
* @classdesc
|
|
7
|
-
* Renders data appropriately based on the data type found in Meta
|
|
8
|
-
* All data types defined by bullhorn should be supported:
|
|
9
|
-
*
|
|
10
|
-
* - **String**: trims value and returns
|
|
11
|
-
* - **Integer**: return value
|
|
12
|
-
* - **Double**: return value fixed to 2 decimals
|
|
13
|
-
* - **BigDecimal**: return value fixed to 2 decimals
|
|
14
|
-
* - **Address**: only city and/or state returned
|
|
15
|
-
* - **Address1**: only city and/or state returned
|
|
16
|
-
* - **AddressWithoutCountry**: only city and/or state returned
|
|
17
|
-
* - **Currency**: put a $ in front
|
|
18
|
-
* - **Percentage**: divide by 100 fix to 2 decimals place and return
|
|
19
|
-
* - **Options**: returns the appropriate 'label' for the 'value' from 'options'
|
|
20
|
-
* - **Array**: returns list comma separated
|
|
21
|
-
* - **DateTime**: formats the date
|
|
22
|
-
* - **TimeStamp**: formats the date
|
|
23
|
-
* - **ToOne**: return the entity specific name (ie. name, firstName lastName, title, ...)
|
|
24
|
-
* - **ToMany**: return an array of the entity specific names (ie. name, firstName lastName, title, ...)
|
|
25
|
-
*
|
|
26
|
-
* @example
|
|
27
|
-
* ```
|
|
28
|
-
* {{ expression | render:field }}
|
|
29
|
-
* ```
|
|
30
|
-
*/
|
|
31
|
-
export declare class RenderPipe implements PipeTransform {
|
|
32
|
-
private changeDetector;
|
|
33
|
-
private sanitizationService;
|
|
34
|
-
private labels;
|
|
35
|
-
value: any;
|
|
36
|
-
lastValue: any;
|
|
37
|
-
lastArgs: any;
|
|
38
|
-
constructor(changeDetector: ChangeDetectorRef, sanitizationService: DomSanitizer, labels: NovoLabelService);
|
|
39
|
-
equals(objectOne: any, objectTwo: any): any;
|
|
40
|
-
getEntityLabel(item: any, entity: string): string;
|
|
41
|
-
/**
|
|
42
|
-
* Define the fields to set or retrieve for the given entity. Getter and Setter methods will automagically
|
|
43
|
-
* be set up on the entity once the fields are defined.
|
|
44
|
-
* @param args - fields can either be sent as a list of arguments or as an Array
|
|
45
|
-
* @return text
|
|
46
|
-
*/
|
|
47
|
-
render(value: any, args: any): any;
|
|
48
|
-
updateValue(value: any, args: any): any;
|
|
49
|
-
transform(value?: any, args?: any): any;
|
|
50
|
-
/**
|
|
51
|
-
* Simple function concat a list of fields from a list of objects
|
|
52
|
-
* @param list - the list of values to use
|
|
53
|
-
* @param fields - list of fields to extract
|
|
54
|
-
*/
|
|
55
|
-
concat(list: any, ...fields: any[]): any;
|
|
56
|
-
/**
|
|
57
|
-
* Simple function to look up the **label** to display from options
|
|
58
|
-
* @param value - the value to find
|
|
59
|
-
* @param list - list of options (label/value pairs)
|
|
60
|
-
*/
|
|
61
|
-
options(value: any, list: any, args: any): any;
|
|
62
|
-
getNumberDecimalPlaces(value: any): any;
|
|
63
|
-
/**
|
|
64
|
-
* Capitalizes the first letter
|
|
65
|
-
*/
|
|
66
|
-
capitalize(value: any): string;
|
|
67
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RenderPipe, never>;
|
|
68
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<RenderPipe, "render", false>;
|
|
69
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<RenderPipe>;
|
|
70
|
-
}
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
import { OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare enum NOVO_VALUE_TYPE {
|
|
4
|
-
DEFAULT = 0,
|
|
5
|
-
ENTITY_LIST = 1,
|
|
6
|
-
LINK = 2,
|
|
7
|
-
INTERNAL_LINK = 3
|
|
8
|
-
}
|
|
9
|
-
export declare enum NOVO_VALUE_THEME {
|
|
10
|
-
DEFAULT = 0,
|
|
11
|
-
MOBILE = 1
|
|
12
|
-
}
|
|
13
|
-
export declare class NovoValueElement implements OnInit, OnChanges {
|
|
14
|
-
data: any;
|
|
15
|
-
meta: any;
|
|
16
|
-
theme: NOVO_VALUE_THEME;
|
|
17
|
-
row: Boolean;
|
|
18
|
-
_type: NOVO_VALUE_TYPE;
|
|
19
|
-
NOVO_VALUE_TYPE: typeof NOVO_VALUE_TYPE;
|
|
20
|
-
NOVO_VALUE_THEME: typeof NOVO_VALUE_THEME;
|
|
21
|
-
url: string;
|
|
22
|
-
customClass: string;
|
|
23
|
-
set label(lbl: string);
|
|
24
|
-
get label(): string;
|
|
25
|
-
set type(typ: string);
|
|
26
|
-
get type(): string;
|
|
27
|
-
set icon(value: string);
|
|
28
|
-
get icon(): string;
|
|
29
|
-
ngOnInit(): void;
|
|
30
|
-
get isMobile(): boolean;
|
|
31
|
-
iconClass(icon: any): string;
|
|
32
|
-
get isDefault(): boolean;
|
|
33
|
-
get showLabel(): boolean;
|
|
34
|
-
get showIcon(): boolean;
|
|
35
|
-
onValueClick(icon: any): void;
|
|
36
|
-
openLink(): void;
|
|
37
|
-
ngOnChanges(changes?: SimpleChanges): any;
|
|
38
|
-
isLinkField(field: {
|
|
39
|
-
name?: string;
|
|
40
|
-
type?: NOVO_VALUE_TYPE;
|
|
41
|
-
}, data: any): boolean;
|
|
42
|
-
isEntityList(type: string): boolean;
|
|
43
|
-
isHTMLField(meta: any): boolean;
|
|
44
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NovoValueElement, never>;
|
|
45
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NovoValueElement, "novo-value", never, { "data": { "alias": "data"; "required": false; }; "meta": { "alias": "meta"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "row": { "alias": "row"; "required": false; }; "label": { "alias": "label"; "required": false; }; "type": { "alias": "type"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; }, {}, never, never, false, never>;
|
|
46
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./Value";
|
|
3
|
-
import * as i2 from "./Render";
|
|
4
|
-
import * as i3 from "./EntityList";
|
|
5
|
-
import * as i4 from "@angular/common";
|
|
6
|
-
import * as i5 from "novo-elements/elements/common";
|
|
7
|
-
import * as i6 from "novo-elements/elements/icon";
|
|
8
|
-
export declare class NovoValueModule {
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NovoValueModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<NovoValueModule, [typeof i1.NovoValueElement, typeof i2.RenderPipe, typeof i3.EntityList], [typeof i4.CommonModule, typeof i5.NovoCommonModule, typeof i6.NovoIconModule], [typeof i1.NovoValueElement, typeof i2.RenderPipe, typeof i3.EntityList]>;
|
|
11
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<NovoValueModule>;
|
|
12
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@angular/forms";
|
|
3
|
-
import * as i2 from "novo-elements/elements";
|
|
4
|
-
import * as i3 from "novo-elements/pipes";
|
|
5
|
-
import * as i4 from "novo-elements/addons";
|
|
6
|
-
import * as i5 from "@angular/cdk/scrolling";
|
|
7
|
-
export declare class NovoElementsModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NovoElementsModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<NovoElementsModule, never, [typeof i1.ReactiveFormsModule], [typeof i2.NovoAsideModule, typeof i2.NovoAutoCompleteModule, typeof i2.NovoAvatarModule, typeof i3.NovoPipesModule, typeof i2.NovoButtonModule, typeof i2.NovoLoadingModule, typeof i2.NovoCardModule, typeof i2.NovoAgendaModule, typeof i2.NovoCalendarModule, typeof i2.NovoCheckboxModule, typeof i2.NovoFlexModule, typeof i2.NovoLayoutModule, typeof i2.NovoDividerModule, typeof i2.NovoToastModule, typeof i2.NovoTooltipModule, typeof i2.NovoHeaderModule, typeof i2.NovoTabModule, typeof i2.NovoTilesModule, typeof i2.NovoModalModule, typeof i2.NovoQuickNoteModule, typeof i2.NovoRadioModule, typeof i2.NovoDropdownModule, typeof i2.NovoSelectModule, typeof i2.NovoListModule, typeof i2.NovoSwitchModule, typeof i2.NovoSliderModule, typeof i2.NovoPickerModule, typeof i2.NovoChipsModule, typeof i2.NovoDatePickerModule, typeof i2.NovoTimePickerModule, typeof i2.NovoDateTimePickerModule, typeof i4.NovoNovoCKEditorModule, typeof i2.NovoTipWellModule, typeof i2.NovoSimpleTableModule, typeof i2.NovoFormModule, typeof i2.NovoFormExtrasModule, typeof i2.NovoCategoryDropdownModule, typeof i2.NovoMultiPickerModule, typeof i2.NovoPopOverModule, typeof i2.NovoDataTableModule, typeof i2.NovoSearchBoxModule, typeof i2.NovoProgressModule, typeof i2.NovoOverlayModule, typeof i2.NovoDragDropModule, typeof i2.GooglePlacesModule, typeof i2.NovoValueModule, typeof i4.NovoAceEditorModule, typeof i4.NovoCodeEditorModule, typeof i2.NovoIconModule, typeof i2.NovoExpansionModule, typeof i2.UnlessModule, typeof i2.NovoCommonModule, typeof i2.NovoOptionModule, typeof i2.NovoStepperModule, typeof i2.NovoToolbarModule, typeof i5.ScrollingModule, typeof i2.NovoTabbedGroupPickerModule, typeof i2.NovoNonIdealStateModule, typeof i2.NovoBreadcrumbModule, typeof i2.NovoFieldModule, typeof i2.NovoColorPickerModule, typeof i2.NovoMenuModule, typeof i2.NovoSelectSearchModule, typeof i2.NovoQueryBuilderModule]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<NovoElementsModule>;
|
|
11
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
-
import { IMenuOptions } from 'novo-elements/elements';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class NovoElementProviders {
|
|
5
|
-
static forRoot(options?: {
|
|
6
|
-
menu: IMenuOptions;
|
|
7
|
-
}): ModuleWithProviders<NovoElementProviders>;
|
|
8
|
-
static forChild(): ModuleWithProviders<NovoElementProviders>;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NovoElementProviders, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<NovoElementProviders, never, never, never>;
|
|
11
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<NovoElementProviders>;
|
|
12
|
-
}
|
package/pipes/Pipes.module.d.ts
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./plural/Plural";
|
|
3
|
-
import * as i2 from "./decode-uri/DecodeURI";
|
|
4
|
-
import * as i3 from "./group-by/GroupBy";
|
|
5
|
-
import * as i4 from "./highlight/Highlight";
|
|
6
|
-
import * as i5 from "./default/Default";
|
|
7
|
-
import * as i6 from "./iso8601/iso-time.pipe";
|
|
8
|
-
import * as i7 from "./iso8601/iso-date.pipe";
|
|
9
|
-
import * as i8 from "./iso8601/iso-time-range.pipe";
|
|
10
|
-
import * as i9 from "./iso8601/iso-date-range.pipe";
|
|
11
|
-
export declare class NovoPipesModule {
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NovoPipesModule, never>;
|
|
13
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<NovoPipesModule, [typeof i1.PluralPipe, typeof i2.DecodeURIPipe, typeof i3.GroupByPipe, typeof i4.HighlightPipe, typeof i5.DefaultPipe, typeof i6.IsoTimePipe, typeof i7.IsoDatePipe, typeof i8.IsoTimeRangePipe, typeof i9.IsoDateRangePipe], never, [typeof i1.PluralPipe, typeof i2.DecodeURIPipe, typeof i3.GroupByPipe, typeof i4.HighlightPipe, typeof i5.DefaultPipe, typeof i6.IsoTimePipe, typeof i7.IsoDatePipe, typeof i8.IsoTimeRangePipe, typeof i9.IsoDateRangePipe]>;
|
|
14
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<NovoPipesModule>;
|
|
15
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class DecodeURIPipe implements PipeTransform {
|
|
4
|
-
transform(encodedString: string): string;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DecodeURIPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<DecodeURIPipe, "decodeURI", false>;
|
|
7
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<DecodeURIPipe>;
|
|
8
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './DecodeURI';
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class DefaultPipe implements PipeTransform {
|
|
4
|
-
transform(value: any, defaultValue: any): any;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DefaultPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<DefaultPipe, "default", false>;
|
|
7
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<DefaultPipe>;
|
|
8
|
-
}
|
package/pipes/default/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './Default';
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class GroupByPipe implements PipeTransform {
|
|
4
|
-
transform(input: any, prop: string): Array<any>;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GroupByPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<GroupByPipe, "groupBy", false>;
|
|
7
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './GroupBy';
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class HighlightPipe implements PipeTransform {
|
|
4
|
-
transform(value: any, term: any): any;
|
|
5
|
-
escapeRegexp(queryToEscape: any): any;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<HighlightPipe, never>;
|
|
7
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<HighlightPipe, "highlight", false>;
|
|
8
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<HighlightPipe>;
|
|
9
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './Highlight';
|
package/pipes/iso8601/index.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
type IsoDateRangeArgs = (string | Date)[];
|
|
4
|
-
export declare class IsoDateRangePipe implements PipeTransform {
|
|
5
|
-
constructor();
|
|
6
|
-
transform(dates: IsoDateRangeArgs): string;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IsoDateRangePipe, never>;
|
|
8
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<IsoDateRangePipe, "isoDateRange", false>;
|
|
9
|
-
}
|
|
10
|
-
export {};
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class IsoDatePipe implements PipeTransform {
|
|
4
|
-
constructor();
|
|
5
|
-
transform(date: string | Date): string;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IsoDatePipe, never>;
|
|
7
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<IsoDatePipe, "isoDate", false>;
|
|
8
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
type IsoTimeRangeArgs = (string | Date)[];
|
|
4
|
-
export declare class IsoTimeRangePipe implements PipeTransform {
|
|
5
|
-
constructor();
|
|
6
|
-
transform(dates: IsoTimeRangeArgs): string;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IsoTimeRangePipe, never>;
|
|
8
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<IsoTimeRangePipe, "isoTimeRange", false>;
|
|
9
|
-
}
|
|
10
|
-
export {};
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class IsoTimePipe implements PipeTransform {
|
|
4
|
-
constructor();
|
|
5
|
-
transform(date: string | Date): string;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IsoTimePipe, never>;
|
|
7
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<IsoTimePipe, "isoTime", false>;
|
|
8
|
-
}
|
package/pipes/plural/Plural.d.ts
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class PluralPipe implements PipeTransform {
|
|
4
|
-
transform(value: any): string;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PluralPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<PluralPipe, "plural", false>;
|
|
7
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<PluralPipe>;
|
|
8
|
-
}
|
package/pipes/plural/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './Plural';
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { ComponentRef, StaticProvider, Type, ViewContainerRef } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class ComponentUtils<T = any> {
|
|
4
|
-
append<T>(ComponentClass: Type<T>, location: ViewContainerRef, providers?: StaticProvider[], onTop?: boolean): ComponentRef<T>;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ComponentUtils<any>, never>;
|
|
6
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<ComponentUtils<any>>;
|
|
7
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './ComponentUtils';
|
|
@@ -1,168 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { Collection } from './Collection';
|
|
3
|
-
import { CollectionEvent } from './CollectionEvent';
|
|
4
|
-
/**
|
|
5
|
-
* Base Class for all Collection based data providers
|
|
6
|
-
*
|
|
7
|
-
* @example
|
|
8
|
-
* var dp:DataProvider = new DataProvider();
|
|
9
|
-
* dp.addItem({label:"Item 1"});
|
|
10
|
-
* dp.addItem({label:"Item 2"});
|
|
11
|
-
* dp.addItem({label:"Item 3"});
|
|
12
|
-
* dp.addItem({label:"Item 4"});
|
|
13
|
-
|
|
14
|
-
* var myList:List = new List();
|
|
15
|
-
* myList.dataProvider = dp;
|
|
16
|
-
*/
|
|
17
|
-
export declare class ArrayCollection<T> implements Collection<T> {
|
|
18
|
-
dataChange: EventEmitter<CollectionEvent>;
|
|
19
|
-
source: Array<T>;
|
|
20
|
-
editData: Array<T>;
|
|
21
|
-
isEditing: boolean;
|
|
22
|
-
filterData: Array<T>;
|
|
23
|
-
_filter: any;
|
|
24
|
-
_sort: Array<any>;
|
|
25
|
-
constructor(source?: Array<T>);
|
|
26
|
-
get length(): number;
|
|
27
|
-
get total(): number;
|
|
28
|
-
get list(): Array<T>;
|
|
29
|
-
isEmpty(): boolean;
|
|
30
|
-
hasErrors(): boolean;
|
|
31
|
-
isLoading(): boolean;
|
|
32
|
-
isFiltered(): boolean;
|
|
33
|
-
/**
|
|
34
|
-
* Method to switch the isEditingflag for the data source
|
|
35
|
-
*/
|
|
36
|
-
edit(): void;
|
|
37
|
-
/**
|
|
38
|
-
* Method to leave edit mode and reset source
|
|
39
|
-
*/
|
|
40
|
-
undo(): void;
|
|
41
|
-
/**
|
|
42
|
-
* Method to leave edit mode and save editData
|
|
43
|
-
*/
|
|
44
|
-
commit(): void;
|
|
45
|
-
/**
|
|
46
|
-
* Appends an item to the end of the data provider.
|
|
47
|
-
*
|
|
48
|
-
*
|
|
49
|
-
* @memberOf ArrayCollection
|
|
50
|
-
*/
|
|
51
|
-
addItem(item: T): void;
|
|
52
|
-
/**
|
|
53
|
-
* Adds a new item to the data provider at the specified index.
|
|
54
|
-
*
|
|
55
|
-
*
|
|
56
|
-
* @memberOf ArrayCollection
|
|
57
|
-
*/
|
|
58
|
-
addItemAt(item: T, index: number): void;
|
|
59
|
-
/**
|
|
60
|
-
* Appends multiple items to the end of the DataProvider and dispatches a CollectionEvent.ADD event.
|
|
61
|
-
*
|
|
62
|
-
* @memberOf ArrayCollection
|
|
63
|
-
*/
|
|
64
|
-
addItems(items: Array<T>): void;
|
|
65
|
-
/**
|
|
66
|
-
* Adds several items to the data provider at the specified index and dispatches a CollectionEvent.ADD event.
|
|
67
|
-
*
|
|
68
|
-
* @memberOf ArrayCollection
|
|
69
|
-
*/
|
|
70
|
-
addItemsAt(items: Array<T>, index: number): void;
|
|
71
|
-
/**
|
|
72
|
-
* Creates a copy of the current ArrayCollection any.
|
|
73
|
-
*
|
|
74
|
-
* @memberOf ArrayCollection
|
|
75
|
-
*/
|
|
76
|
-
clone(): ArrayCollection<T>;
|
|
77
|
-
/**
|
|
78
|
-
* Creates a copy of the current ArrayCollection any.
|
|
79
|
-
*
|
|
80
|
-
* @memberOf ArrayCollection
|
|
81
|
-
*/
|
|
82
|
-
copy(array: any[]): any;
|
|
83
|
-
/**
|
|
84
|
-
* Concatenates the specified items to the end of the current data provider.
|
|
85
|
-
*
|
|
86
|
-
* @memberOf ArrayCollection
|
|
87
|
-
*/
|
|
88
|
-
concat(items: Array<T>): void;
|
|
89
|
-
/**
|
|
90
|
-
* Returns the item at the specified index.
|
|
91
|
-
*
|
|
92
|
-
* @memberOf ArrayCollection
|
|
93
|
-
*/
|
|
94
|
-
getItemAt(index: number): any;
|
|
95
|
-
/**
|
|
96
|
-
* Returns the index of the specified item.
|
|
97
|
-
*
|
|
98
|
-
* @memberOf ArrayCollection
|
|
99
|
-
*/
|
|
100
|
-
getItemIndex(item: T): number;
|
|
101
|
-
/**
|
|
102
|
-
* Invalidates all the data items that the DataProvider contains and dispatches a CollectionEvent.INVALIDATE_ALL event.
|
|
103
|
-
*
|
|
104
|
-
* @memberOf ArrayCollection
|
|
105
|
-
*/
|
|
106
|
-
invalidate(): void;
|
|
107
|
-
/**
|
|
108
|
-
* Appends the specified data into the data that the data provider contains and removes any duplicate items.
|
|
109
|
-
*
|
|
110
|
-
* @memberOf ArrayCollection
|
|
111
|
-
*/
|
|
112
|
-
merge(newData: Array<T>): void;
|
|
113
|
-
/**
|
|
114
|
-
* Removes all items from the data provider and dispatches a CollectionEvent.REMOVE_ALL event.
|
|
115
|
-
*
|
|
116
|
-
* @memberOf ArrayCollection
|
|
117
|
-
*/
|
|
118
|
-
removeAll(): void;
|
|
119
|
-
/**
|
|
120
|
-
* Removes the specified item from the data provider and dispatches a CollectionEvent.REMOVE event.
|
|
121
|
-
*
|
|
122
|
-
* @memberOf ArrayCollection
|
|
123
|
-
*/
|
|
124
|
-
removeItem(item: T): boolean;
|
|
125
|
-
/**
|
|
126
|
-
* Removes the item at the specified index and dispatches a CollectionEvent.REMOVE event.
|
|
127
|
-
*
|
|
128
|
-
* @memberOf ArrayCollection
|
|
129
|
-
*/
|
|
130
|
-
removeItemAt(index: number): boolean;
|
|
131
|
-
/**
|
|
132
|
-
* Replaces an existing item with a new item and dispatches a CollectionEvent.REPLACE event.
|
|
133
|
-
*
|
|
134
|
-
* @memberOf ArrayCollection
|
|
135
|
-
*/
|
|
136
|
-
replaceItem(newItem: any, oldItem: any): any;
|
|
137
|
-
/**
|
|
138
|
-
* Replaces the item at the specified index and dispatches a CollectionEvent.REPLACE event.
|
|
139
|
-
*
|
|
140
|
-
* @memberOf ArrayCollection
|
|
141
|
-
*/
|
|
142
|
-
replaceItemAt(newItem: any, index: number): any;
|
|
143
|
-
/**
|
|
144
|
-
* Sorts the items that the data provider contains and dispatches a CollectionEvent.SORT event.
|
|
145
|
-
*
|
|
146
|
-
* @memberOf ArrayCollection
|
|
147
|
-
*/
|
|
148
|
-
get sort(): Array<any>;
|
|
149
|
-
set sort(value: Array<any>);
|
|
150
|
-
/**
|
|
151
|
-
* Sorts the items that the data provider contains by the specified field and dispatches a CollectionEvent.SORT event.
|
|
152
|
-
*
|
|
153
|
-
* @memberOf ArrayCollection
|
|
154
|
-
*/
|
|
155
|
-
sortOn(fieldName: any, reverse?: boolean): Array<T>;
|
|
156
|
-
get filter(): any;
|
|
157
|
-
set filter(value: any);
|
|
158
|
-
filterOn(fieldName: any, value?: any): Array<T>;
|
|
159
|
-
onDataChange(event: CollectionEvent): void;
|
|
160
|
-
refresh(): void;
|
|
161
|
-
/**
|
|
162
|
-
* Creates an Array any representation of the data that the data provider contains.
|
|
163
|
-
*
|
|
164
|
-
* @memberOf ArrayCollection
|
|
165
|
-
*/
|
|
166
|
-
toArray(): Array<T>;
|
|
167
|
-
toJSON(): T[];
|
|
168
|
-
}
|
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { CollectionEvent } from './CollectionEvent';
|
|
3
|
-
export interface Collection<T> {
|
|
4
|
-
dataChange: EventEmitter<CollectionEvent>;
|
|
5
|
-
length: number;
|
|
6
|
-
total: number;
|
|
7
|
-
source: Array<T>;
|
|
8
|
-
filterData: Array<T>;
|
|
9
|
-
list: Array<T>;
|
|
10
|
-
filter: any;
|
|
11
|
-
sort: Array<any>;
|
|
12
|
-
isEmpty(): boolean;
|
|
13
|
-
hasErrors(): boolean;
|
|
14
|
-
isLoading(): boolean;
|
|
15
|
-
isFiltered(): boolean;
|
|
16
|
-
/**
|
|
17
|
-
* Adds the specified item to the end of the list.
|
|
18
|
-
* Equivalent to <code>addItemAt(item, length)</code>.
|
|
19
|
-
*
|
|
20
|
-
* @param item The item to add.
|
|
21
|
-
*/
|
|
22
|
-
addItem(item: T): void;
|
|
23
|
-
/**
|
|
24
|
-
* Adds the item at the specified index.
|
|
25
|
-
* The index of any item greater than the index of the added item is increased by one.
|
|
26
|
-
* If the the specified index is less than zero or greater than the length
|
|
27
|
-
* of the list, a RangeError is thrown.
|
|
28
|
-
* @param item The item to place at the index.
|
|
29
|
-
* @param index The index at which to place the item.
|
|
30
|
-
* @throws RangeError if index is less than 0 or greater than the length of the list.
|
|
31
|
-
*/
|
|
32
|
-
addItemAt(item: T, index: number): void;
|
|
33
|
-
/**
|
|
34
|
-
* Adds all of the items to the end of the list
|
|
35
|
-
* @param items The items to place at the end of the list.
|
|
36
|
-
*/
|
|
37
|
-
addItems(items: Array<T>): void;
|
|
38
|
-
/**
|
|
39
|
-
* Gets the item at the specified index.
|
|
40
|
-
* @param index The index in the list from which to retrieve the item.
|
|
41
|
-
* @param prefetch An <code>number</code> indicating both the direction
|
|
42
|
-
* and number of items to fetch during the request if the item is
|
|
43
|
-
* not local.
|
|
44
|
-
* @return The item at that index, or <code>null</code> if there is none.
|
|
45
|
-
* @throws mx.collections.errors.ItemPendingError if the data for that index needs to be
|
|
46
|
-
* loaded from a remote location.
|
|
47
|
-
* @throws RangeError if <code>index < 0</code>
|
|
48
|
-
* or <code>index >= length</code>.
|
|
49
|
-
*/
|
|
50
|
-
getItemAt(index: number, prefetch: number): Object;
|
|
51
|
-
/**
|
|
52
|
-
* Returns the index of the item if it is in the list such that
|
|
53
|
-
* getItemAt(index) == item.
|
|
54
|
-
* @param item The item to find.
|
|
55
|
-
* @return The index of the item, or -1 if the item is not in the list.
|
|
56
|
-
*/
|
|
57
|
-
getItemIndex(item: T): number;
|
|
58
|
-
removeItem(item: T): boolean;
|
|
59
|
-
/**
|
|
60
|
-
* Removes all items from the list.
|
|
61
|
-
*/
|
|
62
|
-
removeAll(): void;
|
|
63
|
-
/**
|
|
64
|
-
* Removes the item at the specified index and returns it.
|
|
65
|
-
* Any items that were after this index are now one index earlier.
|
|
66
|
-
* @param index The index from which to remove the item.
|
|
67
|
-
* @return The item that was removed.
|
|
68
|
-
*/
|
|
69
|
-
removeItemAt(index: number): Object;
|
|
70
|
-
/**
|
|
71
|
-
* Returns an Array that is populated in the same order as the IList
|
|
72
|
-
* implementation.
|
|
73
|
-
* This method can throw an ItemPendingError.
|
|
74
|
-
* @return The array.
|
|
75
|
-
*/
|
|
76
|
-
toArray(): Array<any>;
|
|
77
|
-
refresh(): void;
|
|
78
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
export declare class CollectionEvent {
|
|
2
|
-
static REFRESH: string;
|
|
3
|
-
static ADD: string;
|
|
4
|
-
static REMOVE: string;
|
|
5
|
-
static REMOVE_ALL: string;
|
|
6
|
-
static REPLACE: string;
|
|
7
|
-
static INVALIDATE_ALL: string;
|
|
8
|
-
static SORT: string;
|
|
9
|
-
static FILTER: string;
|
|
10
|
-
static CHANGE: string;
|
|
11
|
-
static CURRENTPAGE_CHANGE: string;
|
|
12
|
-
static PAGESIZE_CHANGE: string;
|
|
13
|
-
static NUMBEROFPAGES_CHANGE: string;
|
|
14
|
-
type: string;
|
|
15
|
-
data: Array<any>;
|
|
16
|
-
constructor(type?: string, data?: any[]);
|
|
17
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { ArrayCollection } from './ArrayCollection';
|
|
2
|
-
import { PagedCollection } from './PagedCollection';
|
|
3
|
-
export declare class PagedArrayCollection<T> extends ArrayCollection<T> implements PagedCollection<T> {
|
|
4
|
-
_page: number;
|
|
5
|
-
_numberOfPages: number;
|
|
6
|
-
_pageSize: number;
|
|
7
|
-
constructor(source?: Array<T>);
|
|
8
|
-
get numberOfPages(): number;
|
|
9
|
-
get page(): number;
|
|
10
|
-
set page(value: number);
|
|
11
|
-
get pageSize(): number;
|
|
12
|
-
set pageSize(value: number);
|
|
13
|
-
next(): number;
|
|
14
|
-
prev(): number;
|
|
15
|
-
first(): number;
|
|
16
|
-
last(): number;
|
|
17
|
-
refresh(): void;
|
|
18
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { Collection } from './Collection';
|
|
2
|
-
export interface PagedCollection<T> extends Collection<T> {
|
|
3
|
-
/**
|
|
4
|
-
* The current page number that the paginated collection is "showing".
|
|
5
|
-
*/
|
|
6
|
-
page: number;
|
|
7
|
-
/**
|
|
8
|
-
* The total number of pages in the paginated collection.
|
|
9
|
-
*/
|
|
10
|
-
numberOfPages: number;
|
|
11
|
-
/**
|
|
12
|
-
* The page size to use when paginating the collection.
|
|
13
|
-
*/
|
|
14
|
-
pageSize: number;
|
|
15
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { NovoLabelService } from '../novo-label-service';
|
|
2
|
-
import { MaskedOptions } from 'imask';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class DateFormatService {
|
|
5
|
-
private labels;
|
|
6
|
-
readonly dateFormatAsImaskPattern: string;
|
|
7
|
-
constructor(labels: NovoLabelService);
|
|
8
|
-
getTimeMask(militaryTime: boolean): MaskedOptions;
|
|
9
|
-
getDateMask(): MaskedOptions;
|
|
10
|
-
getDateTimeMask(militaryTime?: boolean): Array<any>;
|
|
11
|
-
getTimePlaceHolder(militaryTime: boolean): string;
|
|
12
|
-
parseCustomDateString(dateString: string, customFormat?: string): [Date, string, boolean];
|
|
13
|
-
private dateFormatToImaskPattern;
|
|
14
|
-
/**
|
|
15
|
-
* Certain date format characters are considered nonstandard. We can still use them, but remove them for date parsing to avoid errors
|
|
16
|
-
* @param dateString
|
|
17
|
-
* @param formatString
|
|
18
|
-
* @returns date string and format in array, both having had their
|
|
19
|
-
*/
|
|
20
|
-
private removeNonstandardFormatCharacters;
|
|
21
|
-
parseDateString(dateString: string): [Date, string, boolean];
|
|
22
|
-
parseTimeString(timeString: string, militaryTime: boolean): [Date, string];
|
|
23
|
-
parseString(dateTimeString: string, militaryTime: boolean, type: string): [Date, string, boolean?];
|
|
24
|
-
convertTime12to24(time12h: string): string;
|
|
25
|
-
isValidDatePart(value: string, formatString: string): boolean;
|
|
26
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DateFormatService, never>;
|
|
27
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<DateFormatService>;
|
|
28
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './DateFormat';
|